summaryrefslogtreecommitdiff
path: root/libnautilus-private
Commit message (Expand)AuthorAgeFilesLines
* typeahead-find: make sure the search widget is on-screen when maximizedStefano Teso2011-02-261-2/+2
* bookmarks: bookmarked saved searches should use the saved-search iconStefano Teso2011-02-262-1/+9
* file: make sure not to pass g_utf8_collate() NULL stringsCosimo Cecchi2011-02-251-0/+12
* Plug memory leakRodrigo Moya2011-02-251-0/+1
* Guard against filename being NULL on nautilus_icon_info_lookupRodrigo Moya2011-02-251-0/+3
* dbus-manager: hold the GApplication for 5 seconds upon startupCosimo Cecchi2011-02-222-7/+83
* module: make modules for extension that pull in ORBit residentCosimo Cecchi2011-02-221-0/+22
* icon-info: remove unused codeCosimo Cecchi2011-02-212-58/+0
* tracker-engine: update to 0.10, using libtracker-sparqlCosimo Cecchi2011-02-211-302/+274
* icon-container: fix setting the selection when renamingStefano Teso2011-02-211-3/+4
* file-operations: make sure not to show the dialog before calling _run()Cosimo Cecchi2011-02-191-2/+0
* icon-canvas-item: make the icon frame transparent when not prelitCosimo Cecchi2011-02-181-9/+1
* all: remove 'Tighter Layout' optionCosimo Cecchi2011-02-188-85/+14
* debug: add a debug flag for the icon viewCosimo Cecchi2011-02-182-5/+7
* Change compact-view all-columns-have-same-width default to falseAlexander Larsson2011-02-181-1/+1
* Disable the status bar by default in new windowsAlexander Larsson2011-02-171-1/+1
* ui-utilities: centralize a helper functionCosimo Cecchi2011-02-172-0/+22
* ui-utlities: remove unused functionCosimo Cecchi2011-02-172-63/+0
* selection-canvas-item: add getter for 'width-pixels'Cosimo Cecchi2011-02-171-1/+3
* selection-canvas-item: make fade-out time configurableCosimo Cecchi2011-02-173-4/+7
* selection-canvas-item: make sure the item is destroyed after fading outCosimo Cecchi2011-02-171-2/+2
* icon-container: only use icon elements to calculate layout boundsCosimo Cecchi2011-02-171-0/+8
* selection-canvas-item: remove useless Xrandr code which does nothingCosimo Cecchi2011-02-171-40/+0
* all: remove unused GSettings keysCosimo Cecchi2011-02-171-1/+0
* gsettings: rename our gschema path to /org/gnome/nautilusCosimo Cecchi2011-02-081-9/+9
* Avoid spew in the common case of non-existing desktop metadata fileAlexander Larsson2011-02-071-2/+6
* bookmark: apply name and custom-name during constructionCosimo Cecchi2011-02-051-2/+2
* query: don't crash with empty .savedSearch filesStefano Teso2011-02-041-0/+17
* bookmark: don't make the name/custom-name props construct-onlyStefano Teso2011-02-041-2/+2
* progress-info: split UI of NautilusProgressInfo into its own objectCosimo Cecchi2011-02-031-290/+0
* progress-info: split progress information notify into a new managerCosimo Cecchi2011-02-036-64/+221
* eel: remove unused eel-canvas-utilCosimo Cecchi2011-02-011-1/+0
* selection-canvas-item: fix copyright headerCosimo Cecchi2011-02-012-4/+4
* icon-container: use the fade out effect for rubberbandingCosimo Cecchi2011-02-011-1/+1
* selection-canvas-item: implement a fade out effectCosimo Cecchi2011-02-012-21/+82
* selection-canvas-item: simplify GObject propertiesCosimo Cecchi2011-02-012-57/+34
* Move EelRectCanvasItem to its own object in libnautilus-private/Cosimo Cecchi2011-02-015-6/+779
* desktop-metadata: initialize a variableCosimo Cecchi2011-02-011-1/+1
* desktop-metadata: append a terminator for single-length strv valuesCosimo Cecchi2011-02-011-5/+52
* desktop-metadata: group multiple desktop metadata saving callsCosimo Cecchi2011-02-011-1/+9
* preferences: don't use GConfClient anymoreCosimo Cecchi2011-01-312-17/+0
* desktop-metadata: use a keyfile instead of GConf to store itCosimo Cecchi2011-01-317-157/+283
* desktop-directory-file: don't use eel boilerplateCosimo Cecchi2011-01-311-19/+10
* sort-order: resync sort order property with NautilusFileSortTypeCosimo Cecchi2011-01-303-10/+5
* all: don't use eel_g_settings_add_auto_* methodsCosimo Cecchi2011-01-303-29/+13
* Clarify the reason for recent nautilus_file_peek_display_name() workaroundTomas Bzatek2011-01-271-0/+4
* Prevent a crash in nautilus_file_peek_display_name() on invalid NautilusFileTomas Bzatek2011-01-271-0/+3
* desktop-background: make sure to hold a ref in the 'changed' idleCosimo Cecchi2011-01-251-1/+6
* all: silence new warnings from GCC 4.6Cosimo Cecchi2011-01-2514-106/+16
* Fix typo (G_TYPE_INSTANCE_CHECK_TYPE -> G_TYPE_CHECK_INSTANCE_TYPE)Piotr Eljasiak2011-01-223-3/+3