summaryrefslogtreecommitdiff
path: root/desktop/browser_history.h
Commit message (Collapse)AuthorAgeFilesLines
* fix warning due to undefined bitmap structureVincent Sanders2017-09-111-0/+1
|
* rationalise history icon bitmap handling to ensure correct lifetimeVincent Sanders2017-09-101-10/+15
|
* Split local history data from viewer in headersVincent Sanders2017-06-101-105/+25
| | | | | | 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-9/+6
|
* Core local history: Remove unused redraw API.Michael Drake2017-06-101-9/+0
|
* make local history navigation return errorsVincent Sanders2014-10-301-3/+102
| | | | | | | The local history interface now reports errors to its callers isntead of inconsistantly waning the user occasionally on error. The documentation comemhts were also updated to match reality
* make history update return error code.Vincent Sanders2014-10-291-1/+10
| | | | | This now returns errors instead of failing and inconsistantly calling user warnings for some error paths.
* make adding a history entry return an error code.Vincent Sanders2014-10-291-1/+11
| | | | | This returns the error code to the caller instead of (sometimes) warning the user directly.
* Rename function arguments to avoid using 'new'.Michael Drake2014-02-191-2/+2
|
* Make history internal to browser_window module.Michael Drake2014-02-151-0/+141