1. 4beafe1 Show time, date, and recording directory in the info screen by Solomon Peachy · 6 years ago
  2. d20185a iPod Classic: reads HDD S.M.A.R.T. data by Cástor Muñoz · 10 years ago
  3. eec89a9 lists: Adapt put_line(). by Thomas Martitz · 11 years ago
  4. 69228f9 simplelist: Make better use of the static buffer and simplify API by Jonathan Gordon · 12 years ago
  5. 7151111 Make touchscreen handling work with skinned lists. by Frank Gevaerts · 12 years ago
  6. b5cd5ce Add %LR and %LC to get at the current row and columm in skinned lists. by Frank Gevaerts · 13 years ago
  7. 680c6fc Store listitem_viewport_cfg->label as skinoffset instead of raw pointer by Frank Gevaerts · 13 years ago
  8. eb2ea7f keyclick: Add a callback so screens can cancel a click. Add a generic list callback to stop clicks when we are at the end of the list by Jonathan Gordon · 13 years ago
  9. 8e6030c FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use. by Boris Gjenero · 13 years ago
  10. 5c509d1 Fix buttonbar and line padding in time&date screen. by Thomas Martitz · 13 years ago
  11. 0acdc87 lists: Detect dirtyness (need to reinit) for each list, instead of once globally. by Thomas Martitz · 13 years ago
  12. 28d5f2a Add "%LN" tag to retrieve the list item number of the current item. This allows e.g. putting item numbers in skinned lists. by Frank Gevaerts · 13 years ago
  13. 3d0317a Rework how the skin gets the list item text to save some ram. Also allow the %LI and %LT tags to take 2 optional parameters to get a different items text/icon: by Jonathan Gordon · 13 years ago
  14. 9b6ac01 Lists can now be completly draw using the skin engine! by Jonathan Gordon · 13 years ago
  15. 573f220 Add the list colour callback and a proper title icon to the simplelist api by Jonathan Gordon · 13 years ago
  16. b673ae2 FS#11686 - Kinetic list scrolling for touchscreen by Thomas Martitz · 14 years ago
  17. f060cd5 Don't actually reimplement an existing feature for hiding the selection marker by Thomas Martitz · 14 years ago
  18. ac08e69 Touchscreen: Improve scrolling in absolute point mode. by Thomas Martitz · 14 years ago
  19. dafcd14 remove unused fields from struct gui_synclist. by Teruaki Kawashima · 15 years ago
  20. d50c78c * surround member only used by charcells with #ifdef HAVE_LCD_CHARCELLS in struct scrollinfo in scroll_engine.h. by Teruaki Kawashima · 15 years ago
  21. 93f9e7c fix text scrolling handling in do_menu, set_time_screen and time_screen. by Teruaki Kawashima · 15 years ago
  22. 44fa025 Use plain int (instead of char) for field selection_size in struct simplelist_info by Bertrik Sikken · 15 years ago
  23. 8e33c2f revert r23093 and r 23094, since the title pointer is used to modify the title of the list from the callback function in one place by Nils Wallménius · 15 years ago
  24. aa84a99 Const correctness by Nils Wallménius · 15 years ago
  25. 2eb1cb6 Fix buttonbar handling/theme changed handling in lists. by Thomas Martitz · 15 years ago
  26. 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
  27. 567d83e FS#10534: Make scrollbar width variable through a setting (useful for touchscreen targets) by Maurus Cuelenaere · 15 years ago
  28. 4c48b59 User definable UI viewport, to be able to restrict the UI into a viewport for all bitmap displays. by Thomas Martitz · 15 years ago
  29. d767883 Various files: make functions static if they're local or make sure there is a proper #include if not by Bertrik Sikken · 15 years ago
  30. 0a51d39 Remove redundant definitions of SCROLLBAR_WIDTH by Nils Wallménius · 15 years ago
  31. 1bc67c8 Fix type mismatch warnings and errors exposed when building with EABI toolchain. by Andrew Mahone · 15 years ago
  32. 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
  33. 2438d78 redo the previous commit so its actually useful. by Jonathan Gordon · 16 years ago
  34. 67df5f2 have the info lists set the selection before they are exited, this is sometimes needed by the caller by Jonathan Gordon · 16 years ago
  35. 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
  36. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  37. 6848961 Pass the buffer length to the list_get_name callback functions instead of using hardcoded MAX_PATH by Nils Wallménius · 17 years ago
  38. be185a1 fix the buttonbar in the browser and menus. by Jonathan Gordon · 17 years ago
  39. 5ca1539 the menu and list now accepts a parent viewport to draw in (and the menu can be told to not show status/button bars). This lays the groundwork to fix colour problems with plugin menus (see star.c for an example.) This hopefully fixes some button bar issues as well as theme problems. by Jonathan Gordon · 17 years ago
  40. 0e5cec2 FS#8457 - convert the list drawing code to use viewports. This does not include any of the customizability which was in the patch, so unless any bugs show up users should not notice any difference. by Jonathan Gordon · 17 years ago
  41. f5ec3e4 remove the duplicated gui_list struct and only duplicate the members which are actually different on each screen. should translate to a smaller bin and easier code (users shouldnt notice any difference) by Jonathan Gordon · 17 years ago
  42. 0465101 allow simplelists to set the timeout and the start selection. by Jonathan Gordon · 17 years ago
  43. 616971c remove the seelection_size param from the info init call to hopefully decrease the bin size a bit by Jonathan Gordon · 17 years ago
  44. 5eac010 simplify the simpelist api slightly so not every struct member needs to be init manually. by Jonathan Gordon · 17 years ago
  45. 8486c04 Accept FS#7774: Voice callback for gui_synclist. by Stéphane Doyon · 17 years ago
  46. 5f893be add a list API for simple lists which dont need lots of code to run. by Jonathan Gordon · 17 years ago
  47. d66b3c0 Remove the "invert scroll" code since it's not used anywhere anymore (and it was broken on color targets with gradients anyway). Closes FS #7875. by Antoine Cellerier · 17 years ago
  48. cf1cef5 minor update to gui_synclist_do_button() which will hopefully simplify things later. by Jonathan Gordon · 17 years ago
  49. 74cbb0a Give color targets the ability to display each LCD line a different color and use this newfangled ability to provide themable colored file types. See the comments on read_color_theme_file and the sample.colors file provided for how to use this. .colors files go in themes directory for now. This separate line color function should be trivial to add to menus and wpss. by Brandon Low · 17 years ago
  50. 3823486 Add a mode the lists which doesnt show the selection marker. by Jonathan Gordon · 17 years ago
  51. 6a5cc0b Customizable icons for all bitmap targets. (FS#7013) by Jonathan Gordon · 17 years ago
  52. c05ee02 Removed unused struct member from gui_synclist, and reordered struct members of gui_list for optimal packing. by Jens Arnold · 18 years ago
  53. 2eefb5a Optimized the gui list code performance, including automatic frame dropping and cpu boosting when button events are getting queued. Improved scrollwheel acceleration code is needed to notice a real change. by Miika Pekkarinen · 18 years ago
  54. 7fdee10 Make private functions static. Remove some functions from the plugin api as they weren't used in any plugins and could then be declared static. by Nils Wallménius · 18 years ago
  55. 6a1161b dont allow the volume setting to wrap by Jonathan Gordon · 18 years ago
  56. 34301bb Add optional icon to list title, current path display shows a dir icon, and list titles now left-justified. by Mark Arigo · 18 years ago
  57. 224c0a1 Finally, the new button action system is here, thanks to Jonathan Gordon. Some button mappings have changed and other things may break. Comments should go to the forum, http://forums.rockbox.org/index.php?topic=5829.0 or the mailing list. by Linus Nielsen Feltzing · 18 years ago
  58. c0f8b18 A few changes and fixes for the title in the file view: disable title string in tagcache view, strip leading / from current directory title, center title properly, scroll title if it's too long. by Dan Everton · 18 years ago
  59. 079ad11 Patch #5795 from Jonathan Gordon - change the settings display for enumerations and integers to use the list widget. Patch also adds an optional title to the list widget which is used in the settings. by Dave Chapman · 18 years ago
  60. f53779d by Shachar Liberman · 18 years ago
  61. 1e88be5 Barry Wardell's keymappings for H10 by Daniel Stenberg · 18 years ago
  62. f77ac7a added support remote support for the id3 infos screen (had to slightly change the list engine to use it here as well), corrected a mistake in the french translation by Kevin Ferrare · 18 years ago
  63. b89bb31 Recorder, Player: * Fix remote up/down in lists (browser, menu). * Add remote butons for settings. by Jens Arnold · 18 years ago
  64. 38deb8f Patch #4864 by Jonathan Gordon: text editor plugin, with some changes by me. by Hristo Kovachev · 19 years ago
  65. 338e2bb first gigabeat commit by Marcoen Hirschberg · 19 years ago
  66. cbfe90e Use the iPod 4G button mappings for the iPod 3G as well (at least for now) by Dave Chapman · 19 years ago
  67. d3a03b6 Horizontal screen scrolling part 3 (by Shachar Liberman) by Brandon Low · 19 years ago
  68. 7fa39df Horizontal scrolling patch by Shachar Liberman by Tomas Salfischberger · 19 years ago
  69. cedba88 Matt v.d. Westhuizen's iAudio X5 keypad adjustments by Daniel Stenberg · 19 years ago
  70. d83e929 Work-in-progress iriver iFP-7xx port by Tomasz Malesinski by Dave Chapman · 19 years ago
  71. 0dc63c1 Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be identical to the other 4G models by Dave Chapman · 19 years ago
  72. fe77240 iPod: First attempt to implement sensible button mappings. Changes to all targets to replace a small number of references to raw button codes (BUTTON_???) with their abstract equivalents. by Dave Chapman · 19 years ago
  73. 15046f9 show/hide icons now works properly in playlist viewer by Kevin Ferrare · 19 years ago
  74. 8517ed8 Multi screen support for playlist viewer, some fixes in other gui files by Kevin Ferrare · 19 years ago
  75. 64e5239 iPod: Add placeholder button definitions - these need reviewing when the button usage for the iPod is decided by Dave Chapman · 19 years ago
  76. f7c9752 Fixed the icon for unknown file types on the archos Player, and the bug when removing the last file on the screen in filetree, added some code for playlists integration with multi-screen by Kevin Ferrare · 19 years ago
  77. db8415c Partial menus support on remote (only browsing is working, changing option isn't), corrected a bug in gui_list about scrollbar beeing displayed sometimes when it musn't by Kevin Ferrare · 19 years ago
  78. a3ed62b Corrected a bug on archos with buttonbar which was erased when filetree refreshed (mistake introduced in 2005/10/29 commit; Changed some copyrights in the files (I hope this time will be the good one and the last one ! ) by Kevin Ferrare · 19 years ago
  79. e75cbdd Some changes to the remote code : some one lines function turned into macros ; changed pre-increment to post-increment since it's clearer that way ; added a data pointer to the list callback (global variables are baaaad) ; some more documentation of the API and minor cleanups by Kevin Ferrare · 19 years ago
  80. d452d26 Changed some fn names, also corrected a bug with fonts and made the filetree work like the original one (stop on reaching list limits when pressing button) by Kevin Ferrare · 19 years ago
  81. 7da9477 Initial multi screen support by Kévin Ferrare (Patch #1318081) by Linus Nielsen Feltzing · 19 years ago