summaryrefslogtreecommitdiff
path: root/plugins/gtkui/widgets.c
Commit message (Collapse)AuthorAge
* fixed playlist refresh on search window selection changesGravatar waker2012-10-30
|
* gtkui: disabled search in the "selection properties" widgetGravatar waker2012-10-28
|
* gtkui: fixed few focus issuesGravatar waker2012-10-28
|
* removed frame from tabbed playlistGravatar waker2012-10-25
|
* gtkui: fixed tabstrip in designmode; splitters can now be locked; fixed ↵Gravatar waker2012-04-16
| | | | opengl init
* smoother scope; blue bars in spectrum; better gl error checkingGravatar waker2012-04-13
|
* spectrum analyzer widgetGravatar waker2012-04-13
|
* vis buffer is now always float/monoGravatar waker2012-04-12
|
* experimented with vsync; fixed xlib includeGravatar waker2012-04-12
|
* experimental scope in openglGravatar waker2012-04-11
|
* fixed reinitializing scope redraw timerGravatar waker2012-04-11
|
* added experimental visualization (scope)Gravatar waker2012-04-11
|
* gtkui: widget api documented and extended to cover more functionsGravatar waker2012-04-11
|
* gtkui: splitter positioning fixesGravatar waker2012-04-11
|
* gtkui: now every widget can save its custom dataGravatar waker2012-04-11
|
* gtkui: save/restore layout widget sizesGravatar waker2012-04-10
|
* gtkui: fixed jump to current trackGravatar waker2012-04-09
|
* gtkui: fixed designmode placeholder drawingGravatar waker2012-04-09
|
* gtkui: improvements in designmode drawingGravatar waker2012-04-09
|
* gtkui: fixed w_playlist message handlers; few desingmode draw fixesGravatar waker2012-04-09
|
* fixed gtk3 support, broke design mode drawingGravatar waker2012-04-09
|
* gtkui: set scroll policy to auto in the selection properties widgetGravatar waker2012-04-09
|
* Implemented Add tabGravatar Tydus2011-11-03
| | | | | | create a placeholder append it to tabs and click on it
* Implemented move tab to rightGravatar Tydus2011-11-03
| | | | | | | | Use a easy (and not hard to understand) way to move: If it's the last tab, abort click the tab right of it move it to left and click it click the tab right of it
* Fixed 4 bugs in tabs widgetGravatar Tydus2011-11-03
| | | | | | | Replace tab: tab name and callback using old (destroyed) one Replace tab: always replace the first one (prev=c) Move 2nd tab left: w->base.children->next is the 2nd, not 1st fprintf: %s lacks argument
* tabs widget WIPGravatar waker2011-06-26
|
* fixed memleak in cover art widgetGravatar waker2011-06-23
|
* fixed crash after stopping trackGravatar waker2011-06-23
|
* cover art improvementsGravatar waker2011-06-23
|
* added coverart widgetGravatar waker2011-06-22
|
* added selection properties widgetGravatar waker2011-06-22
|
* design mode: autosave layout; load at startupGravatar waker2011-06-21
|
* designmode: nuked eventbox hack; fixed splitter order after copy/pasteGravatar waker2011-06-21
|
* added proper titles to widgets; implemented delete/cut/copy/paste; service ↵Gravatar waker2011-06-21
| | | | widgets are hidden from user
* slight cleanup in widget code; exposed more widgetsGravatar waker2011-06-21
|
* fixed design mode event handling on playlist widgetGravatar waker2011-06-21
|
* layout editing WIP: added tabs widget, fixed splitters, fixed several ↵Gravatar waker2011-06-20
| | | | drawing and buttonpress event handling bugs in designmode
* layout editing WIP: implemented context menu which can replace existing widgetsGravatar waker2011-06-19
|
* design mode WIP: super-evil hack using eventbox, which allows to block child ↵Gravatar waker2011-06-18
| | | | widget events, and draw selection on top of them
* playlist keyboard focusGravatar waker2011-06-18
|
* initial work to add customizable layout support:Gravatar waker2011-06-17
defined data structures, few stubs, many regressions, implemented tabbed playlist widget; now it should be possible to have several playlist viewers visible at the same time; playlist keyboard handling is partially broken