summaryrefslogtreecommitdiff
path: root/gtk/compat.c
Commit message (Collapse)AuthorAgeFilesLines
* remove usage of deprecated gtk alignment interfaceVincent Sanders2015-04-111-0/+5
|
* Add gtk compatability for margin setting.Vincent Sanders2015-04-111-0/+13
|
* Add widget alignment gtk compatability interface.Vincent Sanders2015-04-111-0/+40
|
* Improve the stock icon/icon name compatability logic to be explicitVincent Sanders2015-04-111-21/+28
|
* Fixup deprication of gtk_icon_size_lookup_for_settings in gtk 3.10Vincent Sanders2015-04-101-0/+15
|
* cope with deprication of image menus in GTK 3.10Vincent Sanders2015-04-101-0/+16
|
* remove no longer required gtk_dialog_get_action_area compatability interfaceVincent Sanders2015-04-101-9/+0
|
* extend GTK 3 compatability with opacity and viewport helpersVincent Sanders2015-04-101-0/+21
|
* Fix up silly recusrsion typo in nsgtk_button_new_from_stock compatabilityVincent Sanders2015-04-101-2/+2
|
* fixup default toolbar button creation for depricated GTK 3 operationsVincent Sanders2015-04-101-0/+10
|
* Extend gtk compatability to fix more items depricated in GTK 3.10Vincent Sanders2015-04-091-1/+30
|
* cope with deprication of gtk_style_context_get_fontVincent Sanders2015-04-091-1/+7
|
* Only define compatability helpers for sexy icons if required.Vincent Sanders2015-04-091-10/+17
| | | | | 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-72/+101
|
* Make step adjustment work on GTK 2.12John-Mark Bell2012-11-051-0/+4
|
* Force GtkAdjustments to have a step -- this is a bodge but makes ↵Daniel Silverstone2012-11-041-0/+8
| | | | scrollwheels work again
* fix build on gtk 2.12Vincent Sanders2012-05-171-0/+99
| | | | svn path=/trunk/netsurf/; revision=13927
* allow netsurf to build with gtk3Vincent Sanders2012-05-161-0/+132
| | | | svn path=/trunk/netsurf/; revision=13926
* only use libsexy entry widget prior to gtk 2.16Vincent Sanders2011-12-301-0/+45
| | | | svn path=/trunk/netsurf/; revision=13356
* compatability fix for recent gtk API deprecationVincent Sanders2011-06-071-0/+27
| | | | svn path=/trunk/netsurf/; revision=12469
* gtk_dialog_set_has_separator is deprecated in GTK >= 2.21.8John Mark Bell2011-03-131-0/+9
| | | | svn path=/trunk/netsurf/; revision=12009
* fixup gtk source file namesVincent Sanders2011-01-291-0/+90
svn path=/trunk/netsurf/; revision=11529