Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2013-11-16 | GTK3: Fix compile warning by using gdk_error_trap_pop_ignored() | raveit65 | 1 | -0/+12 | |
2013-11-15 | wncklet: Fit window list size with GTK3 | Stefano Karapetsas | 1 | -0/+12 | |
2013-11-14 | Add return to gboolean function | Stefano Karapetsas | 1 | -0/+3 | |
Closes #134 https://github.com/mate-desktop/mate-panel/issues/134 | |||||
2013-11-12 | Correct wnck/gtk3 check. | infirit | 2 | -12/+5 | |
2013-11-12 | Fixed the WNCK_CHECK_VERSION calls to only be used when GTK is version | Alex Brinister | 2 | -1/+8 | |
3.0 | |||||
2013-10-26 | wncklet: Add GTK3 support | Stefano Karapetsas | 6 | -26/+113 | |
2013-10-26 | notification_area: Add GTK3 support | Stefano Karapetsas | 8 | -17/+256 | |
2013-10-26 | clock: Add GTK3 support | Stefano Karapetsas | 5 | -12/+176 | |
2013-10-26 | fish: Add GTK3 support | Stefano Karapetsas | 1 | -12/+132 | |
2013-10-07 | Merge pull request #123 from infirit/1.6 | Stefano Karapetsas | 1 | -2/+2 | |
clock-applet: set sane unit values | |||||
2013-10-07 | clock-applet: set sane unit values | infirit | 1 | -2/+2 | |
2013-07-26 | wncklet: Come back to libwnck | Stefano Karapetsas | 9 | -92/+96 | |
2013-07-12 | Use yelp-tools instead of mate-doc-utils | Stefano Karapetsas | 4 | -7/+7 | |
2013-06-30 | Fixes for make dist | Stefano Karapetsas | 3 | -6/+8 | |
2013-06-29 | Fix g_type_init deprecation | Stefano Karapetsas | 1 | -0/+2 | |
2013-04-27 | Merge pull request #98 from micolous/master | Stefano Karapetsas | 1 | -1/+1 | |
Fix for issue #73: when the difference between timezones in the clock applet is less than 1 hour, an offset is not shown | |||||
2013-04-10 | Removed unused variable. | muesli4 | 1 | -1/+0 | |
2013-04-10 | Merge remote-tracking branch 'upstream/master' | muesli4 | 1 | -0/+11 | |
2013-04-10 | Modified the function workspace_switcher_applet_fill, which now correctly ↵ | muesli4 | 1 | -1/+1 | |
loads the wrap-workspaces GSchema entry. |