Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-16 | Revert "Add back Glib 2.32 support" | infirit | 1 | -4/+0 | |
This reverts commit 7389d3e9dd5390b3d4e1dabbe6dd763a8dc1a0d7. | |||||
2014-12-16 | Add back Glib 2.32 support | infirit | 1 | -0/+4 | |
2014-12-12 | clock: use GNetworkMonitor | infirit | 1 | -141/+25 | |
Taken from gnome-panel commit: 04e6ef4dbc6a1fdc720b750fdf87a7f43a8a2df6 From: Alberts Muktupāvels <[email protected]> | |||||
2014-11-24 | zero-initialize all signals arrays | Monsta | 4 | -6/+6 | |
2014-11-23 | don't leak memory | Monsta | 2 | -1/+2 | |
2014-11-23 | Gtk3: panel, clock: Synchronize calculate_minimum_height() code | infirit | 1 | -2/+2 | |
Also change the panel version to use the padding instead of the border. We're interested in the padding here. I believe. Taken from gnome-panel commit: 0b5d9e57451dff3a25b3fbcc8dec671cac469cb From: Vincent Untz <[email protected]> | |||||
2014-11-23 | Gtk3: clock: Port to GtkStyleContext | infirit | 1 | -8/+59 | |
Based on gnome-panel commit: c28ed51852a629884ce9ad8acc7924680c35854c From: Germán Póo-Caamaño <[email protected]> | |||||
2014-11-23 | GDK_KEY_* is also in Gtk+2.24 | infirit | 1 | -9/+6 | |
2014-11-23 | Gtk3: window-menu: Don't change selector style since it's already changed by ↵ | infirit | 1 | -25/+0 | |
libwnck Based on gnome-panel commit: 60cb9c798ed25868c1c07b73fa08aabbb5892d2c From: Carlos Garcia Campos <[email protected]> | |||||
2014-11-23 | showdesktop: Fix the size of the icon | infirit | 1 | -2/+2 | |
Based on gnome-panel commit: 6dae521ff187dcb2da1969ad017cf5b9e1bcb8f2 From: Carlos Garcia Campos <[email protected]> | |||||
2014-11-23 | Gtk3: clock-map: Port to GtkStyleContext | infirit | 1 | -3/+9 | |
Based on gnome-panel commit: 40391453286cce55039932d6dc3f741bb74e385f From: Germán Póo-Caamaño <[email protected]> | |||||
2014-11-23 | clock: Check allocated size before creating the shadow pixbuf | infirit | 1 | -1/+2 | |
Based on gnome-panel commit: d98b58770dec2f1434cb0acce487e85514ca9bb0 From: Carlos Garcia Campos <[email protected]> | |||||
2014-11-23 | Gtk3: showdesktop: Port gtk_widget_get_style to GtkStyleContext | infirit | 1 | -0/+27 | |
Based on gnome-panel commit: d27ef4de9ba872e5afc5e60430c7a16549158f61 From: Germán Póo-Caamaño <[email protected]> | |||||
2014-11-23 | Gtk3: Silence GtkBox deprecation warnings | infirit | 4 | -0/+21 | |
2014-11-23 | Gtk3: clock: Port gtk_rc_parse_string to GtkCssProvider | infirit | 1 | -0/+15 | |
Based on gnome-panel commit: 71c3290e3895b71be6bce0e909c4b414bd190b5e From: Germán Póo-Caamaño <[email protected]> | |||||
2014-11-23 | Gtk3: showdesktop: Port to GtkStyleContext | infirit | 1 | -0/+17 | |
Based on gnome-panel commit: fb1fa7ef2087b68fc7e7a01050e4c6747e8771e8 From: Carlos Garcia Campos <[email protected]> | |||||
2014-11-23 | Gtk3: window-menu: Use gtk_render_focus() instead of gtk_paint_focus() | infirit | 1 | -14/+31 | |
Based on gnome-panel commit: eab5174e71e705331c53482b7eecb56c1dc3ef6c From: Carlos Garcia Campos <[email protected]> | |||||
2014-11-23 | Gtk3: notification_area: Port to GtkStyleContext | infirit | 1 | -0/+17 | |
Based on gnome-panel commit: 6d390be628ce8fccbfee5c5cca4e240fa391cdda From: Carlos Garcia Campos <[email protected]> | |||||
2014-11-23 | Gtk3: GtkBox is not abstract anymore. | infirit | 1 | -2/+5 | |
Based on gnome-panel commits, na-tray: Remove unneeded type NaBox: 9313543ecf3f8de10cb14977cd2eccd17e654968 From: Carlos Garcia Campos <[email protected]> na: Move creating of GtkBox for NaTray: 777b913142e61378e60c217c7c609e181202704c From: Vincent Untz <[email protected]> | |||||
2014-11-22 | Gtk3: Sync get_preferred_width/height() usage with gnome-panel | infirit | 2 | -40/+87 | |
Even tough it works it makes taking code (eg StyleContext) from gnome-panel much easier. Also fixes a bug where applets are not drawn when moved/added. | |||||
2014-11-22 | Gtk3: Remove frame of window-menu applet | infirit | 1 | -0/+41 | |
Based on gnome-panel commit: 1f086d72760569bc466de082e99a55a82ac06014 From: Carlos Garcia Campos <[email protected]> | |||||
2014-11-22 | Gtk3: window-list Don't use deprecated size-allocate signal | infirit | 1 | -4/+4 | |
Take an additional change from gnome-panel that was not in MATE commit: 77a45f0abf8d0db41bb4b99e08dfbdd968cb6be8 From: Carlos Garcia Campos <[email protected]> | |||||
2014-11-22 | na: Fix handling of SYSTEM_TRAY_CANCEL_MESSAGE | infirit | 1 | -5/+10 | |
We were not looking at the right field for the message ID: the ID is in the 4th field for BEGIN_MESSAGE, but 2nd field for CANCEL_MESSAGE. Taken from gnome-panel commit: 8ff843458425d525b10fc5d9b7bb357248c637c8 From: Vincent Untz <[email protected]> | |||||
2014-11-22 | clock: Use lists instead of arrays | Monsta | 1 | -19/+7 | |
Closes https://github.com/mate-desktop/mate-panel/pull/258 | |||||
2014-10-03 | Update Marco WM name as per Marco commit | Nathan Torchia | 1 | -1/+1 | |
Closes https://github.com/mate-desktop/mate-panel/pull/240 cbf24f5d78719b930fc0cd6c0c80e00e9d62c95a | |||||
2014-06-25 | Restore way to close windows with middle click | Stefano Karapetsas | 1 | -1/+2 | |
It was forgot during transition to libwnck Closes https://github.com/mate-desktop/mate-panel/issues/191 | |||||
2014-06-25 | Merge pull request #212 from rilian-la-te/fix_expand | Stefano Karapetsas | 1 | -0/+4 | |
Fix expand | |||||
2014-06-20 | Fix RGBA issues for GTK3 | Konstantin Pugin | 1 | -0/+2 | |
2014-06-20 | Fix expanded panels and size allocation | Konstantin Pugin | 1 | -0/+4 | |
2014-05-18 | clock: Dont use deprecated rsvg_pixbuf_from_file_at_size | Stefano Karapetsas | 3 | -9/+209 | |
This required to copy some code from GTK3 source to make it working with GTK2 too Thanks to Sander Sweers for the help to replace rsvg_pixbuf_from_file_at_size | |||||
2014-05-17 | Remove/comment unused variables | infirit | 1 | -2/+2 | |
2014-05-17 | Use gtk_combo_box_text_new for gtk+2 | infirit | 1 | -6/+0 | |
It was introduced in gtk+-2.24 | |||||
2014-05-16 | Drop support for glib < 2.36 | infirit | 1 | -4/+0 | |
2014-05-16 | Remove all calls gtk_dialog_set_has_separator | infirit | 1 | -4/+0 | |
2014-05-16 | Use gtk_list_store_insert_with_values also for gtk2 | infirit | 1 | -12/+0 | |
It was introduced in gtk+-2.6. | |||||
2014-05-16 | Use gdk_window_get_width also for gtk2 | infirit | 1 | -4/+0 | |
It was introduced in gtk+-2.24 | |||||
2014-05-16 | Use GDK_WINDOW_XID for gtk+2 and gtk+3 | infirit | 2 | -12/+3 | |
It was introduced in gdk2 already so clean up the code. | |||||
2014-04-28 | Remove autogenerated files | Stefano Karapetsas | 2 | -203/+0 | |
2014-04-26 | Use about dialog from libmate-desktop | Stefano Karapetsas | 7 | -7/+18 | |
2014-02-21 | transient_parent_xid is not used | Denis Gorodnichev | 4 | -25/+1 | |
transient_parent_xid is not used but can cause problem: applet widget have not window until realized | |||||
2014-02-12 | notification_area: Some GTK improvements | Stefano Karapetsas | 2 | -3/+1 | |
2014-02-09 | help: Avoid file collision with gnome-panel | infirit | 9 | -14/+14 | |
Also correct help uri for applets. | |||||
2014-01-23 | clock: Do not try to get width/height of non-existing GdkPixbuf | Stefano Karapetsas | 1 | -4/+4 | |
https://git.gnome.org/browse/gnome-panel/commit/applets/clock?id=4729df0cda021c27b76be072023dbee082e49e47 | |||||
2014-01-23 | Use gtk_widget_get_preferred_size with GTK3 | Stefano Karapetsas | 2 | -0/+8 | |
2014-01-18 | notification_area: Fix visibility with GTK3 | Stefano Karapetsas | 1 | -0/+3 | |
2013-12-01 | Remove has_separator property from ui files | Stefano Karapetsas | 4 | -6/+0 | |
2013-11-29 | Merge pull request #145 from infirit/master | Stefano Karapetsas | 2 | -4/+16 | |
Check if WNCK_CHECK_VERSION is defined | |||||
2013-11-28 | Check if WNCK_CHECK_VERSION is defined | infirit | 2 | -0/+12 | |
2013-11-28 | Revert "Fixed the WNCK_CHECK_VERSION calls to only be used when GTK is version" | infirit | 2 | -8/+1 | |
This reverts commit 428e32cd0f3f2df0cbd4e859304f0935a11612bc. | |||||
2013-11-28 | Revert "Correct wnck/gtk3 check." | infirit | 2 | -5/+12 | |
This reverts commit a2b1af54a24b93766f5e2ed4a216637dc510ec47. |