log

age author description
2008-07-19 Strahinja Kustudic Updated Serbian translations
2008-07-17 Matti Hamalainen Fix infinite playlist update when entry->tuple == NULL. Patch from Skotlex,
2008-07-17 mf0102 remove some code duplication
2008-07-17 Tomasz Mon set ellipsize to PANGO_ELLIPSIZE_END in title column
2008-07-17 mf0102 reset slider when we stop the song
2008-07-17 William Pitcock Make the default UI suck less by killing the utterly pointless and redundant info bar.
2008-07-17 William Pitcock Move the slider bar to the toolbar, but this is kinda ugly at the moment.
2008-07-17 William Pitcock eventqueue: Remove bogus assertions.
2008-07-17 William Pitcock minimal interface: improve sanity for playback_seek() to make seek times more accurate.
2008-07-16 William Pitcock Use GtkCellRenderer::ypad to provide a more compact playlist, similar to the list widgets in Conspire.
2008-07-16 Tomasz Mon introduce new playlist widget
2008-07-16 William Pitcock Disable visualization subsystem because it memory leaks like a sieve without the legacy UI in place.
2008-07-14 Tomasz Mon add aboutwin_show and jump_to_track_show to InterfaceOps
2008-07-13 Tomasz Mon add copyright line
2008-07-13 Tomasz Mon branch merge
2008-07-13 Tomasz Mon commit initial version of InterfaceOps
2008-07-13 Tomasz Mon remove legacy interface preferences from ui_preferences.c
2008-07-13 William Pitcock Fix compile for me.
2008-07-09 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
2008-07-07 William Pitcock fix compile. :P
2008-07-09 mf0102 simplify equalizer code a bit
2008-07-09 Tomasz Mon hookify urlopener
2008-07-09 mf0102 made fileopener legacy-free
2008-07-08 mf0102 - make stop button
2008-07-08 Matti Hamalainen Move SignalHandler function pointer typedef.
2008-07-08 Tomasz Mon ui_jumptotrack.h isn't legacy
2008-07-08 Tomasz Mon I don't think those files belong to legacy ui...
2008-07-08 Tomasz Mon more work on seperating presets from legacy ui
2008-07-08 VDR dai (audacious) Oops, fix stupid typo
2008-07-08 VDR dai (audacious) update Japanese translation.
2008-07-07 mf0102 completely remove skin getting/setting
2008-07-07 mf0102 removed some UI calls from the prefs code
2008-07-07 mf0102 made new equalizer interface that doesn't imply a connection with the UI
2008-07-07 mf0102 remove dbus skin functions
2008-07-07 Tomasz Mon and of course I forgot to add new files...
2008-07-07 Tomasz Mon begin seperating equalizer preset from legacy ui
2008-07-06 Tomasz Mon temporary fix until we get rid of legacy directory
2008-07-06 mf0102 merge
2008-07-06 mf0102 move all files belonging to the legacy UI to legacy/
2008-07-06 Matti Hamalainen Use also GCC inline assembler for detecting SSE2 support, because apparently
2008-07-06 mf0102 - update time info during slider movement
2008-07-06 mf0102 fixing a warning and doing some renaming, indentation etc.
2008-07-06 William Pitcock Properly escape all appropriate entities.
2008-07-05 William Pitcock good god make the toolbar not suck
2008-07-05 William Pitcock Update time.
2008-07-05 William Pitcock Fix preprocessor logic.
2008-07-05 William Pitcock Fix compile when signalfd is not available entirely.
2008-07-05 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
2008-07-05 William Pitcock Take advantage of signalfd if available.
2008-07-05 Tomasz Mon dissociate hooks at _ui_finalize
2008-07-05 Tomasz Mon display what would be played if user presses play button
2008-07-05 Tomasz Mon small adjustments to slider
2008-07-04 mf0102 reset slider when at end of song
2008-07-04 mf0102 make a "pause" button and increase default window size
2008-07-04 mf0102 set a default window size
2008-07-04 mf0102 improve the position slider's behavior a bit and do some indentation