Age | Commit message (Expand) | Author |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-05-29 | Accept FS #9052 by Alexander Levin with a fix by me. Changes HAS_BUTTONBAR in... | Peter D'Hoye |
2008-05-03 | Viewported quickscreen (take 2 :D) (FS#8553) | Jonathan Gordon |
2008-05-03 | Made source files #include the header file that they implement to make sure t... | Bertrik Sikken |
2008-04-30 | found (and fixed) by Stephane Doyon... | Jonathan Gordon |
2008-04-23 | option_screen() now accepts a viewport | Jonathan Gordon |
2008-04-23 | enable the quickscreen in menus and neaten up the else if-ing | Jonathan Gordon |
2008-04-09 | Pass the buffer length to the list_get_name callback functions instead of usi... | Nils Wallménius |
2008-03-26 | fix themes not being fully applied to the menu on load (Hopefully fixes FS#8808) | Jonathan Gordon |
2008-03-26 | fix the buttonbar in the browser and menus. | Jonathan Gordon |
2008-03-26 | the menu and list now accepts a parent viewport to draw in (and the menu can ... | Jonathan Gordon |
2008-03-25 | Code police raid on the settings code, consting and putting headers alongside... | Steve Bavin |
2007-11-16 | Fix buffer overflow in the title padding code (FS#8163) | Linus Nielsen Feltzing |
2007-11-09 | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15546 a1c6a512-1295-4272-9138... | Jonathan Gordon |
2007-11-07 | fix red | Jonathan Gordon |
2007-11-05 | fix FS#7288 - pad the title of the scrolling settings so they actually scroll | Jonathan Gordon |
2007-11-04 | revert my previous commit and do it in a much less hacky way (both of these w... | Jonathan Gordon |
2007-11-04 | return to the main menu if stop is pressed in the wps context menu, (blame po... | Jonathan Gordon |
2007-10-21 | From FS#7774: use list voice callback in menus. | Stéphane Doyon |
2007-10-19 | FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just... | Steve Bavin |
2007-10-09 | Add a voice callback to dynamic menus, along side the text_callback. | Stéphane Doyon |
2007-09-17 | minor update to gui_synclist_do_button() which will hopefully simplify things... | Jonathan Gordon |
2007-08-20 | Make MENUITEM_STRINGLIST() menus talk (if ID2P() is used for the string) | Jonathan Gordon |
2007-08-05 | Redraw the menu when stopping playback, in case the bookmarking code left som... | Magnus Holmgren |
2007-08-04 | dont redraw the menu if we are about to quit anyway (noticable when backing o... | Jonathan Gordon |
2007-08-02 | Finally use the rec button to get to the rec screen on sansa and iriver hxxx.... | Jonathan Gordon |
2007-07-23 | Fix the text for settings which have a different title than what is shown in ... | Jonathan Gordon |
2007-07-22 | remove the need for action_signalscreenchange(). | Jonathan Gordon |
2007-07-11 | Rearrange and cleanup settings code | Jonathan Gordon |
2007-07-11 | same as previous commit, but more forgotten cases | Jonathan Gordon |
2007-07-11 | woops, menus stopped getting redrawn when the setting screen exited | Jonathan Gordon |
2007-07-11 | If the action handler for the menu returns ACTION_REDRAW the list will be red... | Jonathan Gordon |
2007-07-11 | Redraw the menus once every action, not 3 times | Jonathan Gordon |
2007-06-21 | Accept FS#7313 - make the menus talk more often | Jonathan Gordon |
2007-06-11 | When recording, disable voice menus without actually modifying user settings.... | Steve Bavin |
2007-05-20 | Fix FS#7176 - wps context menu doesnt set the correct selection. | Jonathan Gordon |
2007-05-19 | Remove unused function and unused header | Nils Wallménius |
2007-05-08 | Move the old api out of the core and into the plugin lib. | Jonathan Gordon |
2007-05-08 | fix the menus again, this time it stopped redrawing after coming out of setti... | Jonathan Gordon |
2007-05-07 | Fix my previous commit... menus will redraw correctly again | Jonathan Gordon |
2007-05-07 | Fix the menus so lines scroll again | Jonathan Gordon |
2007-04-30 | Convert onplay.c to the new manu API. only plugins are still using the old AP... | Jonathan Gordon |
2007-04-22 | fix a bug which made menus using the old API and a callback function to not w... | Jonathan Gordon |
2007-04-16 | Customizable icons for all bitmap targets. (FS#7013) | Jonathan Gordon |
2007-04-14 | Fix an off-by-one bug (hitting when menu titles are enabled) in the oldmenu w... | Jens Arnold |
2007-04-12 | Give most of the items in the main menu a context menu | Jonathan Gordon |
2007-04-11 | Moved SH1 system code to target tree. * First shot at hwcompat cleanup. | Jens Arnold |
2007-04-09 | Stop/shutdown logic rework in browsers and menus. Recorder V1: Double-Off shu... | Jens Arnold |
2007-04-08 | fix yellow | Jonathan Gordon |
2007-04-08 | Give all menus using the old API a nice title and icons (except plugins) | Jonathan Gordon |