1. 6da4900 Touchscreen: absolute point mode scrolling bugfix by Aidan MacDonald · 3 years, 6 months ago
  2. 8b56476 list: After drawing scrollbars, explcitly switch back to old viewport. by Solomon Peachy · 3 years, 8 months ago
  3. 512be37 list: reset viewport to avoid corrupting the text in the first line by Georg Gadinger · 4 years ago
  4. 43f9074 synclist add method for setting selection color by William Wilgus · 5 years ago
  5. 3237ae4 LCD core move buf ptr and address look up function viewport struct by William Wilgus · 4 years, 2 months ago
  6. 28591f2 Explicitly provide both cases in conditional (fixes warning) by Frank Gevaerts · 7 years ago
  7. 05a67d0 Touchscreen: Show a line separator in lists. by Thomas Martitz · 12 years ago
  8. eec89a9 lists: Adapt put_line(). by Thomas Martitz · 11 years ago
  9. bc9a45b icons: Remove automatic left padding if x == 0. by Thomas Martitz · 11 years ago
  10. 1c5d0b4 scroll_engine: Rename scroll_stop* functions to be more consistent with the lcd api. by Thomas Martitz · 12 years ago
  11. 1cc0809 list widget: undo part of aaf3065 by Jonathan Gordon · 12 years ago
  12. aaf3065 skin_engine: Add a debug screen to display skin ram usage by Jonathan Gordon · 12 years ago
  13. d06779d gui: Fix \t indenting for RTL langs in the lists (DB folder chooser) by Jonathan Gordon · 12 years ago
  14. 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
  15. 2ffde90 touchscreen: Fix kinetic and swipe scrolling outside of the list viewport. by Thomas Martitz · 12 years ago
  16. 0823817 lists: Support '\t' in list item text to indent the line containing it. by Jonathan Gordon · 12 years ago
  17. 7151111 Make touchscreen handling work with skinned lists. by Frank Gevaerts · 12 years ago
  18. 2760d57 touchscreen: Don't hide selection by default. Fixes FS#12675. by Thomas Martitz · 12 years ago
  19. 8689bcc Touchscreen: Check if click is outside of list. Fixes FS#12669 by Thomas Martitz · 13 years ago
  20. c9bcbe2 Fundamentally rewrite much of the audio DSP. by Michael Sevakis · 13 years ago
  21. 4269934 touchscreen/lists: fix two regressions by Thomas Martitz · 13 years ago
  22. d3ead23 touchscreen: fix some issues/crashes with clicking the list title. by Thomas Martitz · 13 years ago
  23. 48c248d touchscreen: fix swipe scrolling (jumped back to previous item). by Thomas Martitz · 13 years ago
  24. 688302a touchscreen: Rewrite kinetic scrolling using a state machine. by Thomas Martitz · 13 years ago
  25. bb0e4cc touchscreen: Fix kinetic scrolling when the statusbar is off. by Thomas Martitz · 13 years ago
  26. 3b12634 Commit FS#12321 - Touchscreen: List line padding, to more easily select lines by Thomas Martitz · 13 years ago
  27. 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
  28. 2a04202 Fix touchscreen behavior in time&date screen. by Thomas Martitz · 13 years ago
  29. b22b0dc Touchscreen: Fix minor redraw after entering the context menu. by Thomas Martitz · 14 years ago
  30. 430ada0 Redo r29168. Use similar but existing mechanism in the action system which seems to work better. by Thomas Martitz · 14 years ago
  31. 7436e7a Touchscreen/lists: Hopefully fix glitchy behavior that happened after opening the context menu. by Thomas Martitz · 14 years ago
  32. 33af0de Touchscreen: Improved scroll threshold by Thomas Martitz · 14 years ago
  33. 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
  34. b673ae2 FS#11686 - Kinetic list scrolling for touchscreen by Thomas Martitz · 14 years ago
  35. a900a29 fix that disktidy plugin and shopper plugin is not usable when Show Icons setting is turned off. by Teruaki Kawashima · 14 years ago
  36. b39a493 Fix several inaccuracies in list handling on touchscreen. by Thomas Martitz · 14 years ago
  37. d9d0b4d Pixel-accurate (vertical) list scrolling for touchscreen targets. by Thomas Martitz · 14 years ago
  38. 0dd8ba4 Fix FS#11552 - touches outside of the UI viewport can do unexpected list movements. by Jonathan Gordon · 14 years ago
  39. f060cd5 Don't actually reimplement an existing feature for hiding the selection marker by Thomas Martitz · 14 years ago
  40. ac08e69 Touchscreen: Improve scrolling in absolute point mode. by Thomas Martitz · 14 years ago
  41. 5da84ec I somehow messed up the previous commit, undo the unrelated changes. by Maurus Cuelenaere · 14 years ago
  42. 3f48385 Fix touchscreen scrollbar behaviour when it's on the right. by Maurus Cuelenaere · 14 years ago
  43. 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
  44. 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
  45. 6be8306 Fix error: assignment of read-only variable 'list_width' by Maurus Cuelenaere · 14 years ago
  46. 4c4285d Simplify check in gui_synclist_do_touchscreen(), no functional changes. by Maurus Cuelenaere · 14 years ago
  47. 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
  48. 466e5d9 2 new tags for the base skin. by Jonathan Gordon · 15 years ago
  49. 9ec0c16 Touchscreen: fix scrollbar handling when it's on the right by Maurus Cuelenaere · 15 years ago
  50. 93f9e7c fix text scrolling handling in do_menu, set_time_screen and time_screen. by Teruaki Kawashima · 15 years ago
  51. 67470c8 list: improvement to move and show selection in multi-line lists. by Teruaki Kawashima · 15 years ago
  52. 92d2874 apps/gui/bitmap/list.c: use bool instead of int to hold boolean value by Bertrik Sikken · 15 years ago
  53. 88ae46c fix another bug from FS#10771 - list touchscreen handling needs to ignore presses outside the list viewport. by Jonathan Gordon · 15 years ago
  54. 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
  55. 67ded6c Fix position calculation of title icon. by Teruaki Kawashima · 15 years ago
  56. a092b9c Use macro to test viewport's RTL flag by Tomer Shalev · 15 years ago
  57. 6a12b82 Fine tuning of gui elements positioning in RTL mode by Tomer Shalev · 15 years ago
  58. ff3e3f5 Remove redundant code in list.c by Tomer Shalev · 15 years ago
  59. b0a9938 Add rtl flagging to viewport_set_defaults(), and ensure that by Tomer Shalev · 15 years ago
  60. 58221fc Implement RTL as a viewport's bit-field by Tomer Shalev · 15 years ago
  61. 6b8a78f Fix red - type by Tomer Shalev · 15 years ago
  62. 2438d16 - Use pointers instead of repeating access to array element by Tomer Shalev · 15 years ago
  63. 1acacc2 Revert renaming of the scrollbar global setting by r22945, following discussion in IRC by Tomer Shalev · 15 years ago
  64. bbeb3ec Fix yellow by Tomer Shalev · 15 years ago
  65. 0b6f683 Have scollbar in the right side while in RTL mode by Tomer Shalev · 15 years ago
  66. f8adc43 Fix red - forgot one #ifdef by Tomer Shalev · 15 years ago
  67. 311030c Fix some of the reds by Tomer Shalev · 15 years ago
  68. 6d80565 RTL support in menus by Tomer Shalev · 15 years ago
  69. 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
  70. 2ab627d Change r22610 a bit. The new parent viewport isn't really suitable. by Thomas Martitz · 15 years ago
  71. af2dcbb Don't stop scrolling for the whole display, but only in the actual list parent viewport. by Thomas Martitz · 15 years ago
  72. 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
  73. 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
  74. 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
  75. 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
  76. 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
  77. 23e534d Delete the trivial comment by Alexander Levin · 15 years ago
  78. 07d0bfd Combine the settings for scrollbar on/off and its position into one with three possible values by Alexander Levin · 15 years ago
  79. 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
  80. daaecb9 Add setting to position the scrollbar on the left or right by Maurus Cuelenaere · 15 years ago
  81. 0307cd1 Remove some unused #includes by Bertrik Sikken · 15 years ago
  82. 0a51d39 Remove redundant definitions of SCROLLBAR_WIDTH by Nils Wallménius · 15 years ago
  83. 09085a3 Remove unneeded #include "backdrop.h" Remove unneeded #include "statusbar.h" by Bertrik Sikken · 16 years ago
  84. 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
  85. 21ca866 Touchscreen fixes: by Maurus Cuelenaere · 16 years ago
  86. 39be5ff Touchscreen devices: make scrolling up work better by Maurus Cuelenaere · 16 years ago
  87. 0dd6641 Fix list title setup by Thomas Martitz · 16 years ago
  88. f9329e4 Fix some wierdness with the debug menus... by Jonathan Gordon · 16 years ago
  89. 79b3e87 fix red by Jonathan Gordon · 16 years ago
  90. 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
  91. 1392dc2 Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN by Maurus Cuelenaere · 16 years ago
  92. 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
  93. 475c2e7 Simplify touchscreen scrollbar handling code by Maurus Cuelenaere · 16 years ago
  94. 3d240f1 Small fix for touchscreen interface by Maurus Cuelenaere · 16 years ago
  95. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  96. 5c416ae "Fix" FS#7887 - the line selector colours would be completly wrong on scrolling lines. by Jonathan Gordon · 16 years ago
  97. 4bbdc5c Fix yellow by Maurus Cuelenaere · 17 years ago
  98. e1753de 1) Implement generic touchscreen detection library for the plugins by Maurus Cuelenaere · 17 years ago
  99. 75cac2c Fix some mistakes by Maurus Cuelenaere · 17 years ago
  100. cad30d3 1) Make touchscreen interface more intuitive 2) Comment the code by Maurus Cuelenaere · 17 years ago