summaryrefslogtreecommitdiff
path: root/mate-panel
AgeCommit message (Expand)AuthorFilesLines
2015-08-26use G_BEGIN_DECLS & G_END_DECLSyetist2-12/+4
2015-08-26Gtk3: gdk_display_get_n_screens() always return 1 from 3.10yetist1-0/+4
2015-08-26Gtk3: Don't use deprecated gdk_app_launch_context_newyetist1-0/+5
2015-08-26Always use gtk_container_remove/gtk_container_addinfirit1-4/+1
2015-08-26Gtk3: Don't use deprecated gtk_widget_reparentyetist1-0/+5
2015-08-26Gtk3: Don't use deprecated gdk_cursor_newyetist2-5/+4
2015-08-26Gtk3: Don't use deprecated gtk_widget_render_icon_pixbufyetist1-9/+5
2015-08-26Gtk3: Don't use deprecated gdk_window_get_pointeryetist2-0/+16
2015-08-26Gtk3: Don't use deprecated gtk_widget_get_pointeryetist1-0/+24
2015-08-23drop xrandr 1.2 compatibility (it's ancient)Monsta1-64/+31
2015-08-06Gtk3: Set push_in to FALSEinfirit1-0/+4
2015-08-02UI GTK3: use a size request for scrolled window in panel-run dialograveit651-0/+1
2015-07-14Replace GtkObject with GObject also for Gtk+ 2infirit6-79/+2
2015-07-14Drop gdkkeysyms-compat usage in Gtk+3infirit6-109/+97
2015-07-14Remove unused variableinfirit1-3/+0
2015-07-01drawer: now opens fine after adding any applets and restarting sessionMonsta1-0/+3
2015-06-29Merge pull request #318 from City-busz/fix-force-quitmonsta1-7/+27
2015-06-29Fix Force-Quit panel appletBalló György1-7/+27
2015-06-28replace panel_xutils_set_window_type with gtk_window_set_type_hintJavier3-59/+1
2015-05-25Merge pull request #289 from rilian-la-te/simplify_imagemonsta2-74/+3
2015-05-21GTK3: fix typo in gtk_style_context mate-custom-panel-backgroundraveit651-2/+2
2015-04-09Cancel background settings upon MatePanelAppletFrameDBus destruction. This is...Patrick Monnerat1-2/+1
2015-03-06Remove change_background_for_widget from GTK3 build (it is useless.)Konstantin Pugin2-74/+3
2015-01-14Set Cancel as default action when deleting a panel/drawerGilles G1-1/+1
2015-01-14use mate_gdk_spawn_command_line_on_screen alwaysMonsta2-14/+1
2014-12-07Revert "gdk_x11_window_lookup_for_display was added in Gtk+2.24"infirit1-0/+7
2014-11-24va_start should be paired with va_endmonsta1-0/+1
2014-11-24zero-initialize all signals arraysMonsta2-2/+2
2014-11-23don't leak memoryMonsta6-2/+6
2014-11-23Gtk3: panel: focus-line-width is not needed when drawing ButtonWidgetinfirit1-2/+1
2014-11-23Gtk3: panel, clock: Synchronize calculate_minimum_height() codeinfirit1-14/+16
2014-11-23panel: Add panel_run_dialog_get_combo_text() helperinfirit1-4/+14
2014-11-23Gtk3: panel: Draw the separator line where it shouldinfirit1-4/+14
2014-11-23Gtk3: panel: Explicitly check return value of cairo_surface_status()infirit1-1/+1
2014-11-23Gtk3: menu-bar: Remove duplicate code in panel_menu_bar_class_initinfirit1-16/+1
2014-11-23Gtk3: Silence GtkBox deprecation warningsinfirit4-1/+15
2014-11-23Gtk3: button-widget: Use gtk_widget_render_icon_pixbuf() instead of gtk_widge...infirit1-0/+6
2014-11-23applet: Disconnect show and deactivate menu signals before destroying the app...infirit1-1/+9
2014-11-23Gtk3: panel-toplevel: Port to GtkStyleContextinfirit1-22/+146
2014-11-23Gtk3: panel-separator: Port to GtkStyleContextinfirit1-34/+36
2014-11-23Gtk3: panel-run-dialog: Use style-updated signal instead of style-setinfirit1-0/+17
2014-11-23Gtk3: Port gdk_keyboard_grab to gdk_deviceinfirit3-7/+43
2014-11-23panel-frame: Port to GtkStyleContext and Fix padding handlinginfirit1-72/+123
2014-11-23Gtk3: panel-menu-bar: Use gtk_render_focus() instead of gtk_paint_focus()infirit1-24/+34
2014-11-22Gtk3: Sync get_preferred_width/height() usage with gnome-panelinfirit3-71/+130
2014-11-22Small white-space fixesinfirit1-4/+4
2014-11-22Gtk3: panel-action-button: Port to GtkStyleContextinfirit1-0/+9
2014-11-22Gtk3: button-widget: Port to GtkStyleContextinfirit1-47/+86
2014-11-22Gtk3: Remove border of panel menu barinfirit1-1/+16
2014-11-22Add a gtkimage with the current pixbuf to button-widgetinfirit1-0/+11