summaryrefslogtreecommitdiffstats
path: root/apps/onplay.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-10Support loading backdrops from anywhere in the filesystem. Fixes FS#12041Frank Gevaerts1-12/+3
2010-12-17Stay in file browser (do not go to WPS) after adding a track to the playlist ...Alexander Levin1-2/+2
2010-11-15FS#11751: increase buffer size of settings to store path.Teruaki Kawashima1-1/+2
2010-10-04New setting to control the file browser start location.Jonathan Gordon1-2/+13
2010-09-14Another major skin backend update/hopefully bugfix:Jonathan Gordon1-2/+5
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz1-4/+5
2010-07-06Rename functions so that the code is easier to readAlexander Levin1-1/+1
2010-06-09a few more HAVE_PICTUREFLOW_INTEGRATIONJonathan Gordon1-1/+3
2010-06-09rename HAVE_PICTUREFLOW to HAVE_PICTUREFLOW_INTEGRATION to make it more clear...Jonathan Gordon1-2/+2
2010-06-09reclaim most of the delta from the pictureflow commitJonathan Gordon1-2/+2
2010-06-09FS#11270 by Chris Savery - WPS integration for pictureflowJonathan Gordon1-1/+17
2010-05-11No need to have a variable for a thing computed by the preprocessorAlexander Levin1-4/+2
2010-05-11Fix yellowJeffrey Goode1-1/+1
2010-05-11Add Insert Shuffled to hotkey optionsJeffrey Goode1-3/+24
2010-05-11More hotkey code cleanupJeffrey Goode1-33/+24
2010-05-09FS#11250: Hotkey setting method changed to menu item vs button pres in contex...Jeffrey Goode1-100/+21
2010-05-07Hotkey menu items have their own iconJeffrey Goode1-6/+10
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+0
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz1-1/+1
2010-04-12Mark const return value; correct the comment about valid menu items for the h...Alexander Levin1-2/+4
2010-04-11Small hotkey code changes for readabilityJeffrey Goode1-15/+13
2010-04-11FS#11195, plus. Simplified hotkey struct, thanks alle!Jeffrey Goode1-19/+11
2010-04-10Fix typos in commentsAlexander Levin1-4/+4
2010-04-10Use better names for hotkey related constants; add somecomments (FS#11191)Alexander Levin1-28/+28
2010-04-08Fix data abort due to malformed switch code. My bad.Jeffrey Goode1-3/+8
2010-04-08Hotkey: better settings handling, fewer saved variables, localizable hotkey i...Jeffrey Goode1-11/+29
2010-04-03No need to call the same function twiceAlexander Levin1-3/+4
2010-04-03Make hotkey strings (question and confirmation) better localizable (FS#11171)Alexander Levin1-6/+5
2010-04-01FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work ...Jeffrey Goode1-15/+191
2010-02-21FS#11017: add Playlist Catalog and Properties item to database's context menu.Teruaki Kawashima1-3/+15
2010-02-20Playlist Viewer Changes to bring consistency:Thomas Martitz1-4/+4
2010-02-15onplay.c: optimize a little bit.Teruaki Kawashima1-55/+43
2010-02-14onplay: move functions to a bit more logical order; some functions, some menu...Teruaki Kawashima1-212/+193
2010-01-29skin rework (FS#10922) notable changes:Jonathan Gordon1-3/+3
2010-01-01Simplify some expressions using the ? operatorBertrik Sikken1-1/+1
2010-01-01Make the delete_handler function return the actual result, instead of just 'f...Mohamed Tarek1-1/+1
2009-12-18Fix FS#10433 - "Play Next" should use the "warn on playlist change" setting l...Jonathan Gordon1-0/+2
2009-11-11remove 3 bad viewport functions:Jonathan Gordon1-4/+6
2009-11-09Removed unneeded includesJeffrey Goode1-1/+0
2009-11-01Show insert_last_shuffled item and queue_last_shuffled item when playlist fil...Teruaki Kawashima1-11/+15
2009-10-28Committing FS#10717 by Tomasz Kowalyczyk: add PLAYLIST_INSERT_LAST_SHUFFLED (...Dave Hooper1-1/+24
2009-08-23Change the "Rename failed" message to a splash.Thomas Martitz1-5/+1
2009-08-23Bound the progress slider into the currently used viewport (which should be t...Thomas Martitz1-3/+5
2009-08-06Add backdrop functions to the multiscreen api and add a enum backdrop_type pa...Thomas Martitz1-2/+2
2009-07-20rework cuesheet support:Jonathan Gordon1-4/+4
2009-07-14FS#10080Nils Wallménius1-7/+7
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken1-1/+0
2009-03-08Fix playlist "Insert" a bit.Thomas Martitz1-15/+3
2009-02-26Fix FS#9945 - Paste operation doesn't detect disk full (and possibly other er...Jonas Häggqvist1-1/+1
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-1/+0