summaryrefslogtreecommitdiff
path: root/atari/history.c
Commit message (Collapse)AuthorAgeFilesLines
* Some more finetuning...Ole Loots2013-01-311-1/+3
|
* Prefixed gemtk module functions.Ole Loots2013-01-221-6/+6
|
* - started to work on settings dialogOle Loots2012-12-211-4/+10
| | | | | | - some WIP in treeview widgets. Changed destroy / and init handling. It requires some optimization, when the widget is closed it must remove itself from the guiwin list, for perfomance.
* Preparing for merge...Ole Loots2012-12-181-0/+5
|
* Use global variable desk_area for size calculationOle Loots2012-12-061-8/+7
|
* Hotlist now works without windom.Ole Loots2012-11-221-48/+60
|
* Ripped Windom out of the treeview implementation,Ole Loots2012-11-201-27/+29
| | | | it still requires scroll event handling to be implemented.
* 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