summaryrefslogtreecommitdiff
path: root/libnautilus-private
Commit message (Expand)AuthorAgeFilesLines
* Removed. Removed. Removed. Removed. Removed.Alexander Larsson2007-02-261-1/+0
* Avoid asserting when the symbolic link hastable isn't uptodate (#358172)Alexander Larsson2007-02-261-26/+45
* Remove EllEllipsisingLabel use, and just use GtkLabel ellipsisationChristian Persch2007-02-201-10/+10
* Fix for C89 compilers. (#407150) Patch from Jens GranseuerAlexander Larsson2007-02-201-4/+4
* Capitilize "Link" in link to... names. (#314175) Patch from FredericAlexander Larsson2007-02-062-3/+3
* Avoid translating nonvisible text. (#364466)Alexander Larsson2007-02-061-4/+4
* Fix crash on broken images. (#403255) Patch from Lucas Mazzardo VelosoAlexander Larsson2007-02-061-1/+3
* OSX build fix. (#403255) Patch from dmacks@netspace.orgAlexander Larsson2007-02-061-0/+1
* src/file-manager/fm-directory-view.c src/file-manager/fm-tree-view.cJesse Stockall2007-02-062-3/+247
* Fix crasher (#403565) Patch from Padraig O'BriainAlexander Larsson2007-02-021-1/+4
* No need to make GTypeInfo and GInterfaceInfo static. Bug #362034.Christian Persch2007-01-188-14/+14
* Remove all pending eel preferences callbacks.Christian Neumair2007-01-111-0/+9
* Avoid crash on NULL vfs_uri (#320020)Alexander Larsson2007-01-111-1/+2
* Use default permissions when copying template to use umask correctly.Alexander Larsson2007-01-111-1/+1
* Handle ui file load error better. Patch from Tom ParkerAlexander Larsson2007-01-111-1/+1
* Update svn:ignore and remove .cvsignore filesChristian Persch2006-12-311-14/+0
* Oops, handle the case of an empty domains_hash.Federico Mena Quintero2006-12-191-8/+9
* Zero-pad seconds in the remaining time display (#376291). Patch from SvenMartin Wehner2006-12-191-1/+1
* Add nautilus_file_info_get_activation_uri().Christian Neumair2006-12-181-0/+1
* Oops, make this 1000 by default; 30000 was way too big for normal usage.Federico Mena Quintero2006-12-121-57/+111
* Use nautilus_get_home_directory_uri everywhere instead of open coding itPaolo Borelli2006-12-083-9/+8
* Schedule metadata removal when we get external remove events. Patch fromAlexander Larsson2006-12-081-0/+1
* Disable the mask code for now...Alexander Larsson2006-12-081-11/+6
* Draw selection rect using cairo.Alexander Larsson2006-12-083-150/+68
* Freeze icon view updates while renaming to avoid things moving around onAlexander Larsson2006-12-042-0/+29
* Add more themeing features for icon view icons. Patch from JackTheDipperAlexander Larsson2006-11-303-23/+347
* Handle scroll wheel while rubberbanding. Patch from Nelson BenítezAlexander Larsson2006-11-282-2/+14
* Use the write-to-a-pipe trick from the signal handler instead of queueingFederico Mena Quintero2006-11-232-0/+695
* A11y fix for handing renames better (#338353)Alexander Larsson2006-11-231-0/+4
* 2006-11-23 Alexander Larsson <alexl@redhat.com>Alexander Larsson2006-11-234-1/+73
* Look for Beagle before looking for Tracker. Since Tracker autostarts andAlexander Larsson2006-11-221-5/+6
* Revert federicos patch from 2006-11-06, as it was causing problems.Alexander Larsson2006-11-201-22/+5
* Ref the NautilusDirectory during call_ready_callbacks_at_idle. FixesAlexander Larsson2006-11-131-0/+4
* Update for releaseNAUTILUS_2_16_2Alexander Larsson2006-11-072-18/+11
* http://bugzilla.gnome.org/show_bug.cgi?id=330298Federico Mena Quintero2006-11-063-5/+26
* Cancel rubberbanding if we get a grab shadow event. This happens when aAlexander Larsson2006-11-061-4/+25
* Don't crash on old desktop dir and search dir uris. (#349840)Alexander Larsson2006-11-061-4/+6
* Always use the in-process metafile factory. We don't need it oop, sinceAlexander Larsson2006-11-031-9/+8
* Call all call_when_ready callbacks from an idle handler. This fixesAlexander Larsson2006-11-022-28/+111
* Fix C99-style variable initialization for gcc 2.95. (#348665)Martin Wehner2006-10-301-1/+1
* Check for NULL path before callingChristian Neumair2006-10-192-2/+8
* Handle NULL pattern chit, don't unref pattern tile in make_pattern_chit.Christian Neumair2006-10-192-11/+19
* Renew typeahead timeout when you scroll between typeahead hits with theAlexander Larsson2006-10-181-0/+9
* Add is_added flag to NautilusFile to make sure we always send an addedAlexander Larsson2006-10-183-5/+21
* Call nautilus_file_mark_gone instead of directly setting is_gone, as thisAlexander Larsson2006-10-172-12/+8
* Ref all files when emitting change signals. This is an unverified possibleAlexander Larsson2006-10-171-1/+2
* nautilus_file_get_vfs_file_info: handle NULL info Fix typo.Alexander Larsson2006-10-171-2/+5
* Don't cause critical if slow mimetype not loaded. I was able to get thatAlexander Larsson2006-10-171-2/+0
* Add is_in_trash_state to NautilusDirectoryDetails. Also addChristian Neumair2006-09-274-2/+25
* Handle CORBA errors. Fixes #46664.Christian Neumair2006-09-142-23/+85