summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-icon-canvas-item.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-09Fix implicit conversion changes signedness: 'gboolean' to 'guint'rbuj1-13/+13
2021-11-20Remove whitespaces before #define, #if, and #endifrbuj1-10/+10
2021-11-20Use a blank line at mostrbuj1-12/+0
2019-11-22canvas-item: Don't hyphenate filenamesraveit651-0/+22
2019-06-30desktop: Always draw the items label frameColomban Wendling1-12/+16
2019-06-18Remove trailing whitespacesrbuj1-3/+3
2019-05-06libcaja-private: reduce the scope of some variablesPablo Barciela1-17/+28
2019-04-12local #include files who are libraries inside <> instead ""Pablo Barciela1-8/+8
2019-04-12eel: remove eel_g_object_list_refrbuj1-1/+1
2019-04-10local #include files inside "" instead <>Pablo Barciela1-14/+14
2019-04-10caja-icon-canvas-item: avoid 'cppcheck' warningPablo Barciela1-14/+13
2019-04-08caja-icon-canvas-item: initialize variable 'scale'Pablo Barciela1-1/+1
2019-03-07avoid variables set but not usedPablo Barciela1-2/+0
2019-01-31Avoid deprecated g_type_class_add_private under libcaja-privateWu Xiaotian1-20/+18
2018-05-05avoid deprecated 'gtk_style_context_get_background_color'Pablo Barciela1-2/+10
2018-04-24Emit accessible-name-change signal for icons only when icons are renamedJoanmarie Diggs1-1/+0
2018-04-06Fix warnings from HiDPI commitslukefromdc1-1/+1
2018-04-04HiDPI: Convert Pixbufs to Cairo SurfacesVictor Kareh1-3/+1
2018-04-04Support HiDpi iconsCosimo Cecchi1-67/+83
2018-04-04canvas-item: use gtk_render_icon_surface for the DnD surfaceCosimo Cecchi1-3/+8
2017-04-18use atk_component_get_extents instead of atk_component_get_positionmonsta1-2/+2
2017-04-13IconCanvasItem: fix overlapping filenames on hoverraveit651-1/+0
2017-01-27Use ATK_STATE_SELECTED and ATK_STATE_FOCUSED appropriately for highlight prop...Luke Yelavich1-9/+7
2017-01-07a11y: fix accessibility implementation for CajaIconCanvasItemAccessibleColomban Wendling1-3/+3
2016-12-31Fix cursor on single-click navigation mode.Franco Tortoriello1-2/+15
2016-12-14Add a separator when concatenating strings in icon text accessibleColomban Wendling1-0/+2
2016-11-22move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build op...lukefromdc1-561/+7
2016-08-22drop a large amount of completely unused codemonsta1-1/+0
2016-01-15GTK3 general: don't use gdk_cursor_unref()Wolfgang Ulbrich1-0/+4
2016-01-15GTK3 icon-canvas-item: add a missing gtk_style_context_restore()Wolfgang Ulbrich1-0/+2
2016-01-13GTK3 icon-canvas-item: don't override parent container style flagsWolfgang Ulbrich1-17/+10
2016-01-13GTK3 icon-canvas-item: don't draw pango layouts when renamingWolfgang Ulbrich1-2/+4
2016-01-13GTK3 icon-canvas-item: render the additional text with gtk_render_layout()Wolfgang Ulbrich1-4/+31
2016-01-13GTK3 icon-canvas-item: use gtk_render_* methods instead of direct cairoWolfgang Ulbrich1-142/+243
2016-01-13GTK3 icon-canvas-item: make the icon frame transparent when not prelitWolfgang Ulbrich1-10/+5
2016-01-13GTK3 icon-canvas-item: remove an useless snippet of drawing codeWolfgang Ulbrich1-11/+1
2016-01-13GTK3 icon-canvas-item: use eel_create_spotlight_pixbuf()Wolfgang Ulbrich1-6/+7
2016-01-13GTK3 icon-container: remove useless theming propertiesWolfgang Ulbrich1-4/+12
2016-01-13GTK3 icon-canvas-item: set the right style classWolfgang Ulbrich1-1/+15
2016-01-13GTK3 icon-container: fix rendering of text on the desktopWolfgang Ulbrich1-1/+1
2016-01-13GTK3 icon-canvas-item: port to GtkStyleContextWolfgang Ulbrich1-16/+74
2015-01-13drop support for GLib < 2.36Monsta1-2/+0
2014-03-09icon-canvas-item: attempt to fix up a11y for CajaIconCanvasItemStefano Karapetsas1-333/+273
2012-12-22[all] silence warnings from GCC 4.6Jasmine Hassan1-14/+1
2012-11-23[all] include src/glibcompat.h & use g_list_free_full() where neededJasmine Hassan1-4/+4
2012-11-20[lc-p] revise rendering-cleanup commit 2a4433a562Jasmine Hassan1-7/+9
2012-11-16[eel] remove eel_gdk_pixbuf_list_ref()Jasmine Hassan1-2/+1
2012-11-16[all] use g_list_free() and g_strcmp0 instead of eel functionsJasmine Hassan1-4/+6
2012-11-16[icon-canvas-item] use cairo directly instead of gdk_pixbuf_composite()Jasmine Hassan1-18/+27
2012-11-16[icon-canvas-item] set transparent background for highlightJasmine Hassan1-2/+1