summaryrefslogtreecommitdiff
path: root/firmware/font.c (follow)
Commit message (Expand)AuthorAge
* Initial commit for the Sony NWZ linux portAmaury Pouly2017-09-05
* fonts: Fix regression(s) caused by c23ce62.Thomas Martitz2014-01-26
* Fix red. Screw those last-minute changes :\Thomas Martitz2014-01-16
* font: Fix crash due to uninitialized field.Thomas Martitz2014-01-16
* fonts: Do not unload completely on USB.Thomas Martitz2014-01-15
* Do not include kernel.h in system.h.Thomas Martitz2014-01-05
* Fix checks on buflib allocated handles (0 is not a valid handle value)Bertrik Sikken2012-06-10
* Use buflib for the allocation of voice PCM resources.Michael Sevakis2012-05-02
* Another round of making local functions staticBertrik Sikken2011-12-20
* Fix FS#12423 : Rockbox access to /.rockbox/fonts after usb_enable(true). This...Boris Gjenero2011-12-06
* Guard font functions against invalid font ids. These arguably should never be...Frank Gevaerts2011-11-27
* Actually make glyph_cache_save static instead of just claiming it should beFrank Gevaerts2011-11-27
* glyph_cache_save should be staticFrank Gevaerts2011-11-27
* Fix parameter order in font_load_in_memory(). FS#12395.Fred Bauer2011-11-20
* FS#12293 Global default glyph setting in System > Limits > Glyphs To Cache. D...Fred Bauer2011-11-19
* Redo r30826 (and hopefully not reintroduce font issues) which cleans up the f...Jonathan Gordon2011-11-08
* Make local functions and variables static where possibleBertrik Sikken2011-11-03
* Add functions font_set_ui() and font_get_ui(). The font returned by FONT_UI u...Fred Bauer2011-10-22
* Add empty font_lock() for bootloaders to fix builds.Dominik Riebeling2011-10-21
* Provide font_lock(). Font_get_bits() or ..width() may have to read glyph cach...Fred Bauer2011-10-21
* Faster cached font loading. FS#12333Fred Bauer2011-10-17
* FS:12299 Font glyph cache is no longer saved. Each font will now have its own...Fred Bauer2011-10-16
* Fix yellowFred Bauer2011-10-14
* Remove font_reset() which tried to fetch font *pfs from uninitiaized buflib_a...Fred Bauer2011-10-14
* Don't make font available via buflib_allocations[] until fully loadedFred Bauer2011-10-14
* Add two macros for char*-based pointer arithmetic and use it in font.cThomas Martitz2011-10-07
* Only alloc if necessary. Patch by Jonathan Gordon.Björn Stenberg2011-10-05
* Don't leak file descriptor.Thomas Martitz2011-09-29
* font_load(): Reduce font memory allocation to the font's file size if less th...Fred Bauer2011-09-29
* Do not move NULL pointers in buflibmove_callback(). Fixes some skin crashes w...Fred Bauer2011-09-27
* glyph_bytes() should pad to an even numberFred Bauer2011-09-26
* Fix typos. Should have test compiled at least once :\Thomas Martitz2011-09-25
* Fonts/buflib: The lru cache base poitner needs to be updated as well in the m...Thomas Martitz2011-09-25
* Allow fonts to use smaller buffers than the default size. use font_load_ex() ...Jonathan Gordon2011-09-24
* FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon2011-09-24
* Anti-Aliased Fonts support.Thomas Martitz2011-03-05
* iPod Classic CE-ATA Support (Part 1 of 4: Cacheline align some statically all...Michael Sparmann2011-02-27
* Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann2011-02-02
* Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz2010-12-06
* change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font gl...Fred Bauer2010-08-27
* close file when cached font load failsFred Bauer2010-08-27
* limit font_cache preloading to cache capacityFred Bauer2010-08-27
* Accept FS#11567 by Fred Bauer - better memory management for the skin fontsJonathan Gordon2010-08-25
* Read glyph cache in disk order to speed up loading - FS#11168 by Fred BauerFrank Gevaerts2010-08-23
* Rockbox as an application: add get_user_file_path().Thomas Martitz2010-08-01
* revert r27027,27028, 27071 - need to find a correct way to close font fd's. 2...Jonathan Gordon2010-06-23
* redo r27027 to hopefully fix data aborts when loading a themeJonathan Gordon2010-06-23
* Allow UI fonts to be unloaded (needed for FS#11428)Michael Sparmann2010-06-21
* Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2010-05-06
* Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz2010-05-06