summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-icon-container.c
Commit message (Expand)AuthorAgeFilesLines
* bring the branch up in sync with 2.12.1, and tag it asNAUTILUS_SEARCH_2_12_1_MERGEPOINTJoe Shaw2005-10-311-24/+59
* Redo the nautilus-search branch, it's just easier to recreate theJoe Shaw2005-10-071-60/+30
* Add support for lazily positioned icons.Alexander Larsson2005-09-191-3/+54
* Don't redraw the whole desktop on focus in/out.Alexander Larsson2005-09-011-2/+0
* Handle non-sorted-by-y icon containers (manual mode). #157415. Patch fromAlexander Larsson2005-08-291-3/+15
* Fix layouting in text-beside-icons mode for short names. (#159621) PatchAlexander Larsson2005-08-261-7/+14
* Lots of cleanups. Closes bug #313094 and bug #149714Kjartan Maraas2005-08-121-1/+1
* Correctly sort files before operating on them. Fixes #308884.Christian Neumair2005-07-061-1/+1
* Add normal_alpha style property that is used when frame_text is on.Alexander Larsson2005-07-061-1/+20
* Change NAUTILUS_ICON_DND_TEXT_TYPE to UTF-8 string.Christian Neumair2005-07-051-6/+19
* Better font sizes for zooming. (#160080)Alexander Larsson2005-06-201-6/+6
* Reveal icon when selecting it. Fixes #121111.Martin Wehner2005-06-061-0/+3
* Don't mark object property names/descriptions for translation. FixesChristian Neumair2005-06-031-12/+12
* Bind shift-f2 to rename whole file. Fixes #131467.Christian Neumair2005-06-021-3/+11
* Prevent nautilus from crashing on press of Ctrl+Space in an emptyMartin Wehner2005-05-021-1/+3
* fix #136578 (Menu key should pop up context menu).Paolo Borelli2005-02-181-8/+23
* Omit call to nautilus_icon_container_accessible_update_selection.Padraig O'Briain2005-01-251-3/+3
* Add handle_url signal Fix argument list for handle_uri_listAlexander Larsson2005-01-131-2/+16
* Better handling of icon sizes, including framing of large file-as-iconAlexander Larsson2004-12-151-19/+1
* Fix positioning. Makes find_new_empty_spot tighter. Patch from Jimmy DoAlexander Larsson2004-11-291-7/+4
* Fix a few typos in icon placement. Patch from Jimmy DoAlexander Larsson2004-11-291-4/+4
* Make text-beside-icons look much neater by centering text along the midpoint ofIain Holmes2004-10-291-21/+55
* 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