summaryrefslogtreecommitdiff
path: root/atari/hotlist.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed warnings for incomptible pointer typeOle Loots2013-09-221-1/+2
| | | | The API expects to receive core_window as window handle now.
* Hotlist and History and Cookies Manager implemented.Ole Loots2013-09-211-3/+1
| | | | (The Cookie Manager window is a new one)
* Treeview implementation adjustedOle Loots2013-09-171-0/+46
| | | | (still requires changes at several places in the atari frontent)
* Replaced atari_treeview wrapper with a new oneOle Loots2013-09-161-46/+0
| | | | (removed all modules which used the old tree API)
* Move old hotlist out of the way.Michael Drake2013-08-131-5/+5
|
* Moved form handling into gemtk,Ole Loots2012-12-311-1/+0
| | | | removed several windom includes
* Preparing for merge...Ole Loots2012-12-181-5/+2
|
* Ripped Windom out of the treeview implementation,Ole Loots2012-11-201-1/+2
| | | | it still requires scroll event handling to be implemented.
* fix history redraw by calling the window specific redraw function from ↵Ole Loots2012-06-191-2/+2
| | | | | | gui_poll(), also switch hotlist redraw to to hotlist specific redraw function. svn path=/trunk/netsurf/; revision=13977
* Moved mouse movement handling into window event handlers, updated resources, ↵Ole Loots2011-04-101-5/+24
| | | | | | updated todos, implemented treeview + hotlist svn path=/trunk/netsurf/; revision=12182
* 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