summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Collapse)AuthorAge
* thread-safe config accessGravatar waker2011-03-31
|
* get rid of frameupdate event; mutex+cond based message pump without usleepGravatar waker2011-03-30
|
* moved RPC server loop into separate thread, and added select with timeout ↵Gravatar waker2011-03-30
| | | | for better RPC responsiveness
* save ddb version to config fileGravatar waker2011-03-23
|
* fixed playlist corruption while adding files if cursor jumps to another playlistGravatar waker2011-02-26
|
* added new plugin.connect method to base plugin interface, which does the ↵Gravatar waker2011-02-21
| | | | opposite of connect
* updated copyright year to 2011Gravatar waker2011-01-02
|
* renamed pause event to togglepause;Gravatar waker2010-12-31
| | | | | added new pause event, including command line option; slightly changed/shortened M_* constant names
* ported supereq to new api; converted to float; added reentrancy supportGravatar waker2010-11-28
|
* Merge branch 'static' into multichannelGravatar waker2010-11-20
|\ | | | | | | | | Conflicts: main.c
| * portable-0.4.4-r1Gravatar waker2010-11-20
| |
| * Merge branch 'master' into staticGravatar waker2010-11-20
| |\ | | | | | | | | | | | | | | | Conflicts: plugins/artwork/artwork.c plugins/gtkui/coverart.c
* | | disabled atexit and sigterm handlers (were causing playlist corruption)Gravatar waker2010-11-13
| | |
| | * disabled atexit and sigterm handlers (were causing playlist corruption)Gravatar waker2010-11-09
| | |
* | | 1st iteration of adding streamer format conversion:Gravatar waker2010-11-08
| | | | | | | | | | | | | | | | | | added new ddb_waveformat_t structure, to be used by all decoders and outputs adjusted mad and alsa plugins, and the streamer to compile with it got rid of playback.h
* | | Merge branch 'static' into develGravatar waker2010-11-08
|\| | | | | | | | | | | | | | Conflicts: configure.ac
| * | Merge branch 'master' into staticGravatar waker2010-10-31
| |\| | | | | | | | | | | | | Conflicts: configure.ac
| | * on session resume, don't seek next track in failed to startGravatar waker2010-10-26
| |/ |/| | | | | also better seekpos reporting
| * added portable build mode (--enable-portable configure option)Gravatar waker2010-10-20
|/
* fixed crash on exit while shoutcast stream is bufferingGravatar Alexey Yakovenko2010-10-03
|
* fixed resume session regressionGravatar Alexey Yakovenko2010-09-26
|
* don't try to resume session if file was opened from cmdlineGravatar Alexey Yakovenko2010-09-26
|
* disabled tracing in main and aoGravatar Alexey Yakovenko2010-09-21
|
* save/restore paused stateGravatar Alexey Yakovenko2010-09-14
|
* added resume_last_session optionGravatar Alexey Yakovenko2010-08-30
|
* gtkui plugin overrides pl_add_file and pl_add_dir API functions and shows ↵Gravatar Alexey Yakovenko2010-08-29
| | | | progress dialog
* added option to open files from command line in named playlistGravatar Alexey Yakovenko2010-08-12
|
* minor typo fix in main.cGravatar Alexey Yakovenko2010-08-10
|
* customizable socket dir through DDB_SOCKET_DIR env variableGravatar Alexey Yakovenko2010-07-27
|
* volumebar improvementsGravatar Alexey Yakovenko2010-06-24
|
* disable backtrace generation on non-linux OSesGravatar Alexey Yakovenko2010-06-24
|
* Merge branch 'master' into i18nGravatar Alexey Yakovenko2010-05-23
|\ | | | | | | | | Conflicts: main.c
| * added sigsegv handler with backtraceGravatar Alexey Yakovenko2010-05-22
| |
* | removed gettext tracingGravatar Alexey Yakovenko2010-05-20
| |
* | added basic gettext support and russian translationGravatar Alexey Yakovenko2010-05-15
|/
* ignore current paused song if new files were opened from cmdlineGravatar Alexey Yakovenko2010-05-14
|
* several fixes to playqueue handlingGravatar Alexey Yakovenko2010-05-06
|
* fixed lots of gcc warningsGravatar Alexey Yakovenko2010-05-04
|
* fixed LC_NUMERIC locale issuesGravatar Alexey Yakovenko2010-05-03
|
* optimizations in search and sortingGravatar Alexey Yakovenko2010-05-02
|
* removal of deprecated column ids;Gravatar Alexey Yakovenko2010-04-29
| | | | | | added %B substitute for band / album artist; deleted old session management code; fixed saving column config after "edit column"
* fixed segfaults when passing filenames in command line;Gravatar Alexey Yakovenko2010-04-27
| | | | added possibility to queue/open folders from command line
* set LC_NUMERIC locale to C to prevent using comma as decimal separatorGravatar Alexey Yakovenko2010-04-20
|
* cleaned up some of bad/unused messages and events;Gravatar Alexey Yakovenko2010-04-19
| | | | implemented new notification-daemon osd;
* disabled info message about session connect failureGravatar Alexey Yakovenko2010-04-11
|
* added auto-saving config/playlist filesGravatar Alexey Yakovenko2010-04-06
|
* fixed segfault on adding tracks from commandlineGravatar Alexey Yakovenko2010-04-03
|
* fixed several memleaksGravatar Alexey Yakovenko2010-04-02
|
* remember selected tabGravatar Alexey Yakovenko2010-03-15
|
* commentsGravatar Alexey Yakovenko2010-02-13
|