summaryrefslogtreecommitdiff
path: root/apps/gui/bitmap
AgeCommit message (Expand)Author
2009-09-04Alright, it seems I got scroll_stop() wrong. Using the viewport that's set be...Thomas Martitz
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-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-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius
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-18Scrollbar position: only update it when exiting the menu + FS#10539 by Alexan...Maurus Cuelenaere
2009-08-17Add setting to position the scrollbar on the left or rightMaurus Cuelenaere
2009-08-06Remove some unused #includesBertrik Sikken
2009-08-02Remove redundant definitions of SCROLLBAR_WIDTHNils Wallménius
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken
2009-03-08Bugfix: Text styles are not drawmodes, so stop storing them in the vieport's ...Jens Arnold
2009-02-19Touchscreen fixes:Maurus Cuelenaere
2009-02-12Touchscreen devices: make scrolling up work betterMaurus Cuelenaere
2009-01-28Fix list title setupThomas Martitz
2009-01-07Fix some wierdness with the debug menus... Jonathan Gordon
2008-12-31fix redJonathan Gordon
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon
2008-08-23Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREENMaurus Cuelenaere
2008-07-05fix FS#9144 hopefully for good... only update the screen if the time line is ...Jonathan Gordon
2008-06-28Simplify touchscreen scrollbar handling codeMaurus Cuelenaere
2008-06-28Small fix for touchscreen interfaceMaurus Cuelenaere
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-06-15"Fix" FS#7887 - the line selector colours would be completly wrong on scrolli...Jonathan Gordon
2008-06-06Fix yellowMaurus Cuelenaere
2008-06-061) Implement generic touchscreen detection library for the pluginsMaurus Cuelenaere
2008-06-02Fix some mistakesMaurus Cuelenaere
2008-06-021) Make touchscreen interface more intuitiveMaurus Cuelenaere
2008-06-01Even more touchscreen improvements.Maurus Cuelenaere
2008-06-01Some more touchscreen gui list improvements.Maurus Cuelenaere
2008-05-30(Simulator) Touchscreen improvements.Maurus Cuelenaere
2008-05-11more textarea to viewport conversion... yes/no screen...Jonathan Gordon
2008-04-21And fix the bug which I was actually being pinged about...Jonathan Gordon
2008-04-20Killed unnecessary global variables by making them static.Bertrik Sikken
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius
2008-04-03fix FS#8841 - scrolling doesnt work when using cursor seelction iconJonathan Gordon
2008-03-05fix the touchpad list codeJonathan Gordon
2008-03-05FS#8457 - convert the list drawing code to use viewports. This does not inclu...Jonathan Gordon