Age | Commit message (Expand) | Author |
2008-12-01 | Fix FS#9357 'Cut/Paste does not remove old folder when replacing', fix sugges... | Nils Wallménius |
2008-11-30 | Make struct text_message const in apps/onplay.c | Bertrik Sikken |
2008-10-15 | Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M... | Björn Stenberg |
2008-10-05 | Accept FS#9231 - viewportify the pitch screen by Thomas Martitz. | Jonathan Gordon |
2008-09-11 | Used correct voice messages for some splash screens. | Alessio Lenzi |
2008-09-07 | Change screens memebers char_width, char_height and nb_lines to functions ret... | Peter D'Hoye |
2008-08-15 | FS#9281 Rename of splash functions. | Nils Wallménius |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-05-29 | the splash should set the viewport to NULL untill we start passing it a vp. (... | Jonathan Gordon |
2008-05-28 | Create WPS context (onplay) menus using MAKE_ONPLAYMENU macro. Partial fix fo... | Bertrik Sikken |
2008-05-22 | Restore the 'Open With...' menu item to the wps context menu wich was lost so... | Nils Wallménius |
2008-05-22 | FS#9019 - Tidied up WPS context menu. Moved playlist to the top, added Playb... | Steve Bavin |
2008-05-13 | Fix FS#8986, problem where current file changes during deletion. | Steve Bavin |
2008-05-05 | Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ... | Nicolas Pennequin |
2008-05-04 | Accept FS#6188: study mode. | Stéphane Doyon |
2008-05-04 | use the playlist catalog code to generate the playlists under Playlist > Crea... | Jonathan Gordon |
2008-04-26 | Const police raid, making a lot of pointers to lang strings const and removin... | Nils Wallménius |
2008-04-21 | fix FS#7780 - remove some possibly dangerous items from the file browser cont... | Jonathan Gordon |
2008-04-16 | Use file_exists and dir_exists functions where appropriate, fix one wrong fil... | Nils Wallménius |
2008-04-14 | Dont show the playlist catalog item in the file context menu unless the file ... | Jonathan Gordon |
2008-04-09 | FS#8738 - move the progress bar to the bottom of the screen (fixes FS#8736 -... | Robert Kukla |
2008-04-09 | fix FS#8860 - File browser context menu shows unnecessary items in an empty d... | Robert Kukla |
2008-03-29 | Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",... | Dave Chapman |
2008-03-26 | the menu and list now accepts a parent viewport to draw in (and the menu can ... | Jonathan Gordon |
2008-02-12 | fix FS#8599 - First Song in Tagcache can't be rated | Robert Kukla |
2008-02-10 | Accept FS #8570 by Thomas Martitz: recording dir location was not saved when ... | Peter D'Hoye |
2007-11-08 | only display set rating menu entry if "gather runtime data" is enabled (was r... | Robert Kukla |
2007-11-08 | rework the set song rating setting so it uses the standard list. also the men... | 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-09 | Add a voice callback to dynamic menus, along side the text_callback. | Stéphane Doyon |
2007-09-03 | Accept FS #7667 by Alexander Levin with minor fixes by me. Splits the shortcu... | Peter D'Hoye |
2007-08-22 | Fix bug where cross volume cut/paste would report failure even though it succ... | Barry Wardell |
2007-08-06 | Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ... | Nils Wallménius |
2007-08-05 | Oops remove misleading left-behind comment | Nils Wallménius |
2007-08-05 | *** Lang v2 cleanup (FS#6574) *** | Nils Wallménius |
2007-08-05 | Accept FS#7486 - shortcuts plugin. | Jonathan Gordon |
2007-08-05 | Address FS#6310 - shows an "infinite" slider when deleting/copying/moving files. | Jonathan Gordon |
2007-07-31 | Accept FS#7437 - add the delete option to the wps context menu so the current... | Jonathan Gordon |
2007-07-21 | Queue song statistical data to the tagcache system and update entirely in bac... | Miika Pekkarinen |
2007-07-10 | User configurable recording path (my patch in FS#7201). path defaults to / an... | Jonathan Gordon |
2007-05-20 | Add splash messages while copying, moving, and deleting files. Also boost the... | Dan Everton |
2007-05-19 | Remove unused function and unused header | Nils Wallménius |
2007-05-15 | Use INSERT_LAST when inserting tracks before playback has started. Fixes FS#... | Hardeep Sidhu |
2007-05-14 | Add an item to the WPS context menu to browse a currently playing cuesheet. T... | Nicolas Pennequin |
2007-05-03 | Enable playlist functions for m3u files | Hardeep Sidhu |
2007-05-01 | The menu code needs to know that the function wants a param... | 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-25 | Change some ifdefs for the recent backdrop changes (fixes the yellow builds) ... | Nicolas Pennequin |
2007-04-21 | No more type punning where it's not funny. | Michael Sevakis |