summaryrefslogtreecommitdiff
path: root/riscos/401login.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-07-16 16:33:44 by rjw]Richard Wilson2004-07-161-8/+3
| | | | | | Various fixes for the GUI. Persistant windows are closed when upon a change of content. Hotlist saves in the same format as !Browse. Neater login window. Support for interactive help from hotlist windows. svn path=/import/netsurf/; revision=1081
* [project @ 2004-06-20 19:49:40 by joty]John Tytgat2004-06-201-47/+46
| | | | | | Src cleanup. svn path=/import/netsurf/; revision=981
* [project @ 2004-05-08 20:44:00 by bursa]James Bursa2004-05-081-19/+3
| | | | | | Break out ro_gui_dialog_load_template(). Replace xcalloc() with malloc() and add some error handling. svn path=/import/netsurf/; revision=844
* [project @ 2004-03-02 18:02:17 by bursa]James Bursa2004-03-021-1/+2
| | | | | | Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578
* [project @ 2004-02-25 15:12:57 by bursa]James Bursa2004-02-251-2/+2
| | | | | | Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-051-0/+5
| | | | | | | Add ability to turn off browser features in build. This may be useful when hunting down bugs. svn path=/import/netsurf/; revision=480
* [project @ 2003-12-31 17:09:03 by jmb]John Mark Bell2003-12-311-4/+2
| | | | | | | Rename login template to "login". Use OS_GBPB9 to get filename of plugin logos. svn path=/import/netsurf/; revision=474
* [project @ 2003-12-29 22:50:43 by jmb]John Mark Bell2003-12-291-3/+9
| | | | | | Add some debugging. svn path=/import/netsurf/; revision=470
* [project @ 2003-12-27 00:35:54 by jmb]John Mark Bell2003-12-271-1/+1
| | | | | | Return true after handling escape keypress. svn path=/import/netsurf/; revision=452
* [project @ 2003-12-26 22:12:39 by jmb]John Mark Bell2003-12-261-5/+10
| | | | | | | | Move constant global data into a new file. This makes things a bit tidier. Add help: and home: shortcut URLs. svn path=/import/netsurf/; revision=449
* [project @ 2003-12-26 18:18:17 by jmb]John Mark Bell2003-12-261-0/+12
| | | | | | Keypress handling in dialog boxes. svn path=/import/netsurf/; revision=446
* [project @ 2003-12-26 16:21:46 by bursa]James Bursa2003-12-261-0/+1
| | | | | | Rewrite get_host_from_url() to use uri library. svn path=/import/netsurf/; revision=444
* [project @ 2003-10-26 12:41:51 by jmb]John Mark Bell2003-10-261-14/+4
| | | | | | | | Make fetch abort finish when auth is required. Lose the right click performs the opposite action stuff in the login dialog. svn path=/import/netsurf/; revision=391
* [project @ 2003-10-26 11:40:50 by bursa]James Bursa2003-10-261-14/+19
| | | | | | Fix caret and buffer allocations. svn path=/import/netsurf/; revision=390
* [project @ 2003-10-26 00:09:27 by jmb]John Mark Bell2003-10-261-1/+1
| | | | | | | Fix bug involving while loop exiting early. Move the xstrdup of the realm into riscos/401login.c svn path=/import/netsurf/; revision=389
* [project @ 2003-10-25 19:20:13 by jmb]John Mark Bell2003-10-251-27/+25
| | | | | | | HTTP Auth login improved (greatly). Addresses all three issues in the previous version. svn path=/import/netsurf/; revision=382
* [project @ 2003-10-25 14:13:49 by bursa]James Bursa2003-10-251-1/+1
| | | | | | URL encoded POST support. svn path=/import/netsurf/; revision=375
* [project @ 2003-10-23 00:09:16 by jmb]John Mark Bell2003-10-231-0/+140
Enable logging into sites which require Basic Authentication Has a couple of issues: 1) Opens the page in the first window in the list 2) Doesn't save the login details so you have to log in to each page. 3) The call to ro_gui_401login_open shouldn't be there. svn path=/import/netsurf/; revision=372