summaryrefslogtreecommitdiff
path: root/src/nautilus-information-panel.c
Commit message (Expand)AuthorAgeFilesLines
* [src] remove NautilusInformationPanelCosimo Cecchi2010-07-251-1225/+0
* Convert side pane background to gsettingsAlexander Larsson2010-07-231-34/+54
* Compile cleanly with GCC 4.5.Cosimo Cecchi2010-07-101-1/+1
* [src] GSEAL nautilus-information-panel.Cosimo Cecchi2010-06-111-9/+14
* Use header capitalization for "Open With" menu items (#596778).Cosimo Cecchi2010-05-031-1/+1
* Use display names for applications (#611378).Cosimo Cecchi2010-04-261-1/+1
* Fix usage of sink, fixing many recently introduced leaks.Alexander Larsson2009-09-071-1/+1
* Display information about the selected objectCosimo Cecchi2009-05-281-36/+66
* Remove deprecated GDK/GTK+ symbolsCosimo Cecchi2009-04-211-3/+2
* Remove unnecessary includes of libgnomeCosimo Cecchi2008-10-061-4/+3
* Merge "multiview" tab branch. Fixes #48034.Christian Neumair2008-07-081-4/+10
* 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
* Move all of Nautilus to single Gtk+ includes, because Mitch says so.A. Walton2008-05-211-2/+1
* Do not use contractions in strings. (#145356).Cosimo Cecchi2008-04-011-1/+1
* Remove some small allocations, and use GSlice more often. Bug #461795.Christian Persch2007-12-031-3/+3
* Merge gio-branchAlexander Larsson2007-11-301-39/+24
* Add an extra widget to the trash folder with the "Empty Trash" button.Paolo Borelli2006-12-181-128/+2
* Use g_signal_connect_data instead of the outdated eel equivalent.Paolo Borelli2006-05-241-7/+14
* Use gi18n.h instead of deprecated gnome-i18n.h header.Martin Wehner2006-03-181-1/+1
* Add file list helpers for getting associated applications.Christian Neumair2006-01-111-1/+5
* Remove title from alerts. (#323134)Alexander Larsson2005-12-091-4/+0
* Ellipsize everything in the information side pane, and make labelsVincent Noel2005-07-151-2/+4
* Add get_tab_tooltop method.Alexander Larsson2005-06-281-0/+7
* src/nautilus-emblem-sidebar.cChristian Neumair2005-06-021-1/+1
* reviewed by: Alexander Larsson <alexl@redhat.com>Marco Pesenti Gritti2004-11-251-62/+4
* Merge bonobo-slay-branchAlexander Larsson2004-11-221-58/+178
* Merged the nautilus-new-mime branch.Dave Camp2004-07-221-1/+5
* No commas at end of enum. Fixes builds for non-C99/gcc compilers.Alexander Larsson2004-03-091-1/+1
* Update error dialogs to be HIGy, and use the new eel message dialog api.Alexander Larsson2003-12-111-11/+8
* Add the nautilus-cd-burner integration patch from RH.Alexander Larsson2003-04-161-0/+36
* Convert file attributes from list of strings to a bitmask. Patch fromAlexander Larsson2003-04-021-4/+2
* Set the GdkScreen on the drag-and-drop context menu. Fixes #90920.Dave Camp2003-02-081-2/+2
* changing the mnemonic of "Empty Trash" button. Resolves the conflictArvind Samptur2003-01-061-1/+1
* Set the background globally by default. On a right-drag from the propertyDave Camp2002-10-311-70/+120
* Merge the multihead branch into HEAD and :Mark McLoughlin2002-10-021-0/+2
* New files, container for the side panels.Dave Camp2002-09-211-873/+269
* Update the current_background_color, the current_background_image, andDave Camp2002-07-271-12/+24
* (nautilus_music_view_init): Use an EelBackgroundBox instead of aDave Camp2002-07-241-8/+2
* Fixup usage of ellipses. Patch from Gregory Merchan <merchan@phys.lsu.edu>Alexander Larsson2002-07-221-3/+1
* Fixes the Nautilus part of #46238; see eel for the other part.Federico Mena Quintero2002-07-191-0/+20
* update the title color only if the background has changed;Michael Meeks2002-07-101-39/+51
* Changed "Reset Background" to "Use Default Background" and put it at theDave Camp2002-07-051-8/+9
* now g_strsplit returns an additional empty string when a delimiter isDavid Emory Watson2002-04-051-1/+1
* Because lots of recent bugs were due to "signal handler called afterDarin Adler2002-03-071-28/+16
* impl. to cope with having a paned with no child2, without doing lots ofMichael Meeks2002-03-071-12/+38
* Don't call gdk_window_set_static_gravities(). That old anti-flicker trickAlexander Larsson2002-03-011-14/+0
* Use eel_str_replace_substring to replace the %s rather than usingDarin Adler2002-02-281-8/+1
* add -DFOO_DISABLE_DEPRECATED to disable glib, gtk, and gnome deprecatedjacob berkman2002-02-141-57/+54
* eel_signal_connect_while_alive -> g_object_add_weak_pointer.Darin Adler2002-02-071-8/+3