aboutsummaryrefslogtreecommitdiff
path: root/src/transport-widget.c
Commit message (Collapse)AuthorAgeFilesLines
* common-defs: add DbusmenuTransport.MENUITEM_STATE_CHANGEMarco Trevisan (Treviño)2013-04-111-4/+4
| | | | And use it in transport-widget.c
* Add a comment explaining the change in the last commitLars Uebernickel2013-02-211-0/+9
|
* transport-widget: use menu's style for the buttonsLars Uebernickel2013-02-211-1/+1
| | | | | | | | | | The menuitem's style can't be used anymore due to a recent change in light-themes (lp #1130183). Menuitems now have a transparent background, which confuses GtkStyle. This is a quick workaround. Going forward, we should use the more modern styling features of gtk.
* remove deprecated call to gtk_style_context_notify_state_change() ... ↵Charles Kerr2012-07-111-5/+0
| | | | according to the GTK documentation, it's been deprecated since GTK 3.6 and does nothing.
* putting in place more checks for transport-widget and the slider, also fixed ↵Conor Curran2012-02-221-0/+1
| | | | some more ui glitches
* fix hashtable leak reported by valgrindCharles Kerr2012-01-241-0/+7
|
* fix the collision detectionConor Curran2011-11-161-3/+3
|
* Fixes to the positioning and dimension of the player menuitem, and fix for ↵Andrea Cimitan2011-09-091-4/+4
| | | | the spinner widget matching (if some themers need it)
* Ok, I know it's ugly, but seems to work a little bit better... waiting for a ↵Andrea Cimitan2011-08-241-2/+2
| | | | better fix (don't draw above the background)
* Use GTK_STYLE_CLASS_MENU instead hardcoded gcharAndrea Cimitan2011-08-241-1/+1
|
* theme fixAndrea Cimitan2011-08-241-1/+5
|
* ifdefs needed for gtk2 compilationConor Curran2011-07-291-4/+11
|
* merged Cimi's fix and tidied up all the previous behaviourConor Curran2011-07-281-149/+36
|\
| * Cimi's fix for spinnerAndrea Cimitan2011-07-281-24/+38
|/
* clean up debug traceConor Curran2011-07-281-1/+3
|
* tidied style context method calls, more visibility added around querying if ↵Conor Curran2011-07-281-12/+22
| | | | the transition is actually running
* Fixed assertion of WidgetPathHarry van Haaren2011-07-281-2/+7
|
* Added debug info, setting gtk-animations to enabled in themeHarry van Haaren2011-07-281-1/+10
|
* added debug info in draw() of spinner animationHarry van Haaren2011-07-281-4/+11
|
* Made Spinner variables static, cairo surface isn't being drawn properlyHarry van Haaren2011-07-281-33/+19
|
* Using gtk_render_activity() to draw the spinnerHarry van Haaren2011-07-281-0/+26
|
* Implemented spinner to cairo interface, assertion of offscreen_window ↵Harry van Haaren2011-07-271-6/+19
| | | | GDK_IS_WINDOW failing
* Updated debugs, added spinner start / stop on transport_launching Harry van Haaren2011-07-271-10/+18
|
* Transport-widget has offscreen_window and spinnerHarry van Haaren2011-07-271-3/+10
|
* colours of buttons and blank album art background fixedConor Curran2011-06-281-5/+6
|
* gtk widgets behaving themselves finally in gtk3Conor Curran2011-06-281-4/+4
|
* fix gtk3 not drawing transport widget at allMichael Terry2011-06-271-0/+2
|
* port to gtk3Michael Terry2011-06-221-14/+26
|
* some extra trace around sliders to track the volume zero app start madnessConor Curran2011-03-211-0/+4
|
* working as expectedConor Curran2011-03-161-3/+101
|
* key board shortcuts now handle rewind and forwind intentionsConor Curran2011-03-111-14/+38
|
* refactored indicator sideConor Curran2011-03-091-66/+67
|
* nicely seekingConor Curran2011-03-091-1/+1
|
* ensure we don't trigger a simple next/previous after releasing from a skipConor Curran2011-03-081-1/+3
|
* skipping instructions sentConor Curran2011-03-081-4/+22
|
* timer mechanism in placeConor Curran2011-03-081-4/+58
|
* tidy up on the transport widget, all draw are queue'd for performance ↵Conor Curran2011-01-281-67/+31
| | | | reasons, bug fixed with regards button release on new hotspot and some refactoring done
* deal with dbusmenu api changesConor Curran2011-01-281-1/+0
|
* button flickering fixedConor Curran2011-01-271-5/+1
|
* more warnings sortedConor Curran2011-01-111-1/+3
|
* getting thereConor Curran2011-01-101-12/+8
|
* protect against a rogue null cairo contect in the draw methodConor Curran2010-12-221-0/+2
|
* tabs to spaces tab width 2Conor Curran2010-12-071-1218/+1218
|
* removed commented codeConor Curran2010-11-171-29/+2
|
* merge Cimi's last few tidy upsConor Curran2010-11-171-202/+368
|\
| * Final touchAndrea Cimitan2010-11-171-14/+20
| |
| * comment shadow codeAndrea Cimitan2010-11-171-9/+9
| |
| * fixed the redrawAndrea Cimitan2010-11-171-26/+25
| |
| * prelight state, redrawings are causing bugsAndrea Cimitan2010-11-171-199/+363
| |
| * ops :)Andrea Cimitan2010-11-171-1/+1
| |