rockbox/apps/gui
Karl Kurbjun 2677886bc3 Keep the quickscreen from crashing the player with a divide by 0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20854 a1c6a512-1295-4272-9138-f99709370657
2009-05-06 02:17:04 +00:00
..
bitmap Bugfix: Text styles are not drawmodes, so stop storing them in the vieport's drawmode field. They're only used locally anyway. 2009-03-08 12:42:33 +00:00
charcell 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
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 beginings of a working touchscreen interface for the WPS. 2 new tags: 2009-04-20 01:41:56 +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 Revert r20786 as it caused problems with alternating sublines (they need to be reset if gui_wps_refresh() wasn't called for some time, since the subline timeout gets confused). Also, it needs to be set to get the update, since do_full_update will be set to false after track change no matter if an update happened. 2009-04-27 18:57:51 +00:00
gwps.h beginings of a working touchscreen interface for the WPS. 2 new tags: 2009-04-20 01:41:56 +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 Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, where the latter now activates the wheel acceleration code. 2009-03-02 19:25:50 +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 Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, where the latter now activates the wheel acceleration code. 2009-03-02 19:25:50 +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 Clean up some more #includes 2009-03-08 18:37:32 +00:00
pitchscreen.h Accept FS#9231 - viewportify the pitch screen by Thomas Martitz. 2008-10-05 13:01:54 +00:00
quickscreen.c Keep the quickscreen from crashing the player with a divide by 0 2009-05-06 02:17:04 +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 FS#9281 Rename of splash functions. 2008-08-15 08:27:39 +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 up statusbar drawing in the wps a bit, fixing most, if not all, (re-)draw issues. 2009-03-20 16:12:09 +00:00
viewport.h Clean up some more #includes 2009-03-08 18:37:32 +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 beginings of a working touchscreen interface for the WPS. 2 new tags: 2009-04-20 01:41:56 +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