summaryrefslogtreecommitdiff
path: root/gtk/gtk_tabs.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary storage of page number in tab addDaniel Silverstone2009-01-021-2/+2
| | | | svn path=/trunk/netsurf/; revision=5955
* Move tab opening logic to same place as new window opening. Make option for ↵Michael Drake2008-11-291-3/+2
| | | | | | "Tabbed browsing", which is enabled by default. Someone who knows how to work glade could add the "Tabbed browsing" option to the choices dialogue. When a link is opened in a new tab, don't change tab. svn path=/trunk/netsurf/; revision=5816
* Ctrl+W now closes just the current tab, and Ctrl+Shift+W closes the window. ↵Rob Kendrick2008-10-181-0/+14
| | | | | | Added menu item to do this, too. svn path=/trunk/netsurf/; revision=5593
* Style guide formatting.Michael Drake2008-10-111-16/+15
| | | | svn path=/trunk/netsurf/; revision=5535
* Fix close icon size on tabs. Thanks to Christian Dywan (kalikiana).Michael Drake2008-10-111-11/+15
| | | | svn path=/trunk/netsurf/; revision=5534
* More GTK warning fixes.Rob Kendrick2008-10-091-2/+1
| | | | svn path=/trunk/netsurf/; revision=5523
* Add support for displaying the tab bar if there's only one tab.Daniel Silverstone2008-09-161-4/+15
| | | | svn path=/trunk/netsurf/; revision=5348
* Merge Mike's tabs changes. Still needs some cleaning.Rob Kendrick2008-08-241-0/+154
svn path=/trunk/netsurf/; revision=5189