summaryrefslogtreecommitdiff
path: root/eel
AgeCommit message (Expand)AuthorFilesLines
2016-01-13GTK3 editable-label: chain up in style_updated()Wolfgang Ulbrich1-0/+4
2016-01-13GTK3 editable-label: fix some drawing regressionsWolfgang Ulbrich1-219/+10
2016-01-13GTK3 editable-label: use gtk_style_context_get() to query standard propsWolfgang Ulbrich1-4/+7
2016-01-13GTK3 editable-label: copy-paste code from GTK+ to sync drawing with GtkLabelWolfgang Ulbrich1-3/+220
2016-01-13Gtk3 eel-gtk-extensions: do not use gtk_widget_modify_fontWolfgang Ulbrich1-1/+5
2016-01-13GTK3 eel-gdk-extensions: port to GtkStyleContextWolfgang Ulbrich2-17/+42
2016-01-13GTK3 eel-gdk-pixbuf: use GdkRGBA everywhereWolfgang Ulbrich4-0/+42
2016-01-13GTK3 editable-label: port to GtkStyleContextWolfgang Ulbrich1-24/+152
2016-01-13Gtk3 eel-canvas: port to GtkStyleContextWolfgang Ulbrich1-1/+5
2016-01-13GTK3 eel-canvas-rect: use RGBA colors onlyWolfgang Ulbrich2-0/+88
2016-01-13GTK3 eel-gdk-extensions: add eel_make_color_inactive() to public APIWolfgang Ulbrich2-0/+35
2015-12-24eel: remove unused functionMonsta2-43/+0
2015-12-21Typo fix in code and g_param_spec: homogenous -> homogeneous.Mike Gabriel2-4/+4
2015-10-19GTK3: do not use deprecated gtk_misc_set_alignmentraveit652-0/+14
2015-10-19GTK3: Replace gtk_{v,h}box new with gtk_box_newraveit651-0/+4
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