summaryrefslogtreecommitdiff
path: root/gtk/tabs.c
Commit message (Collapse)AuthorAgeFilesLines
* Actually do something with return value.Michael Drake2015-12-201-0/+3
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-2/+2
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* clean up gtk gui header usage and includesVincent Sanders2015-04-121-1/+0
|
* Add gtk compatability for margin setting.Vincent Sanders2015-04-111-1/+1
|
* Add widget alignment gtk compatability interface.Vincent Sanders2015-04-111-10/+9
|
* Fixup deprication of gtk_icon_size_lookup_for_settings in gtk 3.10Vincent Sanders2015-04-101-1/+1
|
* Update gtk compatability header to cope with deprication of stock icon interfaceVincent Sanders2015-04-081-2/+3
|
* clean up gtk scaffolding interface, remove lots of cruft and globalsVincent Sanders2014-07-271-1/+1
|
* fix gtk title setting to cope with null titles coverity 1109897Vincent Sanders2013-10-251-2/+1
|
* completely rework scaffolding window destruction using gtkwidget destroy signalsVincent Sanders2013-06-281-17/+21
|
* add new tab tabVincent Sanders2013-06-271-45/+215
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* remove supurflous variableVincent Sanders2012-06-101-5/+7
| | | | svn path=/trunk/netsurf/; revision=13960
* allow netsurf to build with gtk3Vincent Sanders2012-05-161-5/+15
| | | | svn path=/trunk/netsurf/; revision=13926
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-4/+4
| | | | svn path=/trunk/netsurf/; revision=13548
* fix favicon displayVincent Sanders2012-02-211-11/+3
| | | | svn path=/trunk/netsurf/; revision=13460
* ensure favicon is correctly setVincent Sanders2011-12-311-11/+2
| | | | svn path=/trunk/netsurf/; revision=13358
* add option to set tab positionVincent Sanders2011-09-261-0/+24
| | | | svn path=/trunk/netsurf/; revision=12896
* clean up gtk tabs argument types to avoid uncessary castingVincent Sanders2011-09-261-98/+103
| | | | svn path=/trunk/netsurf/; revision=12888
* Remove gui_window_get_browser_window from core. Remove unused ↵Michael Drake2011-09-051-2/+2
| | | | | | implementations from front ends. Rename the GTK front end implementation to nsgtk_get_browser_window and change the GTK front end to use that. svn path=/trunk/netsurf/; revision=12737
* GTK changes for core search update (r12646).Michael Drake2011-08-241-2/+3
| | | | svn path=/trunk/netsurf/; revision=12647
* fixup gtk source file namesVincent Sanders2011-01-291-0/+217
svn path=/trunk/netsurf/; revision=11529