summaryrefslogtreecommitdiff
path: root/gtk/compat.h
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-296/+0
|
* Change GTK UI builder handling to use resource APIVincent Sanders2015-06-171-0/+25
| | | | | | | | | | | | | | GTK UI builder resources have till now been exclusively stored on disc requiring netsurf to ship numerous additional resource files. This requires going to disc every time a UI action is performed which can become a lot of unwanted file handling. GLib/GTK has moved towards GResource handling for such resources instead. It now seems that migrating to this style of usage is expected and indeed the only portable way to include pixbufs. This introduces an API to hide the various implementation details of how resources are handled from the rest of the codebase.
* fix documentation errors in gtk introduced by recent updates.Vincent Sanders2015-04-121-4/+8
|
* Add gtk compatability for margin setting.Vincent Sanders2015-04-111-0/+14
|
* Add widget alignment gtk compatability interface.Vincent Sanders2015-04-111-0/+25
|
* Improve the stock icon/icon name compatability logic to be explicitVincent Sanders2015-04-111-3/+10
|
* Fixup deprication of gtk_icon_size_lookup_for_settings in gtk 3.10Vincent Sanders2015-04-101-0/+2
|
* cope with deprication of image menus in GTK 3.10Vincent Sanders2015-04-101-0/+24
|
* remove no longer required gtk_dialog_get_action_area compatability interfaceVincent Sanders2015-04-101-1/+0
|
* extend GTK 3 compatability with opacity and viewport helpersVincent Sanders2015-04-101-0/+4
|
* fixup default toolbar button creation for depricated GTK 3 operationsVincent Sanders2015-04-101-0/+11
|
* Extend gtk compatability to fix more items depricated in GTK 3.10Vincent Sanders2015-04-091-5/+29
|
* cope with deprication of gtk_style_context_get_fontVincent Sanders2015-04-091-0/+6
|
* Only define compatability helpers for sexy icons if required.Vincent Sanders2015-04-091-1/+6
| | | | | The helper nsgtk_widget_get_state is only necessary for sexy icons and introduces unecessary GTK 3 compatability issues otehrwise.
* Update gtk compatability header to cope with deprication of stock icon interfaceVincent Sanders2015-04-081-0/+43
|
* remove unecessary includesVincent Sanders2014-02-031-0/+2
|
* work round missing functionalityVincent Sanders2013-06-281-0/+11
|
* fix build on gtk 2.12Vincent Sanders2012-05-171-4/+16
| | | | svn path=/trunk/netsurf/; revision=13927
* allow netsurf to build with gtk3Vincent Sanders2012-05-161-0/+25
| | | | svn path=/trunk/netsurf/; revision=13926
* Fix build with GTK <2.16John Mark Bell2012-01-021-4/+4
| | | | svn path=/trunk/netsurf/; revision=13364
* only use libsexy entry widget prior to gtk 2.16Vincent Sanders2011-12-301-0/+13
| | | | svn path=/trunk/netsurf/; revision=13356
* compatability fix for recent gtk API deprecationVincent Sanders2011-06-071-0/+3
| | | | svn path=/trunk/netsurf/; revision=12469
* gtk_dialog_set_has_separator is deprecated in GTK >= 2.21.8John Mark Bell2011-03-131-0/+1
| | | | svn path=/trunk/netsurf/; revision=12009
* fixup gtk source file namesVincent Sanders2011-01-291-0/+36
svn path=/trunk/netsurf/; revision=11529