summaryrefslogtreecommitdiff
path: root/libnautilus-private
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use GTK_ICON_SIZE_LARGE_TOOLBAR instead of hard coding the icon size toChristian Neumair2008-07-071-2/+4
* Use g_mkdir() and g_chdir() instead of mkdir() and chdir() to fix someCosimo Cecchi2008-07-043-10/+12
* Include <glib/gstdio.h> to fix the build. Some cleanup in header importsWouter Bolsterlee2008-07-032-3/+9
* Reverse previous commit, since the fix was incorrect.Wouter Bolsterlee2008-07-032-2/+0
* Include sys/stat.h to fix the build.Wouter Bolsterlee2008-07-032-0/+2
* Scale down huge pixbufs when loading. Massively speed up loading ofChristian Neumair2008-06-304-43/+77
* Use customized double click detection, for supporting double clicks onChristian Neumair2008-06-292-2/+33
* Move keyboard focus correctly after a file has been removed. Patch thanksA. Walton2008-06-281-0/+4
* If no icon is selected, but an icon has the keyboard focus, select it whenChristian Neumair2008-06-281-4/+9
* Add the emblem-shared icon to be hidden in the emblems dialog and to beRodney Dawes2008-06-232-0/+8
* Correct a typo in the permissions code: suid should test for S_ISUIDA. Walton2008-06-161-1/+1
* Remove the emblem-desktop from Nautilus, as GIO now returns theA. Walton2008-06-162-11/+0
* Use G_FILE_COPY_ALL_METADATA (#515777). Thanks to Alex Rostovtsev.Christian Neumair2008-06-161-1/+1
* reviewed by: David Zeuthen <david@fubar.dk>Cosimo Cecchi2008-06-151-12/+4
* Don't use g_free () on a GFile. (#537995).Cosimo Cecchi2008-06-121-1/+1
* Never hide hidden or backup files in the trash. Fixes bug #153545.A. Walton2008-06-111-3/+18
* Fix thumbnail handling. Always request thumbnailing if a file without anyChristian Neumair2008-06-113-2/+24
* Make use of new eel_background_save_to_gconf().Søren Sandmann2008-06-011-103/+1
* Call setup_autos() to have the confirmation preference var alwaysCosimo Cecchi2008-05-311-0/+2
* If the placement is "none", then set image to NULL.Søren Sandmann2008-05-311-0/+6
* Revert last commit as we do still need to deal with uris.Søren Sandmann2008-05-311-3/+3
* Update for new eel API Require SVN version of eelSøren Sandmann2008-05-311-3/+3
* Don't call eel_background_set_image_uri_sync() since it has been exactlySøren Sandmann2008-05-311-6/+1
* Support adding files to archives via file-roller. Thanks to NelsonChristian Neumair2008-05-296-3/+79
* Don't try to create a Cairo context for a NULL pixmap. Fixes bug #534226.A. Walton2008-05-271-1/+1
* Select GDK_ACTION_MOVE as default action when DnD-ing a uri list into theCosimo Cecchi2008-05-263-1/+21
* Use medium as singular of media. Fixes #522986.Christian Neumair2008-05-232-5/+5
* Do not count the same inode twice when calculating size. Fixes #313668.Christian Neumair2008-05-231-2/+45
* Fix frame size calculation.Christian Neumair2008-05-221-4/+4
* Move all of Nautilus to single Gtk+ includes, because Mitch says so.A. Walton2008-05-2161-138/+61
* Empty the clipboard when copying/moving with DnD a file contained in it.Cosimo Cecchi2008-05-192-1/+105
* Use bilinear interpolation instead of hyperbolic. Massively speeds upChristian Neumair2008-05-192-4/+4
* Fix possibly uninitialized variable.Christian Neumair2008-05-171-0/+2
* Rewrite this function using gconf directly instead of relying onSøren Sandmann2008-05-172-105/+191
* Never move to "burn:///". Fixes #531750.Christian Neumair2008-05-131-2/+31
* Allow to open location popup menu for any location, and not just forChristian Neumair2008-05-132-5/+10
* Use the right type for all_columns_have_same_width key in the schemasCosimo Cecchi2008-05-091-2/+2
* Plugged some leaks around. Cleaned up this bit of code.Cosimo Cecchi2008-05-084-1/+9