summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Improve gtk scaffolding documentationVincent Sanders2015-06-301-35/+48
* Ensure gtk windows have a default favicon at creation.Vincent Sanders2015-06-301-4/+11
* Fix missing unistd includes to allow building with older headersVincent Sanders2015-06-292-1/+3
* Add missing include to gtk scaffoldingVincent Sanders2015-06-291-0/+1
* fix glib resource API usage even when gresource was disabledVincent Sanders2015-06-291-0/+9
* Improve resource code to not try and use g_resource calls when disabled.Vincent Sanders2015-06-291-1/+5
* Allow gtk preferences language selection resource to be inlineVincent Sanders2015-06-252-41/+138
* Update GTK url bar completion to navigate on selectionVincent Sanders2015-06-233-60/+142
* Change gtk message and language handling to use resource namesVincent Sanders2015-06-237-38/+61
* Allow GTK to include inline resources for default cssVincent Sanders2015-06-222-0/+6
* Don't need gtkdefault.css now.Michael Drake2015-06-223-14/+1
* Consolidate default style.Michael Drake2015-06-221-13/+0
* Allow translation messages to be compiled in as GTK resourcesVincent Sanders2015-06-214-22/+76
* This moves message loading out of netsurf_init into each frontendVincent Sanders2015-06-211-8/+27
* Change GTK resource path to use the users netsurf directoryVincent Sanders2015-06-211-2/+37
* Add direct resources to GTKVincent Sanders2015-06-176-104/+346
* Change gtk to use resource API for throbberVincent Sanders2015-06-175-86/+60
* Make GTK resource handling configurableVincent Sanders2015-06-174-11/+36
* Add legacy support for inline pixbuf usageVincent Sanders2015-06-172-16/+44
* update default gtk window icon source to use resourcesVincent Sanders2015-06-173-5/+9
* Change GTK UI builder handling to use resource APIVincent Sanders2015-06-1724-561/+983
* Add links to dutch resources for gtk frontendVincent Sanders2015-06-173-0/+3
* move gtk menu cursor creation into separate resourec handling moduleVincent Sanders2015-06-044-15/+75
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-281-2/+2
* Change LOG() macro to be varadicVincent Sanders2015-05-2819-93/+94
* Fix warnings about using integer absolute operations on floating point valuesVincent Sanders2015-05-212-13/+18
* Change how GDK image resources are compiled in.Vincent Sanders2015-05-202-3/+3
* Remove unused thumbnail sources from core and gtkVincent Sanders2015-04-232-123/+1
* Change gtk bitmap render to use scaled content redraw.Vincent Sanders2015-04-231-4/+3
* Add render to bitmap operations and update gtk to provide it.Vincent Sanders2015-04-221-15/+101
* Remove webp image handlingVincent Sanders2015-04-211-2/+0
* Remove unecessary inclusion of the image bitmap headerVincent Sanders2015-04-201-1/+0
* move the mandantory library config for libcss and libdom to core makefileVincent Sanders2015-04-171-3/+0
* Ensure GTK source viewer reports errors appropriately.Vincent Sanders2015-04-173-6/+18
* ensure memory is freed on error path in gtk viewdataVincent Sanders2015-04-171-0/+4
* Ensure gtk XDG editor handling never uses an unintialised value.Vincent Sanders2015-04-171-1/+2
* Update monkey frontend to use bitmap operation table.Vincent Sanders2015-04-151-4/+3
* Convert framebuffer frontend to bitmap operations table.Vincent Sanders2015-04-141-1/+2
* chnage GTK frontend to using bitmap operation tableVincent Sanders2015-04-134-22/+42
* fix documentation errors in gtk introduced by recent updates.Vincent Sanders2015-04-122-6/+19
* clean up gtk gui header usage and includesVincent Sanders2015-04-129-13/+11
* actually add the files from the previous gtk ssl rework commitVincent Sanders2015-04-122-0/+171
* split out gtk SSL certificate verification dialog impementation.Vincent Sanders2015-04-123-109/+5
* Fixup gtk3 ssl certificate dialog and ensure its parent is set.Vincent Sanders2015-04-122-185/+165
* Refactor GTK toolbar handling to correctly cope with text labelsVincent Sanders2015-04-125-715/+704
* remove usage of deprecated gtk alignment interfaceVincent Sanders2015-04-115-59/+82
* Add gtk compatability for margin setting.Vincent Sanders2015-04-113-1/+28
* Add widget alignment gtk compatability interface.Vincent Sanders2015-04-113-10/+74
* Improve the stock icon/icon name compatability logic to be explicitVincent Sanders2015-04-113-35/+51
* Fixup deprication of gtk_icon_size_lookup_for_settings in gtk 3.10Vincent Sanders2015-04-103-1/+18