summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make view active if slot is active during parent_set(), and not duringmultiviewChristian Neumair2008-07-072-7/+46
* Open in new tab on middle-click. Fix middle-click selection interaction.Christian Neumair2008-07-073-11/+45
* Override unmerge_menus() method. Open in new tab on middle-click.Christian Neumair2008-07-072-16/+44
* Only set move actions sensitive if tab can be moved to left/right. AddChristian Neumair2008-06-302-0/+15
* When opening a new window, use new window's active slot instead ofChristian Neumair2008-06-292-1/+12
* Remove obsolete multiview-TODO.Christian Neumair2008-06-294-8/+18
* Load slots from and save slots in session file.Christian Neumair2008-06-292-10/+65
* Add nautilus_window_get_slots() API.Christian Neumair2008-06-293-0/+15
* Find target slot before checking whether the location actually changed,Christian Neumair2008-06-292-4/+11
* Return pending location, fall back to current location. This API is usedChristian Neumair2008-06-292-1/+29
* Destroy old query editor before creating new one.Christian Neumair2008-06-282-2/+10
* Rename nautilus_window_set_search_mode() toChristian Neumair2008-06-289-173/+71
* Attach to and detach from search bar entry as slot becomes active/Christian Neumair2008-06-283-6/+78
* Add nautilus_window_slot_update_query_editor() for instantiating the queryChristian Neumair2008-06-284-0/+172
* Do not react to changes if inactive.Christian Neumair2008-06-282-1/+11
* Remove spurious debugging messages.Christian Neumair2008-06-111-2/+0
* Enable drop to tab labels, which act as a proxy for the respective view.Christian Neumair2008-06-116-140/+265
* Middle click on "Home", "Computer", "Up", "Back", or "Forward" in toolbar,Jared Moore2008-06-0810-49/+331
* Use eel_background_set_image_uri() instead of *_sync().Christian Neumair2008-06-082-6/+7
* Add tab list to Tabs menu. Use <Alt>(Num) keyboard accelerators to accessJared Moore2008-06-084-1/+159
* Middle click on entry in history sidebar to open in new tab.Jared Moore2008-06-082-8/+56
* Middle click on entry in tree sidebar to open a new tab.Jared Moore2008-06-082-0/+26
* Add mnemonic to "Open in New Window" and add "Open in New Tab" in treeJared Moore2008-06-082-10/+36
* Middle click on entry in places sidebar to open a new tab.Jared Moore2008-06-082-1/+25
* Add mnemonics to "Open in New Window", "Open in New Tab", etc.Jared Moore2008-06-082-14/+20
* Fixed typo, thanks Christopher Bratusek.Jared Moore2008-06-082-1/+6
* Add popup menu to tabs with "Move Tab Left", "Move Tab Right", and "CloseJared Moore2008-06-082-0/+127
* Do not skip begin_location_change if opening the same location in the sameJared Moore2008-06-082-1/+8
* Add "Open in New Tab" to Places sidebar context menu.Jared Moore2008-06-082-9/+30
* If no previously active slot remains, use an inactive slot.Christian Neumair2008-05-312-2/+29
* Fix order and confirmation when opening multiple tabs. All tabs areChristian Neumair2008-05-318-54/+116
* Make "New Tab" appear above "New Window" menu items. Add GConf keys forChristian Neumair2008-05-3013-6/+154
* Add *_go_home() API to slots and use it, make tab menu code compile.Christian Neumair2008-05-266-33/+45
* Add "Tabs" menu, for now it just contains actions for moving/switchingChristian Neumair2008-05-138-5/+282
* Do not set NAUTILUS_WINDOW_OPEN_FLAG_NEW_TAB andChristian Neumair2008-05-072-1/+9
* Only make "Open in New Tab" item sensitive if items are selected.Christian Neumair2008-05-073-0/+10
* Do not update menus if not active, instead of asserting activeness.Christian Neumair2008-05-012-1/+12
* Add "Open in New Tab" item. Move bookmark history handling code fromChristian Neumair2008-05-0112-84/+131
* Import Epiphany's EphyNotebook with some changes. Support a flag toChristian Neumair2008-05-0116-147/+941
* Use dispose instead of finalize. Only load toolbar items on slotChristian Neumair2008-05-013-8/+28
* Remove unused code.Christian Neumair2008-03-222-4/+6
* Call parent method.Christian Neumair2008-03-223-0/+12
* Split out emission code from nautilus_window_report_location_change() intoChristian Neumair2008-03-224-31/+50
* Call parent method.Christian Neumair2008-03-222-0/+9
* Do not try to hide zoom control if we are already destroyed.Christian Neumair2008-03-224-15/+31
* Move "Show hidden files" menu code and preference listening fromChristian Neumair2008-03-229-126/+114
* Copy slot list before freeing slots, since it will change the list.Christian Neumair2008-03-222-2/+9
* Reuse nautilus_window_get_slot_for_content_box().Christian Neumair2008-03-212-2/+6
* Disconnect location change code when closing slot, rather than at windowChristian Neumair2008-03-215-37/+22
* Add NAUTILUS_WINDOW_OPEN_FLAG_NEW_TAB to NautilusWindowOpenFlags.Christian Neumair2008-03-2114-97/+398