summaryrefslogtreecommitdiffstats
path: root/apps/gui/bitmap
AgeCommit message (Expand)AuthorFilesLines
2009-12-21fix another bug from FS#10771 - list touchscreen handling needs to ignore pre...Jonathan Gordon1-1/+6
2009-12-16Fix FS#10289 - screens showing a list need to check the show_icons setting be...Jonathan Gordon1-2/+1
2009-10-06Fix position calculation of title icon.Teruaki Kawashima1-2/+1
2009-10-06Use macro to test viewport's RTL flagTomer Shalev1-6/+5
2009-10-05Fine tuning of gui elements positioning in RTL modeTomer Shalev1-5/+8
2009-10-05Remove redundant code in list.cTomer Shalev1-9/+3
2009-10-05Add rtl flagging to viewport_set_defaults(), and ensure thatTomer Shalev1-12/+4
2009-10-05Implement RTL as a viewport's bit-fieldTomer Shalev1-0/+8
2009-10-05Fix red - typeTomer Shalev1-1/+1
2009-10-05- Use pointers instead of repeating access to array elementTomer Shalev1-64/+65
2009-10-05Revert renaming of the scrollbar global setting by r22945, following discussi...Tomer Shalev1-9/+5
2009-10-05Fix yellowTomer Shalev1-11/+8
2009-10-05Have scollbar in the right side while in RTL modeTomer Shalev1-5/+11
2009-10-05Fix red - forgot one #ifdefTomer Shalev1-1/+2
2009-10-05Fix some of the redsTomer Shalev1-2/+4
2009-10-05RTL support in menusTomer Shalev1-9/+22
2009-09-04Alright, it seems I got scroll_stop() wrong. Using the viewport that's set be...Thomas Martitz1-4/+2
2009-09-04Change r22610 a bit. The new parent viewport isn't really suitable.Thomas Martitz1-1/+4
2009-09-03Don't stop scrolling for the whole display, but only in the actual list paren...Thomas Martitz1-1/+1
2009-08-22Touchscreen list handling: use icon width instead of scrollbar width for the ...Maurus Cuelenaere1-5/+2
2009-08-22Touchscreen list handling: ignore presses close to the scrollbar when it's on...Maurus Cuelenaere1-0/+10
2009-08-22Touchscreen list handling: fix issue where scrolling with the scrollbar could...Maurus Cuelenaere1-1/+3
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-1/+1
2009-08-19Slight cleanup in lcd.h: kill fixme and remove useless include, add some incl...Nils Wallménius1-0/+1
2009-08-19Delete the trivial commentAlexander Levin1-1/+1
2009-08-19Combine the settings for scrollbar on/off and its position into one with thre...Alexander Levin1-5/+5
2009-08-18Scrollbar position: only update it when exiting the menu + FS#10539 by Alexan...Maurus Cuelenaere1-5/+5
2009-08-17Add setting to position the scrollbar on the left or rightMaurus Cuelenaere1-27/+44
2009-08-06Remove some unused #includesBertrik Sikken1-1/+0
2009-08-02Remove redundant definitions of SCROLLBAR_WIDTHNils Wallménius1-1/+0
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken1-1/+0
2009-03-08Bugfix: Text styles are not drawmodes, so stop storing them in the vieport's ...Jens Arnold1-17/+15
2009-02-19Touchscreen fixes:Maurus Cuelenaere1-24/+16
2009-02-12Touchscreen devices: make scrolling up work betterMaurus Cuelenaere1-2/+2
2009-01-28Fix list title setupThomas Martitz1-6/+5
2009-01-07Fix some wierdness with the debug menus... Jonathan Gordon1-0/+1
2008-12-31fix redJonathan Gordon1-1/+2
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-100/+111
2008-08-23Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREENMaurus Cuelenaere1-3/+3
2008-07-05fix FS#9144 hopefully for good... only update the screen if the time line is ...Jonathan Gordon1-2/+8
2008-06-28Simplify touchscreen scrollbar handling codeMaurus Cuelenaere1-15/+16
2008-06-28Small fix for touchscreen interfaceMaurus Cuelenaere1-0/+3
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-15"Fix" FS#7887 - the line selector colours would be completly wrong on scrolli...Jonathan Gordon1-2/+2
2008-06-06Fix yellowMaurus Cuelenaere1-1/+1
2008-06-061) Implement generic touchscreen detection library for the pluginsMaurus Cuelenaere1-11/+3
2008-06-02Fix some mistakesMaurus Cuelenaere1-8/+8
2008-06-021) Make touchscreen interface more intuitiveMaurus Cuelenaere1-16/+42
2008-06-01Even more touchscreen improvements.Maurus Cuelenaere1-9/+5
2008-06-01Some more touchscreen gui list improvements.Maurus Cuelenaere1-4/+8