- 504dae2 Restored context menu to x5 remote by Michael Sevakis · 18 years ago
- bed0db2 Small bitmap dithering tweak by Michael Sevakis · 18 years ago
- 4060694 More flexible MP4 file metadata parser. by Magnus Holmgren · 18 years ago
- d63d8fe Forgot one file... by Magnus Holmgren · 18 years ago
- 9896fd1 AAC codec: Improved MP4 file parsing. Should now handle most streamable files. Also some code cleanup and policing. by Magnus Holmgren · 18 years ago
- 84a2bdf Oops. Stupid editor shouldn't insert tabs :( by Dominik Riebeling · 18 years ago
- ec79219 Don't load wps data twice when loading from cfg file. Gives a noticable speedup when loading themes with lots of images. by Dominik Riebeling · 18 years ago
- bba9de2 Now the 128 bytes limit for search clauses should work. by Miika Pekkarinen · 18 years ago
- dd7b8fc Fixed background color on solitaire menu. It wasn't set when entering menu and having a dark background made it almost unreadable. by Michael Sevakis · 18 years ago
- 756ce4a Fixed errors. Forgot to include system.h for swap16 in bmp.c by Michael Sevakis · 18 years ago
- 76a6aaa Added dithering for 24 bit backdrops on 16 bit displays. FORMAT_DITHER should be specified to dither a bitmap when loading. Feel free to flame me if I got the RGB565SWAPPED thing wrong. by Michael Sevakis · 18 years ago
- 3816822 AAC codec: Fix buffer overrun on high-bitrate files. by Magnus Holmgren · 18 years ago
- 69b98bd Hopefully took care of FS#6105 - unnecessary 'recording screen' option in the radio menu causes rockbox to freeze. by Michael Sevakis · 18 years ago
- 3b7111e FS#6155: "oneof" oeprator limited to a list of 3 or less values. by Miika Pekkarinen · 18 years ago
- 2b57458 fix the radio strings I broke by changing a string the wrong way :( by Dominik Riebeling · 18 years ago
- 1308bd7 Fix the fm frequency not stored correctly when using europe region setting. Bump config block version, so save your settings! by Dominik Riebeling · 18 years ago
- 7ab4701 Oops by Linus Nielsen Feltzing · 18 years ago
- d8a2165 Quick fix for the edit screen in the random_folder_advance_config plugin, no more blank screen and it now shows the correct directory count by Linus Nielsen Feltzing · 18 years ago
- 8055825 fix the shutdown screen on the recorder by Jonathan Gordon · 18 years ago
- a9505c5 fixed typo and builds by Jonathan Gordon · 18 years ago
- 27ad51f Adds random folder advance option. RESETS SETTINGS. Refer to random_folder_advance_config wiki page for more info by Jonathan Gordon · 18 years ago
- be2eb02 FS#6137: add "oneof" operator to tagnavi.conf syntax. by Miika Pekkarinen · 18 years ago
- 56f5061 Add the bookmark context to the X5 keymap by Linus Nielsen Feltzing · 18 years ago
- d8dda93 Plugin loader: * Fix drawinfo reset after plugin return for greyscale remote LCDs. * Slight cleanup. by Jens Arnold · 18 years ago
- 80876fd Player: repair pause vs. context menu behaviour in WPS. by Jens Arnold · 18 years ago
- dfcbcd1 Make rockblox a little slower on player to further account for the lower line count. by Jens Arnold · 18 years ago
- b837e45 FS #6144. Nynorsk update by Karl Ove Hufthammer. by Thom Johansen · 18 years ago
- 36a1090 hebrew language update, probably not the last by Shachar Liberman · 18 years ago
- 8965865 Rockblox: * Ported to the Player :-P * Slight optimisation in refresh_board(). by Jens Arnold · 18 years ago
- ce8a1c9 hebrew language update, probably not the last by Shachar Liberman · 18 years ago
- 8033318 Splash function: Fixed several bugs and problems: (1) Off-by-one bug caused a buffer overflow with splash text longer than the screen. (2) Last line wasn't centered properly in the same situation. (3) On player, string display length must be calculated using utf8length() instead of strlen() since unicode support was added (old bug). (4) Handle splash texts with multiple spaces properly, including correct length calculation and stripping on wrap. (5) Don't reset fg/bg colours to default if not centering (old bug). * Increased buffer sizes to account for (a) larger screens (b) utf-8 (c) words wider than the screen. * More efficient code. by Jens Arnold · 18 years ago
- 24c3375 Correctly initialise the screen->bitmap function for mono targets - prevents crashes on those targets when inserting USB. by Dave Chapman · 18 years ago
- 39b1cfe French language update by Mustapha Senhaji (FS#6134) by Peter D'Hoye · 18 years ago
- 53c3eeb Fix FS#6126 - bug in Star where non-existant level 20 was accessable after you finish the game. Also fix spelling error in Star mentioned in the same bug report. by Barry Wardell · 18 years ago
- cac1b44 Fix FS#6127 - highlevel was not being saved when you win bubbles. by Barry Wardell · 18 years ago
- da2bf53 Move USB logo to an external (native-depth) bitmap. by Dave Chapman · 18 years ago
- e66b2ec Implement region setting for the fm tuner. The region setting affects deemphasis, band limits and step size. Fixes FS#5929, FS#5928. by Dominik Riebeling · 18 years ago
- 1d69db7 fix the wps context menu, and re-add page up/down in the tree for the recorder by Jonathan Gordon · 18 years ago
- d49c810 Add CPU boost tracker to see where boosts are coming from by Steve Bavin · 18 years ago
- 3eb9e70 Accepted FS#6098 as the first patch from Robert Kukla and implemented using two switches. by Miika Pekkarinen · 18 years ago
- ac39354 Allow browser to voice the initial selection by Steve Bavin · 18 years ago
- 812cbad Fixed find_index returning incorrect entry unless entries are found. by Miika Pekkarinen · 18 years ago
- 5db6bb1 Oops by Steve Bavin · 18 years ago
- 2c2b50a Add (some of the) debug menu to sims by Steve Bavin · 18 years ago
- 94d9d15 More ADSR related voodoo. Hopefully will get to patch prescaler soon. by Stepan Moskovchenko · 18 years ago
- c84461f More adsr related nonsense, argh! Fix adsr related problem on some notes being stopped instead of by Stepan Moskovchenko · 18 years ago
- f5a3569 Should fix yellow player buid. warning only occurred on the real target so I've missed it by Shachar Liberman · 18 years ago
- 2d1ff6c oops, these two files shouldnt have been commited. by Jonathan Gordon · 18 years ago
- 7ae8e44 add some consistancy to the path #defines by Jonathan Gordon · 18 years ago
- f5452c0 Improved code for the splash function: spare some calculation, fix a bug for screens wider then 255 (ipod 5g), fix FS#5775 by displaying complete lines instead of word by word. by Shachar Liberman · 18 years ago
- 7eb3d19 iPod bugfix - re-enable scroll events when leaving rockboy by Dave Chapman · 18 years ago
- ba0d555 Get rid of old junk and fix warning. by Stepan Moskovchenko · 18 years ago
- 80b4882 I have an iRiver again, yay! Make notes ramp down in a better way. Fix by Stepan Moskovchenko · 18 years ago
- d72506c Solitaire: Fixed incorrect condition check that caused an out-of-bounds access allowing to put the 2 of spades into nirvana. by Jens Arnold · 18 years ago
- f3fc9cb Solitaire: Don't let the REM2STACK shortcut repeat on irivers. by Jens Arnold · 18 years ago
- db3b70c AAC codec: Reduce IRAM usage slightly, to fix the profile builds (on Coldfire). by Magnus Holmgren · 18 years ago
- cb5129d Prevent gain increase when using AGC in Safety mode by Peter D'Hoye · 18 years ago
- 4caa676 Deboost under all exits for rockdoom thanks to patch 5851 by David Dent by Karl Kurbjun · 18 years ago
- 76e5d6c Language updates: by Jonas Häggqvist · 18 years ago
- 743ecad Fix bug introduced when support for the H10 Remote was added where pushing Play on the actual H10 itself would not resume playback. by Barry Wardell · 18 years ago
- d47983b Solitaire: colourised selection frame on colour targets. by Jens Arnold · 18 years ago
- 912574b Heavy graphical rework of solitaire: * Now uses full-card bitmaps (minus border) in several resolutions and colour depths. All graphical work done by Marianne Arnold; 37x49 and 26x33 pixel graphics partially based on the PySol cardset adapted from kdegames 1.0 * Cardback for greyscale targets. * Nicer edges for large cards. * Correct vertical card spacing within columns, hidden cards always use half the space now. * Correct horizontal spacing of columns. by Jens Arnold · 18 years ago
- ce74dc0 Cleaner implementation of the recent OSX simulator build fix. No need to define SHARED_FLAG in each Makefile. Just have configure create it in the root Makefile instead. by Barry Wardell · 18 years ago
- 64f949f Allow UI simulator to be build on OS (Slightly updated version of FS5767) by Barry Wardell · 18 years ago
- b692fb1 Add support for H10 remote. Remote buttons have the same keymappings as their counterparts on the H10 itself, with vol-/vol+ being the same as scroll up/down. by Barry Wardell · 18 years ago
- d9fe5a7 Adjust PP5020 I/O Ports debug menu so that it will fit on the H10 5GB screen. by Barry Wardell · 18 years ago
- ceac173 Fixed screendump for iPod Mini. by Jens Arnold · 18 years ago
- 8b08935 Flush queued voice clips when not playing audio by Steve Bavin · 18 years ago
- c9a7862 Another fix for crashing when changing crossfade settings by Steve Bavin · 18 years ago
- b2269cc Fix hangs when changing crossfade settings by Steve Bavin · 18 years ago
- 22e7e94 Oops, didnt mean to commit this by Martin Scarratt · 18 years ago
- c06eadb If a directory is created in the recording screen, the dir browser needs refreshing by Martin Scarratt · 18 years ago
- 84cbab1 Fixed the possiblity of fooling the recording screen into writing to a non existent directory. by Martin Scarratt · 18 years ago
- d5dcb49 Fix for crossfade crashes if in or out delay are zero by Steve Bavin · 18 years ago
- e636492 Fixed remote contrast settings. Maybe'll get some build errors here. by Michael Sevakis · 18 years ago
- 9e92d06 Ooops. Fix red builds by Dave Chapman · 18 years ago
- 84bd53e Recording Statusbar: Just shove those icons right by 1 pixel by Martin Scarratt · 18 years ago
- 491458e Add wheel_status() function to the ipod "4g" button driver (i.e. all ipods excluding the 3G and 1st gen mini) to read the absolute position the wheel is being touched (0..95 - clockwise from top, or -1 for untouched), plus the wheel_send_events(bool) function to disable/enable sending normal scrolling events - based on patch #4721 from Mikael Magnusson. by Dave Chapman · 18 years ago
- 181dab4 Use the absolute wheel position driver for Rockboy. Mappings are: top = UP, top-right = A, right = RIGHT, bottom-right = START, bottom = DOWN, bottom-left = SELECT, left = LEFT and top-left = B. Based on patch #5424 by Anton Romanov by Dave Chapman · 18 years ago
- 8d145f6 New option "strip" to make it possible hide data used for sorting. by Miika Pekkarinen · 18 years ago
- 7d1dcd1 "lastplayed" is also a valid tag. by Miika Pekkarinen · 18 years ago
- 287deb0 Fixed voice units in recording quality and filesplit by size options. by Michael Sevakis · 18 years ago
- 183499a Recording screen statusbar: Improved channel icon by Paul Louden and improved Q value display for Hardware codec targets by Martin Scarratt · 18 years ago
- 36e3081 Fixed the following critical bugs in tagcache engine: #5934 (or #5529, by Miika Pekkarinen · 18 years ago
- 80ec47f Oops by Linus Nielsen Feltzing · 18 years ago
- 537c754 Patch #4899 by Robert Keevil - Automatic pause on iPod when removing the headphones by Linus Nielsen Feltzing · 18 years ago
- 9f960e4 fix warnings by Anton Romanov · 18 years ago
- 25ffd2e do not update border when we don't see it. some more cleanup. by Anton Romanov · 18 years ago
- b2111b9 Fix X5 radio buttons by Martin Scarratt · 18 years ago
- 081281f Fix a crash and CPU being left boosted when using voice - FS#6024 by Steve Bavin · 18 years ago
- 3ae1c10 Dynamically allocate menu structs. by Miika Pekkarinen · 18 years ago
- 3bf676e Fix "Disk Full" splash hang in radio screen by Martin Scarratt · 18 years ago
- 6e8ab3d Honor only the first root_menu setting to make it possible to override by Miika Pekkarinen · 18 years ago
- 2404913 Enable LCD invert setting in the menu for all targets that support it. This adds the menu option to H10 20GB and X5 builds. by Barry Wardell · 18 years ago
- d542930 oops, forgot to 'cvs add' it [thanks for reminding me, linuxstb] by Rani Hod · 18 years ago
- a875ed5 Accepted FS#6023 - ADX codec (some kind of ADPCM). by Rani Hod · 18 years ago
- 4a1d8d2 fix warning by Martin Scarratt · 18 years ago
- 1ab1f02 fix the bug where when scrolling text left in the filebrowser you could suddenly find yourself in the root directory. A long press on the left scrolling button will still take you to the root quickly. by Martin Scarratt · 18 years ago
- ec2a5cc yet more code cleanup, quick snapshot feature,sound should no longer crash,light optimizations by Anton Romanov · 18 years ago
- 52f4c4c Jewels: Different layouts for horizontal, vertical and square LCDs, used for H10-5GB (square) and Gigabeat (vertical). Idea and H10 graphics by Marianne Arnold. by Jens Arnold · 18 years ago