summaryrefslogtreecommitdiff
path: root/frontends/amiga/login.c
Commit message (Collapse)AuthorAgeFilesLines
* Stop using the same large list of gadget constants everywhereChris Young2018-09-261-18/+28
| | | | Saves a small amount of memory
* Convert user/pass from/to UTF-8Chris Young2018-08-151-6/+20
| | | | Haven't successfully logged in with credentials featuring UTF-8 characters, but ASCII run through the conversion is working and UTF-8 usernames display correctly when the user is re-prompted.
* Convert user/pass to UTF-8 for submissionChris Young2018-08-151-5/+14
|
* Convert login UI strings from UTF-8 before displayChris Young2018-08-151-9/+32
|
* Close login window if NetSurf quitsChris Young2018-08-151-3/+5
|
* Amiga: Update for new HTTP auth API.Michael Drake2018-08-151-30/+22
|
* Amiga: Fix silly.Michael Drake2018-08-131-1/+1
|
* Amiga: Ensure realm is copied for local struct.Michael Drake2018-08-131-1/+2
|
* Update 401 login window to use event callbacksChris Young2016-12-311-6/+13
|
* more allocvec/malloc changesChris Young2016-11-191-2/+1
|
* Move memory functions from misc.c to memory.cChris Young2016-11-191-1/+1
|
* msplit public url database API out for frontendsVincent Sanders2016-06-131-2/+2
|
* move mouse and pointer state header into public APIVincent Sanders2016-05-301-1/+1
|
* move window header into public APIVincent Sanders2016-05-301-1/+1
|
* move frontends into sub directoryVincent Sanders2016-05-151-0/+238