summaryrefslogtreecommitdiff
path: root/panel
Commit message (Expand)AuthorAgeFilesLines
* Fix alpha-transparent background images (Bug #14850)Simon Steinbeiss2019-04-141-1/+3
* Fix compiler error -Wcast-function-type (GCC 8)Andre Miranda2019-04-142-3/+7
* external: Fix deprecated instance private data APIAlistair Buxton2018-12-221-4/+4
* Add comments indicating intentional fall throughAlistair Buxton2018-12-052-1/+6
* Add comments for using deprecated struts codeAlistair Buxton2018-12-041-1/+8
* Fix struts on the bottom and right of the screenAlistair Buxton2018-12-021-7/+6
* Add missing icon-size property to PanelItembarSimon Steinbeiss2018-11-291-0/+14
* Add icon-size property per panelSimon Steinbeiss2018-11-285-5/+268
* Remove unused variablesSimon Steinbeiss2018-11-251-1/+0
* Add "configure" button to composited infobarSimon Steinbeiss2018-11-242-1/+47
* Make compositor info in settings dialog a GtkInfoBarSimon Steinbeiss2018-11-241-99/+119
* Set minimum Gtk+3 version to 3.22Simon Steinbeiss2018-11-232-19/+11
* Fix unreadable panel items without compositing (Bug #14842)Simon Steinbeiss2018-11-232-1/+13
* Make the settings dialog more HIG compliantSimon Steinbeiss2018-11-182-480/+429
* Fix typecastingSimon Steinbeiss2018-11-091-1/+1
* Replace deprecations (X error event ignoring)Simon Steinbeiss2018-11-082-8/+9
* Re-introduce button images in panel dialogsSimon Steinbeiss2018-10-272-3/+24
* Drop instance of deprecated g_type_class_add_privateSimon Steinbeiss2018-10-231-5/+2
* Workaround for xinput2's subpixel handling (LP #1795135)Simon Steinbeiss2018-10-231-0/+4
* Ensure the orientation style classes are always appliedSimon Steinbeiss2018-10-231-2/+1
* Fix list of authors in about dialogSimon Steinbeiss2018-10-182-24/+57
* Add orientation-related style classes for improved themingSimon Steinbeiss2018-10-013-1/+29
* Add support for xfce4-panel-profilesSimon Steinbeiss2018-07-151-11/+17
* Fix default size of new panels (Bug #14417)Tony Paulic2018-07-051-0/+1
* Make more former GtkStock strings translatable (Bug #14379)Andre Miranda2018-05-061-2/+2
* panel-base-window: fix mixed declaration warningJason Zaman2018-05-041-1/+1
* panel-application: fix deprecated GdkScreenJason Zaman2018-05-041-1/+1
* panel-plugin-external: fix deprecated GdkScreen and GdkColorJason Zaman2018-05-042-7/+6
* panel-preferences-dialog: port to GdkDisplay and GdkMonitorJason Zaman2018-05-041-42/+8
* panel-window: There is only one GdkScreen per GdkDisplay, remove extrasJason Zaman2018-05-041-95/+38
* panel-window: set struts with monitor scalingJason Zaman2018-05-041-12/+20
* panel-window: gdk_device_grab port to gdk_seat_grabJason Zaman2018-05-041-9/+8
* panel-window: add GdkDisplay and port over depreciated GdkScreenJason Zaman2018-05-041-21/+38
* Make double-click add plugin in the "Add item" dialog (Bug #9784)Simon Steinbeiss2018-05-011-0/+18
* Make a couple of strings translatable (Bug #14338)Andre Miranda2018-04-182-4/+4
* Get the actual widget state flags to avoid constant redraws (Bug #14307)Viktor Semykin2018-03-281-1/+1
* Move "Separator" to the top of the "Add New Items..." menu (Bug #14086)Simon Steinbeiss2018-01-032-2/+15
* Use 'gdk_screen_is_composited' with Gtk3 (Bug #14128)Olivier Duchateau2018-01-031-0/+11
* Fix various warnings with Gtk3 (Bug #14135)Olivier Duchateau2018-01-021-6/+10
* Fix missing icons with Adwaita icon theme (Bug #14133)Olivier Duchateau2018-01-021-8/+8
* Make "Automatic" the default selection in the panel config dialogChristian Hesse2017-10-291-7/+8
* Fix a few spelling mistakesUnit 1932017-09-131-1/+1
* Pass socket id to D-Bus service to embed settings window (Bug #13854)Viktor Odintsev2017-09-137-18/+14
* Prevent panel crash on unsupported GValues in PluginEventsAli Abdallah2017-07-201-0/+3
* Fix default settings xml of panel-2Simon Steinbeiss2017-07-201-1/+1
* Support for basic gtype to gvariant conversion in wrapper_gvalue_prop_to_gvar...Ali Abdallah2017-07-171-0/+9
* Fix remote_event for both internal and external pluginsAli Abdallah2017-07-032-3/+4
* Fix GVariant handling in the external wrapperAli Abdallah2017-07-031-5/+4
* Only load panel when we acquire bus nameAli Abdallah2017-07-031-11/+26
* Fix RemoteEvent signal on both panel and wrapper sideAli Abdallah2017-07-031-4/+3