summaryrefslogtreecommitdiff
path: root/extensions/tab-panel.c
Commit message (Expand)AuthorAgeFilesLines
* Put TabNew button and separator in the tab panelChristian Dywan2014-03-041-17/+10
* Setup viewable toolbar consistently in Midori.PanelChristian Dywan2013-06-221-3/+0
* Add Midori.Tab.fg/bg_color and Midori.View.set_colorsChristian Dywan2013-03-231-6/+13
* Disconnect view callbacks by view in tab_panel_deactivate_cbChristian Dywan2012-12-161-13/+17
* Remove midori_browser_foreach in favour of GListChristian Dywan2012-12-161-10/+4
* Fix stale GtkNotebook-isms in browser and tab panelChristian Dywan2012-12-021-4/+3
* Distinguish connecting and closing of tabsChristian Dywan2012-10-181-2/+2
* Require GTK+ 2.16 or laterChristian Dywan2012-07-201-4/+0
* Move tab removal out of the signalChristian Dywan2012-07-151-2/+2
* Add and use midori_browser_(page_num/n_pages) APIChristian Dywan2012-03-141-4/+1
* Show mismatching build version suffix for extensionsChristian Dywan2011-11-081-1/+1
* sokoke, gtk3-compat, gtkiconentry, stock join midori-platform.hChristian Dywan2011-10-311-1/+0
* Introduce MIDORI_EVENT_CONTEXT_MENU in midori-platform.hChristian Dywan2011-09-211-1/+1
* Make Tab Panel use the correct foreground coloursChristian Dywan2011-04-251-4/+7
* Add MidoriBrowser::move-tab and use it in Tab PanelAlexander Friesen2011-03-071-0/+38
* Make sure minimized tabs show up in Tab PanelChristian Dywan2010-12-111-1/+19
* Use function to access browser settings an panelChristian Dywan2010-11-011-2/+1
* Fix removal of tabs from Tab Panel treeviewChristian Dywan2010-10-051-1/+1
* Don't use the deprecated GTK_IN_DESTRUCTION flagChristian Dywan2010-10-051-2/+2
* Implement and use KATZE_ARRAY_FOREACH_ITEMChristian Dywan2010-09-121-3/+1
* Switch to Tab Panel after activating it for the first timeChristian Dywan2010-08-231-2/+5
* Update tab panel colours in icon callbackChristian Dywan2010-03-221-4/+7
* Use tab label colours in the tab panel, even if they are colourfulChristian Dywan2009-11-201-7/+11
* Remove sokoke_widget_popup and replace all call sitesChristian Dywan2009-11-151-2/+1
* Update tab panel selection when tabs are switched, opened or closedChristian Dywan2009-09-291-57/+63
* Support minimizing in tab panel, improve treeview updatingChristian Dywan2009-08-181-83/+265
* Show close icons in the tab panel, if enabledChristian Dywan2009-07-281-4/+46
* Manually setup the tab panel tooltipChristian Dywan2009-07-271-3/+33
* Ellipsize titles and show tooltips in the tab panelChristian Dywan2009-07-271-3/+9
* Don't indent tab panel rows, we don't have expandersChristian Dywan2009-07-261-0/+1
* Insert tabs in the Tab Panel the same order as the notebookChristian Dywan2009-06-291-4/+7
* Use the new public tab menu in the Tab Panel extensionChristian Dywan2009-06-271-56/+1
* Use URI instead of the view itself to open tabs in new windowsChristian Dywan2009-06-231-1/+2
* Close tabs in the Tab Panel with a middle clickChristian Dywan2009-06-231-1/+3
* Switch tabs in the Tab Panel with a single left clickChristian Dywan2009-06-221-2/+2
* Use show-tabs in Tab Panel to hide the ordinary tabsChristian Dywan2009-06-221-9/+3
* Remove views from the tab panel as they are removed from the browserChristian Dywan2009-06-221-0/+20
* Implement a tree view of open tabs in the Tab PanelChristian Dywan2009-06-211-7/+271
* Hide the default tab labels when Tab Panel is activeChristian Dywan2009-06-201-0/+11
* Refactor Tab Panel into a single fileChristian Dywan2009-06-201-0/+122