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