Age | Commit message (Expand) | Author | Files | Lines |
2016-01-13 | GTK3 eel-gdk-pixbuf: use GdkRGBA everywhere | Wolfgang Ulbrich | 4 | -0/+42 |
2016-01-13 | GTK3 editable-label: port to GtkStyleContext | Wolfgang Ulbrich | 1 | -24/+152 |
2016-01-13 | Gtk3 eel-canvas: port to GtkStyleContext | Wolfgang Ulbrich | 1 | -1/+5 |
2016-01-13 | GTK3 eel-canvas-rect: use RGBA colors only | Wolfgang Ulbrich | 2 | -0/+88 |
2016-01-13 | GTK3 eel-gdk-extensions: add eel_make_color_inactive() to public API | Wolfgang Ulbrich | 2 | -0/+35 |
2015-12-24 | eel: remove unused function | Monsta | 2 | -43/+0 |
2015-12-21 | Typo fix in code and g_param_spec: homogenous -> homogeneous. | Mike Gabriel | 2 | -4/+4 |
2015-10-19 | GTK3: do not use deprecated gtk_misc_set_alignment | raveit65 | 2 | -0/+14 |
2015-10-19 | GTK3: Replace gtk_{v,h}box new with gtk_box_new | raveit65 | 1 | -0/+4 |
2015-07-09 | Use accessor functions instead of direct access | infirit | 1 | -5/+0 |
2015-06-19 | [GTK+3] eel: fix bad positioning of rename window in certain cases | Monsta | 1 | -4/+15 |
2015-06-18 | editable-label GTk3: only clear the selection if we change to insensitive | raveit65 | 1 | -1/+3 |
2015-01-13 | drop support for GLib < 2.36 | Monsta | 2 | -6/+0 |
2015-01-12 | use mate_gdk_spawn_command_line_on_screen like other MATE apps do | Monsta | 1 | -18/+2 |
2014-12-10 | zero-init all signals arrays | Monsta | 2 | -3/+3 |
2014-12-10 | NULL-init a pointer for g_assert to work correctly | monsta | 1 | -1/+1 |
2014-12-10 | eel: fix logic a bit | Monsta | 1 | -4/+6 |
2014-03-22 | fix missing guchar argument in eel-gdk-pixbuf-extensions.c | raveit65 | 1 | -2/+2 |
2014-03-22 | fix g_atomic_int_exchange_and_add deprecations | raveit65 | 1 | -0/+4 |
2014-03-22 | fix a wrong guint argument | raveit65 | 1 | -1/+1 |
2014-01-14 | Use memmove with latest glib (>= 2.39) | Stefano Karapetsas | 1 | -0/+5 |
2013-11-30 | Fix assertion failture on max_child_size | Balló György | 1 | -0/+3 |
2013-10-06 | Properly free GHashTable in properties window | Stefano Karapetsas | 2 | -0/+34 |
2013-07-25 | eel: Add GDK3 support | Stefano Karapetsas | 1 | -0/+17 |
2013-07-24 | eel: Add GTK3 support | Stefano Karapetsas | 8 | -7/+185 |
2013-07-24 | eel: Disable unused function in GTK3 | Stefano Karapetsas | 2 | -0/+5 |
2013-07-24 | Update for mate-desktop changes | Stefano Karapetsas | 3 | -3/+3 |
2013-07-23 | eel: depth argument is removed from gdk_window_get_geometry in GTK3 | Stefano Karapetsas | 1 | -0/+4 |
2013-07-23 | Fix typo | Stefano Karapetsas | 1 | -1/+1 |
2013-07-18 | INCLUDES to AM_CPPFLAGS | Wolfgang Ulbrich | 1 | -1/+1 |
2013-06-29 | Fixes for make dist | Stefano Karapetsas | 1 | -0/+1 |
2013-04-05 | Fix vpath build | Yaakov Selkowitz | 1 | -0/+1 |
2013-02-24 | Dont corrupt the default background color | Stefano Karapetsas | 1 | -30/+31 |
2012-12-22 | [general] Don't use deprecated gdk_drawable_get_size at all | Jasmine Hassan | 1 | -13/+0 |
2012-12-22 | [all] silence warnings from GCC 4.6 | Jasmine Hassan | 2 | -25/+0 |
2012-12-22 | [eel] Use future-safe GDK_WINDOW_XDISPLAY macro to query X display | Jasmine Hassan | 1 | -1/+1 |
2012-12-22 | [eel] remove commented out canvas code | Jasmine Hassan | 1 | -5/+0 |
2012-12-03 | [eel-background] remove debug messages prev added to screen_size_changed | Jasmine Hassan | 1 | -17/+0 |
2012-12-03 | [eel-background] Make the desktop background fading effect optional | Jasmine Hassan | 1 | -0/+8 |
2012-12-03 | [eel-background] refactor to untangle directory & desktop bg-setting code | Jasmine Hassan | 3 | -805/+721 |
2012-12-03 | [eel-background] make sure screen size actually changed before emmitting signal | Jasmine Hassan | 1 | -1/+26 |
2012-11-23 | [all] include src/glibcompat.h & use g_list_free_full() where needed | Jasmine Hassan | 1 | -10/+7 |
2012-11-22 | [eel-background] missed g_strdup in previous commit 3ba2c5e4 | Jasmine Hassan | 1 | -1/+1 |
2012-11-21 | [eel-background] use GtkStyle's bg color when no custom one is set | Jasmine Hassan | 1 | -5/+17 |
2012-11-21 | [background-box] use expose-event for GTK2, draw for GTK3 | Jasmine Hassan | 1 | -12/+22 |
2012-11-20 | [eel-background] fix minor _expose regression from b5f9a6c8 | Jasmine Hassan | 1 | -1/+1 |
2012-11-19 | [eel-background] drawable deprecations (GTK2), rendering-cleanup (GTK3) | Jasmine Hassan | 2 | -198/+162 |
2012-11-16 | [eel] remove eel_gdk_pixbuf_list_ref() | Jasmine Hassan | 2 | -16/+0 |
2012-11-16 | [eel] remove unused eel_get_filename_charset() | Jasmine Hassan | 2 | -101/+0 |
2012-11-16 | [eel] remove eel_gtk_widget_set_shown() | Jasmine Hassan | 2 | -25/+0 |