summaryrefslogtreecommitdiff
path: root/libnautilus-private
Commit message (Expand)AuthorAgeFilesLines
* Fix icon container size calculation (consider margins), use unifiedChristian Neumair2008-08-251-35/+36
* No more overlapping desktop icons.Christian Neumair2008-08-248-25/+261
* Only use relative item measures for bounds check until absolute itemChristian Neumair2008-08-241-13/+17
* Always clear text background and display entire text if an icon is prelitChristian Neumair2008-08-221-2/+4
* Rework large chunks of canvas item text handling. Split text drawing andChristian Neumair2008-08-223-224/+514
* Add helper for getting max. number of layout lines, which does not use theChristian Neumair2008-08-203-20/+44
* Fix typo in the schemas type description. Patch by F. Steinel (#548740).Cosimo Cecchi2008-08-201-1/+1
* Clear underlying items if text overlaps them when displaying fullChristian Neumair2008-08-201-0/+11
* Use vararg list for nautilus_launch_application_from_command(). AddChristian Neumair2008-08-203-11/+69
* Make content type search criterion useful, by fixing typo from GIOChristian Neumair2008-08-201-1/+1
* Never ellipsise text in last line of a line-wise layout.Christian Neumair2008-08-183-3/+28
* Add "icon_view/text_ellipsis_limit" and "desktop/text_ellipsis_limit".Christian Neumair2008-08-187-2/+216
* Raise icon when hovering with the mouse over it.Christian Neumair2008-08-181-0/+3
* Obey one-line constraint in compact mode.Christian Neumair2008-08-161-7/+8
* Also display whole icon text when hovering with the mouse over the icon.Christian Neumair2008-08-161-0/+3
* Truncate icon label to three lines if it is not selected. Fixes #84390, atChristian Neumair2008-08-163-57/+210
* Use correct target file for same filesystem check when dropping toChristian Neumair2008-08-131-0/+4
* Use g_file_has_uri_scheme() instead of rolling our own. Fixes bug #539780.A. Walton2008-08-111-9/+3
* Add more supported MIME types, since file-roller trunk can handle them forChristian Neumair2008-08-071-5/+4
* Remove unused "zoom-parameters-changed" signal.Christian Neumair2008-08-062-13/+1
* When changing the file name, only clear the display name if the new fileChristian Neumair2008-08-041-1/+6
* Support transfer of files with reserved characters to FAT. Auto-escapeChristian Neumair2008-08-031-44/+323
* Never use linear selection in manual layout.Christian Neumair2008-08-021-1/+2
* Use linear selection instead of rectangular when pressing shift, useChristian Neumair2008-08-021-8/+79
* Implement visible icon handling for horizontal scrolling, i.e. verticalChristian Neumair2008-08-022-25/+77
* Handle NULL string arrays, and fix combo box model reference counting.Christian Neumair2008-07-311-4/+9
* Only queue a redraw if widget state actually changed. Fixes massiveChristian Neumair2008-07-311-1/+2
* Correctly claim that the display name for the search directory is a customChristian Neumair2008-07-301-2/+2
* When changing the file name, clear display name if it is not a custom one.Christian Neumair2008-07-301-7/+24
* Require gio 2.17.5 for g_mount_guess_content_type().David Zeuthen2008-07-295-429/+228
* Show "All" buttons in the file operations dialogs only if more than oneCosimo Cecchi2008-07-231-12/+82
* Support restoring from trash (one item at a time).Christian Neumair2008-07-213-1/+34
* Call the correct finish function.David Zeuthen2008-07-201-2/+2
* Only update referenced MIME type if it actually changed.Christian Neumair2008-07-201-2/+2
* Query filesystem ID, as referenced string. Use it to determine whether twoChristian Neumair2008-07-204-37/+44
* Add nautilus_file_operations_mount_volume_full(), which will issue aChristian Neumair2008-07-192-3/+62
* Pass textual URIs instead of GFiles to GAppInfo for remote files, similarChristian Neumair2008-07-171-6/+31
* Only use double click for left mouse button. The middle mouse button opensChristian Neumair2008-07-151-12/+11
* Display emblems for small icon sizes, down to 16 pixels.Christian Neumair2008-07-151-1/+3
* Also support a mode where the target URI is NULL, and the target slot isChristian Neumair2008-07-141-3/+16
* Use the GLib gstdio functions here, suggested in bug 542819 by Thadeu LimaA. Walton2008-07-141-2/+2
* Include sys/stat.h for struct stat and S_ISUID and other macros. Thanks toChristian Neumair2008-07-132-0/+2
* Add simple slot drop proxy API to libnautilus-private, centered aroundChristian Neumair2008-07-132-57/+445
* Add function for receiving netscape URLs, clear colliding clipboardChristian Neumair2008-07-132-0/+22
* Add nautilus_window_slot_info_get_window() for getting currentChristian Neumair2008-07-132-0/+11
* Fix typo.Christian Neumair2008-07-121-1/+1
* Completely rewrite button press detection. Finally fixes #542269 withoutChristian Neumair2008-07-122-39/+46
* Fix activation of previously selected icons (introduced when fixing bugChristian Neumair2008-07-121-0/+2
* Actually add it.Christian Neumair2008-07-091-0/+92
* Merge "multiview" tab branch. Fixes #48034.Christian Neumair2008-07-0815-67/+324