summaryrefslogtreecommitdiff
path: root/amiga/login.h
Commit message (Collapse)AuthorAgeFilesLines
* move 401 login into operation tableVincent Sanders2014-01-161-0/+4
|
* Squash warningChris Young2010-12-191-2/+0
| | | | svn path=/trunk/netsurf/; revision=11101
* Prefill incorrect login detailsChris Young2010-12-191-12/+1
| | | | svn path=/trunk/netsurf/; revision=11100
* Fixup Amiga frontendJohn Mark Bell2010-04-161-1/+7
| | | | svn path=/trunk/netsurf/; revision=10410
* 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