summaryrefslogtreecommitdiff
path: root/amiga/login.c
Commit message (Collapse)AuthorAgeFilesLines
* More fixup.Michael Drake2012-10-111-1/+2
|
* Fixup for urldb change.Michael Drake2012-10-111-1/+1
|
* Fix up ripples from urldb change.Michael Drake2012-10-111-8/+10
|
* First pass of AmigaOS 3 compatibilityJohn Mark Bell2010-12-301-0/+1
| | | | svn path=/trunk/netsurf/; revision=11155
* Squash warningChris Young2010-12-191-1/+1
| | | | svn path=/trunk/netsurf/; revision=11101
* Prefill incorrect login detailsChris Young2010-12-191-0/+38
| | | | svn path=/trunk/netsurf/; revision=11100
* Fixup Amiga frontendJohn Mark Bell2010-04-161-6/+15
| | | | svn path=/trunk/netsurf/; revision=10410
* Fix broken event handling.Chris Young2010-04-091-0/+29
| | | | | | | 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-7/+7
| | | | | | | | | | 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
* Changes required for new-cacheChris Young2010-03-281-3/+3
| | | | svn path=/trunk/netsurf/; revision=10186
* Change memory allocations to MEMF_PRIVATE to enable paging on OS4.1.Chris Young2008-11-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=5649
* Fix signalling of events from 401 login windowChris Young2008-09-211-0/+3
| | | | svn path=/trunk/netsurf/; revision=5389
* 401 authentication/login support.Chris Young2008-08-301-0/+122
| | | | svn path=/trunk/netsurf/; revision=5222
* Initial Amiga port files, mostly empty stub functions.Chris Young2008-08-021-0/+24
svn path=/trunk/netsurf/; revision=4864