summaryrefslogtreecommitdiff
path: root/mate-panel
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-22Fix implicit declaration of function of gdk_x11_set_sm_client_idinfirit1-2/+0
2014-11-22Gtk3: Fix use of pending deprecated gdk_pointer_grab()/_ungrab()infirit1-2/+31
2014-11-22Gtk3: Fix use of deprecated gdk_pointer_grab()/_ungrab()infirit4-10/+105
2014-11-22Small white-space fixinfirit1-2/+2
2014-11-22Gtk3: Fix use of deprecated gdk_display_get_pointer()infirit1-0/+12
2014-11-22Gtk3: Replaced gdk_cursor_unref() by g_object_unref()infirit5-0/+20
2014-11-22panel-addto: Remove the vbox as it is redundant.infirit1-21/+0
2014-11-22button-widget: small white-space cleanupinfirit1-4/+4
2014-11-22panel-menu-botton: small white-space fixinfirit1-1/+1
2014-11-22gdk_x11_window_lookup_for_display was added in Gtk+2.24infirit1-7/+0
2014-11-20Fix logic a bit - avoid dereferencing NULL pointermonsta1-1/+1
2014-11-18fix crash if icon name is NULLDenis Gorodnichev1-0/+5
2014-11-18use gtk icon(pixmap) cache insteadof custom oneDenis Gorodnichev8-666/+121
2014-11-04lockdown: move disable-lock-down key to lockdown schemainfirit2-3/+3
2014-10-16Fix memory leakDenis Gorodnichev1-0/+1
2014-10-14Update visibility of menu bar on loadStefano Karapetsas1-0/+1
2014-10-13Places menu: don't rely on Caja desktop filesBalló György2-19/+46
2014-10-13Fix segfault: gtk_get_current_event can return nullDenis Gorodnichev1-2/+5
2014-10-03Do not assume that session manager GSettings schema is availableBalló György1-5/+8
2014-10-02Use Caja GSettings schema optionallyBalló György1-4/+9
2014-09-22Add copyright about MATE developers on about windowStefano Karapetsas1-1/+2
2014-06-26Use MateColorButton in panel properties dialogStefano Karapetsas2-11/+13
2014-06-25Restore way to close windows with middle clickStefano Karapetsas1-1/+2
2014-06-25Merge pull request #212 from rilian-la-te/fix_expandStefano Karapetsas3-40/+108
2014-06-25Merge pull request #211 from rilian-la-te/remove_opacity_key_gtk3Stefano Karapetsas2-6/+24