summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* create netsurf inttypes header to have portable integer formatting macrosVincent Sanders2017-01-211-1/+1
* rationalise use of utils/utils.h headerVincent Sanders2017-01-192-1/+1
* move plot style header to netsurf include directoryVincent Sanders2017-01-139-214/+11
* make local history use system coloursVincent Sanders2017-01-123-63/+115
* Clear pointer after freeChris Young2017-01-081-0/+1
* clear tree pointer on freeChris Young2017-01-051-0/+1
* move tree compatability layer to amiga frontendVincent Sanders2016-12-313-443/+2
* Old tree code compat layer: Update so it still builds.Michael Drake2016-12-291-2/+4
* Hotlist: Allow hotlist initilialisation without hotlist corewindow.Michael Drake2016-12-292-10/+65
* Treeview: Add API for attaching and detaching from corewindows.Michael Drake2016-12-292-0/+51
* Treeview: Allow treeview to be created "detached".Michael Drake2016-12-291-2/+1
* Treeview: Don't call corewindow callbacks if not attached to a corewindow.Michael Drake2016-12-291-4/+12
* Treeview: Convert to using corewindow callback wrappers.Michael Drake2016-12-291-37/+35
* Treeview: Add wrappers for corewindow callbacks.Michael Drake2016-12-291-0/+58
* Merge branch 'vince/ro-corewindow'Vincent Sanders2016-12-281-0/+2
|\
| * Fix crash when treeview widget is reinitialisedVincent Sanders2016-12-281-0/+2
* | Tree compat layer: Fix assertion for multiple SSL cert windows.Michael Drake2016-12-181-4/+4
* | Ensure memory used by Messages is freed on exitChris Young2016-12-111-0/+3
|/
* fix spelling of retrivedVincent Sanders2016-11-211-6/+6
* Merge 3.6 release and prepare 3.7 devDaniel Silverstone2016-11-191-2/+2
|\
| * Update version.c and amiga version.cDaniel Silverstone2016-11-191-6/+1
|/
* complete transition to locale independant core operationVincent Sanders2016-09-291-2/+1
* remove cookie manage display of the no_delete booleanVincent Sanders2016-09-131-26/+0
* if the cookie is a session cookie indicate itVincent Sanders2016-09-131-1/+7
* change save complete to use ascii character manipulationVincent Sanders2016-09-111-7/+8
* improve cookie time display and document locale interactionVincent Sanders2016-09-101-39/+86
* move core window API into netsurf header pathVincent Sanders2016-08-183-86/+2
* Treeview: Add `treeview_font_size` to options.Michael Drake2016-08-112-6/+5
* Treeview: Rationalise initialisation and finalisation.Michael Drake2016-08-107-23/+72
* fix hotlist keypress consumption returnVincent Sanders2016-08-062-4/+4
* fix global history keypress consumption returnVincent Sanders2016-08-042-3/+3
* fix certificate viewer keypress consumption returnVincent Sanders2016-07-312-5/+3
* Allow certificate verification user prompt creation to return errorsVincent Sanders2016-07-312-4/+8
* Fix cookie manager keypress consumption returnVincent Sanders2016-07-312-3/+3
* URL escape: Simplify to avoid unnecessary allocation.Michael Drake2016-07-251-1/+1
* move key press enums and operations to their own headerVincent Sanders2016-07-014-63/+14
* remove unecessary textinput header use from treeview headerVincent Sanders2016-06-303-9/+13
* remove unecessary textinput header use from global history headerVincent Sanders2016-06-302-5/+5
* remove unecessary textinput header use from hotlist headerVincent Sanders2016-06-301-4/+3
* remove unecessary textinput header useVincent Sanders2016-06-301-4/+3
* reduce curl usage to fetcher, url unescaping and time parsingVincent Sanders2016-06-291-1/+0
* move the public form APIVincent Sanders2016-06-142-2/+2
* msplit public url database API out for frontendsVincent Sanders2016-06-132-0/+3
* remove unecessary content API usage from atari frontendVincent Sanders2016-06-081-0/+1
* Allow include directories to be added by sub makefilesVincent Sanders2016-06-066-8/+8
* Update content to split public and internal APIVincent Sanders2016-06-069-121/+135
* fix missing includes from header API changesVincent Sanders2016-05-301-1/+1
* move plotters header into public APIVincent Sanders2016-05-3012-171/+11
* move desktop window header into public APIVincent Sanders2016-05-3013-752/+44
* move mouse and pointer state header into public APIVincent Sanders2016-05-3010-126/+9