summaryrefslogtreecommitdiff
path: root/apps/onplay.c
AgeCommit message (Expand)Author
2010-05-11No need to have a variable for a thing computed by the preprocessorAlexander Levin
2010-05-11Fix yellowJeffrey Goode
2010-05-11Add Insert Shuffled to hotkey optionsJeffrey Goode
2010-05-11More hotkey code cleanupJeffrey Goode
2010-05-09FS#11250: Hotkey setting method changed to menu item vs button pres in contex...Jeffrey Goode
2010-05-07Hotkey menu items have their own iconJeffrey Goode
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz
2010-04-12Mark const return value; correct the comment about valid menu items for the h...Alexander Levin
2010-04-11Small hotkey code changes for readabilityJeffrey Goode
2010-04-11FS#11195, plus. Simplified hotkey struct, thanks alle!Jeffrey Goode
2010-04-10Fix typos in commentsAlexander Levin
2010-04-10Use better names for hotkey related constants; add somecomments (FS#11191)Alexander Levin
2010-04-08Fix data abort due to malformed switch code. My bad.Jeffrey Goode
2010-04-08Hotkey: better settings handling, fewer saved variables, localizable hotkey i...Jeffrey Goode
2010-04-03No need to call the same function twiceAlexander Levin
2010-04-03Make hotkey strings (question and confirmation) better localizable (FS#11171)Alexander Levin
2010-04-01FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work ...Jeffrey Goode
2010-02-21FS#11017: add Playlist Catalog and Properties item to database's context menu.Teruaki Kawashima
2010-02-20Playlist Viewer Changes to bring consistency:Thomas Martitz
2010-02-15onplay.c: optimize a little bit.Teruaki Kawashima
2010-02-14onplay: move functions to a bit more logical order; some functions, some menu...Teruaki Kawashima
2010-01-29skin rework (FS#10922) notable changes:Jonathan Gordon
2010-01-01Simplify some expressions using the ? operatorBertrik Sikken
2010-01-01Make the delete_handler function return the actual result, instead of just 'f...Mohamed Tarek
2009-12-18Fix FS#10433 - "Play Next" should use the "warn on playlist change" setting l...Jonathan Gordon
2009-11-11remove 3 bad viewport functions:Jonathan Gordon
2009-11-09Removed unneeded includesJeffrey Goode
2009-11-01Show insert_last_shuffled item and queue_last_shuffled item when playlist fil...Teruaki Kawashima
2009-10-28Committing FS#10717 by Tomasz Kowalyczyk: add PLAYLIST_INSERT_LAST_SHUFFLED (...Dave Hooper
2009-08-23Change the "Rename failed" message to a splash.Thomas Martitz
2009-08-23Bound the progress slider into the currently used viewport (which should be t...Thomas Martitz
2009-08-06Add backdrop functions to the multiscreen api and add a enum backdrop_type pa...Thomas Martitz
2009-07-20rework cuesheet support:Jonathan Gordon
2009-07-14FS#10080Nils Wallménius
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken
2009-03-08Fix playlist "Insert" a bit.Thomas Martitz
2009-02-26Fix FS#9945 - Paste operation doesn't detect disk full (and possibly other er...Jonas Häggqvist
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon
2008-12-21fix FS#9687 - 'set song rating' should not be shown if the DB isnt useableJonathan Gordon
2008-12-01Fix FS#9357 'Cut/Paste does not remove old folder when replacing', fix sugges...Nils Wallménius
2008-11-30Make struct text_message const in apps/onplay.cBertrik Sikken
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg
2008-10-05Accept FS#9231 - viewportify the pitch screen by Thomas Martitz.Jonathan Gordon
2008-09-11Used correct voice messages for some splash screens.Alessio Lenzi
2008-09-07Change screens memebers char_width, char_height and nb_lines to functions ret...Peter D'Hoye
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-29the splash should set the viewport to NULL untill we start passing it a vp. (...Jonathan Gordon
2008-05-28Create WPS context (onplay) menus using MAKE_ONPLAYMENU macro. Partial fix fo...Bertrik Sikken