summaryrefslogtreecommitdiff
path: root/amiga/login.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken event handling.Chris Young2010-04-091-2/+2
| | | | | | | Any structures attached to the window_list *must* have a struct nsObject * as their first entry, and handle events outside of gui.c. svn path=/trunk/netsurf/; revision=10332
* Events for these windows are handled by the main loop in gui.c, but the ↵Chris Young2010-04-041-2/+1
| | | | | | | | | | structures didn't match up, thereby causing a crash. Needs tidying up; the global part of these window structures should be defined separately, and the events handled in dedicated routines. svn path=/trunk/netsurf/; revision=10235
* Stop the throbber trying to draw on download and 401-login windows.Chris Young2008-09-201-1/+1
| | | | svn path=/trunk/netsurf/; revision=5382
* 401 authentication/login support.Chris Young2008-08-301-0/+35
svn path=/trunk/netsurf/; revision=5222