summaryrefslogtreecommitdiff
path: root/plugins/gtkui
Commit message (Collapse)AuthorAge
* gtkui: fixed keyboard handling (bug #1103)Gravatar Alexey Yakovenko2014-06-03
|
* gtkui: fixed crash after attempting to add location with empty URLGravatar Alexey Yakovenko2014-06-03
|
* Merge pull request #5 from cboxdoerfer/masterGravatar Alexey Yakovenko2014-06-03
|\ | | | | gtkui: fix calculation of album art column position (hscrollpos was igno...
* | reset the playqueue if a user attempts to play the selected file (bug #928)Gravatar Alexey Yakovenko2014-05-28
| |
| * gtkui: fix calculation of album art column position (hscrollpos was ignored)Gravatar Christian Boxdörfer2014-05-22
|/
* gtkui: fix column edit title issue (bug #1096)Gravatar Alexey Yakovenko2014-05-15
|
* gtkui: restored the accidentally deleted double-click status bar handlerGravatar Alexey Yakovenko2014-05-11
|
* gtkui: removed unused event handlers from mainwinGravatar Alexey Yakovenko2014-05-11
|
* gtkui: when unknown widget is encountered (e.g. widget plugin doesn't work ↵Gravatar Alexey Yakovenko2014-05-04
| | | | or missing), layout is not dropped, but placeholder widget will be inserted, to preserve the layout
* Merge pull request #3 from cboxdoerfer/masterGravatar Alexey Yakovenko2014-05-04
|\ | | | | gtkui: improve performance of album art drawing in playlist
* \ Merge branch 'wander'Gravatar Alexey Yakovenko2014-05-04
|\ \
| | * gtkui: improve performance of album art drawing in playlistGravatar Christian Boxdörfer2014-05-04
| |/ |/|
* | gtkui: fixed bug in gtk_drag_check_thresholdGravatar Alexey Yakovenko2014-05-01
| |
* | added "stop playback after current album finishes" functionalityGravatar Aleksejs Popovs2014-05-01
| |
* | gtkui: added downgradable layout config support, that is, allowing ↵Gravatar Alexey Yakovenko2014-04-28
| | | | | | | | downgrading deadbeef from higher to lower versions without loosing the layout setup, implemented by seraparating layout config for each version
* | gtkui: added option to disable seekbar overlayGravatar Alexey Yakovenko2014-04-28
| |
* | gtkui: possible workaround for gtk crash described in bug #1099Gravatar Alexey Yakovenko2014-04-28
| |
* | fixed streaming audio seek issues (bug #1098)Gravatar Alexey Yakovenko2014-04-25
| |
* | gtkui: added option to render play state as unicode chars instead of pixbuf, ↵Gravatar Alexey Yakovenko2014-04-24
| | | | | | | | for better looks on HDPI screens
* | gtkui: single click in album art column selects group and double click plays ↵Gravatar Christian Boxdörfer2014-04-07
| | | | | | | | first track of group
* | gtkui/artwork: new get_cache_path2 API, crash fixGravatar Alexey Yakovenko2014-03-09
| |
* | gtk linking changes for static buildGravatar Alexey Yakovenko2014-03-09
| |
* | gtkui: avoid config rewrite if gui layout didn't changeGravatar Alexey Yakovenko2014-02-24
| |
* | fixed stop_after_current (buf #1062)Gravatar Alexey Yakovenko2014-02-24
| |
* | gtkui: respect gui refresh fps in seekbarGravatar Alexey Yakovenko2014-02-19
| |
* | gtkui: fixed sizing issues of hvbox children in design modeGravatar Alexey Yakovenko2014-02-19
| |
* | gtkui: fixed crash when deleting items from hvboxGravatar Alexey Yakovenko2014-02-19
| |
* | gtkui: fixed hvbox shrinking to 0 size in design modeGravatar Alexey Yakovenko2014-02-18
| |
* | gtkui: correctly save layout upgrade flagGravatar Alexey Yakovenko2014-02-17
| |
* | gtkui: automatically upgrade layout from pre-0.6.2Gravatar Alexey Yakovenko2014-02-17
| |
* | gtkui: add toolbar/seekbar/volumebar to the default layoutGravatar Alexey Yakovenko2014-02-17
| |
* | gtkui, sid, gme: added widget controlling chiptune voicesGravatar Alexey Yakovenko2014-02-13
| |
* | gtkui: fixed bogus lookup_widget("volumebar") callsGravatar Alexey Yakovenko2014-02-12
| |
* | gtkui: get rid of top bar in favor of design mode widgetsGravatar Alexey Yakovenko2014-02-12
| |
* | gtkui: ported volumebar to widget systemGravatar Alexey Yakovenko2014-02-12
| |
* | gtkui: ported playback controls toolbar to widget systemGravatar Alexey Yakovenko2014-02-12
| |
* | gtkui: ported seekbar to widget systemGravatar Alexey Yakovenko2014-02-12
| |
* | fixed compiling static without .la filesGravatar Alexey Yakovenko2014-02-09
| |
* | added COPYING to ffap, ffmpeg, flac, gme, gtkui, hotkeys; changed gme plugin ↵Gravatar Alexey Yakovenko2014-02-08
| | | | | | | | source license to ZLIB
* | added / updated / corrected COPYING information in the core, aac, alac, ↵Gravatar Alexey Yakovenko2014-02-08
| | | | | | | | adplug; renamed optmath.h to fastftoi.h
| * gtkui: single click in album art column selects group and double click plays ↵Gravatar Christian Boxdörfer2014-02-06
| | | | | | | | first track of group
| * gtkui: improved performance when resizing album art columnGravatar Christian Boxdörfer2014-02-06
| |
| * gtkui: fixed scrolling when resizing album art columnGravatar Christian Boxdörfer2014-02-06
|/
* experimental: added support for DDB:CUSTOM_TITLE metadata, for setting radio ↵Gravatar Alexey Yakovenko2014-02-05
| | | | | | | station titles new text field in the Add Location dialog automatically use in title formatting for %B and %a
* added -avoid-version to all makefilesGravatar Alexey Yakovenko2014-02-05
|
* gtkui: fixed buffer overflow in drag-n-drop handlerGravatar Alexey Yakovenko2014-02-02
|
* gtkui: minor code cleanup + restored calling gdk_threads_initGravatar Alexey Yakovenko2014-02-02
|
* gtkui: removed gdk_threads_init to fix running on freebsdGravatar Alexey Yakovenko2014-01-30
|
* gtkui: prevent passing non-utf8 strings to gtk progress dialogGravatar Alexey Yakovenko2014-01-26
|
* fixed playlist loaders refcounting bugGravatar Alexey Yakovenko2014-01-20
|