summaryrefslogtreecommitdiff
path: root/src/nautilus-navigation-window.c
Commit message (Expand)AuthorAgeFilesLines
* Remove tabs menuAlexander Larsson2010-01-221-19/+0
* Move the navigation bar size group to be a cross window header size groupAlexander Larsson2009-12-171-0/+9
* Don't focus the search entry when we're activating a pane with searchAlexander Larsson2009-12-171-1/+9
* Move sync_search_widgets from window to paneAlexander Larsson2009-12-161-47/+0
* Remove unnecessary includesAlexander Larsson2009-12-161-1/+0
* Better split view size allocationAlexander Larsson2009-12-141-3/+3
* Minor cleanupAlexander Larsson2009-12-141-2/+4
* Move status bar to under view in navigational viewAlexander Larsson2009-12-111-1/+9
* If starting with split view, create extra slot durin constructionAlexander Larsson2009-12-111-50/+46
* Only sync tab name in menu for the active paneAlexander Larsson2009-12-111-1/+3
* Improve search button handling in split view modeHolger Berndt2009-12-101-6/+6
* Fix View -> Location Bar in dual pane mode.Holger Berndt2009-12-101-0/+13
* Remember extra pane status access windows.Alexander Larsson2009-12-101-2/+23
* Fix tab menus in split view mode. Only the menu of the active pane is inserted.Holger Berndt2009-12-101-2/+0
* Start implementation of "add extra pane" menu item callbackHolger Berndt2009-12-101-8/+93
* Add skeleton for split view.Holger Berndt2009-12-101-0/+13
* Move location from toolbar to pane widgetAlexander Larsson2009-12-101-23/+13
* Move notebook from window into paneHolger Berndt2009-12-101-207/+13
* Move location bar entries to paneAlexander Larsson2009-12-101-601/+98
* Use the new NautilusNavigationWindowPane class in NautilusNavigationWindow'sHolger Berndt2009-12-101-2/+3
* Associate basic slot functions to panes instead of windows.Alexander Larsson2009-12-101-12/+11
* Move slots from NautilusWindow to NautilusWindowPaneAlexander Larsson2009-12-101-5/+5
* Associate a slot to a pane instead of a windowHolger Berndt2009-12-101-2/+3
* Add a NautilusWindowPane to all windowsAlexander Larsson2009-12-101-0/+9
* Remove all traces of old view-as and zoom widgetsAlexander Larsson2009-12-101-203/+0
* Don't leak NautilusDirectoryAlexander Larsson2009-12-081-0/+1
* Make search button a toggle buttonNikos Verschore2009-11-251-1/+43
* Remove very old unnecessary FIXMEs.Stephen Cook2009-10-071-3/+0
* Reverse back/forward mouse button sense.A. Walton2009-08-031-2/+2
* Don't crash if parent button_press_event is NULL (#582457)Alexander Larsson2009-05-131-3/+5
* Let forward/back mouse buttons workAndrew Walton2009-04-221-2/+89
* Always synchronize the location bar button with the pathbar mode. Patch byCosimo Cecchi2009-03-191-8/+15
* Remove unnecessary includes of libgnomeCosimo Cecchi2008-10-061-5/+4
* Properly calculate zoom level. Issue was imported from oldChristian Neumair2008-08-161-1/+2
* Consolidate zoom handling. Add nautilus_window_sync_zoom_level(), andChristian Neumair2008-08-061-74/+45
* Open new window when control-clicking on a path bar button, open new tabChristian Neumair2008-07-301-0/+63
* Use standard icon name, as gnome-icon-theme no longer ships theCosimo Cecchi2008-07-281-1/+1
* Merge "multiview" tab branch. Fixes #48034.Christian Neumair2008-07-081-170/+393
* Always grab view focus on location change, even if it the old view isChristian Neumair2008-07-061-9/+92
* Move all of Nautilus to single Gtk+ includes, because Mitch says so.A. Walton2008-05-211-9/+1
* Allow to open location popup menu for any location, and not just forChristian Neumair2008-05-131-0/+65
* Always properly remember window size, also in the case the window isCosimo Cecchi2008-04-271-2/+6
* Remove unused "label" field of NautilusViewInfo andChristian Neumair2008-04-011-2/+2
* Only use <gio/gio.h> includeAlexander Larsson2007-12-141-1/+0
* Merge gio-branchAlexander Larsson2007-11-301-30/+33
* reviewed by: Alexander Larsson <alexl@redhat.com>Juerg Billeter2007-11-051-0/+15
* Don't focus the path bar buttons (and the others on the same 'toolbar') onChristian Persch2007-07-241-0/+2
* Port to new gtk+ 2.11 tooltips API. Bug #458284 and bug #455616.Christian Persch2007-07-231-14/+5
* Handle the fact that the gtk+ 2.11.x combobox emits the changed signal onMartin Wehner2007-07-181-2/+4
* Add support for XF86 multimedia keys (#329920) .Christian Neumair2007-01-111-4/+47