summaryrefslogtreecommitdiff
path: root/src/xfdesktop-icon-view.c
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant codeAvinash Sonawane2021-08-081-1/+1
* Remove unused function call (Issue #157)Alexander Schwinn2021-08-081-1/+0
* Fix compilation warningsGaƫl Bonithon2021-03-011-6/+3
* Unselect all items after single click activationTheo Linkspfeifer2020-04-111-2/+1
* Ignore modifier key events in type-ahead find (Bug #11149)Boris Astardzhiev2020-02-171-6/+9
* Added type-ahead find for Desktop icons (Bug #11149)Boris Astardzhiev2020-02-161-1/+64
* Do not insert hyphens at intra-word line breaks (Bug #16339)Andre Miranda2020-02-121-0/+15
* Fix yet another rubber band DnD issue (Bug #16046)Theo Linkspfeifer2019-10-161-1/+3
* Display correct icon size of minimized apps (Bug #8951)Romain Bouvier2019-07-081-0/+3
* Fix drag data being received multiple times (Bug #14471)Theo Linkspfeifer2019-06-191-0/+2
* Highlight drag target when hovering it (Bug #12695)Theo Linkspfeifer2019-06-171-4/+61
* Open all selected icons on key press (Bug #15420)Theo Linkspfeifer2019-05-271-15/+13
* Add FIXME commentAndre Miranda2019-05-151-0/+2
* Avoid invalid memory access (Bug #15299)Andre Miranda2019-05-131-0/+4
* Fix g_type_class_add_private is deprecatedAndre Miranda2019-04-211-6/+2
* Stop ongoing drag/selection if middle/right mouse button is pressed (Bug #14180)Theo Linkspfeifer2019-03-301-18/+22
* Replace deprecated functionsAndre Miranda2019-03-171-7/+7
* Re-introduce ability to move icons to other displays (Bug #15198)Simon Steinbeiss2019-03-171-15/+118
* Replace GdkScreen deprecated functionsAndre Miranda2019-01-131-26/+1
* Remove trailing whitespaceAndre Miranda2018-12-211-210/+210
* Add orientation option to arrange icons (Bug #14979)Jean-Pierre Demailly2018-12-211-45/+142
* Fix iconview items positioning (struts)Simon Steinbeiss2018-11-161-142/+30
* Add support for RandR's primary monitor (Bug #10688)Simon Steinbeiss2018-11-161-24/+91
* Single-click mode executes desktop items twice (Bug #14021)Alexander Schwinn2018-05-241-1/+3
* Don't try to allocate all the memory (Bug #12805)Eric Koegel2017-07-181-5/+6
* fix coverity cid 1292726 Unchecked return valueEric Koegel2017-05-041-6/+9
* Tell Gtk what version we're targetingEric Koegel2017-04-221-6/+6
* Gtk 3.22 is too newEric Koegel2017-04-201-2/+29
* Fix double menu popupEric Koegel2017-04-191-2/+3
* Fix menu popups from command lineEric Koegel2017-04-191-3/+2
* Fix a couple more screen deprecation warningsEric Koegel2017-04-191-10/+7
* Remove the style class when finished with themEric Koegel2017-04-191-0/+4
* Remove unused codeEric Koegel2017-04-191-27/+0
* iconview: use the rubberband style classEric Koegel2017-04-191-40/+17
* Remove unused variableEric Koegel2017-04-191-1/+0
* Colorize the icon using style contextEric Koegel2017-04-191-1/+12
* iconview: switch to drawing the icon labels with CSSEric Koegel2017-04-191-244/+25
* Add the view class to the icon viewEric Koegel2017-04-191-0/+7
* iconview: Remove one more gdk_cairo_createEric Koegel2017-04-141-3/+4
* iconview: gdk_cairo_create is deprecatedEric Koegel2017-04-141-11/+33
* Fix another rubber band DnD issueEric Koegel2017-04-141-34/+42
* Trivial: Fix some compiler warningsEric Koegel2017-03-031-26/+3
* Fix the rubber band when moving iconsEric Koegel2017-03-031-0/+5
* Fix the rubber band selection on right clickEric Koegel2017-03-031-1/+1
* gdk_cursor_unref + gtk_icon_info_free -> g_object_unrefEric Koegel2017-03-031-1/+1
* gtk_drag_begin -> gtk_drag_begin_with_coordinatesEric Koegel2017-03-031-6/+14
* gdk_cursor_new -> gdk_cursor_new_for_displayEric Koegel2017-03-031-1/+1
* Initial porting to Gtk 3florian.weigelt2017-03-031-47/+54
* Retain icon relative position when moving a groupASL972017-02-271-13/+22
* Don't redraw the icons on focus change events (Bug #12071)Eric Koegel2015-08-101-1/+1