Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-11-23 | Gtk3: clock: Port to GtkStyleContext | infirit | 1 | -8/+59 |
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 |
2014-11-23 | showdesktop: Fix the size of the icon | infirit | 1 | -2/+2 |
2014-11-23 | Gtk3: clock-map: Port to GtkStyleContext | infirit | 1 | -3/+9 |
2014-11-23 | clock: Check allocated size before creating the shadow pixbuf | infirit | 1 | -1/+2 |
2014-11-23 | Gtk3: showdesktop: Port gtk_widget_get_style to GtkStyleContext | infirit | 1 | -0/+27 |
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 |
2014-11-23 | Gtk3: showdesktop: Port to GtkStyleContext | infirit | 1 | -0/+17 |
2014-11-23 | Gtk3: window-menu: Use gtk_render_focus() instead of gtk_paint_focus() | infirit | 1 | -14/+31 |
2014-11-23 | Gtk3: notification_area: Port to GtkStyleContext | infirit | 1 | -0/+17 |
2014-11-23 | Gtk3: GtkBox is not abstract anymore. | infirit | 1 | -2/+5 |
2014-11-22 | Gtk3: Sync get_preferred_width/height() usage with gnome-panel | infirit | 2 | -40/+87 |
2014-11-22 | Gtk3: Remove frame of window-menu applet | infirit | 1 | -0/+41 |
2014-11-22 | Gtk3: window-list Don't use deprecated size-allocate signal | infirit | 1 | -4/+4 |
2014-11-22 | na: Fix handling of SYSTEM_TRAY_CANCEL_MESSAGE | infirit | 1 | -5/+10 |
2014-11-22 | clock: Use lists instead of arrays | Monsta | 1 | -19/+7 |
2014-10-03 | Update Marco WM name as per Marco commit | Nathan Torchia | 1 | -1/+1 |
2014-06-25 | Restore way to close windows with middle click | Stefano Karapetsas | 1 | -1/+2 |
2014-06-25 | Merge pull request #212 from rilian-la-te/fix_expand | Stefano Karapetsas | 1 | -0/+4 |
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 |
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 |
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 |
2014-05-16 | Use gdk_window_get_width also for gtk2 | infirit | 1 | -4/+0 |
2014-05-16 | Use GDK_WINDOW_XID for gtk+2 and gtk+3 | infirit | 2 | -12/+3 |
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 |
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 |
2014-01-23 | clock: Do not try to get width/height of non-existing GdkPixbuf | Stefano Karapetsas | 1 | -4/+4 |
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 |
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 |
2013-11-28 | Revert "Correct wnck/gtk3 check." | infirit | 2 | -5/+12 |
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 |