1. 7550c9d Revert r22516 and r22522 - the former breaks html on linux and evrything on cygwin, the latter fixes html but breaks pdf on linux. Revert and find a different way to do this. by Alex Parker · 15 years ago
  2. 1a28d40 Fix up statusbar handling in the usb screen a bit more, using the GUI_EVENT_ACTIONUPDATE event instead of direct draw (with the custom statusbar patch in my mind), actually fix statusbar updates for the simulator version of the usb screen. Increase timeouts a bit too. by Thomas Martitz · 15 years ago
  3. dd5789b Respect UI viewport per screen in viewport_set_defaults() also. by Thomas Martitz · 15 years ago
  4. 5b2a599 fix FS#10465 and return GO_TO_ROOT instead of SYS_USB_CONNECTED in gui_wps_show. by Teruaki Kawashima · 15 years ago
  5. 90a29dd Make UI viewport handling more multiscreen aware and bring a break; accidentally back lost in a previous commit (r22485). by Thomas Martitz · 15 years ago
  6. 2659aa7 Calendar: change directory to store .memo file from /.rockbox/ to /.rockbox/rocks/apps/ for the consistency with other plugins. move the file manually if you use the calendar plugin. by Teruaki Kawashima · 15 years ago
  7. 1dec3e6 Move a line up into the existing FOR_NB_SCREENS loop and add a comment. by Thomas Martitz · 15 years ago
  8. cc1be6b More fixes for the usb screen: Use send_event(GUI_EVENT_REFRESH, NULL) to get rid of dead parts if the custom ui viewport is used as intended (it also redraws the statusbars additionally to clear&update). Redo the the statusbar handling to use the viewportmanager to properly force the remote statusbar on also. by Thomas Martitz · 15 years ago
  9. bd02338 keybox: fix issue when deleted all items. by Teruaki Kawashima · 15 years ago
  10. e454a39 Quickscreen: 4th item by Thomas Martitz · 15 years ago
  11. 5226a89 Clear screen when leave usb screen so that usblogo doesn't remain on the screen. by Teruaki Kawashima · 15 years ago
  12. d43bcb7 C code is NOT faster on S3C2440 - tested by AlexP on r22529 by Dave Hooper · 15 years ago
  13. 0dad8d5 Don't know why svn decided to delete tlsf/src... Maybe due to some aborted tests I did to see where it would be best to place TLSF. by Magnus Holmgren · 15 years ago
  14. 3fad152 FS#10466: Introduce a real malloc for tremor. by Magnus Holmgren · 15 years ago
  15. 260ed99 Removed remaining MB usage by Dave Hooper · 15 years ago
  16. e9dcb0f Fix condition code clobbers (and one TAB) for inline arm code in lib and libtremor by Dave Hooper · 15 years ago
  17. 59cdbf5 Rerrange some registers in butterfly_generic to combine some 2-word stores into 4-word stores and remove some redundant mov instructions. Shave off some additional instructions (stacking and additions) in butterfly_32 by getting butterfly_8 and butterfly_16 to do the address incrementing for us. Add a few comments. by Dave Hooper · 15 years ago
  18. eeb1594 Brickmania: Capitalize the enum. by Karl Kurbjun · 15 years ago
  19. d646dbe Brickmania: Try to clean up some of the paddle collision code and add comments. Gameplay should be the same. by Karl Kurbjun · 15 years ago
  20. bd946c2 Fix building the html manual broken by the new top, mid, and bottom rules introduced in r22516 by Alex Parker · 15 years ago
  21. ec70340 Fix Gigabeat F manual. Thanks to Marianne Arnold for pointing out it was broken. by Alex Parker · 15 years ago
  22. 3598eb0 Do some #ifdef'ing to make the Player happy. by Thomas Martitz · 15 years ago
  23. f814a44 fix red. by Teruaki Kawashima · 15 years ago
  24. 443f609 Rearange menu of mpegplayer. Add new menu with "settings" and "quit", and remove quit item from settings menu. by Teruaki Kawashima · 15 years ago
  25. ed940e8 fix FS#10550. Start autostart.rock after gui_syncstatusbar_init(). by Teruaki Kawashima · 15 years ago
  26. 9f64794 Manual: do filling the table headers with colors in a more official way, so that the spaces defined in booktabs are retained by Alexander Levin · 15 years ago
  27. a0341df Adds manual section for limiter preamp by Jeffrey Goode · 15 years ago
  28. af967d7 Fix skin engine calling wps code to draw the statusbars (add a pointer to viewportmanager-suitable statusbar values, which are the same for all screens), and re-arrange statusbar related code slightly. No functional change. by Thomas Martitz · 15 years ago
  29. 5174341 Add gigabeat F/S volume limits to the manual, and a few minor formatting changes. by Alex Parker · 15 years ago
  30. b266564 Add button mapping for jackpot to the manual. by Alex Parker · 15 years ago
  31. 32a1562 Add jackpot screenshots to the manual. by Alex Parker · 15 years ago
  32. 4bf7889 Add clix screenshots to the manual. by Alex Parker · 15 years ago
  33. 37eb6c5 Fully fill the table headers with color by Alexander Levin · 15 years ago
  34. 73bac43 Change the manual tabe colours so that we have a darker blue for the header, then white and light blue alternating for the rows. As decided upon after a lengthy IRC discussion :) by Alex Parker · 15 years ago
  35. daede5e Add the ability to set the header row colour to button tables and wps tag tables. by Alex Parker · 15 years ago
  36. 17e6288 Correct order of odd and even row colours in the rowcolors command, and set colours to alternate white asnd 15% blue with a white header for now. by Alex Parker · 15 years ago
  37. 14edb98 Fix one row breaking across two lines (for colours) issue for ipod and sansa brickmania manual by Alex Parker · 15 years ago
  38. 6ed9cfd Remove enumerate package as it isn't needed, and breaks texlive. by Alex Parker · 15 years ago
  39. fb87e89 Introduce a new environment 'rbtabular' to make all the tables look the same. See comments in preable.tex. Next step will be to define btnmap and tagmap via this environment. by Alexander Levin · 15 years ago
  40. 873d266 Add stdint.h to the codeclib when compiled outside of rockbox so that int32_t is typedef'ed. by Michael Giacomelli · 15 years ago
  41. 4acf5d3 Introduce names for header and row color in the tables so that they are the same throughout the manual and can be changed easily by Alexander Levin · 15 years ago
  42. 400cd02 Meizu M6SP: initial LCD driver (compiles but is untested) by Bertrik Sikken · 15 years ago
  43. 1747a33 Fix a problem spotted in FS#10543. For F_CHOICE_SETTING, an invalid value would (which may happen if the values changed e.g. due to the statusbar at bottom addition) lead to the correspong 0 value, instead of leaving the setting untouched. Fix it by not calling atoi() for F_CHOICE_SETTING (they don't have int-like values). by Thomas Martitz · 15 years ago
  44. af68987 Fix FS#10556 so that we now include the wps tags for the hold switch and remote hold switch for other targets than the iriver h100 and h300, introduce a new feature for remote_button_hold by Nils Wallménius · 15 years ago
  45. 3460ef3 Make sure that skin_buffer.c #includes its own skin_buffer.h by Bertrik Sikken · 15 years ago
  46. b4c028c Update the french translation. by Mustapha Senhaji · 15 years ago
  47. a482e6b Samsung YH925: Correct a typo in the battery calibration. by Thomas Martitz · 15 years ago
  48. 268a4ae Add coloured rows to the other tables in the manual (button maps already done). by Alex Parker · 15 years ago
  49. 57dc2ab I'm making a right mess of this - hopefully the original typo is now fixed without me introducing any more of my own... by Alex Parker · 15 years ago
  50. d874dcf Ooops, missed one (French typos). by Alex Parker · 15 years ago
  51. 9e4fbe4 A couple more French typos (thanks to Clément Pit-Claudel). by Alex Parker · 15 years ago
  52. d468c61 Fix typo in French translation (thanks to Clément Pit-Claudel). by Alex Parker · 15 years ago
  53. 32d50c2 Bubbles: Change the saving message slightly to include saving scores. by Thomas Martitz · 15 years ago
  54. 11def4a Bubbles: Have one quit item that doesn't save anything ("Quit without Saving") and one that saves everything again, partly reverting r22143 and picking up Hilton Shumway's suggestion about naming it "Quit without Saving". by Thomas Martitz · 15 years ago
  55. 22ddbd9 Bubbles: Don't remove the savegame before actually resuming the saved game, as per dev mailing list discussion around the changes in r22143. by Thomas Martitz · 15 years ago
  56. 97548f3 Move the "Status/Scrollbar" menu to Theme Settings, and add the F_THEMESETTING flag to the settings it was missing. by Thomas Martitz · 15 years ago
  57. 5850207 Slightly change parts of the previous commit to reuse existing code, and enforce enum statusbar_values instead of just int, by Thomas Martitz · 15 years ago
  58. 19f44a6 Fix redraw issues when the statusbar setting was changed with an UI viewport. Now the old statusbar area is cleared upon changing the setting. by Thomas Martitz · 15 years ago
  59. 7dfec97 Add alternate line colouring to button map tables to better distinguish by Alex Parker · 15 years ago
  60. ccbd73c Fixed "gcc: no input files" message. by Björn Stenberg · 15 years ago
  61. 39331e6 Add gigabeat remote keymaps for pictureflow to the manual. by Alex Parker · 15 years ago
  62. 2f04c90 Call the oddly labelled button on the gigabeat remote "Menu" in the manual. by Alex Parker · 15 years ago
  63. d6b2193 Extend beastpatcher command line. by Dominik Riebeling · 15 years ago
  64. 7feb639 rbutil: add a option to ignore specific files for .talk file generation. by Dominik Wenger · 15 years ago
  65. 1391272 rbutil: fix festival tts handling. by Dominik Wenger · 15 years ago
  66. ccb6990 Add remote keymappings to the Gigabeat F/X and Gigabeat S manuals. by Alex Parker · 15 years ago
  67. 62cba94 Add remote button definitions for the gigabeat remote in preparation for by Alex Parker · 15 years ago
  68. 3aa738f hopefully get the widecabbie theme going again... temporary fix only though by Jonathan Gordon · 15 years ago
  69. 8d6ca6a Correct a couple of manual button actions for the H100 remote. by Alex Parker · 15 years ago
  70. 6bc092d Change the "Rename failed" message to a splash. by Thomas Martitz · 15 years ago
  71. 595a828 Bound the progress slider into the currently used viewport (which should be the ui viewport at virtually any time). by Thomas Martitz · 15 years ago
  72. 6bfce3b Remove unused defines by Maurus Cuelenaere · 15 years ago
  73. 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
  74. 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
  75. e185066 FS#10558 by Melba Sitjar: missing strings for Tagalog language added. by Robert Menes · 15 years ago
  76. 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
  77. 40952de rbutil: also remove the target-id from the onda targets. by Dominik Wenger · 15 years ago
  78. da35805 rbutil: use target-id from rockbox-info.txt and remove it from rbutil.ini by Dominik Wenger · 15 years ago
  79. 20b0dd2 A new implementation of logf, logfdisplay and logfdump. by Maurus Cuelenaere · 15 years ago
  80. 249392c Add a BTN_MASK for the VX777 (aka fix red) by Maurus Cuelenaere · 15 years ago
  81. e4c754b Rockbox Utility: fix some typos in Dutch translation by Maurus Cuelenaere · 15 years ago
  82. f7b4ed3 Onda VX747/VX777 bootloader: make boot menu more robust + add reset Rockbox configuration option by Maurus Cuelenaere · 15 years ago
  83. 9f6d3a7 * Onda VX777: add support for its single physical button by Maurus Cuelenaere · 15 years ago
  84. 8bff564 Forgot a file by Maurus Cuelenaere · 15 years ago
  85. 8ccd04c Add CheckWPS entry to tools/configure by Maurus Cuelenaere · 15 years ago
  86. 0119ebb Don't add #ifdef's without looking them up... by Maurus Cuelenaere · 15 years ago
  87. a40c87b Checkwps: give wps_screen an initial value by Maurus Cuelenaere · 15 years ago
  88. 8741cd4 Fix building checkwps on targets without a remote by Maurus Cuelenaere · 15 years ago
  89. d0d1c83 Fix checkwps for remote screens by Maurus Cuelenaere · 15 years ago
  90. 876db6c Fix/hack checkwps + add Onda VX747/VX777 targets by Maurus Cuelenaere · 15 years ago
  91. 11826e9 Rockbox Utility: make chinachippatch translateable + update Dutch translation by Maurus Cuelenaere · 15 years ago
  92. f6999b8 text editor: optimize a bit and try to reduce size. by Teruaki Kawashima · 15 years ago
  93. 32ad9a5 rockpaint: some fixes and optimization. by Teruaki Kawashima · 15 years ago
  94. 2a4c4de blackjack: change the way to save/load game state: save game state when quit plugin and load game state when plugin started. by Teruaki Kawashima · 15 years ago
  95. 2e33de4 Oops, source in deutsch.lang should match the english source. by Thomas Martitz · 15 years ago
  96. 10f1234 Add menu button to accept in yesno screen for the Cowon D2. by Thomas Martitz · 15 years ago
  97. 6b14a5a Make apps/features depend on config*.h by Björn Stenberg · 15 years ago
  98. 3f7f860 Enable dircache for targets with 8MB RAM too (AMS Sansas, modded Archoses). by Thomas Martitz · 15 years ago
  99. 16983af Fix displaying of the database browser's progress splash so that it works as intended (according to r16432: hide until 0.5s have passed, but never if the disk isn't spinning). by Thomas Martitz · 15 years ago
  100. c9d0961 fix yellow by Nils Wallménius · 15 years ago