summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-icon-container.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-17Manage desktop backgrounds when running in waylandlukefromdc1-0/+13
2023-07-04ensure all of the desktop is usable in x11lukefromdc1-32/+50
2023-05-25caja-icon-container.c: Set a transient parent on the interactivelukefromdc1-9/+7
2023-05-25Initial wayland supportlukefromdc1-17/+24
2022-12-23icon view: Fix positioning overflowing icons on the desktopColomban Wendling1-14/+7
2022-11-23icon view: Refresh icon positions for manual layout on zoom change (#1676)Colomban Wendling1-10/+34
2022-07-22Fix build warning -Wbad-function-castrbuj1-2/+3
2022-02-09Fix implicit conversion changes signedness: 'gboolean' to 'guint'rbuj1-3/+3
2021-11-20Use a blank line at mostrbuj1-23/+0
2021-04-13icon view: Add a directory setting to block moving iconsColomban Wendling1-1/+16
2020-11-29caja-icon-container: warning -Wold-style-declarationrbuj1-1/+1
2020-11-11Remove unused macrosPablo Barciela1-18/+0
2020-08-28eel-editable-label: Consecutive break/return statements are unnecessaryrbuj1-2/+2
2019-11-30avoid redundant redeclarationsPablo Barciela1-8/+8
2019-05-06libcaja-private: reduce the scope of some variablesPablo Barciela1-57/+76
2019-05-04eel: remove date & time functionsrbuj1-2/+2
2019-04-12local #include files who are libraries inside <> instead ""Pablo Barciela1-11/+11
2019-04-10local #include files inside "" instead <>Pablo Barciela1-18/+19
2019-03-05caja-icon-container: Fix use of memory after it is freedPablo Barciela1-2/+2
2019-02-06Add --disable-self-check for configureWu Xiaotian1-5/+1
2018-05-20icon-container: avoid deprecated 'gtk_style_context_get_border_color'Pablo Barciela1-2/+7
2018-05-05avoid deprecated 'gtk_style_context_get_background_color'Pablo Barciela1-1/+7
2018-05-03Eliminate accessible children-changed event flood on container repopulationJoanmarie Diggs1-2/+4
2018-04-24Eliminate accessible children-changed event flood during update allJoanmarie Diggs1-0/+6
2018-04-24Emit accessible-name-change signal for icons only when icons are renamedJoanmarie Diggs1-0/+4
2018-04-04Scale screen dimensionsVictor Kareh1-6/+12
2018-04-04canvas-container: listen to scale factor to invalidate iconsLionel Landwerlin1-0/+12
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-67/+2
2017-12-16WidthOfScreen and HeightOfScreen implementationPablo Barciela1-22/+8
2017-08-25gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker1-0/+10
2017-08-12avoid deprecated gdk_screen_width/heightZenWalker1-2/+7
2017-08-12avoid deprecated gdk_screen_get_width/heightZenWalker1-6/+15
2017-04-19Expand grid width to canvasraveit651-1/+6
2017-04-13Add size_request to IconContainer to work around unncecessaryraveit651-0/+64
2017-03-13eel: Avoid deprecated gdk_window_set_background functionsAlexei Sorokin1-2/+15
2017-03-13Revert "GTK3.21:fix desktop redraw"Alexei Sorokin1-7/+0
2017-01-27Rename method to reflect its altered functionalityLuke Yelavich1-4/+4
2017-01-27Replace other instances of atk_focus_tracker_notify with appropriate atk_set_...Luke Yelavich1-5/+5
2017-01-06remove some unused code that's also gone upstreammonsta1-14/+0
2017-01-02Fix keyboard-down wraparound on compact viewlukefromdc1-26/+22
2016-12-29fix indent and spacing a bitmonsta1-11/+11
2016-12-29check for stable version of GTK+3, not for development onemonsta1-3/+3
2016-11-22move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build op...lukefromdc1-757/+5
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