summaryrefslogtreecommitdiff
path: root/apps/gui/bitmap
AgeCommit message (Expand)Author
2012-03-01Make %LC and %LR always have predictable and usable values.Frank Gevaerts
2012-02-25Clean up some variables.Frank Gevaerts
2012-02-25Add %LR and %LC to get at the current row and columm in skinned lists.Frank Gevaerts
2012-02-22Store listitem_viewport_cfg->label as skinoffset instead of raw pointerFrank Gevaerts
2012-02-21Make skinned lists handle the "0 items" case without crashingFrank Gevaerts
2012-02-19Fix another skinned list buflib issueFrank Gevaerts
2012-02-19Fix a nullpointer dereference in skinned lists.Frank Gevaerts
2012-02-19make local variable current_list staticBertrik Sikken
2011-11-15Use buflib for all skin engine allocations.Jonathan Gordon
2011-10-17Commit FS#12321 - Touchscreen: List line padding, to more easily select linesThomas Martitz
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg
2011-10-07Fix touchscreen behavior in time&date screen.Thomas Martitz
2011-09-18Add "%LN" tag to retrieve the list item number of the current item. This allo...Frank Gevaerts
2011-09-11Rework how the skin gets the list item text to save some ram. Also allow the ...Jonathan Gordon
2011-09-06Add the new file and fix the compile errorJonathan Gordon
2011-02-02Touchscreen: Fix minor redraw after entering the context menu.Thomas Martitz
2011-02-02Redo r29168. Use similar but existing mechanism in the action system which se...Thomas Martitz
2011-01-29Touchscreen/lists: Hopefully fix glitchy behavior that happened after opening...Thomas Martitz
2010-11-10Touchscreen: Improved scroll thresholdThomas Martitz
2010-11-05Make the context menu pop up instantly after the long press timeout when hold...Thomas Martitz
2010-10-31FS#11686 - Kinetic list scrolling for touchscreenThomas Martitz
2010-10-26fix that disktidy plugin and shopper plugin is not usable when Show Icons set...Teruaki Kawashima
2010-10-09Fix several inaccuracies in list handling on touchscreen.Thomas Martitz
2010-10-06Pixel-accurate (vertical) list scrolling for touchscreen targets.Thomas Martitz
2010-09-26Fix FS#11552 - touches outside of the UI viewport can do unexpected list move...Jonathan Gordon
2010-09-23Don't actually reimplement an existing feature for hiding the selection markerThomas Martitz
2010-09-23Touchscreen: Improve scrolling in absolute point mode.Thomas Martitz
2010-06-24I somehow messed up the previous commit, undo the unrelated changes.Maurus Cuelenaere
2010-06-24Fix touchscreen scrollbar behaviour when it's on the right.Maurus Cuelenaere
2010-06-21Make the title area go up one level in the lists again. This Doesnt work if y...Jonathan Gordon
2010-06-21Touchregion support for the Base Skin and FM Skins. display obviously needs t...Jonathan Gordon
2010-06-18Fix error: assignment of read-only variable 'list_width'Maurus Cuelenaere
2010-06-18Simplify check in gui_synclist_do_touchscreen(), no functional changes.Maurus Cuelenaere
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-02-262 new tags for the base skin.Jonathan Gordon
2010-02-13Touchscreen: fix scrollbar handling when it's on the rightMaurus Cuelenaere
2010-02-11fix text scrolling handling in do_menu, set_time_screen and time_screen.Teruaki Kawashima
2010-01-07list: improvement to move and show selection in multi-line lists.Teruaki Kawashima
2010-01-03apps/gui/bitmap/list.c: use bool instead of int to hold boolean valueBertrik Sikken
2009-12-21fix another bug from FS#10771 - list touchscreen handling needs to ignore pre...Jonathan Gordon
2009-12-16Fix FS#10289 - screens showing a list need to check the show_icons setting be...Jonathan Gordon
2009-10-06Fix position calculation of title icon.Teruaki Kawashima
2009-10-06Use macro to test viewport's RTL flagTomer Shalev
2009-10-05Fine tuning of gui elements positioning in RTL modeTomer Shalev
2009-10-05Remove redundant code in list.cTomer Shalev
2009-10-05Add rtl flagging to viewport_set_defaults(), and ensure thatTomer Shalev
2009-10-05Implement RTL as a viewport's bit-fieldTomer Shalev
2009-10-05Fix red - typeTomer Shalev
2009-10-05- Use pointers instead of repeating access to array elementTomer Shalev
2009-10-05Revert renaming of the scrollbar global setting by r22945, following discussi...Tomer Shalev