summaryrefslogtreecommitdiff
path: root/apps/gui (follow)
Commit message (Expand)AuthorAge
...
* Improve and simplify touchscreen handling of the quickscreen in absolut mode ...Thomas Martitz2009-09-05
* Don't forget the touchscreen targets!Thomas Martitz2009-09-05
* Put the quickscreen viewports onto the stack (saving a tiny bit of ram), and ...Thomas Martitz2009-09-05
* Fix FS#9842 by stopping scrolling before leaving the yesno screen.Thomas Martitz2009-09-05
* Fix bug in viewports preparation (screen.lcdwidth() isn't really proper for t...Thomas Martitz2009-09-05
* Alright, it seems I got scroll_stop() wrong. Using the viewport that's set be...Thomas Martitz2009-09-04
* minor line handling fixes, be smarter (well dumber actually) about increasing...Jonathan Gordon2009-09-04
* Fix STRIDE macro for multiscreen and add stride support for picture lib.Karl Kurbjun2009-09-04
* stop a potential crash caused by r22438Jonathan Gordon2009-09-04
* Change r22610 a bit. The new parent viewport isn't really suitable.Thomas Martitz2009-09-04
* Don't stop scrolling for the whole display, but only in the actual list paren...Thomas Martitz2009-09-03
* rename wps_[sub]line to skin_[sub]lineJonathan Gordon2009-09-02
* fix player's redJonathan Gordon2009-09-02
* Almost the last of the skin ram wastage fixing... This one moved the line/sub...Jonathan Gordon2009-09-02
* Added a missing line for spoken QUICKSCREEN_TOP item in Quick Screen.Alessio Lenzi2009-09-01
* Add stride defines to support vertical stridesKarl Kurbjun2009-08-29
* Respect UI viewport per screen in viewport_set_defaults() also.Thomas Martitz2009-08-29
* fix FS#10465 and return GO_TO_ROOT instead of SYS_USB_CONNECTED in gui_wps_show.Teruaki Kawashima2009-08-29
* Make UI viewport handling more multiscreen aware and bring a break; accidenta...Thomas Martitz2009-08-29
* Quickscreen: 4th itemThomas Martitz2009-08-29
* Do some #ifdef'ing to make the Player happy.Thomas Martitz2009-08-27
* Fix skin engine calling wps code to draw the statusbars (add a pointer to vie...Thomas Martitz2009-08-26
* Make sure that skin_buffer.c #includes its own skin_buffer.hBertrik Sikken2009-08-24
* Slightly change parts of the previous commit to reuse existing code, and enfo...Thomas Martitz2009-08-24
* Fix redraw issues when the statusbar setting was changed with an UI viewport....Thomas Martitz2009-08-23
* hopefully get the widecabbie theme going again... temporary fix only thoughJonathan Gordon2009-08-23
* Touchscreen list handling: use icon width instead of scrollbar width for the ...Maurus Cuelenaere2009-08-22
* Touchscreen list handling: ignore presses close to the scrollbar when it's on...Maurus Cuelenaere2009-08-22
* Touchscreen list handling: fix issue where scrolling with the scrollbar could...Maurus Cuelenaere2009-08-22
* Fix/hack checkwps + add Onda VX747/VX777 targetsMaurus Cuelenaere2009-08-21
* Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius2009-08-20
* Move handling of "rockbox_default.[r]wps" into wps.c, out of the skin engine ...Thomas Martitz2009-08-20
* update the display after getting a bit too close to the touchscreen instead o...Jonathan Gordon2009-08-20
* Slight cleanup in lcd.h: kill fixme and remove useless include, add some incl...Nils Wallménius2009-08-19
* Delete the trivial commentAlexander Levin2009-08-19
* Combine the settings for scrollbar on/off and its position into one with thre...Alexander Levin2009-08-19
* hopefully fix the yellowJonathan Gordon2009-08-19
* get the skin debug output working again, add a line to say how much of the bu...Jonathan Gordon2009-08-19
* move the statically allocated tokens array into the skin buffer. this is done...Jonathan Gordon2009-08-19
* conditional viewports are allowed to share labels.. so make sure they are all...Jonathan Gordon2009-08-19
* Scrollbar position: only update it when exiting the menu + FS#10539 by Alexan...Maurus Cuelenaere2009-08-18
* store the image label instead of a number so debug output is actually useful ...Jonathan Gordon2009-08-18
* move viewports into the skin buffer, no more viewport limit on the skinJonathan Gordon2009-08-18
* M:Robe 500: Increase the max icon size.Karl Kurbjun2009-08-18
* Add setting to position the scrollbar on the left or rightMaurus Cuelenaere2009-08-17
* FS#10534: Make scrollbar width variable through a setting (useful for touchsc...Maurus Cuelenaere2009-08-17
* Skin engine: add "pitch" action to touch regionsMaurus Cuelenaere2009-08-17
* fix the %xd<id> tag parser to complain if you try to display an image it hasn...Jonathan Gordon2009-08-17
* Remove obsolete IMG_BUFSIZE #define.Thomas Martitz2009-08-16
* Fix ret for buttonbar targets.Thomas Martitz2009-08-16