summaryrefslogtreecommitdiff
path: root/apps/gui (follow)
Commit message (Expand)AuthorAge
...
* Fix position calculation of title icon.Teruaki Kawashima2009-10-06
* Use macro to test viewport's RTL flagTomer Shalev2009-10-06
* Fine tuning of gui elements positioning in RTL modeTomer Shalev2009-10-05
* - Use const when possibleTomer Shalev2009-10-05
* Remove redundant code in list.cTomer Shalev2009-10-05
* Fix red: Protect viewport RTL flag manipulation with #ifdef HAVE_LCD_BITMAPTomer Shalev2009-10-05
* Add rtl flagging to viewport_set_defaults(), and ensure thatTomer Shalev2009-10-05
* Implement RTL as a viewport's bit-fieldTomer Shalev2009-10-05
* Fix red - typeTomer Shalev2009-10-05
* - Use pointers instead of repeating access to array elementTomer Shalev2009-10-05
* Revert renaming of the scrollbar global setting by r22945, following discussi...Tomer Shalev2009-10-05
* Fix yellowTomer Shalev2009-10-05
* Have scollbar in the right side while in RTL modeTomer Shalev2009-10-05
* Fix red - forgot one #ifdefTomer Shalev2009-10-05
* Fix some of the redsTomer Shalev2009-10-05
* RTL support in menusTomer Shalev2009-10-05
* Fix FS#10617 (fix spotted by Teruaki Kawashima), something about the %C not w...Jonathan Gordon2009-10-05
* redraw the AA much less frequently to save bettery life and also let skins dr...Jonathan Gordon2009-10-05
* FS#10636: Quickscreen incorrect operation when menu has negative stepJeffrey Goode2009-10-03
* Clean up duplicate #includesBertrik Sikken2009-09-27
* new skin tag: %Sx|<english>| will display the current languages translation o...Jonathan Gordon2009-09-26
* Rename struct skin_albumart members to be consistent with similar members of ...Thomas Martitz2009-09-25
* Redo 22825 but this time with caring about alignment.Thomas Martitz2009-09-25
* r22826 is causing data aborts when the wps is loaded in the parse_list functi...Karl Kurbjun2009-09-25
* Remove some some code in favor of a single parse_list() call.Thomas Martitz2009-09-25
* Show the name of the setting in the WPS debug outputAlexander Levin2009-09-22
* add the %St setting to the debug output for checkwps/parser.... needs mroe wo...Jonathan Gordon2009-09-22
* Fix splash on charcell (was wasting 2 precious chars per line since r20870). ...Jens Arnold2009-09-21
* Actually fix AA display... previous commit was borkedJonathan Gordon2009-09-18
* FS#10602 - show the viewport label instead of an int in the debug outputJonathan Gordon2009-09-18
* fix FS#10599 and do r22721 a slightly better way. the %C tag is internally co...Jonathan Gordon2009-09-18
* Fix a bug where the conditional use of %C (i.e. %?C) caused the album art to ...Thomas Martitz2009-09-17
* Fix delay when seeking using the touchscreen by adding a pause/unpause.Rob Purchase2009-09-17
* Get rid of some of the code duplication from checkwps, it still duplicates a ...Thomas Martitz2009-09-13
* Remove some trailing whitespaces in in the skin engine files.Thomas Martitz2009-09-13
* Fix/band aid the freeze when %V is the first thing (i.e. in line 1) in a .wps...Thomas Martitz2009-09-13
* Increase skin buffer on charcell displays so it's actually big enough to load...Frank Gevaerts2009-09-11
* Initialize token before using.Teruaki Kawashima2009-09-11
* Hopefully make the wps debug info more understandable... display tokens the s...Jonathan Gordon2009-09-11
* fix the first subline not displaying properlyJonathan Gordon2009-09-09
* Fix/commit FS#10595. A (sub)line could be part of the previous viewport due t...Thomas Martitz2009-09-08
* Fix viewport_set_defaults giving the wrong dimensions if the ui vp is overrid...Thomas Martitz2009-09-07
* Set list_need_reinit to false somewhere too.Thomas Martitz2009-09-07
* Fix buttonbar handling/theme changed handling in lists.Thomas Martitz2009-09-07
* stupid yellow.... I'm going to bedJonathan Gordon2009-09-07
* add a bit more debug info for skins... show the subimage id in the display im...Jonathan Gordon2009-09-07
* rework AA load/display handling in the skins to get them working in viewports...Jonathan Gordon2009-09-07
* fix red :)Jonathan Gordon2009-09-06
* Make the e200 compile the vled for the sim... other targets are probably doin...Jonathan Gordon2009-09-06
* Factor out/generalise the function that checks whether a point is within a vi...Thomas Martitz2009-09-05