summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-icon-container.c
Commit message (Expand)AuthorAgeFilesLines
* Fix moving of unpositioned icons, the canvas items start at <0, 0>, notAlexander Larsson2004-10-221-0/+7
* Use guint, not uint (#150359) Patch from Gustavo Carneiro.Alexander Larsson2004-10-061-1/+1
* Removed debugging output for thumbnails of small images. (Closes:Sebastien Bacher2004-06-251-1/+0
* Convert initial drag position to canvas coordinates. Fixes #142491.Martin Wehner2004-05-221-2/+9
* Unselect currently selected items on middle or right click on background.Christian Neumair2004-05-071-0/+8
* Use the inital click position to anchor the icon dnd.Alexander Larsson2004-05-051-1/+3
* If there is no background set, use the theme's fg color for the label.Dave Camp2004-04-301-1/+1
* Allow right and down arrow move selected icon when all icons are selectedPadraig O'Briain2004-04-261-4/+25
* Count rename widget if it exists.Padraig O'Briain2004-04-201-1/+14
* Make Shift+Enter and Shift+Space close window behind.Dave Camp2004-04-011-1/+8
* Fix non-ascii typeahead.Alexander Larsson2004-03-301-38/+35
* Handle shift-clicking on initial icon selection for range-selection. PatchAlexander Larsson2004-03-081-0/+1
* Select text in right order.Alexander Larsson2004-02-101-2/+2
* When rename done, set focus on container and scroll to itemAlexander Larsson2004-02-061-0/+7
* Use select_one_unselect_others to select an icon. Fixes bug #126339.Padraig O'Briain2004-02-061-4/+2
* compare a11y_item_action_idle_handler with 0, not NULL, fixes compilationChristophe Fergeau2004-01-271-1/+1
* Implement AtkAction called "menu" for NautilusIconContainerAccessible.Padraig O'Briain2004-01-271-3/+9
* Implement AtkAction in an idle handler to avoid causing the AT to hang ifPadraig O'Briain2004-01-271-0/+10
* Moved the typeahead duration to a public header. Implement icon-view-styleDave Camp2004-01-101-9/+1
* New funcitonAlexander Larsson2004-01-071-0/+6
* Nullify stretch_icon when the icon being pointed to is removed. Fixes bugMartin Wehner2004-01-051-0/+3
* Require gtk/glib 2.3.0Alexander Larsson2003-12-181-4/+16
* Range selection Clear last double click icon if you click on backgroundAlexander Larsson2003-12-121-14/+110
* Return TRUE when function succeeds.Padraig O'Briain2003-12-031-0/+22
* Don't crash on startup if a11y is disabled. 2003-11-24 Alexander LarssonAlexander Larsson2003-11-241-17/+18
* Cycle around to start or end if at last or first icon. (bug #82609)Padraig O'Briain2003-10-221-0/+4
* Scroll to ICON_PAD_TOP above the icon.Dave Camp2003-10-071-0/+2
* Separate SNAP_SIZE into SNAP_SIZE_X and SNAP_SIZE_Y. Make SNAP_SIZE_Y 1/4Alexander Larsson2003-10-021-19/+20
* Merge the nautilus-spatial-playground branch to HEAD.Dave Camp2003-09-301-5/+40
* Force any scheduled relayout to run before scrolling.Alexander Larsson2003-09-301-1/+5
* * libnautilus-private/nautilus-icon-private.h: Make shift+keynav selectDave Camp2003-08-201-24/+98
* Handle keypad navigation keys too.Alexander Larsson2003-08-081-0/+6
* Update some, um, stuff.James Willcox2003-08-071-32/+59
* Fix a typo. Bug #116843.James Willcox2003-08-011-3/+38
* Assume a (0, 0) scroll origin in automatic layout. This fixes the worst ofDave Camp2003-07-051-10/+16
* Add a mode for text-beside-icons.Dave Camp2003-06-091-18/+70
* Added new files.Alexander Larsson2003-05-151-1/+3
* Implemented a "Keep Aligned" mode on the desktop, that snaps icons to aDave Camp2003-05-031-165/+433
* Bring up context menu is Ctrl-F10, not Shift-F9Alexander Larsson2003-04-231-6/+3
* AIX port from Laurent.Vivier@bull.net (Laurent Vivier)Alexander Larsson2003-04-231-1/+1
* Create canvas items hidden. New functionAlexander Larsson2003-04-071-7/+16
* Fix up the single click mode double-click protection Don't use eel_prefsAlexander Larsson2003-03-281-36/+34
* Use eel_filename_get_rename_region for both list and icon view to get theAlexander Larsson2003-03-271-28/+5
* Update keynav docs.Alexander Larsson2003-03-271-21/+21
* Re-Fix Home/End. Make Ctrl-space create a keyboar focus if none existsAlexander Larsson2003-03-261-23/+63
* Fix keyboard arrow key navigation for manual layout so that you can reachAlexander Larsson2003-03-261-22/+120
* Fix crash.Alexander Larsson2003-03-191-1/+1
* New function which sets which state ATK_STATE_FOCUSED, if appropriate.Padraig O'Briain2003-03-191-0/+4
* Don't activate on double click of any modifiers are used.Alexander Larsson2003-03-181-5/+6
* Use bottom middle point as start position, since otherwise you might missAlexander Larsson2003-03-171-1/+1