summaryrefslogtreecommitdiff
path: root/eel
AgeCommit message (Expand)AuthorFilesLines
2015-07-09Use accessor functions instead of direct accessinfirit1-5/+0
2015-06-19[GTK+3] eel: fix bad positioning of rename window in certain casesMonsta1-4/+15
2015-06-18editable-label GTk3: only clear the selection if we change to insensitiveraveit651-1/+3
2015-01-13drop support for GLib < 2.36Monsta2-6/+0
2015-01-12use mate_gdk_spawn_command_line_on_screen like other MATE apps doMonsta1-18/+2
2014-12-10zero-init all signals arraysMonsta2-3/+3
2014-12-10NULL-init a pointer for g_assert to work correctlymonsta1-1/+1
2014-12-10eel: fix logic a bitMonsta1-4/+6
2014-03-22fix missing guchar argument in eel-gdk-pixbuf-extensions.craveit651-2/+2
2014-03-22fix g_atomic_int_exchange_and_add deprecationsraveit651-0/+4
2014-03-22fix a wrong guint argumentraveit651-1/+1
2014-01-14Use memmove with latest glib (>= 2.39)Stefano Karapetsas1-0/+5
2013-11-30Fix assertion failture on max_child_sizeBalló György1-0/+3
2013-10-06Properly free GHashTable in properties windowStefano Karapetsas2-0/+34
2013-07-25eel: Add GDK3 supportStefano Karapetsas1-0/+17
2013-07-24eel: Add GTK3 supportStefano Karapetsas8-7/+185
2013-07-24eel: Disable unused function in GTK3Stefano Karapetsas2-0/+5
2013-07-24Update for mate-desktop changesStefano Karapetsas3-3/+3
2013-07-23eel: depth argument is removed from gdk_window_get_geometry in GTK3Stefano Karapetsas1-0/+4
2013-07-23Fix typoStefano Karapetsas1-1/+1
2013-07-18INCLUDES to AM_CPPFLAGSWolfgang Ulbrich1-1/+1
2013-06-29Fixes for make distStefano Karapetsas1-0/+1
2013-04-05Fix vpath buildYaakov Selkowitz1-0/+1
2013-02-24Dont corrupt the default background colorStefano Karapetsas1-30/+31
2012-12-22[general] Don't use deprecated gdk_drawable_get_size at allJasmine Hassan1-13/+0
2012-12-22[all] silence warnings from GCC 4.6Jasmine Hassan2-25/+0
2012-12-22[eel] Use future-safe GDK_WINDOW_XDISPLAY macro to query X displayJasmine Hassan1-1/+1
2012-12-22[eel] remove commented out canvas codeJasmine Hassan1-5/+0
2012-12-03[eel-background] remove debug messages prev added to screen_size_changedJasmine Hassan1-17/+0
2012-12-03[eel-background] Make the desktop background fading effect optionalJasmine Hassan1-0/+8
2012-12-03[eel-background] refactor to untangle directory & desktop bg-setting codeJasmine Hassan3-805/+721
2012-12-03[eel-background] make sure screen size actually changed before emmitting signalJasmine Hassan1-1/+26
2012-11-23[all] include src/glibcompat.h & use g_list_free_full() where neededJasmine Hassan1-10/+7
2012-11-22[eel-background] missed g_strdup in previous commit 3ba2c5e4Jasmine Hassan1-1/+1
2012-11-21[eel-background] use GtkStyle's bg color when no custom one is setJasmine Hassan1-5/+17
2012-11-21[background-box] use expose-event for GTK2, draw for GTK3Jasmine Hassan1-12/+22
2012-11-20[eel-background] fix minor _expose regression from b5f9a6c8Jasmine Hassan1-1/+1
2012-11-19[eel-background] drawable deprecations (GTK2), rendering-cleanup (GTK3)Jasmine Hassan2-198/+162
2012-11-16[eel] remove eel_gdk_pixbuf_list_ref()Jasmine Hassan2-16/+0
2012-11-16[eel] remove unused eel_get_filename_charset()Jasmine Hassan2-101/+0
2012-11-16[eel] remove eel_gtk_widget_set_shown()Jasmine Hassan2-25/+0
2012-11-16[all] use g_list_free() and g_strcmp0 instead of eel functionsJasmine Hassan4-115/+10
2012-11-16[editable-label] don't use deprecated size_request vfuncJasmine Hassan1-1/+41
2012-11-16[general] use new GtkScrollable interfaceJasmine Hassan1-23/+31
2012-11-16[editable-label] fix cairo drawing regressionsJasmine Hassan1-14/+21
2012-11-16[build] fix distcheckJasmine Hassan1-0/+1
2012-11-16[eel] Port EelEditableLabel to rendering-cleanup-nextJasmine Hassan1-13/+69
2012-11-16[editable-label] use gtk_widget_get_preferred_size() for GTK3Jasmine Hassan1-1/+5
2012-11-16[eel-canvas] Port the eel canvas to rendering-cleanup-nextJasmine Hassan3-26/+193
2012-11-16[eel-gdk-extensions] Add eel_cairo_draw_layout_with_drop_shadow for GTK3Jasmine Hassan2-6/+25