Age | Commit message (Expand) | Author |
2009-08-26 | Fix skin engine calling wps code to draw the statusbars (add a pointer to vie... | Thomas Martitz |
2009-08-24 | Add stdint.h to the codeclib when compiled outside of rockbox so that int32_t... | Michael Giacomelli |
2009-08-24 | Fix a problem spotted in FS#10543. For F_CHOICE_SETTING, an invalid value wou... | Thomas Martitz |
2009-08-24 | Fix FS#10556 so that we now include the wps tags for the hold switch and remo... | Nils Wallménius |
2009-08-24 | Make sure that skin_buffer.c #includes its own skin_buffer.h | Bertrik Sikken |
2009-08-24 | Update the french translation. | Mustapha Senhaji |
2009-08-24 | I'm making a right mess of this - hopefully the original typo is now fixed wi... | Alex Parker |
2009-08-24 | Ooops, missed one (French typos). | Alex Parker |
2009-08-24 | A couple more French typos (thanks to Clément Pit-Claudel). | Alex Parker |
2009-08-24 | Fix typo in French translation (thanks to Clément Pit-Claudel). | Alex Parker |
2009-08-24 | Bubbles: Change the saving message slightly to include saving scores. | Thomas Martitz |
2009-08-24 | Bubbles: Have one quit item that doesn't save anything ("Quit without Saving"... | Thomas Martitz |
2009-08-24 | Bubbles: Don't remove the savegame before actually resuming the saved game, a... | Thomas Martitz |
2009-08-24 | Move the "Status/Scrollbar" menu to Theme Settings, and add the F_THEMESETTIN... | Thomas Martitz |
2009-08-24 | Slightly change parts of the previous commit to reuse existing code, and enfo... | Thomas Martitz |
2009-08-23 | Fix redraw issues when the statusbar setting was changed with an UI viewport.... | Thomas Martitz |
2009-08-23 | hopefully get the widecabbie theme going again... temporary fix only though | Jonathan Gordon |
2009-08-23 | Change the "Rename failed" message to a splash. | Thomas Martitz |
2009-08-23 | Bound the progress slider into the currently used viewport (which should be t... | Thomas Martitz |
2009-08-23 | Remove unused defines | Maurus Cuelenaere |
2009-08-22 | Touchscreen list handling: use icon width instead of scrollbar width for the ... | Maurus Cuelenaere |
2009-08-22 | Touchscreen list handling: ignore presses close to the scrollbar when it's on... | Maurus Cuelenaere |
2009-08-22 | FS#10558 by Melba Sitjar: missing strings for Tagalog language added. | Robert Menes |
2009-08-22 | Touchscreen list handling: fix issue where scrolling with the scrollbar could... | Maurus Cuelenaere |
2009-08-21 | A new implementation of logf, logfdisplay and logfdump. | Maurus Cuelenaere |
2009-08-21 | Fix/hack checkwps + add Onda VX747/VX777 targets | Maurus Cuelenaere |
2009-08-21 | text editor: optimize a bit and try to reduce size. | Teruaki Kawashima |
2009-08-21 | rockpaint: some fixes and optimization. | Teruaki Kawashima |
2009-08-21 | blackjack: change the way to save/load game state: save game state when quit ... | Teruaki Kawashima |
2009-08-21 | Oops, source in deutsch.lang should match the english source. | Thomas Martitz |
2009-08-21 | Add menu button to accept in yesno screen for the Cowon D2. | Thomas Martitz |
2009-08-20 | Make apps/features depend on config*.h | Björn Stenberg |
2009-08-20 | Fix displaying of the database browser's progress splash so that it works as ... | Thomas Martitz |
2009-08-20 | fix yellow | Nils Wallménius |
2009-08-20 | Make the formatter functions used by the settings return a pointer to avoid u... | Nils Wallménius |
2009-08-20 | Fix type of variable statusbar in screens.c as global_settings.statusbar is i... | Teruaki Kawashima |
2009-08-20 | Move handling of "rockbox_default.[r]wps" into wps.c, out of the skin engine ... | Thomas Martitz |
2009-08-20 | Change height calculation of viewport for time and date menu so that it doesn... | Teruaki Kawashima |
2009-08-20 | update the display after getting a bit too close to the touchscreen instead o... | Jonathan Gordon |
2009-08-19 | fix red | Nils Wallménius |
2009-08-19 | Slight cleanup in lcd.h: kill fixme and remove useless include, add some incl... | Nils Wallménius |
2009-08-19 | Dutch translation: be consistent w.r.t. scrollbar | Maurus Cuelenaere |
2009-08-19 | brickmania: fix position of score in function brickmania_sleep. | Teruaki Kawashima |
2009-08-19 | shortcuts_view: fix displaying last path segments so that plugin exactly show... | Teruaki Kawashima |
2009-08-19 | Resort, upnumber plugin API | Jeffrey Goode |
2009-08-19 | Delete the trivial comment | Alexander Levin |
2009-08-19 | Combine the settings for scrollbar on/off and its position into one with thre... | Alexander Levin |
2009-08-19 | Fix typo in the comment | Alexander Levin |
2009-08-19 | More comments in the settings macros | Alexander Levin |
2009-08-19 | hopefully fix the yellow | Jonathan Gordon |