summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* cleanup use of internal frames scrollbar widget headerVincent Sanders2017-06-111-4/+6
|
* Split local history data from viewer in headersVincent Sanders2017-06-105-137/+164
| | | | | | This separates the local history data object API from the viewing API. It also changes the api to return nsurl references instead of strings.
* Core local history: Remove debug background fill.Michael Drake2017-06-101-1/+0
|
* Core local history: Make rendering behave like treeview.Michael Drake2017-06-101-33/+29
| | | | | This fixes behaviour now that both treeviews and local history can be rendered through core window.
* Local history: Pass clip rectangle around as struct.Michael Drake2017-06-103-38/+26
|
* Core local history: We always clip, so don't need to handle condition.Michael Drake2017-06-101-14/+10
|
* Core local history: Remove unused redraw API.Michael Drake2017-06-102-39/+0
|
* Local history: Render window background fill.Michael Drake2017-06-091-0/+16
|
* Update documentation removing junk and moving to markdown for most text filesVincent Sanders2017-06-091-1/+1
|
* Add local history get url APIVincent Sanders2017-05-282-8/+43
|
* update invalidate area core window APIVincent Sanders2017-05-232-20/+21
| | | | | | | | slightly extends the invalidate core window API with error return and whole window invalidation. Also renames it to be more inline with browser window API call. cannot quite reuse browser window API yet as that applies scaling
* Core hotlist: Improve hotlist_init documentation.Michael Drake2017-04-281-1/+4
|
* Core hotlist: A NULL save_path makes the hotlist read-only.Michael Drake2017-04-282-6/+15
|
* simplify the browser window operations by removing scroll APIVincent Sanders2017-04-262-72/+92
| | | | | The browser window scrollingAPI was duplicated in window operation table, this simplifies it to a single set_scroll API.
* remove reformat from browser window operation tableVincent Sanders2017-04-263-10/+32
| | | | | | the reformat callback was completely unecessary and implementations appeared potentialy buggy. This rationalises the API and reduces the number of operations a frontend must provide.
* Core hotlist: Ensure any hotlist save callback is removed on hotlist_fini.Michael Drake2017-04-251-0/+4
|
* Hotlist: Save hotlist modifications.Michael Drake2017-04-251-71/+110
| | | | | | When URLs are added, or address entries are edited or deleted, a hotlist save is scheduled to happen after 10 seconds, if there isn't already a hotlist save scheduled.
* Core hotlist API: Take save path at init, rather than fini.Michael Drake2017-04-252-8/+24
|
* replace redraw and update methods with invalidate in window table APIVincent Sanders2017-04-192-7/+4
|
* make mimesniffing use core stringsVincent Sanders2017-03-191-6/+0
|
* split out browser window drag context into separate structureVincent Sanders2017-03-033-76/+101
|
* split out browser windoe favicon context to separate structureVincent Sanders2017-03-032-42/+75
|
* split out status bar text cache into separate structVincent Sanders2017-03-032-39/+67
|
* improve documentation comments in ssl certificate viewerVincent Sanders2017-03-012-85/+136
|
* make scrollbar redraw signal errors correctlyVincent Sanders2017-03-014-194/+273
| | | | | allow scrollbar redraw to return error codes and update documentation commenst appropriately.
* Change interface to system colours to allow reporting of errorsVincent Sanders2017-03-018-124/+261
| | | | | | Allow system colour interface to report errors instead of silently failing and propogate the errors. This also fixes teh system colour documentation.
* Improve treeview documentation commentsVincent Sanders2017-02-282-544/+924
|
* fix some doxygen errorsVincent Sanders2017-02-242-4/+4
|
* fix remaining doccomment errorsVincent Sanders2017-02-222-7/+44
|
* clean up some of the doxygen generation warningsVincent Sanders2017-02-192-8/+4
|
* add local history corewindow APIVincent Sanders2017-02-173-1/+246
|
* clean up incorrect documentation comments from plotter API reworkVincent Sanders2017-02-141-4/+4
|
* fix buildChris Young2017-02-141-1/+1
|
* Remove use of global context data from Amiga frontendChris Young2017-02-132-1/+5
|
* fix plotter mergeVincent Sanders2017-02-121-2/+2
|
* Update knockout plotter to use new APIVincent Sanders2017-02-114-291/+474
|
* Update all core use of plotters to new APIVincent Sanders2017-02-115-278/+407
|
* 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
| | | | | move plotter style header and adjust all callers to use only what they actually require.
* 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
| | | | | | Now, hotlist_init can be called without a corewindow. This allows the hotlist backend to be up and running, before any hostlist manager is opened. Calling hotlist_manager_init attaches the hotlist to a corewindow.
* 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
| | | | This allows treeviews to be constructed before their corewindow.
* 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
|