summaryrefslogtreecommitdiff
path: root/apps/misc.c (follow)
Commit message (Expand)AuthorAge
* made 'make' in tools/database work againDaniel Stenberg2009-02-26
* replace USB_IPODSTYLE by USB_HANDLED_BY_OF as that's what it actually means. ...Frank Gevaerts2009-02-21
* Move screendump from apps to firmware, solving two nasty firmware-to-apps cal...Jens Arnold2009-02-10
* GCC suggests parentheses so give it some (aka fix yellow).Jens Arnold2009-02-09
* More compact screendump routines for core and greylib. The core routine might...Jens Arnold2009-02-09
* Put the display colours for monochrome and greyscale targets into the target ...Jens Arnold2009-02-09
* Small code reuse improvementNils Wallménius2009-02-08
* redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE even...Jonathan Gordon2009-01-05
* Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon2008-12-31
* Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tama...Michael Giacomelli2008-12-25
* Sansa Clip: Make show_logo() put the text in the yellow area of the screenRafaël Carré2008-11-27
* move the scrobbler and playlist shutdown/restart calls out of tree.c and move...Jonathan Gordon2008-11-17
* Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts2008-11-01
* cleanup storage definesFrank Gevaerts2008-10-31
* Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Cl...Frank Gevaerts2008-08-29
* Get checkwps compiling again: Move the definitions of BOM and BOM_SIZE to mis...Dave Chapman2008-08-28
* FS#9281 Rename of splash functions.Nils Wallménius2008-08-15
* Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in se...Dominik Riebeling2008-08-02
* get checkwps building again (FS#9150) - still doesnt compile on d2 and mr500 ...Jonathan Gordon2008-07-06
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* fix FS#9098 - fade was updating the WPS sometimes when it shouldnt. also mino...Jonathan Gordon2008-06-23
* fix red and pointer screwupJonathan Gordon2008-06-07
* oops, missed to failed hunks in the patchJonathan Gordon2008-06-07
* Accept FS#9075 and rename valid_vals to set_valsJonathan Gordon2008-06-07
* Make parse_list() a bit stricter by only allowing items to be skipped if they...Jonathan Gordon2008-06-07
* make %V a little simpler. only the x and y values have to be specified now (i...Jonathan Gordon2008-06-05
* total removal of gui_textarea. The only thing using the text_message struct i...Jonathan Gordon2008-05-29
* Introduce a small helper function that asks the user if the dynamic playlist ...Nils Wallménius2008-05-01
* Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken2008-04-28
* Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius2008-04-26
* Fix speaking of decimal values to work when decimals != 1, spell the fraction...Nils Wallménius2008-04-20
* Major cleanup of checkwps - fix all warnings and add a script to build versio...Dave Chapman2008-03-26
* Make checkwps compile again. Still more work is needed though, as checkwps i...Dave Chapman2008-03-25
* Another small optimisation/simplification to the hex_to_rgb() function.Dave Chapman2008-03-21
* Add a general-purpose parse_list function to parse a string containing a deli...Dave Chapman2008-03-21
* Fix FS 8753, JdGordon started it, I finished it.Brandon Low2008-03-18
* Further size savings - no need to make call for 0-9Steve Gotthardt2008-03-15
* Small bin-size optimisation - convert a macro used six times to a functionDave Chapman2008-03-15
* Make screendump work on the M3 (sim).Jens Arnold2008-03-14
* fix red 1Robert Kukla2008-03-02
* simulator: Robert Kukla2008-03-02
* Prevent possible buffer overflow when locating album art.Magnus Holmgren2008-02-06
* Accept FS#8469 by Bryan Childs with a few adjustments: Remove duplicate strip...Nicolas Pennequin2008-01-18
* make check_dir use dir_exists and slightly optimise the latter Robert Kukla2007-11-21
* consolidate the 3 file_exists() functions into one; use the version that expl...Robert Kukla2007-11-21
* Use the strrsplt function in one more placeNils Wallménius2007-11-18
* Accept FS#7910: spontaneously speak out the battery level when it fallsStéphane Doyon2007-11-03
* FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin2007-10-19
* Make sure that audio_resume() is not called in interrupt context when car ada...Linus Nielsen Feltzing2007-10-08
* Implement FS #2976: Clip Counter for recording screen. If enabled in peak met...Peter D'Hoye2007-08-25