summaryrefslogtreecommitdiff
path: root/atari/history.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused functions.Michael Drake2012-10-091-11/+0
|
* Fix warnings, moved prototypes, housekeepingOle Loots2012-08-271-2/+2
|
* Open hotlist and history at top right cornerOle Loots2012-07-271-2/+4
|
* Added missing but not-so important changes from local SVN working copy.Ole Loots2012-07-101-1/+1
|
* fix history redraw by calling the window specific redraw function from ↵Ole Loots2012-06-191-9/+1
| | | | | | gui_poll(), also switch hotlist redraw to to hotlist specific redraw function. svn path=/trunk/netsurf/; revision=13977
* First attempt to implement the global history treeview. There is something ↵Ole Loots2012-06-191-3/+126
| | | | | | wrong with the redraw ( the treeview area of the windo isn't redrawn, also it looks like the treeview content size isn't set ) svn path=/trunk/netsurf/; revision=13973
* I'm actually trying to simplify the frontend code, changes:Ole Loots2011-11-281-0/+1
| | | | | | | | - Optimized browser window caret, uses back-buffer now. ( So no content redraw is scheduled by the frontend just for a caret move ) - Fixed a double redraw issue when the browser reformat is pending and the AES also sends an redraw request because of the resize. - Started to use netsurfs textarea instead of a custom implementation ( to reduce code size ). svn path=/trunk/netsurf/; revision=13191
* Implemented Search DialogOle Loots2011-01-301-0/+0
| | | | svn path=/trunk/netsurf/; revision=11536
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+30
svn path=/trunk/netsurf/; revision=11218