summaryrefslogtreecommitdiff
path: root/apps/gui/bitmap/list.c (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
* Remove redundant code in list.cTomer 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
* Alright, it seems I got scroll_stop() wrong. Using the viewport that's set be...Thomas Martitz2009-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
* 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
* Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius2009-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
* Scrollbar position: only update it when exiting the menu + FS#10539 by Alexan...Maurus Cuelenaere2009-08-18
* Add setting to position the scrollbar on the left or rightMaurus Cuelenaere2009-08-17
* Remove some unused #includesBertrik Sikken2009-08-06
* Remove redundant definitions of SCROLLBAR_WIDTHNils Wallménius2009-08-02
* Remove unneeded #include "backdrop.h"Bertrik Sikken2009-05-09
* Bugfix: Text styles are not drawmodes, so stop storing them in the vieport's ...Jens Arnold2009-03-08
* Touchscreen fixes:Maurus Cuelenaere2009-02-19
* Touchscreen devices: make scrolling up work betterMaurus Cuelenaere2009-02-12
* Fix list title setupThomas Martitz2009-01-28
* Fix some wierdness with the debug menus... Jonathan Gordon2009-01-07
* fix redJonathan Gordon2008-12-31
* Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon2008-12-31
* Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREENMaurus Cuelenaere2008-08-23
* fix FS#9144 hopefully for good... only update the screen if the time line is ...Jonathan Gordon2008-07-05
* Simplify touchscreen scrollbar handling codeMaurus Cuelenaere2008-06-28
* Small fix for touchscreen interfaceMaurus Cuelenaere2008-06-28
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* "Fix" FS#7887 - the line selector colours would be completly wrong on scrolli...Jonathan Gordon2008-06-15
* Fix yellowMaurus Cuelenaere2008-06-06
* 1) Implement generic touchscreen detection library for the pluginsMaurus Cuelenaere2008-06-06
* Fix some mistakesMaurus Cuelenaere2008-06-02
* 1) Make touchscreen interface more intuitiveMaurus Cuelenaere2008-06-02
* Even more touchscreen improvements.Maurus Cuelenaere2008-06-01
* Some more touchscreen gui list improvements.Maurus Cuelenaere2008-06-01
* (Simulator) Touchscreen improvements.Maurus Cuelenaere2008-05-30
* more textarea to viewport conversion... yes/no screen...Jonathan Gordon2008-05-11