summaryrefslogtreecommitdiffstats
path: root/apps/gui/bitmap
AgeCommit message (Expand)AuthorFilesLines
2011-02-02Touchscreen: Fix minor redraw after entering the context menu.Thomas Martitz1-0/+3
2011-02-02Redo r29168. Use similar but existing mechanism in the action system which se...Thomas Martitz1-15/+3
2011-01-29Touchscreen/lists: Hopefully fix glitchy behavior that happened after opening...Thomas Martitz1-1/+10
2010-11-10Touchscreen: Improved scroll thresholdThomas Martitz1-1/+11
2010-11-05Make the context menu pop up instantly after the long press timeout when hold...Thomas Martitz1-8/+13
2010-10-31FS#11686 - Kinetic list scrolling for touchscreenThomas Martitz1-50/+249
2010-10-26fix that disktidy plugin and shopper plugin is not usable when Show Icons set...Teruaki Kawashima1-2/+2
2010-10-09Fix several inaccuracies in list handling on touchscreen.Thomas Martitz1-36/+38
2010-10-06Pixel-accurate (vertical) list scrolling for touchscreen targets.Thomas Martitz1-30/+95
2010-09-26Fix FS#11552 - touches outside of the UI viewport can do unexpected list move...Jonathan Gordon1-5/+8
2010-09-23Don't actually reimplement an existing feature for hiding the selection markerThomas Martitz1-11/+14
2010-09-23Touchscreen: Improve scrolling in absolute point mode.Thomas Martitz1-58/+123
2010-06-24I somehow messed up the previous commit, undo the unrelated changes.Maurus Cuelenaere1-8/+12
2010-06-24Fix touchscreen scrollbar behaviour when it's on the right.Maurus Cuelenaere1-12/+7
2010-06-21Make the title area go up one level in the lists again. This Doesnt work if y...Jonathan Gordon1-5/+6
2010-06-21Touchregion support for the Base Skin and FM Skins. display obviously needs t...Jonathan Gordon1-1/+2
2010-06-18Fix error: assignment of read-only variable 'list_width'Maurus Cuelenaere1-1/+1
2010-06-18Simplify check in gui_synclist_do_touchscreen(), no functional changes.Maurus Cuelenaere1-9/+7
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+0
2010-02-262 new tags for the base skin.Jonathan Gordon1-0/+3
2010-02-13Touchscreen: fix scrollbar handling when it's on the rightMaurus Cuelenaere1-3/+9
2010-02-11fix text scrolling handling in do_menu, set_time_screen and time_screen.Teruaki Kawashima1-0/+11
2010-01-07list: improvement to move and show selection in multi-line lists.Teruaki Kawashima1-1/+2
2010-01-03apps/gui/bitmap/list.c: use bool instead of int to hold boolean valueBertrik Sikken1-1/+1
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