summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Collapse)AuthorAge
...
* fixed couple of bugs in cmdline handlingGravatar Alexey Yakovenko2009-08-16
|
* fixed some errors in command line handlingGravatar waker2009-08-15
|
* improvements over command line args handlingGravatar waker2009-08-15
|
* initial command line supportGravatar waker2009-08-15
|
* fixed bug when seeking to 0s in mp3 led to jump to next trackGravatar waker2009-08-15
|
* changed seekbar drawingGravatar waker2009-08-15
|
* some minor optimizationsGravatar waker2009-08-14
|
* proper exiting without crashingGravatar waker2009-08-13
|
* fixed crash bug in searchwin initGravatar waker2009-08-13
|
* changed seek behaviourGravatar waker2009-08-13
|
* double-buffered seekbarGravatar waker2009-08-13
|
* colorscheme apiGravatar waker2009-08-13
|
* fixed several critical drag and drop bugsGravatar waker2009-08-13
|
* new seekbarGravatar waker2009-08-11
|
* visual improvementsGravatar waker2009-08-10
|
* added placeholders button imagesGravatar waker2009-08-10
|
* playlist save/load (+autosave/autoload of default playlist)Gravatar waker2009-08-09
|
* fixed unfortunate typo in playlist conventions (ps_ -> pl_)Gravatar waker2009-08-09
| | | | | fixed id3v2 reader to support unsync flag fixed seeking
* refactored gtkplaylist code for searchwindowGravatar Alexey Yakovenko2009-08-09
|
* added copyright notice to source filesGravatar waker2009-08-08
|
* added progress display dialog when drag-dropped from external appGravatar waker2009-08-08
|
* added progress display on Add FilesGravatar waker2009-08-08
|
* added progress display when adding folder to playlistGravatar waker2009-08-08
|
* playlist order and looping mode + GUIGravatar waker2009-08-08
|
* added shuffle support (default by now)Gravatar waker2009-08-08
|
* alsa playback WIPGravatar Alexey Yakovenko2009-08-05
|
* fixed redraw after songchangeGravatar Alexey Yakovenko2009-07-28
|
* reduced cpu usage when idleGravatar Alexey Yakovenko2009-07-28
|
* fixed messagepump_free to work with pthreadGravatar Alexey Yakovenko2009-07-28
|
* initial pthread support (buggy!)Gravatar Alexey Yakovenko2009-07-28
|
* fixed gme codecGravatar Alexey Yakovenko2009-07-17
|
* async prebufferingGravatar Alexey Yakovenko2009-07-09
| | | | | fixed several critical bugs fixed playback of some bad mp3s
* [WIP] seamless playbackGravatar Alexey Yakovenko2009-07-08
|
* moved all playlist_current handling into playlist moduleGravatar Alexey Yakovenko2009-07-08
|
* position tracking, statusbar, seekbar updating, some cleanupGravatar waker2009-07-06
|
* added more threading safeguardsGravatar waker2009-07-07
|
* 44100Hz is now defaultGravatar waker2009-07-06
|
* fixed inter-thread conflict for codec accessGravatar waker2009-07-06
|
* very slow and bad seeking supportGravatar waker2009-07-06
|
* more multithreading fixesGravatar waker2009-07-05
|
* [wip] multithreadingGravatar waker2009-07-05
|
* added mp3 supportGravatar waker2009-07-04
|
* added separate thread for sdl stuff, to be able to pass messagesGravatar waker2009-07-04
|
* thrown in some guiGravatar waker2009-07-04
|
* initial protoGravatar waker2009-07-03