rockbox/apps/gui
2009-06-08 18:19:43 +00:00
..
bitmap Remove unneeded #include "backdrop.h" 2009-05-09 18:09:14 +00:00
charcell Remove unneeded #include "backdrop.h" 2009-05-09 18:09:14 +00:00
backdrop.c Make scaler output truly pluggable, add an 8-bit greyscale output to 2008-12-26 07:05:13 +00:00
backdrop.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
buttonbar.c fix red 2008-06-28 21:02:43 +00:00
buttonbar.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
color_picker.c Accept FS#9836 which fixes a bit of a display glitch in the colour chooser (Thanks Teruaki) 2009-02-02 09:24:24 +00:00
color_picker.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
gwps-common.c get repeat/hold actions working on the touchscreen WPS. prepending an action with & means that this will only get triggered if you hold down the area. cabbie WPS updated so the fwd/rwd icons will do that when held or skip fwd/back if just pressed. 2009-05-17 06:25:18 +00:00
gwps-common.h Fix a typo in the comment and add a (somewhat vague) description of the values returned. 2009-03-23 17:19:48 +00:00
gwps.c Fix FS#10231. The gwps_leave_wps() call at powering down is completely unnecessary anyway as it's meant to prepare the displaying of the next screen, which isn't needed when there's no next screen. 2009-05-24 16:09:00 +00:00
gwps.h get repeat/hold actions working on the touchscreen WPS. prepending an action with & means that this will only get triggered if you hold down the area. cabbie WPS updated so the fwd/rwd icons will do that when held or skip fwd/back if just pressed. 2009-05-17 06:25:18 +00:00
icon.c Make scaler output truly pluggable, add an 8-bit greyscale output to 2008-12-26 07:05:13 +00:00
icon.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
list.c Remove some unused declarations 2009-05-21 12:32:26 +00:00
list.h Decouple the statusbar drawing from the rest of the screen drawing. it is not drawn roughly 4x per second automatically. 2008-12-31 05:59:26 +00:00
option_select.c Simplify some redundant boolean expressions 2009-05-21 14:15:24 +00:00
option_select.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
pitchscreen.c Simplify some redundant boolean expressions 2009-05-21 14:15:24 +00:00
pitchscreen.h Accept FS#9231 - viewportify the pitch screen by Thomas Martitz. 2008-10-05 13:01:54 +00:00
quickscreen.c get the quickscreen working on the mr500. hold "mode" on the remote to get to it, then you can use the 4 directions on the remote, or the touchscreen to change the values. "mode" will exit, as will pressing in the top or middle of the main screen 2009-05-15 05:08:28 +00:00
quickscreen.h Clean up some more #includes 2009-03-08 18:37:32 +00:00
scrollbar.c Slightly more compact boundary check. 2009-04-11 23:07:02 +00:00
scrollbar.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
splash.c Fix splash on greyscale (was showing only a black or grey box, no text) by reverting to lcd_set_foreground(). That does a bit more on greyscale than just setting the current's viewports fg_pattern :/ 2009-05-15 15:27:32 +00:00
splash.h FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +00:00
statusbar.c Yet more #include cleanups 2009-03-08 20:28:15 +00:00
statusbar.h continuation of last nights statusbar cleanup. 2009-02-02 03:14:51 +00:00
viewport.c Fix a problem that the statusbar was redrawn to late and not really in sync with the lists when changing loading a (theme) .cfg or changing the colors witht the color picker. Now both, the statusbar and the tree lists are redrawn instantly after settings_apply() (even before the "Theme loaded" splash). 2009-06-08 18:19:43 +00:00
viewport.h Convert a number of places in core and plugins to use the BIT_N() macro instead of 1<<n. Speeds up things on SH1, and also reduces core binsize. Most notable speedups: 1 bit lcd driver: drawpixel +20%, drawline + 27%, hline +5%; jpeg viewer: +8% for 1/8 scaling. Other targets are unaffected. 2009-06-07 21:27:05 +00:00
wps_debug.c Compile the WPS debug functions for the sim, to make --debugwps work. 2008-12-09 18:15:19 +00:00
wps_parser.c Fix duplicate #includes 2009-05-17 14:50:19 +00:00
yesno.c redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE event every time get_action() is called. The event wont be as realiable (timewise) as before, but seems to work better 2009-01-05 09:59:11 +00:00
yesno.h Clean up some more #includes 2009-03-08 18:37:32 +00:00