Vincent Sanders
5749ace60f
split out internal local history macros from public interface header
2021-03-23 22:09:37 +00:00
Michael Drake
813a284e9e
Local history: Consolidate thumbnail dimensions.
2019-08-02 21:23:06 +01:00
Vincent Sanders
8afeffedad
fix warning due to undefined bitmap structure
2017-09-11 16:44:46 +01:00
Vincent Sanders
8fb2fc6fc3
rationalise history icon bitmap handling to ensure correct lifetime
2017-09-10 16:06:38 +01:00
Vincent Sanders
653ccb78a9
Split local history data from viewer in headers
...
This separates the local history data object API from the viewing
API. It also changes the api to return nsurl references instead of
strings.
2017-06-10 18:37:21 +01:00
Michael Drake
368b03bffb
Local history: Pass clip rectangle around as struct.
2017-06-10 11:15:20 +01:00
Michael Drake
5225ca2b90
Core local history: Remove unused redraw API.
2017-06-10 10:40:43 +01:00
Vincent Sanders
612100bd1a
make local history navigation return errors
...
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
2014-10-30 22:21:36 +00:00
Vincent Sanders
8947af72ce
make history update return error code.
...
This now returns errors instead of failing and inconsistantly calling
user warnings for some error paths.
2014-10-29 23:15:51 +00:00
Vincent Sanders
b1ee46cfb3
make adding a history entry return an error code.
...
This returns the error code to the caller instead of (sometimes)
warning the user directly.
2014-10-29 22:47:25 +00:00
Michael Drake
32a522241f
Rename function arguments to avoid using 'new'.
2014-02-19 14:08:52 +00:00
Michael Drake
a38a63a37e
Make history internal to browser_window module.
2014-02-15 18:44:50 +00:00