summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* llcache: Rework fs_backing_store to use hashmapDaniel Silverstone2020-02-232-385/+249
* llcache: Persist anything available during llcache_finaliseDaniel Silverstone2020-02-231-0/+5
* utils: Add hashmap_count()Daniel Silverstone2020-02-233-4/+34
* utils: Fix destroy of non-empty hashmapDaniel Silverstone2020-02-231-2/+3
* utils: Add iteration API to hashmapDaniel Silverstone2020-02-233-1/+141
* utils: Add hashmap to sourcesDaniel Silverstone2020-02-231-0/+1
* utils: Add hashmap parameter function typesDaniel Silverstone2020-02-231-6/+36
* Page info: Avoid anonymous union for AmigaOS3 and OpenBSD.Michael Drake2020-02-231-60/+67
* GTK: Page info: Change crtvrfy to pi throughout.Michael Drake2020-02-231-39/+39
* NetSurf: Init/fini the page-info module on browser startup/quit.Michael Drake2020-02-231-1/+10
* Buildsystem: Build the page-info module.Michael Drake2020-02-231-1/+1
* Page info: Add core window size getter, and stub for keypresses.Michael Drake2020-02-231-0/+20
* Page info: Implement mouse action handling.Michael Drake2020-02-231-0/+91
* Page info: Implement redraw.Michael Drake2020-02-231-0/+114
* Page info: Implement page info window creation and destruction.Michael Drake2020-02-231-0/+250
* Page info: Add data structures and module init/fini.Michael Drake2020-02-231-0/+313
* Desktop: Add page-info API.Michael Drake2020-02-231-0/+141
* Browser window API: Add count for page state enum.Michael Drake2020-02-231-0/+1
* Browser window: Add stubs for new interfaces for page-info dialogue.Michael Drake2020-02-232-0/+53
* Browser window: Constify bw through page_info_state getter.Michael Drake2020-02-232-2/+2
* Plot style: Add function to engorge a colour channel.Michael Drake2020-02-231-0/+33
* Plot style: Split lightness calc out of colour_to_bw_furthest macro.Michael Drake2020-02-231-4/+7
* missed a certificate change on amiga frontendVincent Sanders2020-02-231-4/+3
* fix windows and amiga frontends to cope with certificate chain changesVincent Sanders2020-02-233-8/+6
* fix frontends to cope with certificate chain updateVincent Sanders2020-02-236-17/+14
* Keep the complete certificate chain from a fetchVincent Sanders2020-02-2317-427/+590
* Improve some content documentation commentsVincent Sanders2020-02-232-38/+116
* utils: Add a generic hashmap and tests for itDaniel Silverstone2020-02-234-0/+824
* HTML Script: Check for success on intern of mimetype.Michael Drake2020-02-231-1/+5
* hotlist: Report if infallible destruction failsDaniel Silverstone2020-02-231-0/+3
* HTML: Ignore dom exceptions we don't care aboutDaniel Silverstone2020-02-231-4/+4
* Node: nodeValue setter should return value set into nodeDaniel Silverstone2020-02-231-1/+2
* browser_window: Propagate error code when handling errorsDaniel Silverstone2020-02-231-1/+1
* dukky: Guard pointless work for deep debugDaniel Silverstone2020-02-231-2/+2
* GTK: When we update the dimensions, resize the gridDaniel Silverstone2020-02-221-0/+5
* GTK: Drain GTK events before schedule_run()Daniel Silverstone2020-02-221-0/+3
* GTK: Catch a couple of missed flag renamesDaniel Silverstone2020-02-222-2/+2
* Treeview: Constify clip rectangle.Michael Drake2020-02-221-2/+2
* test: Increase window destroy timeout to 30s by defaultDaniel Silverstone2020-02-221-1/+1
* test: Extra info when windows don't destroy quicklyDaniel Silverstone2020-02-221-0/+4
* GTK: Update preferences dialog to use GtkBoxDaniel Silverstone2020-02-221-43/+86
* Browser window: Constify the bw in the URL access function.Michael Drake2020-02-222-2/+2
* Core window: Constify the core_window handle through the getters.Michael Drake2020-02-227-14/+19
* GTK: Remove hack for url bar refresh on throbber stopDaniel Silverstone2020-02-221-3/+0
* browser_window: Inform GUI about redirects and final URLDaniel Silverstone2020-02-221-30/+25
* GTK: Ensure that we don't frob the URL bar from the scaffoldDaniel Silverstone2020-02-222-4/+4
* GTK: Add a location focus state machineDaniel Silverstone2020-02-223-3/+73
* GTK: Request and honour location focusDaniel Silverstone2020-02-222-1/+8
* Browser: Support requesting location focusDaniel Silverstone2020-02-223-0/+6
* GTK: Use new BW_CREATE_FOREGROUND flagsDaniel Silverstone2020-02-224-25/+10