- 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
- 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
- dd5789b Respect UI viewport per screen in viewport_set_defaults() also. by Thomas Martitz · 15 years ago
- 5b2a599 fix FS#10465 and return GO_TO_ROOT instead of SYS_USB_CONNECTED in gui_wps_show. by Teruaki Kawashima · 15 years ago
- 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
- 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
- 1dec3e6 Move a line up into the existing FOR_NB_SCREENS loop and add a comment. by Thomas Martitz · 15 years ago
- 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
- bd02338 keybox: fix issue when deleted all items. by Teruaki Kawashima · 15 years ago
- e454a39 Quickscreen: 4th item by Thomas Martitz · 15 years ago
- 5226a89 Clear screen when leave usb screen so that usblogo doesn't remain on the screen. by Teruaki Kawashima · 15 years ago
- d43bcb7 C code is NOT faster on S3C2440 - tested by AlexP on r22529 by Dave Hooper · 15 years ago
- 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
- 3fad152 FS#10466: Introduce a real malloc for tremor. by Magnus Holmgren · 15 years ago
- 260ed99 Removed remaining MB usage by Dave Hooper · 15 years ago
- e9dcb0f Fix condition code clobbers (and one TAB) for inline arm code in lib and libtremor by Dave Hooper · 15 years ago
- 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
- eeb1594 Brickmania: Capitalize the enum. by Karl Kurbjun · 15 years ago
- 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
- bd946c2 Fix building the html manual broken by the new top, mid, and bottom rules introduced in r22516 by Alex Parker · 15 years ago
- ec70340 Fix Gigabeat F manual. Thanks to Marianne Arnold for pointing out it was broken. by Alex Parker · 15 years ago
- 3598eb0 Do some #ifdef'ing to make the Player happy. by Thomas Martitz · 15 years ago
- f814a44 fix red. by Teruaki Kawashima · 15 years ago
- 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
- ed940e8 fix FS#10550. Start autostart.rock after gui_syncstatusbar_init(). by Teruaki Kawashima · 15 years ago
- 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
- a0341df Adds manual section for limiter preamp by Jeffrey Goode · 15 years ago
- 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
- 5174341 Add gigabeat F/S volume limits to the manual, and a few minor formatting changes. by Alex Parker · 15 years ago
- b266564 Add button mapping for jackpot to the manual. by Alex Parker · 15 years ago
- 32a1562 Add jackpot screenshots to the manual. by Alex Parker · 15 years ago
- 4bf7889 Add clix screenshots to the manual. by Alex Parker · 15 years ago
- 37eb6c5 Fully fill the table headers with color by Alexander Levin · 15 years ago
- 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
- daede5e Add the ability to set the header row colour to button tables and wps tag tables. by Alex Parker · 15 years ago
- 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
- 14edb98 Fix one row breaking across two lines (for colours) issue for ipod and sansa brickmania manual by Alex Parker · 15 years ago
- 6ed9cfd Remove enumerate package as it isn't needed, and breaks texlive. by Alex Parker · 15 years ago
- 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
- 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
- 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
- 400cd02 Meizu M6SP: initial LCD driver (compiles but is untested) by Bertrik Sikken · 15 years ago
- 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
- 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
- 3460ef3 Make sure that skin_buffer.c #includes its own skin_buffer.h by Bertrik Sikken · 15 years ago
- b4c028c Update the french translation. by Mustapha Senhaji · 15 years ago
- a482e6b Samsung YH925: Correct a typo in the battery calibration. by Thomas Martitz · 15 years ago
- 268a4ae Add coloured rows to the other tables in the manual (button maps already done). by Alex Parker · 15 years ago
- 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
- d874dcf Ooops, missed one (French typos). by Alex Parker · 15 years ago
- 9e4fbe4 A couple more French typos (thanks to Clément Pit-Claudel). by Alex Parker · 15 years ago
- d468c61 Fix typo in French translation (thanks to Clément Pit-Claudel). by Alex Parker · 15 years ago
- 32d50c2 Bubbles: Change the saving message slightly to include saving scores. by Thomas Martitz · 15 years ago
- 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
- 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
- 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
- 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
- 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
- 7dfec97 Add alternate line colouring to button map tables to better distinguish by Alex Parker · 15 years ago
- ccbd73c Fixed "gcc: no input files" message. by Björn Stenberg · 15 years ago
- 39331e6 Add gigabeat remote keymaps for pictureflow to the manual. by Alex Parker · 15 years ago
- 2f04c90 Call the oddly labelled button on the gigabeat remote "Menu" in the manual. by Alex Parker · 15 years ago
- d6b2193 Extend beastpatcher command line. by Dominik Riebeling · 15 years ago
- 7feb639 rbutil: add a option to ignore specific files for .talk file generation. by Dominik Wenger · 15 years ago
- 1391272 rbutil: fix festival tts handling. by Dominik Wenger · 15 years ago
- ccb6990 Add remote keymappings to the Gigabeat F/X and Gigabeat S manuals. by Alex Parker · 15 years ago
- 62cba94 Add remote button definitions for the gigabeat remote in preparation for by Alex Parker · 15 years ago
- 3aa738f hopefully get the widecabbie theme going again... temporary fix only though by Jonathan Gordon · 15 years ago
- 8d6ca6a Correct a couple of manual button actions for the H100 remote. by Alex Parker · 15 years ago
- 6bc092d Change the "Rename failed" message to a splash. by Thomas Martitz · 15 years ago
- 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
- 6bfce3b Remove unused defines by Maurus Cuelenaere · 15 years ago
- 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
- 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
- e185066 FS#10558 by Melba Sitjar: missing strings for Tagalog language added. by Robert Menes · 15 years ago
- 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
- 40952de rbutil: also remove the target-id from the onda targets. by Dominik Wenger · 15 years ago
- da35805 rbutil: use target-id from rockbox-info.txt and remove it from rbutil.ini by Dominik Wenger · 15 years ago
- 20b0dd2 A new implementation of logf, logfdisplay and logfdump. by Maurus Cuelenaere · 15 years ago
- 249392c Add a BTN_MASK for the VX777 (aka fix red) by Maurus Cuelenaere · 15 years ago
- e4c754b Rockbox Utility: fix some typos in Dutch translation by Maurus Cuelenaere · 15 years ago
- f7b4ed3 Onda VX747/VX777 bootloader: make boot menu more robust + add reset Rockbox configuration option by Maurus Cuelenaere · 15 years ago
- 9f6d3a7 * Onda VX777: add support for its single physical button by Maurus Cuelenaere · 15 years ago
- 8bff564 Forgot a file by Maurus Cuelenaere · 15 years ago
- 8ccd04c Add CheckWPS entry to tools/configure by Maurus Cuelenaere · 15 years ago
- 0119ebb Don't add #ifdef's without looking them up... by Maurus Cuelenaere · 15 years ago
- a40c87b Checkwps: give wps_screen an initial value by Maurus Cuelenaere · 15 years ago
- 8741cd4 Fix building checkwps on targets without a remote by Maurus Cuelenaere · 15 years ago
- d0d1c83 Fix checkwps for remote screens by Maurus Cuelenaere · 15 years ago
- 876db6c Fix/hack checkwps + add Onda VX747/VX777 targets by Maurus Cuelenaere · 15 years ago
- 11826e9 Rockbox Utility: make chinachippatch translateable + update Dutch translation by Maurus Cuelenaere · 15 years ago
- f6999b8 text editor: optimize a bit and try to reduce size. by Teruaki Kawashima · 15 years ago
- 32ad9a5 rockpaint: some fixes and optimization. by Teruaki Kawashima · 15 years ago
- 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
- 2e33de4 Oops, source in deutsch.lang should match the english source. by Thomas Martitz · 15 years ago
- 10f1234 Add menu button to accept in yesno screen for the Cowon D2. by Thomas Martitz · 15 years ago
- 6b14a5a Make apps/features depend on config*.h by Björn Stenberg · 15 years ago
- 3f7f860 Enable dircache for targets with 8MB RAM too (AMS Sansas, modded Archoses). by Thomas Martitz · 15 years ago
- 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
- c9d0961 fix yellow by Nils Wallménius · 15 years ago