Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-20 | Fix expanded panels and size allocation | Konstantin Pugin | 6 | -42/+121 | |
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 | Bump GLIB version | infirit | 1 | -1/+1 | |
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 | Use pid in g_spawn_async like gnome-panel does, fixes warning | infirit | 1 | -1/+1 | |
2014-05-16 | Use g_spawn_async also for gtk+2 | infirit | 1 | -8/+0 | |
2014-05-16 | Drop support for glib < 2.36 | infirit | 2 | -8/+0 | |
2014-05-16 | Use GDK_WINDOW_XID | infirit | 3 | -23/+2 | |
2014-05-16 | Use gdk_x11_set_sm_client_id also for gtk+2 (since 2.24) | infirit | 2 | -10/+0 | |
2014-05-16 | Drop support for gtk+ < 2.24 | infirit | 2 | -16/+0 | |
2014-05-16 | Use gdk_x11_window_lookup_for_display also in gtk+2 | infirit | 1 | -4/+0 | |
2014-05-16 | Remove all calls gtk_dialog_set_has_separator | infirit | 3 | -12/+1 | |
2014-05-16 | Use gdk_window_add_filter also for gtk+2 | infirit | 1 | -20/+0 | |
2014-05-16 | Use gtk_widget_set_size_request which is also available in gtk+2 | 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 | 2 | -7/+1 | |
It was introduced in gtk+-2.24 | |||||
2014-05-16 | Use GDK_WINDOW_XID for gtk+2 and gtk+3 | infirit | 6 | -62/+3 | |
It was introduced in gdk2 already so clean up the code. | |||||
2014-05-12 | Use better dconf path for added applets | Stefano Karapetsas | 1 | -1/+1 | |
2014-05-09 | Sync translations with transifex | mate-i18n | 1 | -3/+3 | |
2014-05-04 | gtk3: fix run application dialog | Denis Gorodnichev | 1 | -20/+2 | |
2014-04-28 | Sync translations with transifex | mate-i18n | 1 | -4/+4 | |
2014-04-28 | Remove autogenerated files | Stefano Karapetsas | 2 | -203/+0 | |
2014-04-27 | Sync translations with transifexmate-panel-1.9.0 | mate-i18n | 6 | -98/+85 | |
2014-04-26 | Use about dialog from libmate-desktop | Stefano Karapetsas | 9 | -11/+24 | |
2014-04-26 | GTK3 fix | Stefano Karapetsas | 1 | -1/+1 | |
2014-04-23 | Use common GSettings function from libmate-desktop | Stefano Karapetsas | 5 | -241/+8 | |
2014-04-21 | Use dconf functions from libmate-desktop | Stefano Karapetsas | 6 | -168/+9 | |
2014-03-22 | Bump version to 1.9.0 | Stefano Karapetsas | 2 | -1/+4 | |
2014-03-01 | Bump version to 1.8.0mate-panel-1.8.0 | Stefano Karapetsas | 2 | -2/+2 | |
2014-03-01 | Sync translations with transifex | Stefano Karapetsas | 5 | -112/+98 | |
2014-02-26 | Merge pull request #172 from dnk/rgba_visual | Stefano Karapetsas | 1 | -0/+21 | |
gtk3: rgba visual | |||||
2014-02-26 | gtk3: rgba visual | Denis Gorodnichev | 1 | -0/+21 | |
2014-02-23 | Sync translations with transifex | Stefano Karapetsas | 3 | -33/+15 | |
2014-02-22 | Merge pull request #171 from dnk/transient_parent_xid | Stefano Karapetsas | 4 | -25/+1 | |
transient_parent_xid is not used | |||||
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-21 | Merge pull request #170 from dnk/memory_leak | Stefano Karapetsas | 5 | -16/+31 | |
memory leaks | |||||
2014-02-21 | memory leaks | Denis Gorodnichev | 5 | -16/+31 | |
g_settings_get_string returns newly-allocated string | |||||
2014-02-18 | Bump version to 1.7.90mate-panel-1.7.90 | Stefano Karapetsas | 2 | -2/+2 | |
2014-02-18 | Update NEWS | Stefano Karapetsas | 1 | -3/+8 | |
2014-02-18 | Sync translations with transifex | Stefano Karapetsas | 7 | -316/+286 | |
2014-02-18 | Add some example layouts | Stefano Karapetsas | 3 | -1/+94 | |
2014-02-18 | Allow to set default layout with --layout | Stefano Karapetsas | 1 | -0/+17 | |
2014-02-18 | Allow to have multiple panel layouts | Stefano Karapetsas | 5 | -13/+26 | |
2014-02-17 | Fix mate-panel --reset | Stefano Karapetsas | 7 | -9/+27 | |
2014-02-17 | configure: Add check-news | Stefano Karapetsas | 1 | -1/+1 | |
2014-02-17 | Update manpages | hekel | 3 | -57/+126 | |
2014-02-15 | Sync translations with transifex | Stefano Karapetsas | 2 | -29/+18 | |
2014-02-12 | Fix gnome atom declaration | Stefano Karapetsas | 1 | -1/+1 | |
2014-02-12 | notification_area: Some GTK improvements | Stefano Karapetsas | 2 | -3/+1 | |