summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-19Use both .panel and .xfce4-panel style context classesnick/gtk3Andrzej2-0/+2
2013-05-07tasklist: fixed previous commit to compile with gtk3Andrzej1-3/+3
2013-04-28Tasklist: Pushed a patch for #8096 (close a window on middle click)Andrzej3-1/+49
2013-04-22PanelImage: do not reload fixed-size icons on style-updated.Andrzej1-1/+3
2013-04-22xfce4-panel lib: workaround for ctx menus with scroll buttons.Andrzej1-0/+7
2013-04-22Tasklist: fix config settings and remove unneeded shrink option.Andrzej1-5/+2
2013-04-22WindowMenu: use a natural size of the button to prevent shrinking.Andrzej1-1/+12
2013-04-22ItemBar: ignore "shrink" option and use minimum preferred size instead.Andrzej1-6/+6
2013-04-22WindowMenu: Use a default size of the arrow button.Andrzej1-7/+1
2013-04-22Tasklist: Use minimum/natural size hints.Andrzej1-33/+38
2013-04-22PanelWindow: check if pointer is not NULL before using it.Andrzej1-4/+10
2013-04-22PanelItembar: support for minimum/natural lengthAndrzej1-25/+41
2013-04-21Added panel class for theming.Peter de Ridder2-2/+15
2013-04-18PanelPlugin: workaround for transparency issues.Andrzej1-1/+4
2013-04-17ApplicationsMenu: button layout fixes.Andrzej1-6/+10
2013-04-17ArrowButton: better handling of minimum sizes.Andrzej1-6/+5
2013-04-17PanelImage: better handling of minimum sizes.Andrzej1-23/+17
2013-04-17Launcher: more layout fixes (with arrow button on).Andrzej1-14/+10
2013-04-17Revert "Launcher: reworked sizing mechanism."Andrzej1-64/+66
2013-04-17Revert "DirectoryMenu: implement get_preferred_width/height"Andrzej1-44/+10
2013-04-17Revert "PanelPlugin: do not rely on set_size_request in Gtk3"Andrzej1-5/+0
2013-04-17Launcher: reworked sizing mechanism.Andrzej1-66/+64
2013-04-17PanelImage: allow scaling the image down (below allocation)Andrzej1-10/+28
2013-04-17ArrowButton: sizing fixes.Andrzej1-30/+61
2013-04-16DirectoryMenu: implement get_preferred_width/heightAndrzej1-10/+44
2013-04-16PanelPlugin: do not rely on set_size_request in Gtk3Andrzej1-0/+5
2013-04-16Changed systray to use visuals.Peter de Ridder1-35/+15
2013-04-16Changed systray to use message filtering.Peter de Ridder1-20/+13
2013-04-15PanelImage: fixes to previous commit and cleanup.Andrzej1-18/+28
2013-04-15PanelImage: reworked workaround for GtkButton sizing issue.Andrzej1-0/+48
2013-04-15Revert "Workaround for PanelImage and GtkButton conflict (image size growing ...Andrzej1-2/+2
2013-04-15Workaround for PanelImage and GtkButton conflict (image size growing on click...Andrzej1-2/+2
2013-04-15PanelItembar: replaced size_request function with get_preferred_lengthAndrzej1-28/+12
2013-04-15Launcher: Fixed drawing coordinatesAndrzej1-2/+2
2013-04-15Clock: Fixed drawing coordinatesAndrzej3-8/+4
2013-04-15PanelImage: better support for non-square icons.Andrzej1-8/+6
2013-04-14Item-bar don't call size-request twice and fix DnD highlighting.Andrzej1-14/+38
2013-04-14panel-image: use style-update signal rather than style-set.Andrzej1-1/+42
2013-04-14Fixed drawing code in panel-image and arrow-buttonAndrzej2-19/+23
2013-04-11Loading external gtk2 panel plugins in gtk3 panel.Andrzej28-24/+71
2013-04-11Systray: Ported to Gtk3Andrzej5-208/+263
2013-04-11Pager: ported to Gtk3Andrzej2-31/+15
2013-04-11WindowMenu: ported to gtk3Andrzej1-7/+7
2013-04-11Directory menu: ported to Gtk3Andrzej1-3/+7
2013-04-11Tasklist: ported to Gtk3.Andrzej2-75/+135
2013-04-11Clock: removed a failing assertAndrzej1-1/+1
2013-04-11Launcher: fixed(?) errors introduced during porting.Andrzej1-4/+4
2013-04-11Separator: ported to GTK3Andrzej1-45/+54
2013-04-10Launcher: wrong assert test.Andrzej1-1/+1
2013-04-10Clock: Fixed keyboard and pointer grabbingAndrzej1-41/+82