summaryrefslogtreecommitdiff
path: root/desktop/browser.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-02-11 17:15:36 by bursa]James Bursa2004-02-111-2/+1
| | | | | | Work on margins etc., clean up many parts of layout code. svn path=/import/netsurf/; revision=534
* [project @ 2004-02-02 23:38:02 by jmb]John Mark Bell2004-02-021-1/+6
| | | | | | Fix issues highlighted by teoma.com svn path=/import/netsurf/; revision=531
* [project @ 2004-01-20 19:08:34 by jmb]John Mark Bell2004-01-201-12/+38
| | | | | | | Allow toggling of POST support. Add new toolbar icon numbers to riscos/gui.h svn path=/import/netsurf/; revision=490
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-051-13/+52
| | | | | | | Add ability to turn off browser features in build. This may be useful when hunting down bugs. svn path=/import/netsurf/; revision=480
* [project @ 2004-01-02 12:04:04 by bursa]James Bursa2004-01-021-1/+2
| | | | | | Use memory pool for box tree. svn path=/import/netsurf/; revision=477
* [project @ 2003-12-29 23:09:39 by jmb]John Mark Bell2003-12-291-5/+16
| | | | | | | Comment out frames-related stuff in the vain hope that it fixes bugs some people are seeing. svn path=/import/netsurf/; revision=471
* [project @ 2003-12-28 16:17:31 by jmb]John Mark Bell2003-12-281-0/+3
| | | | | | | | Fix bug in HTTP auth where trying to fetch a page into a non-existent browser window caused NetSurf to fall over. We now check that the window still exists. If not, we ignore the request. svn path=/import/netsurf/; revision=464
* [project @ 2003-12-27 23:49:31 by jmb]John Mark Bell2003-12-271-1/+0
| | | | | | | | Add about:cookies. Tidy special URL handling code (it's now been moved into url_join in utils.c). svn path=/import/netsurf/; revision=461
* [project @ 2003-12-27 01:06:46 by jmb]John Mark Bell2003-12-271-35/+51
| | | | | | Reduce number of compiler warnings. svn path=/import/netsurf/; revision=454
* [project @ 2003-12-26 16:20:57 by bursa]James Bursa2003-12-261-1/+1
| | | | | | Enable cookies. svn path=/import/netsurf/; revision=443
* [project @ 2003-12-26 00:17:55 by bursa]James Bursa2003-12-261-19/+23
| | | | | | New url_join using liburi, <base href=...>. svn path=/import/netsurf/; revision=441
* [project @ 2003-12-21 22:10:15 by jmb]John Mark Bell2003-12-211-15/+54
| | | | | | Tidy up and integrate frames code. Still incomplete. svn path=/import/netsurf/; revision=439
* [project @ 2003-12-11 19:06:39 by bursa]James Bursa2003-12-111-3/+8
| | | | | | Fix submit outside form crash. svn path=/import/netsurf/; revision=426
* [project @ 2003-12-11 01:23:57 by bursa]James Bursa2003-12-111-18/+28
| | | | | | Clean up key handling and implement scrolling using cursor keys. svn path=/import/netsurf/; revision=425
* [project @ 2003-11-20 00:16:31 by bursa]James Bursa2003-11-201-91/+1
| | | | | | Clean up and simplify themes, remove old history code. svn path=/import/netsurf/; revision=420
* [project @ 2003-11-15 00:26:41 by bursa]James Bursa2003-11-151-0/+6
| | | | | | New history window. svn path=/import/netsurf/; revision=418
* [project @ 2003-11-04 18:34:46 by bursa]James Bursa2003-11-041-6/+9
| | | | | | Fix downloads from cache. svn path=/import/netsurf/; revision=401
* [project @ 2003-10-26 12:41:51 by jmb]John Mark Bell2003-10-261-0/+5
| | | | | | | | 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-25 19:20:13 by jmb]John Mark Bell2003-10-251-1/+14
| | | | | | | 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-28/+46
| | | | | | URL encoded POST support. svn path=/import/netsurf/; revision=375
* [project @ 2003-10-25 00:35:49 by bursa]James Bursa2003-10-251-131/+28
| | | | | | Split out and clean up form submit code. svn path=/import/netsurf/; revision=374
* [project @ 2003-10-23 00:09:16 by jmb]John Mark Bell2003-10-231-0/+1
| | | | | | | | | | 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
* [project @ 2003-10-11 14:33:35 by jmb]John Mark Bell2003-10-111-0/+6
| | | | | | Prevent lnks and form items being clicked on when they are hidden svn path=/import/netsurf/; revision=364
* [project @ 2003-10-09 15:23:10 by bursa]James Bursa2003-10-091-15/+16
| | | | | | Minor textarea changes. svn path=/import/netsurf/; revision=359
* [project @ 2003-10-08 22:25:20 by jmb]John Mark Bell2003-10-081-15/+7
| | | | | | Fix typo causing assertion failure svn path=/import/netsurf/; revision=357
* [project @ 2003-10-08 22:01:20 by jmb]John Mark Bell2003-10-081-4/+29
| | | | | | Allow cursor movement between lines in paragraphs svn path=/import/netsurf/; revision=356
* [project @ 2003-10-08 20:48:46 by jmb]John Mark Bell2003-10-081-8/+55
| | | | | | Make cursor keys work in text areas svn path=/import/netsurf/; revision=352
* [project @ 2003-10-05 23:30:21 by rob]Rob Jackson2003-10-051-1/+1
| | | | | | Implemented download window interface, and modified ro_drag_info struct svn path=/import/netsurf/; revision=345
* [project @ 2003-10-01 22:48:39 by bursa]James Bursa2003-10-011-12/+37
| | | | | | Improvements to <select>. svn path=/import/netsurf/; revision=341
* [project @ 2003-09-30 12:58:33 by bursa]James Bursa2003-09-301-1/+35
| | | | | | Implement return in text areas. svn path=/import/netsurf/; revision=333
* [project @ 2003-09-29 16:32:17 by bursa]James Bursa2003-09-291-6/+32
| | | | | | Textareas scroll to show current line. svn path=/import/netsurf/; revision=332
* [project @ 2003-09-29 02:47:11 by jmb]John Mark Bell2003-09-291-2/+31
| | | | | | Cursor keys and Enter in forms svn path=/import/netsurf/; revision=331
* [project @ 2003-09-28 23:41:06 by bursa]James Bursa2003-09-281-22/+130
| | | | | | Rewrite text and password inputs to stop using wimp icons. svn path=/import/netsurf/; revision=330
* [project @ 2003-09-26 23:22:00 by bursa]James Bursa2003-09-261-8/+2
| | | | | | Implement button element and more work on input element. svn path=/import/netsurf/; revision=322
* [project @ 2003-09-23 21:48:22 by bursa]James Bursa2003-09-231-1/+41
| | | | | | Textarea related fixes. svn path=/import/netsurf/; revision=312
* [project @ 2003-09-23 18:35:44 by bursa]James Bursa2003-09-231-1/+94
| | | | | | More work on editing textareas. svn path=/import/netsurf/; revision=311
* [project @ 2003-09-22 21:55:08 by bursa]James Bursa2003-09-221-3/+167
| | | | | | Experimental textarea editing code. svn path=/import/netsurf/; revision=309
* [project @ 2003-09-19 23:36:17 by bursa]James Bursa2003-09-191-1/+1
| | | | | | Start converting forms to use CSS properly. svn path=/import/netsurf/; revision=305
* [project @ 2003-09-17 17:43:56 by bursa]James Bursa2003-09-171-2/+4
| | | | | | Fix instances being removed. svn path=/import/netsurf/; revision=298
* [project @ 2003-09-10 21:44:10 by bursa]James Bursa2003-09-101-0/+8
| | | | | | Reformat page when browser window is resized. svn path=/import/netsurf/; revision=280
* [project @ 2003-09-09 19:25:28 by jmb]John Mark Bell2003-09-091-0/+33
| | | | | | Forms: [input type=image] support, passwords are now displayed as asterisks svn path=/import/netsurf/; revision=275
* [project @ 2003-09-03 21:58:54 by jmb]John Mark Bell2003-09-031-0/+1
| | | | | | Call content_reshape_instance svn path=/import/netsurf/; revision=265
* [project @ 2003-08-29 12:57:14 by bursa]James Bursa2003-08-291-1/+1
| | | | | | Better handling of server HTTP errors. svn path=/import/netsurf/; revision=259
* [project @ 2003-08-28 19:21:27 by bursa]James Bursa2003-08-281-1/+45
| | | | | | Start implementing download window. svn path=/import/netsurf/; revision=255
* [project @ 2003-07-17 23:01:02 by bursa]James Bursa2003-07-171-12/+14
| | | | | | Fix 670947, tidy gui code, move some headers. svn path=/import/netsurf/; revision=231
* [project @ 2003-07-16 17:38:46 by bursa]James Bursa2003-07-161-0/+4
| | | | | | Make fetchcache return 0 on failure to parse URL. svn path=/import/netsurf/; revision=225
* [project @ 2003-07-14 22:57:45 by bursa]James Bursa2003-07-141-7/+13
| | | | | | Add content instances. svn path=/import/netsurf/; revision=216
* [project @ 2003-07-09 21:33:01 by bursa]James Bursa2003-07-091-3/+3
| | | | | | More work on <object> and plugins. svn path=/import/netsurf/; revision=213
* [project @ 2003-07-05 16:23:52 by bursa]James Bursa2003-07-051-3/+7
| | | | | | Improved status bar behaviour. svn path=/import/netsurf/; revision=205
* [project @ 2003-06-30 22:21:51 by bursa]James Bursa2003-06-301-1/+7
| | | | | | Add title attribute support. svn path=/import/netsurf/; revision=195