summaryrefslogtreecommitdiff
path: root/apps/gui/bitmap/list.c (follow)
Commit message (Expand)AuthorAge
* touchscreen: Rewrite kinetic scrolling using a state machine.Thomas Martitz2012-04-08
* touchscreen: Fix kinetic scrolling when the statusbar is off.Thomas Martitz2012-04-05
* Commit FS#12321 - Touchscreen: List line padding, to more easily select linesThomas Martitz2011-10-17
* Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg2011-10-15
* Fix touchscreen behavior in time&date screen.Thomas Martitz2011-10-07
* Touchscreen: Fix minor redraw after entering the context menu.Thomas Martitz2011-02-02
* Redo r29168. Use similar but existing mechanism in the action system which se...Thomas Martitz2011-02-02
* Touchscreen/lists: Hopefully fix glitchy behavior that happened after opening...Thomas Martitz2011-01-29
* Touchscreen: Improved scroll thresholdThomas Martitz2010-11-10
* Make the context menu pop up instantly after the long press timeout when hold...Thomas Martitz2010-11-05
* FS#11686 - Kinetic list scrolling for touchscreenThomas Martitz2010-10-31
* fix that disktidy plugin and shopper plugin is not usable when Show Icons set...Teruaki Kawashima2010-10-26
* Fix several inaccuracies in list handling on touchscreen.Thomas Martitz2010-10-09
* Pixel-accurate (vertical) list scrolling for touchscreen targets.Thomas Martitz2010-10-06
* Fix FS#11552 - touches outside of the UI viewport can do unexpected list move...Jonathan Gordon2010-09-26
* Don't actually reimplement an existing feature for hiding the selection markerThomas Martitz2010-09-23
* Touchscreen: Improve scrolling in absolute point mode.Thomas Martitz2010-09-23
* I somehow messed up the previous commit, undo the unrelated changes.Maurus Cuelenaere2010-06-24
* Fix touchscreen scrollbar behaviour when it's on the right.Maurus Cuelenaere2010-06-24
* Make the title area go up one level in the lists again. This Doesnt work if y...Jonathan Gordon2010-06-21
* Touchregion support for the Base Skin and FM Skins. display obviously needs t...Jonathan Gordon2010-06-21
* Fix error: assignment of read-only variable 'list_width'Maurus Cuelenaere2010-06-18
* Simplify check in gui_synclist_do_touchscreen(), no functional changes.Maurus Cuelenaere2010-06-18
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* 2 new tags for the base skin.Jonathan Gordon2010-02-26
* Touchscreen: fix scrollbar handling when it's on the rightMaurus Cuelenaere2010-02-13
* fix text scrolling handling in do_menu, set_time_screen and time_screen.Teruaki Kawashima2010-02-11
* list: improvement to move and show selection in multi-line lists.Teruaki Kawashima2010-01-07
* apps/gui/bitmap/list.c: use bool instead of int to hold boolean valueBertrik Sikken2010-01-03
* fix another bug from FS#10771 - list touchscreen handling needs to ignore pre...Jonathan Gordon2009-12-21
* Fix FS#10289 - screens showing a list need to check the show_icons setting be...Jonathan Gordon2009-12-16
* 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