summaryrefslogtreecommitdiff
path: root/desktop/local_history.c
Commit message (Collapse)AuthorAgeFilesLines
* move history bitmap thumbnail into the page information structureVincent Sanders2017-09-101-2/+2
|
* fix resource leak on error in local history initialisationVincent Sanders2017-06-121-14/+15
|
* remove depricated local history display APIVincent Sanders2017-06-111-21/+308
| | | | | | Move local history display into separate module using corewindow API. Note this is purely the rendering and teh browser history module still constructs the history data.
* Split local history data from viewer in headersVincent Sanders2017-06-101-2/+3
| | | | | | This separates the local history data object API from the viewing API. It also changes the api to return nsurl references instead of strings.
* Local history: Pass clip rectangle around as struct.Michael Drake2017-06-101-1/+1
|
* Add local history get url APIVincent Sanders2017-05-281-0/+21
|
* update invalidate area core window APIVincent Sanders2017-05-231-0/+1
| | | | | | | | 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
* add local history corewindow APIVincent Sanders2017-02-171-0/+135
|
* Make history internal to browser_window module.Michael Drake2014-02-151-855/+0
|
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-1/+1
|
* Allow tab creation without history clone. Changes browser_window_create and ↵Michael Drake2014-02-101-2/+4
| | | | browser_window_navigate flags.
* Simplify local history interface.Michael Drake2014-02-081-18/+18
|
* clean up desktop/gui.h include usageVincent Sanders2014-01-291-1/+1
|
* fix local history error return leak (coverity 1109890)Vincent Sanders2013-11-031-5/+13
|
* Log thumbnail creation.Michael Drake2013-10-241-0/+1
|
* Move local history over to nsurl.Michael Drake2013-07-111-43/+23
|
* s/history_core/local_history/Michael Drake2013-07-101-0/+864