..
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
buttonbar.c
buttonbar.h
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
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
beginings of a working touchscreen interface for the WPS. 2 new tags:
2009-04-20 01:41:56 +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
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
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
Fix typos in comments
2009-03-28 09:09:58 +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
splash.c
splash.h
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