summaryrefslogtreecommitdiff
path: root/libnautilus-private
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't set up enums for icon captions or list view sort order, there is noDave Camp2004-01-141-12/+2
* Add slow_mime_type file attribute. Allow call_when_ready to take a NULLAlexander Larsson2004-01-147-39/+145
* Use ngettext (fixes bug #106702), based on the patch by Christian NeumairDanilo Šegan2004-01-131-12/+4
* Fix a silly typo.James Willcox2004-01-111-2/+2
* Merged from nautilus-extensions-branch.Dave Camp2004-01-1121-178/+2140
* Don't expand symlinks when following them.Alexander Larsson2004-01-111-5/+0
* Moved the typeahead duration to a public header. Implement icon-view-styleDave Camp2004-01-102-9/+3
* Patch from Jürg Billeter <j@bitron.ch>Alexander Larsson2004-01-093-0/+572
* application/x-desktop is the new desktop file mime typeAlexander Larsson2004-01-092-3/+6
* New funcitonAlexander Larsson2004-01-073-0/+28
* Turn on home icon on desktop by defaultAlexander Larsson2004-01-062-1/+2
* Make desktop font Sans 10 by default. This is the same as the normal UIAlexander Larsson2004-01-061-1/+1
* Don't translate duplication tests to avoid wasting translator time. MyAlexander Larsson2004-01-061-41/+41
* Nullify stretch_icon when the icon being pointed to is removed. Fixes bugMartin Wehner2004-01-051-0/+3
* Use GnomeVFSFileSize instead of gulong to store file sizes. Prevents anMartin Wehner2004-01-042-12/+14
* Ensure the source isn't deleted as partial copy in a duplicate operation.Martin Wehner2004-01-021-1/+3
* Use GtkIconTheme instead of GnomeIconThemeAlexander Larsson2003-12-183-93/+98
* Require gtk/glib 2.3.0Alexander Larsson2003-12-186-11/+49
* Don't show the stupid looking for trash dialog. We shouldn't be lookingAlexander Larsson2003-12-131-33/+0
* Add missing #include <gtk/gtkmessagedialog.h>Vincent Untz2003-12-121-0/+1
* New function nautilus_file_operations_new_file.Alexander Larsson2003-12-124-15/+258
* Range selection Clear last double click icon if you click on backgroundAlexander Larsson2003-12-122-14/+112
* Handle defaults for desktop drops like normal directories.Alexander Larsson2003-12-112-14/+5
* Update error dialogs to be HIGy, and use the new eel message dialog api.Alexander Larsson2003-12-116-222/+250
* s/directory/folder/ Patch by mpusalkar@novell.comAlexander Larsson2003-12-101-21/+21
* Return TRUE when function succeeds.Padraig O'Briain2003-12-033-14/+72