summaryrefslogtreecommitdiff
path: root/desktop/history_core.h
Commit message (Collapse)AuthorAgeFilesLines
* s/history_core/local_history/Michael Drake2013-07-101-130/+0
|
* Constify frag_id param.Michael Drake2011-10-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=13089
* Fix up RISC OS front end.Michael Drake2011-06-301-0/+1
| | | | svn path=/trunk/netsurf/; revision=12545
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-2/+3
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Publishing 'history_go' function and creating API to enumerate all history ↵Sven Weidauer2011-02-281-0/+31
| | | | | | items reachable by the forward or back buttons. svn path=/trunk/netsurf/; revision=11856
* Added API to enumerate entries in history tree.Sven Weidauer2011-02-281-0/+47
| | | | svn path=/trunk/netsurf/; revision=11854
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-3/+3
| | | | svn path=/trunk/netsurf/; revision=10180
* Revert r6973. Apparently, it causes loads of problems.John Mark Bell2009-04-051-2/+0
| | | | svn path=/trunk/netsurf/; revision=7047
* Remember the scroll position in the history, so that it's maintained when ↵John Mark Bell2009-03-171-0/+2
| | | | | | going back. (credit: Paweł Blokus) svn path=/trunk/netsurf/; revision=6793
* Add ability to render part of a local history window.Chris Young2009-03-081-0/+2
| | | | | | | | | | This is achieved through new function history_redraw_rectangle. It takes the co-ordinates of the history area to plot as parameters 2-5 and the co-ordinates of the top-left position to draw this area as params 6,7 Added local history scrolling to Amiga port using the above function. svn path=/trunk/netsurf/; revision=6740
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Clone history for child browser windows.Richard Wilson2006-04-221-0/+1
| | | | svn path=/trunk/netsurf/; revision=2546
* [project @ 2006-03-25 20:30:35 by bursa]James Bursa2006-03-251-0/+36
Split local history into portable and RISC OS specific code. Improve layout of history tree. svn path=/import/netsurf/; revision=2164