summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-icon-container.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-16GTK+2: use eel helper again to set adjustment valuesraveit651-0/+36
2016-10-16support back and forward mouse buttons to navigateMartin Matuska1-0/+10
2016-10-11Fix accessible object inherritance when used with GTK 3Luke Yelavich1-0/+57
2016-08-04GTK3.21:fix desktop redraw (caja-icon-container.c)lukefromdc1-3/+7
2016-07-06icon-container: don't use eel helper to set adjustment valuesraveit651-15/+10
2016-07-04Gtk+-3.20 eel-canvas: use GdkSeat operationsraveit651-0/+39
2016-07-04GTK+-3.20 caja-icon-container: use GdkSeat operationsraveit651-1/+11
2016-03-17icon container: don't set label colors right after widget realizemonsta1-4/+0
2016-03-17icon container: restore original font color select logicmonsta1-1/+1
2016-01-31GTK3 desktop: add a caja-desktop style class to the desktop canvasWolfgang Ulbrich1-0/+9
2016-01-25GTK3: fix deprecated GtkMiscWolfgang Ulbrich1-0/+7
2016-01-18fix fg-color of dark themesWolfgang Ulbrich1-3/+2
2016-01-15GTK3 all: don't use deprecated GDK pointer methodsWolfgang Ulbrich1-0/+8
2016-01-15don't use deprecated gdk_cursor_new for both toolkit versionsWolfgang Ulbrich1-4/+6
2016-01-15GTK3 general: don't use gdk_cursor_unref()Wolfgang Ulbrich1-0/+4
2016-01-15GTK3: don't use deprecated gtk_widget_size_requestWolfgang Ulbrich1-4/+4
2016-01-13GTK3 icon-container: invalidate the layout cache on style-updatedWolfgang Ulbrich1-1/+1
2016-01-13GTK3 icon-container: don't chain up style-updated for the desktop containerWolfgang Ulbrich1-3/+14
2016-01-13GTK3 icon-container: use the "rubberband" style class for the selection itemWolfgang Ulbrich1-43/+78
2016-01-13GTK3 icon-container: remove unused code caching canvas item colorsWolfgang Ulbrich1-118/+15
2016-01-13GTK3 icon-container: remove unused style propertiesWolfgang Ulbrich1-44/+3
2016-01-13GTK3 icon-container: hook to style_updated instead of style_setWolfgang Ulbrich1-6/+13
2016-01-13GTK3 icon-container: fix setting the selection when renamingWolfgang Ulbrich1-1/+9
2016-01-13GTK3 icon-container: fix a couple of ACTIVE -> NORMAL typosWolfgang Ulbrich1-3/+3
2016-01-13GTK3 icon-container: remove useless theming propertiesWolfgang Ulbrich1-28/+29
2016-01-13GTK3 icon-container: plug a memory leakWolfgang Ulbrich1-1/+6
2016-01-13GTK3 icon-container: fix rendering of text on the desktopWolfgang Ulbrich1-2/+5
2016-01-13GTK3 icon-container: don't malloc() GdkRGBA colors manuallyWolfgang Ulbrich1-7/+7
2016-01-13GTK3 icon-container: fix rendering of text on the desktopWolfgang Ulbrich1-7/+7
2016-01-13GTK3 icon-container: port to GtkStyleContextWolfgang Ulbrich1-4/+230
2016-01-13GTK3 icon-container: remove spurious call to gtk_adjustment_changed()Wolfgang Ulbrich1-2/+0
2016-01-06Fix fontcolor in icon view with some light themesbl0ckeduser1-1/+2
2015-10-19GTK3: Replace gtk_{v,h}box new with gtk_box_newraveit651-0/+4
2015-07-07Merge pull request #431 from NiceandGently/mastermonsta1-1/+6
2015-06-24compact view: don't auto-scroll to the right on long filenamesMonsta1-4/+6
2015-06-21icon-container: reset the double click counter after a double clickraveit651-1/+6
2015-01-13drop support for GLib < 2.36Monsta1-2/+0
2015-01-10some optimizations in the access to listsMonsta1-29/+10
2014-12-10zero-init all signals arraysMonsta1-1/+1
2014-12-10don't leak memorymonsta1-0/+1
2014-04-28Quick fix for #105bl0ckeduser1-1/+1
2014-03-09icon-canvas-item: attempt to fix up a11y for CajaIconCanvasItemStefano Karapetsas1-1/+1
2013-07-25libcaja-private: Add GDK3 supportStefano Karapetsas1-0/+4
2013-04-10Fix drag selection going out of bounds (partial revert of 99f8b5f25192b8593ae...Brent Hull1-9/+14
2012-12-22[all] silence warnings from GCC 4.6Jasmine Hassan1-24/+5
2012-12-22[general] Use GSourceFunc instead of GtkFunctionJasmine Hassan1-1/+1
2012-12-22[icon-container] don't use eel helper to set adjustment valuesJasmine Hassan1-67/+33
2012-11-23[all] include src/glibcompat.h & use g_list_free_full() where neededJasmine Hassan1-2/+3
2012-11-20[lc-p] revise rendering-cleanup commit 2a4433a562Jasmine Hassan1-3/+1
2012-11-16[all] use g_list_free() and g_strcmp0 instead of eel functionsJasmine Hassan1-3/+4