summaryrefslogtreecommitdiff
path: root/eel/eel-canvas.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-30avoid redundant redeclarationsPablo Barciela1-7/+7
2019-06-15eel-canvas: cppcheck: Local variable 'allocation' shadows outer variablePablo Barciela1-1/+0
2019-04-18eel: reduce the scope of some variablesPablo Barciela1-8/+9
2019-03-06eel-canvas: Fix warning: Undefined or garbage value returned to callerPablo Barciela1-1/+1
2018-05-05avoid deprecated 'gtk_style_context_get_background_color'Pablo Barciela1-1/+8
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-100/+0
2017-04-17show correct right-click menu after making selectionmonsta1-0/+1
2017-04-13eel: Queue resizes on the canvas as elements change visibilityraveit651-1/+18
2017-01-07a11y: fix accessibility implementation for CajaIconCanvasItemAccessibleColomban Wendling1-15/+0
2016-12-31Single click navigation: keep hand cursor when opening folder...lukefromdc1-1/+3
2016-12-29fix indent and spacing a bitmonsta1-10/+10
2016-11-22move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build op...lukefromdc1-401/+4
2016-10-16support back and forward mouse buttons to navigateMartin Matuska1-0/+6
2016-10-11Fix accessible object inherritance when used with GTK 3Luke Yelavich1-3/+81
2016-07-04Gtk+-3.20 eel-canvas: use GdkSeat operationsraveit651-6/+107
2016-01-18GTK3 canvas: don't use deprecated GDK grab APIWolfgang Ulbrich1-1/+55
2016-01-15GTK3: don't use deprecated gdk_threads_{enter/leave} ()Wolfgang Ulbrich1-0/+4
2016-01-13Gtk3 eel-canvas: port to GtkStyleContextWolfgang Ulbrich1-1/+5
2015-12-24eel: remove unused functionMonsta1-36/+0
2015-06-19[GTK+3] eel: fix bad positioning of rename window in certain casesMonsta1-4/+15
2014-12-10zero-init all signals arraysMonsta1-2/+2
2013-07-23eel: depth argument is removed from gdk_window_get_geometry in GTK3Stefano Karapetsas1-0/+4
2012-12-22[all] silence warnings from GCC 4.6Jasmine Hassan1-5/+0
2012-12-22[eel] remove commented out canvas codeJasmine Hassan1-5/+0
2012-11-16[general] use new GtkScrollable interfaceJasmine Hassan1-23/+31
2012-11-16[eel-canvas] Port the eel canvas to rendering-cleanup-nextJasmine Hassan1-22/+151
2012-11-16[eel-canvas] don't use GtkObject (GTK3)Jasmine Hassan1-34/+57
2012-11-14[eel] use glib's i18n API instead of eel'sJasmine Hassan1-1/+1
2012-11-13[eel] port EelCanvas to cairo drawingJasmine Hassan1-68/+9
2012-11-02[eel] Use GdkRegion on GTK2, cairo_region_t on GTK3Jasmine Hassan1-1/+7
2012-08-12Fixed incorrect fsf addresses. Closes #28.Steve Zesch1-2/+2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+4213