summaryrefslogtreecommitdiff
path: root/src/xfdesktop-icon-view.c
Commit message (Expand)AuthorAgeFilesLines
...
* Don't try to divide by 0 (Bug #12115)Eric Koegel2015-08-101-2/+13
* trivial: fix signed/unsigned comparison warningEric Koegel2015-05-111-1/+1
* Optimized loading wallpapers at start-up; optimized sorting icons in icon view.Igor Kushnir2015-05-111-27/+16
* Fix crash (Bug #11782)Thaddaeus Tintenfisch2015-04-051-1/+1
* Fix build error (Bug #11778)Thaddaeus Tintenfisch2015-04-011-0/+2
* Ignore shadow blur radius when calculating icon text boxThaddaeus Tintenfisch2015-03-281-4/+4
* Preserve order when moving multiple icons (Bug #11195)Thaddaeus Tintenfisch2015-03-261-13/+31
* Fix a regressionThaddaeus Tintenfisch2015-03-241-3/+4
* Fix a previous commitThaddaeus Tintenfisch2015-03-241-2/+3
* Remove unused variable 'tmp_text'Matt Thirtytwo2015-03-221-1/+0
* Prevent invalid method calls on XfdesktopWindowIconManagerThaddaeus Tintenfisch2015-03-151-5/+11
* Add missing g_list_free()Thaddaeus Tintenfisch2015-03-151-0/+1
* Refactoring of codeThaddaeus Tintenfisch2015-03-151-39/+27
* Fix remaining icon text box glitchesThaddaeus Tintenfisch2015-03-151-32/+34
* Add a xfconf settings to center the text on xfdesktop icons.Matias De lellis2015-03-151-0/+21
* Fix crash when moving 2+ icons to the bottom right cornerThaddaeus Tintenfisch2015-03-071-1/+4
* Fix icon placement when using "Arrange Desktop Icons" (Bug #11639)Thaddaeus Tintenfisch2015-03-071-7/+13
* Center icons vertically in the grid (Bug #11086)Thaddaeus Tintenfisch2015-03-031-2/+2
* Prevent accidental double clicks in single click mode (Bug #10720)Thaddaeus Tintenfisch2015-03-031-10/+20
* Various mouse click behavior fixesThaddaeus Tintenfisch2015-03-031-9/+27
* trivial: Fix compiler warningEric Koegel2015-03-021-1/+1
* Enable drag&drop popup menu for local actionsThaddaeus Tintenfisch2015-03-021-2/+27
* Properly check if mouse button 3 is pressedThaddaeus Tintenfisch2015-03-021-6/+6
* Consider shadow extents/offsets when updating icon extentsThaddaeus Tintenfisch2015-02-261-2/+2
* Revert "Add a xfconf settings to center the text on xfdesktop icons."Eric Koegel2015-02-201-21/+0
* Sort pending icons on resize (Bug #11266)Eric Koegel2015-02-161-1/+14
* Consider shadow offsets and blur extents when calculating the text boxMatias De lellis2015-02-161-19/+15
* Fix signed/unsigned mismatchEric Koegel2015-02-141-55/+63
* Add a xfconf settings to center the text on xfdesktop icons.Matias De lellis2015-02-141-0/+21
* Fix calculation of shadows that are offset in RTL text (Bug #5239)Matias De lellis2015-02-141-1/+3
* Add 1px to widen the text shadow and improve contrast.Matias De lellis2015-02-131-0/+4
* trivial: a better way to spell szieEric Koegel2014-11-021-5/+5
* trivial: avoid a compiler warningEric Koegel2014-10-261-1/+2
* Add a description of the property shadow-blur-radius on README file. (Bug 11228)Matias De lellis2014-10-161-2/+4
* Add optional blurring on shadow on text of icons. In general backported gtk+-...Matias De lellis2014-10-151-9/+46
* Add a space between icons to fill the entire screen.Matias De lellis2014-09-211-44/+52
* Remove the drag highlight code (Bug 10450)Eric Koegel2014-09-151-105/+0
* Add runtime debug supportEric Koegel2014-07-281-30/+30
* Fix build warnings with --disable-file-iconsEric Koegel2014-07-061-0/+4
* Fix icon position saving on resolution change (Bug 10813)Mauro Giubileo2014-04-201-0/+2
* Disconnect the directory signal handlerEric Koegel2014-03-251-3/+0
* Fix icon theme colorsEric Koegel2014-03-171-5/+4
* Minimize grid resizesEric Koegel2014-03-021-3/+44
* Revert "Simplify adding icons to the desktop"Eric Koegel2014-02-111-102/+96
* Update default icon size, spacing, and text proportionEric Koegel2014-02-101-3/+2
* Fix strict aliasing issueEric Koegel2014-02-101-3/+13
* Simplify adding icons to the desktopEric Koegel2014-02-101-96/+102
* Fix issues with icon resizingEric Koegel2014-01-271-11/+8
* Fix some more potential bugsEric Koegel2014-01-251-11/+16
* Fix some potential bugsEric Koegel2014-01-251-4/+9