- 6da4900 Touchscreen: absolute point mode scrolling bugfix by Aidan MacDonald · 3 years, 6 months ago
- 8b56476 list: After drawing scrollbars, explcitly switch back to old viewport. by Solomon Peachy · 3 years, 8 months ago
- 512be37 list: reset viewport to avoid corrupting the text in the first line by Georg Gadinger · 4 years ago
- 43f9074 synclist add method for setting selection color by William Wilgus · 5 years ago
- 3237ae4 LCD core move buf ptr and address look up function viewport struct by William Wilgus · 4 years, 2 months ago
- 28591f2 Explicitly provide both cases in conditional (fixes warning) by Frank Gevaerts · 7 years ago
- 05a67d0 Touchscreen: Show a line separator in lists. by Thomas Martitz · 12 years ago
- eec89a9 lists: Adapt put_line(). by Thomas Martitz · 11 years ago
- bc9a45b icons: Remove automatic left padding if x == 0. by Thomas Martitz · 11 years ago
- 1c5d0b4 scroll_engine: Rename scroll_stop* functions to be more consistent with the lcd api. by Thomas Martitz · 12 years ago
- 1cc0809 list widget: undo part of aaf3065 by Jonathan Gordon · 12 years ago
- aaf3065 skin_engine: Add a debug screen to display skin ram usage by Jonathan Gordon · 12 years ago
- d06779d gui: Fix \t indenting for RTL langs in the lists (DB folder chooser) by Jonathan Gordon · 12 years ago
- 48bc762 lists: Fix item indentation in RTL to match LTR behavior (which is no indentation when the scrollbar isn't shown, apparently). by Thomas Martitz · 12 years ago
- 2ffde90 touchscreen: Fix kinetic and swipe scrolling outside of the list viewport. by Thomas Martitz · 12 years ago
- 0823817 lists: Support '\t' in list item text to indent the line containing it. by Jonathan Gordon · 12 years ago
- 7151111 Make touchscreen handling work with skinned lists. by Frank Gevaerts · 12 years ago
- 2760d57 touchscreen: Don't hide selection by default. Fixes FS#12675. by Thomas Martitz · 12 years ago
- 8689bcc Touchscreen: Check if click is outside of list. Fixes FS#12669 by Thomas Martitz · 13 years ago
- c9bcbe2 Fundamentally rewrite much of the audio DSP. by Michael Sevakis · 13 years ago
- 4269934 touchscreen/lists: fix two regressions by Thomas Martitz · 13 years ago
- d3ead23 touchscreen: fix some issues/crashes with clicking the list title. by Thomas Martitz · 13 years ago
- 48c248d touchscreen: fix swipe scrolling (jumped back to previous item). by Thomas Martitz · 13 years ago
- 688302a touchscreen: Rewrite kinetic scrolling using a state machine. by Thomas Martitz · 13 years ago
- bb0e4cc touchscreen: Fix kinetic scrolling when the statusbar is off. by Thomas Martitz · 13 years ago
- 3b12634 Commit FS#12321 - Touchscreen: List line padding, to more easily select lines by Thomas Martitz · 13 years ago
- 0942e2a Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. by Björn Stenberg · 13 years ago
- 2a04202 Fix touchscreen behavior in time&date screen. by Thomas Martitz · 13 years ago
- b22b0dc Touchscreen: Fix minor redraw after entering the context menu. by Thomas Martitz · 14 years ago
- 430ada0 Redo r29168. Use similar but existing mechanism in the action system which seems to work better. by Thomas Martitz · 14 years ago
- 7436e7a Touchscreen/lists: Hopefully fix glitchy behavior that happened after opening the context menu. by Thomas Martitz · 14 years ago
- 33af0de Touchscreen: Improved scroll threshold by Thomas Martitz · 14 years ago
- 12f5a1e Make the context menu pop up instantly after the long press timeout when holding a list item instead of just after the thumb/styles left the screen. by Thomas Martitz · 14 years ago
- b673ae2 FS#11686 - Kinetic list scrolling for touchscreen by Thomas Martitz · 14 years ago
- a900a29 fix that disktidy plugin and shopper plugin is not usable when Show Icons setting is turned off. by Teruaki Kawashima · 14 years ago
- b39a493 Fix several inaccuracies in list handling on touchscreen. by Thomas Martitz · 14 years ago
- d9d0b4d Pixel-accurate (vertical) list scrolling for touchscreen targets. by Thomas Martitz · 14 years ago
- 0dd8ba4 Fix FS#11552 - touches outside of the UI viewport can do unexpected list movements. by Jonathan Gordon · 14 years ago
- f060cd5 Don't actually reimplement an existing feature for hiding the selection marker by Thomas Martitz · 14 years ago
- ac08e69 Touchscreen: Improve scrolling in absolute point mode. by Thomas Martitz · 14 years ago
- 5da84ec I somehow messed up the previous commit, undo the unrelated changes. by Maurus Cuelenaere · 14 years ago
- 3f48385 Fix touchscreen scrollbar behaviour when it's on the right. by Maurus Cuelenaere · 14 years ago
- 49dac9a Make the title area go up one level in the lists again. This Doesnt work if you have the title in a seperate viewport in the sbs, but that isnt really a problem because if you are doing that there is a good chance you will setup a region for that press anyway by Jonathan Gordon · 14 years ago
- a398c28 Touchregion support for the Base Skin and FM Skins. display obviously needs to be in stylus mode for this to work. Just about all screens should be mostly useable if your sbs has the next/prev/select/cancel/menu regions defined. by Jonathan Gordon · 14 years ago
- 6be8306 Fix error: assignment of read-only variable 'list_width' by Maurus Cuelenaere · 14 years ago
- 4c4285d Simplify check in gui_synclist_do_touchscreen(), no functional changes. by Maurus Cuelenaere · 14 years ago
- 50a6ca3 Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). by Thomas Martitz · 15 years ago
- 466e5d9 2 new tags for the base skin. by Jonathan Gordon · 15 years ago
- 9ec0c16 Touchscreen: fix scrollbar handling when it's on the right by Maurus Cuelenaere · 15 years ago
- 93f9e7c fix text scrolling handling in do_menu, set_time_screen and time_screen. by Teruaki Kawashima · 15 years ago
- 67470c8 list: improvement to move and show selection in multi-line lists. by Teruaki Kawashima · 15 years ago
- 92d2874 apps/gui/bitmap/list.c: use bool instead of int to hold boolean value by Bertrik Sikken · 15 years ago
- 88ae46c fix another bug from FS#10771 - list touchscreen handling needs to ignore presses outside the list viewport. by Jonathan Gordon · 15 years ago
- e425371 Fix FS#10289 - screens showing a list need to check the show_icons setting before setting the callback. the List will now always draw icons if a callback is set (like its always done for voice) by Jonathan Gordon · 15 years ago
- 67ded6c Fix position calculation of title icon. by Teruaki Kawashima · 15 years ago
- a092b9c Use macro to test viewport's RTL flag by Tomer Shalev · 15 years ago
- 6a12b82 Fine tuning of gui elements positioning in RTL mode by Tomer Shalev · 15 years ago
- ff3e3f5 Remove redundant code in list.c by Tomer Shalev · 15 years ago
- b0a9938 Add rtl flagging to viewport_set_defaults(), and ensure that by Tomer Shalev · 15 years ago
- 58221fc Implement RTL as a viewport's bit-field by Tomer Shalev · 15 years ago
- 6b8a78f Fix red - type by Tomer Shalev · 15 years ago
- 2438d16 - Use pointers instead of repeating access to array element by Tomer Shalev · 15 years ago
- 1acacc2 Revert renaming of the scrollbar global setting by r22945, following discussion in IRC by Tomer Shalev · 15 years ago
- bbeb3ec Fix yellow by Tomer Shalev · 15 years ago
- 0b6f683 Have scollbar in the right side while in RTL mode by Tomer Shalev · 15 years ago
- f8adc43 Fix red - forgot one #ifdef by Tomer Shalev · 15 years ago
- 311030c Fix some of the reds by Tomer Shalev · 15 years ago
- 6d80565 RTL support in menus by Tomer Shalev · 15 years ago
- 3c47d94 Alright, it seems I got scroll_stop() wrong. Using the viewport that's set before doing all the puts_scroll* calls seems to work. by Thomas Martitz · 15 years ago
- 2ab627d Change r22610 a bit. The new parent viewport isn't really suitable. by Thomas Martitz · 15 years ago
- af2dcbb Don't stop scrolling for the whole display, but only in the actual list parent viewport. by Thomas Martitz · 15 years ago
- 94419e9 Touchscreen list handling: use icon width instead of scrollbar width for the 'ignoring' zone + correct comment that shouldn't be true anymore (and never was AFAIK) by Maurus Cuelenaere · 15 years ago
- 4ce82b9 Touchscreen list handling: ignore presses close to the scrollbar when it's on the right, this is similar as how it's handled when the scrollbar is on the left (icons) and improves user experience due to touchscreen dead zones. by Maurus Cuelenaere · 15 years ago
- 07b2708 Touchscreen list handling: fix issue where scrolling with the scrollbar could bring up the context menu for an item by Maurus Cuelenaere · 15 years ago
- 3200d04 Make the formatter functions used by the settings return a pointer to avoid usless copying of lang strings, this brought with it a long chain of const correctness and a few random cleanups by Nils Wallménius · 15 years ago
- 4f87976 Slight cleanup in lcd.h: kill fixme and remove useless include, add some includes elsewhere and add a stub for sims instead of ifdef by Nils Wallménius · 15 years ago
- 23e534d Delete the trivial comment by Alexander Levin · 15 years ago
- 07d0bfd Combine the settings for scrollbar on/off and its position into one with three possible values by Alexander Levin · 15 years ago
- ae901c2 Scrollbar position: only update it when exiting the menu + FS#10539 by Alexander Levin (change the order of Left/Right) by Maurus Cuelenaere · 15 years ago
- daaecb9 Add setting to position the scrollbar on the left or right by Maurus Cuelenaere · 15 years ago
- 0307cd1 Remove some unused #includes by Bertrik Sikken · 15 years ago
- 0a51d39 Remove redundant definitions of SCROLLBAR_WIDTH by Nils Wallménius · 15 years ago
- 09085a3 Remove unneeded #include "backdrop.h" Remove unneeded #include "statusbar.h" by Bertrik Sikken · 16 years ago
- 3f69bb2 Bugfix: Text styles are not drawmodes, so stop storing them in the vieport's drawmode field. They're only used locally anyway. by Jens Arnold · 16 years ago
- 21ca866 Touchscreen fixes: by Maurus Cuelenaere · 16 years ago
- 39be5ff Touchscreen devices: make scrolling up work better by Maurus Cuelenaere · 16 years ago
- 0dd6641 Fix list title setup by Thomas Martitz · 16 years ago
- f9329e4 Fix some wierdness with the debug menus... by Jonathan Gordon · 16 years ago
- 79b3e87 fix red by Jonathan Gordon · 16 years ago
- e385ee1 Decouple the statusbar drawing from the rest of the screen drawing. it is not drawn roughly 4x per second automatically. by Jonathan Gordon · 16 years ago
- 1392dc2 Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN by Maurus Cuelenaere · 16 years ago
- 311d048 fix FS#9144 hopefully for good... only update the screen if the time line is selected, or if talking menus are disabled, only update if the time line is actually on the screen. Also only update every 5s so scrolling lines still scroll. (turns out scroll_all was broken! fixed now) by Jonathan Gordon · 16 years ago
- 475c2e7 Simplify touchscreen scrollbar handling code by Maurus Cuelenaere · 16 years ago
- 3d240f1 Small fix for touchscreen interface by Maurus Cuelenaere · 16 years ago
- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- 5c416ae "Fix" FS#7887 - the line selector colours would be completly wrong on scrolling lines. by Jonathan Gordon · 16 years ago
- 4bbdc5c Fix yellow by Maurus Cuelenaere · 17 years ago
- e1753de 1) Implement generic touchscreen detection library for the plugins by Maurus Cuelenaere · 17 years ago
- 75cac2c Fix some mistakes by Maurus Cuelenaere · 17 years ago
- cad30d3 1) Make touchscreen interface more intuitive 2) Comment the code by Maurus Cuelenaere · 17 years ago