summaryrefslogtreecommitdiff
path: root/amiga/login.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-238/+0
|
* Cleanup amiga include issues introduced as part of core updatesVincent Sanders2016-04-201-0/+1
|
* fixup missing lincludes from messages API updateVincent Sanders2015-06-221-0/+1
|
* Move everything else over to using the class pointers.Chris Young2015-01-261-13/+14
| | | | Exception: popupmenu.class is still using old _GetClass functions.
* Add missing headersChris Young2015-01-201-2/+5
|
* More OS3 fixesChris Young2015-01-181-2/+1
|
* Allocate screen title when first needed and keep it private to amiga/gui.cChris Young2014-11-161-1/+1
|
* Fix warningsChris Young2014-11-091-3/+4
|
* Update amiga frontend for split operation table header changesVincent Sanders2014-10-161-7/+11
|
* Fix login window titleChris Young2014-05-241-1/+1
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
|
* move 401 login into operation tableVincent Sanders2014-01-161-1/+0
|
* Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR ↵Chris Young2013-10-121-1/+2
| | | | where it is not necessary.
* We are opening on a public screen, not a custom screen (even our own screen ↵Chris Young2013-03-201-1/+1
| | | | is a public screen)
* 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