summaryrefslogtreecommitdiff
path: root/gtk/gtk_tabs.c
Commit message (Collapse)AuthorAgeFilesLines
* Apply contributions from Mark Benjamin and Chris Tarnowski, with some ↵Rob Kendrick2009-04-201-11/+31
| | | | | | reworking from me. Beware; glade nastyness ahead. svn path=/trunk/netsurf/; revision=7136
* Update GTK tab opening to hopefully correctly render pages on open. (Mark ↵Daniel Silverstone2009-04-071-3/+6
| | | | | | Benjamin) svn path=/trunk/netsurf/; revision=7055
* 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