- 4beafe1 Show time, date, and recording directory in the info screen by Solomon Peachy · 6 years ago
- 39b64f7 FS#10311 -- Add beep when navigating to beginning or end of list. by Solomon Peachy · 6 years ago
- a8758c9 Fix scrolling left button inadvertently cancels listtree by Sebastian Leonhardt · 9 years ago
- 470989b events: Rework event subsystem (add_event, send_event) to be more versatile. by Thomas Martitz · 11 years ago
- eec89a9 lists: Adapt put_line(). by Thomas Martitz · 11 years ago
- 83d3f1d simplelist: Fix simplelist_set_line_count() so it actually sets the count by Jonathan Gordon · 12 years ago
- 69228f9 simplelist: Make better use of the static buffer and simplify API by Jonathan Gordon · 12 years ago
- f340768 _lists_uiviewport_update_callback can be made static by Bertrik Sikken · 12 years ago
- 6e6f0c6 Redraw simplelist if/when necessary- by Thomas Martitz · 13 years ago
- 94139ac Fix FS#12606 - next track can cause the screen to be cleared by Jonathan Gordon · 13 years ago
- f31e7a1 Revert "Fix FS#12606 - next track can cause the screen to be cleared" by Jonathan Gordon · 13 years ago
- cb9bc3b Fix FS#12606 - next track can cause the screen to be cleared by Jonathan Gordon · 13 years ago
- 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
- 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
- 7352e72 Fix charcell build by Thomas Martitz · 13 years ago
- 155a9f8 Fix FS#12337 properly. Also fixes FS#12345 which the previous commit introduced. by Thomas Martitz · 13 years ago
- e299eb3 Add functions font_set_ui() and font_get_ui(). The font returned by FONT_UI used to be fixed at zero but since buflib-fonts (r30589) can be different, depending on the order of loads and unloads. Fixes broken behavoir in virtual keyboard (FS#12336), lyrics player (FS#12306), and hopefully, FS#12337 by Fred Bauer · 13 years ago
- 5c509d1 Fix buttonbar and line padding in time&date screen. by Thomas Martitz · 13 years ago
- 09d0b6f Fix backwardly named variable. 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
- 42a33a7 Correct left-over assignment. Also remove unnecessary NULL guard. by Thomas Martitz · 13 years ago
- f865066 Re-order things to fix red. by Thomas Martitz · 13 years ago
- 0acdc87 lists: Detect dirtyness (need to reinit) for each list, instead of once globally. by Thomas Martitz · 13 years ago
- 9b6ac01 Lists can now be completly draw using the skin engine! by Jonathan Gordon · 13 years ago
- 573f220 Add the list colour callback and a proper title icon to the simplelist api by Jonathan Gordon · 13 years ago
- 04bd51f Scroll speed is increased every N seconds, not every N half seconds. by Andree Buschmann · 14 years ago
- b673ae2 FS#11686 - Kinetic list scrolling for touchscreen by Thomas Martitz · 14 years ago
- 2d86417 use CONTEXT_LIST in simplelist_show_list() so that button combinations for page down/page up work. by Teruaki Kawashima · 14 years ago
- f060cd5 Don't actually reimplement an existing feature for hiding the selection marker by Thomas Martitz · 14 years ago
- e5d4330 Explicitly disable hiding the selection bar by default. by Thomas Martitz · 14 years ago
- dddd157 FS#10336 - Simplify list redrawing to improve voicing when scrolling to top/bottom. by Steve Bavin · 14 years ago
- 55e4fe7 Fix the remaining reds. by Thomas Martitz · 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 · 14 years ago
- 4702770 Use the existing type instead of defining an ad hoc one by Alexander Levin · 15 years ago
- f232519 Reset the number of lines to 0 when initializing the simple list by Alexander Levin · 15 years ago
- 3211481 Fix the list showing an empty line at the bottom if the sbs is handling the title by Jonathan Gordon · 15 years ago
- 466e5d9 2 new tags for the base skin. by Jonathan Gordon · 15 years ago
- dafcd14 remove unused fields from struct gui_synclist. by Teruaki Kawashima · 15 years ago
- 67470c8 list: improvement to move and show selection in multi-line lists. by Teruaki Kawashima · 15 years ago
- 9d1832c fix FS#10870 - slightly change the viewportmanager theme undo-er to be able to force an update even if the theme isnt being toggled from off to on which caused WPS artifacts when leaving the WPS if the theme was enabled by Jonathan Gordon · 15 years ago
- b2eb44c FS#10824 - viewport/statusbar API rework. by Jonathan Gordon · 15 years ago
- db4cab0 fix build, ? buttonbar.... by Jonathan Gordon · 15 years ago
- 478afc3 FS#10722: some improvements for gui/list.c by Teruaki Kawashima · 15 years ago
- d24d885 Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_time, instead of comparing them directly. by Bertrik Sikken · 15 years ago
- 94f7651 Revert r23212, I committed it accidentally. by Thomas Martitz · 15 years ago
- 8d032ae initial custom statusbar commit by Thomas Martitz · 15 years ago
- 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
- aa84a99 Const correctness by Nils Wallménius · 15 years ago
- 8598b57 Tiny simplification by Nils Wallménius · 15 years ago
- 649b50c Set list_need_reinit to false somewhere too. by Thomas Martitz · 15 years ago
- 2eb1cb6 Fix buttonbar handling/theme changed handling in lists. by Thomas Martitz · 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
- f1c704e Fix ret for buttonbar targets. by Thomas Martitz · 15 years ago
- 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
- 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
- 221cae9 fix page up/down in list (FS# 10435). by Teruaki Kawashima · 15 years ago
- 2dc2054 Remove some unused declarations by Bertrik Sikken · 15 years ago
- 0023943 Fix duplicate #includes by Bertrik Sikken · 15 years ago
- 09085a3 Remove unneeded #include "backdrop.h" Remove unneeded #include "statusbar.h" by Bertrik Sikken · 15 years ago
- fd14cac Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, where the latter now activates the wheel acceleration code. by Thomas Martitz · 16 years ago
- 036fb05 Accept a quick patch from Alexander Levin to neaten up the #defines and comments from my earlier commit by Jonathan Gordon · 16 years ago
- 80cb355 Statusbar handling fixes. by Jonathan Gordon · 16 years ago
- f9329e4 Fix some wierdness with the debug menus... by Jonathan Gordon · 16 years ago
- 8b9fdb5 redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE event every time get_action() is called. The event wont be as realiable (timewise) as before, but seems to work better by Jonathan Gordon · 16 years ago
- 7555f34 fix FS#9743: plugins using rb->do_menu() were dropped 8 pixels.. by Jonathan Gordon · 16 years ago
- 9296126 More SYS_FOURHERTZ handling fixes.. (FS#9740 FS#9741) 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
- 68f6e83 Alternate fix for the bug fixed by FS#9163, the selection in the playlist viewer was one line too low, which caused it to be off-screen if the last item was selected. The cause was that the selected item was set before the list title, fixed by re-calculating the position of the selected item after setting the title. by Nils Wallménius · 16 years ago
- 8703cca Fix FS#9479 - "readonly" lists sometimes wrap when they shouldnt. part of the fix forced it to disable wrapping for these lists.. by Jonathan Gordon · 16 years ago
- 2438d78 redo the previous commit so its actually useful. by Jonathan Gordon · 16 years ago
- 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
- 1392dc2 Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN by Maurus Cuelenaere · 16 years ago
- 50512d6 Fix for issues in speaking the time in Rockbox Info screen (B#9167). by Stéphane Doyon · 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
- 205f3df Remove a viewport ambiguity by changing the screens width/heigth members into lcdwidth/lcdheight. Normal usercode should always use getwidth()/getheigth() as that returns the viewport width/height. Fixes issues that would have appeared in many places when introducing viewports with sizes != lcd sizes. by Peter D'Hoye · 16 years ago
- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- e0b957f quick fix for FS#8729 by Jonathan Gordon · 16 years ago
- f76122f Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR into HAVE_BUTTONBAR to bring it in line with the other defines by Peter D'Hoye · 16 years ago
- 32db049 fix FS#9020 and make scrolling down in lists a bit more consistant with scrolling up by Jonathan Gordon · 16 years ago
- 9244259 Make list.c use button_queue_count() instead of accessing the button_queue directly. by Bertrik Sikken · 16 years ago
- 95be4fe doh! fix yellow. remove the calls to stop_scroll(), clear_viewport() does that by Jonathan Gordon · 16 years ago
- 10df054 more textarea to viewport conversion... yes/no screen... by Jonathan Gordon · 16 years ago
- daa8341 a bit of code cleanup.. use a single function to get the statusbar height (or lack of if its enabled), and remove some gui_textarea stuff which could be done using the splash. (gui_textarea is on the way out) by Jonathan Gordon · 16 years ago
- e15f8a2 Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static. by Bertrik Sikken · 16 years ago
- fa64dbb So, I was skimming the irc logs from my 3 day absense and I was pinged about a bug in the simplelist code and this function in particular. Neither time was the actual bug explained so I dont know what this commit fixes... I'm fairly certain it does fix it though because the old code was rediculously wrong. MY guess is it has something to do with the radio debug screen seen as its the only call to this with the param != 0. by Jonathan Gordon · 16 years ago
- 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
- be185a1 fix the buttonbar in the browser and menus. by Jonathan Gordon · 17 years ago
- 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
- 885283c more fixes for button bar... this will all disappear when viewports are handled by a manager of some sort by Jonathan Gordon · 17 years ago
- 3f686d7 fix recorder, buttonbar caused list problems by Jonathan Gordon · 17 years ago
- f444f1e fix the touchpad list code by Jonathan Gordon · 17 years ago
- 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
- bf9ae1f Fix the simplelist redraw behaviour. It caused e.g. the 'Open with...' menu items to not scroll as they should, making it partially unusable with small displays and/or large fonts. Thanks to JdGordon for pointing me into the right direction. by Jens Arnold · 17 years ago
- c4c678f Accept FS #8490 by Vuong Minh Hiep: fix wrong selection in multi-line lists by Peter D'Hoye · 17 years ago
- b684b82 Accept and Fix FS#8427 - problem with empty screens in lists with pages scrolling enabled by Jonathan Gordon · 17 years ago
- 213d9a2 fix touchpad list code by Jonathan Gordon · 17 years ago
- 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
- 485bbbd Make the "current line" value in the gradient style code zero-based, and an attempt at more understandable names and better comments. by Nicolas Pennequin · 17 years ago
- b766f11 Oops, wrong define. Fixes the warnings. by Nicolas Pennequin · 17 years ago