summaryrefslogtreecommitdiff
path: root/libnautilus-private
Commit message (Expand)AuthorAgeFilesLines
* Allow SVG files when dealing with backgrounds. Patch from Benjamin Keil.Dave Camp2004-04-121-3/+1
* By default set the background per-directory in spatial mode. Take outDave Camp2004-04-095-20/+23
* Better error messages when launching fails. The error messages are re-usedAlexander Larsson2004-04-071-2/+82
* Make Shift+Enter and Shift+Space close window behind.Dave Camp2004-04-011-1/+8
* Fix thumbnail scaling typo.Alexander Larsson2004-04-011-1/+1
* Based on patch from Soeren Sandmann:Alexander Larsson2004-03-313-44/+142
* Fix non-ascii typeahead.Alexander Larsson2004-03-301-38/+35
* No commas at end of enum. Fixes builds for non-C99/gcc compilers.Alexander Larsson2004-03-091-1/+1
* Don't keep getting slow_mime_type if get_info failedAlexander Larsson2004-03-081-1/+2
* Timeout activation after 5 seconds.Alexander Larsson2004-03-082-3/+38
* Handle shift-clicking on initial icon selection for range-selection. PatchAlexander Larsson2004-03-081-0/+1
* Add image/bmpAlexander Larsson2004-03-051-1/+1
* Add nautilus_mime_get_default_fallback_component_for_file which ignoresAlexander Larsson2004-03-052-4/+16
* New function.Dave Camp2004-03-041-0/+7
* Correctly handle cut-off utf8 text.Alexander Larsson2004-03-021-3/+13
* Mark strings for translation. Patch from Luca FerrettiDave Camp2004-02-241-5/+5
* Save the guessed mime type when the sniffed mime type is read.Dave Camp2004-02-237-20/+242
* Add always_use_browser preference.Alexander Larsson2004-02-203-0/+22
* 2004-02-18 Alexander Larsson <alexl@redhat.com>Alexander Larsson2004-02-182-38/+0
* New functionsAlexander Larsson2004-02-133-21/+93
* libnautilus-private/nautilus-file-operations.c (confirm_empty_trash) MakeAlexander Larsson2004-02-121-4/+9
* Better handling of utf8 text. (nautilus_file_rename): Fix bug in previousAlexander Larsson2004-02-121-26/+69
* replace egg_screen with new gdk/libgnomeui functions.Alexander Larsson2004-02-112-7/+46
* Pass LC_MESSAGES. Fixes #48358. Patch from Nuno Ferreira.Alexander Larsson2004-02-111-1/+1
* Fix bounds for text, #125558 Patch from Martin WehnerAlexander Larsson2004-02-111-2/+1
* Correctly rename desktop files when G_BROKEN_FILENAMES is setAlexander Larsson2004-02-111-23/+40
* Handle missing theme iconAlexander Larsson2004-02-111-1/+3
* Load saved trash name on startup.Alexander Larsson2004-02-101-1/+1
* Select text in right order.Alexander Larsson2004-02-101-2/+2
* Tell the clipboard monitor of changes. Update paste menus on clipboardAlexander Larsson2004-02-104-1/+187
* Don't install a schema if the user configures withJason Leach2004-02-101-1/+2
* Fix mem leakJacob Leach2004-02-081-2/+4
* Replace deprecated call to g_basename with g_path_get_basename.Jason Leach2004-02-081-1/+1
* - s/wgosnautilus/user-guide/ per recent user-guide change.Shaun McCance2004-02-081-1/+1
* Dist schemas.in files, and clean .schemas files.Alexander Larsson2004-02-061-0/+2
* Don't dist .scemans files. Fixes #133284.Alexander Larsson2004-02-061-1/+0
* 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
* Set role of AtkObject to ATK_ROLE_ALERT. Fixes bug #132857.Padraig O'Briain2004-02-051-0/+1
* Handle nonexisting full pathnames.Alexander Larsson2004-02-021-0/+4
* 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-273-15/+75
* Do not use object ('dialog') after destructionSrinivasa Ragavan2004-01-231-2/+2
* #129815, #46784.Christian Neumair2004-01-221-1/+3
* Return NULL for new uri on failure.Alexander Larsson2004-01-221-5/+12
* Fix GNOME_ICON_LOOKUP_FLAGS_ALLOW_SVG_AS_THEMSELVES behaviour whenAlexander Larsson2004-01-211-1/+1
* Choose -> OK Make open with other app dialog non-modal.Alexander Larsson2004-01-202-17/+41
* builddir != srcdir fix.Jason Leach2004-01-181-1/+1
* Use mkstemp, as its safer. From bug #130091.Alexander Larsson2004-01-151-4/+8