summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-icon-container.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the volumes part of bug #45953:Federico Mena Quintero2005-11-141-2/+3
* Actually commit.Christian Neumair2005-11-131-1/+7
* Improve drawing of the outline for icon stretching, make the knob imageMatthias Clasen2005-10-281-8/+77
* Don't send slash to typeaheadAlexander Larsson2005-10-181-1/+2
* Use gtktreeview typeahead. Patch by Christian Neumair.Alexander Larsson2005-10-181-194/+580
* Kill NAUTILUS_ICON_SIZE_FOR_MENUS, make icon factory support GTK+ stockChristian Neumair2005-10-171-2/+2
* Don't crash if file removed during start of drag. (#158196) Patch fromAlexander Larsson2005-10-031-12/+3
* Only wrap icons when the right margin touches the rightmost icon. FixesChristian Neumair2005-09-301-9/+2
* 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