summaryrefslogtreecommitdiff
path: root/frontends/gtk
Commit message (Collapse)AuthorAgeFilesLines
* gtk: Update for new hotlist API.Michael Drake2016-12-292-7/+5
| | | | This allows the hotlist backend to work before the hotlist window opens.
* improve gtk corewindow documentationVincent Sanders2016-12-262-14/+13
|
* clean up documentation of GTK core window interfacesVincent Sanders2016-10-264-25/+126
|
* fix gtk install target to cope with gtk3Vincent Sanders2016-10-052-11/+20
|
* fix gtk3 build with corewindowVincent Sanders2016-10-051-4/+0
|
* fix use of default image on menu entries for gtk frontendVincent Sanders2016-09-271-25/+58
|
* make GTK frontend mime type processing use explicit ascii processingVincent Sanders2016-09-071-16/+29
|
* move core window API into netsurf header pathVincent Sanders2016-08-181-1/+1
|
* add bmp file format to file fetch types for gtk and framebufferVincent Sanders2016-08-161-0/+1
|
* licence and credits buttons got swapped, fix itVincent Sanders2016-08-141-2/+2
| | | | Thanks to bavier for the bug report
* Treeview: Rationalise initialisation and finalisation.Michael Drake2016-08-104-24/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the expected behaviour for front ends using the correct API for hotlist, global history, cookie manager, and ssl cert viewer was that the front end would initialise the treeview module on startup and finalise it on application exit. However, this meant that the front ends had to include the core treeview header, which they didn't otherwise need. Since the tree module provided access to the new treeview utilities through the old tree API, and was used by front ends with no changes for the new treeview API, the tree layer refcounted initialisations of treeview-based widgets, and only called the underlying treeview init/fini functions when needed. This change moves that refcounting into the treeview module. Now the hotlist, global history, cookie manager, and ssl cert viewer widgets call call treeview init/fini as part of their own initialisation and finalisation. This means that front ends using the correct APIs for treeview-based widgets don't need to know anything about the underlying treeview, and the tree module compatibility layer has had its treeview refcounting removed. Finally, the treeview_init function took a font size parameter. Now it does not and lit gets font size from config. We probably want to add a new `treeview_font_size` option to nsoptions, and have differnent defaults on different platforms. 12pt on RISC OS, and 11pt elsewhere, most likely.
* remove unused GTK treeview code completely repalced with core window APIVincent Sanders2016-08-064-677/+1
|
* convert GTK hotlist to use GTK core windowVincent Sanders2016-08-065-122/+259
|
* rename gtk global history implementationVincent Sanders2016-08-046-6/+4
|
* convert GTK global history to use GTK core windowVincent Sanders2016-08-044-142/+274
|
* make gtk certificate viewing use gtk core window APIVincent Sanders2016-07-312-73/+202
|
* Allow certificate verification user prompt creation to return errorsVincent Sanders2016-07-312-6/+7
|
* make gtk cookies manager use core window APIVincent Sanders2016-07-313-90/+199
|
* add nsgtk support for core window APIVincent Sanders2016-07-313-1/+743
|
* fix gdk to nskey mapping for home/end and missing keypad mappingsVincent Sanders2016-07-311-12/+44
|
* cleanup gtk cookie interfaceVincent Sanders2016-07-254-27/+50
| | | | | use gtk_window_present instead of gdk_window_raise and reduce exposed variables and interfaces.
* Explicitely support http and https URI schemes in the .desktopFrançois Revol2016-07-221-1/+1
|
* fix gtk TLS certificate viewing with multiple queriesVincent Sanders2016-07-126-26/+79
|
* move key press enums and operations to their own headerVincent Sanders2016-07-016-11/+15
|
* remove unecessary textinput header use from hotlist headerVincent Sanders2016-06-301-0/+1
|
* Move fetcher_fdset to fetch.h (and rename to fetch_fdset). Maybe not ideal ↵Daniel Silverstone2016-06-271-2/+2
| | | | but better
* move the public form APIVincent Sanders2016-06-141-1/+1
|
* msplit public url database API out for frontendsVincent Sanders2016-06-133-4/+6
|
* reduce unecessary usage of content headersVincent Sanders2016-06-065-11/+4
|
* Update content to split public and internal APIVincent Sanders2016-06-064-11/+15
|
* move plotters header into public APIVincent Sanders2016-05-306-6/+6
|
* move desktop window header into public APIVincent Sanders2016-05-3012-12/+12
|
* move mouse and pointer state header into public APIVincent Sanders2016-05-301-1/+1
|
* move netsurf header into public APIVincent Sanders2016-05-301-1/+1
|
* move layout header into public APIVincent Sanders2016-05-301-1/+1
|
* move fetch header into public APIVincent Sanders2016-05-301-1/+1
|
* move misc header into public APIVincent Sanders2016-05-301-1/+1
|
* move download header into public APIVincent Sanders2016-05-301-1/+1
|
* move clipboard header into public APIVincent Sanders2016-05-301-1/+1
|
* move window header into public APIVincent Sanders2016-05-301-1/+1
|
* move search header into public APIVincent Sanders2016-05-301-1/+1
|
* move bitmap API header to core include directoryVincent Sanders2016-05-261-1/+1
|
* move image content handlers to accomodate core build changesVincent Sanders2016-05-231-1/+1
|
* rationalise use of gtk scaffolding headerVincent Sanders2016-05-216-6/+4
|
* store toolbar config in standard options instead of a separate fileVincent Sanders2016-05-215-74/+97
|
* move frontends into sub directoryVincent Sanders2016-05-15141-0/+32309