summaryrefslogtreecommitdiff
path: root/desktop/browser.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-04-12 00:00:47 by bursa]James Bursa2004-04-121-1/+1
| | | | | | Rewrite block context layout, implementing collapsing and negative margins and margins for tables. svn path=/import/netsurf/; revision=754
* [project @ 2004-04-08 23:46:41 by jmb]John Mark Bell2004-04-081-1/+67
| | | | | | | Improve keypress handling in form text boxes. Note: Not yet implemented for textareas as these need more work anyway. svn path=/import/netsurf/; revision=740
* [project @ 2004-04-04 18:07:44 by jmb]John Mark Bell2004-04-041-23/+29
| | | | | | | Add pointer to containing content struct to box_selection and update box_under_area accordingly This ensures relative links in frames etc. are url_joined correctly. svn path=/import/netsurf/; revision=721
* [project @ 2004-04-04 17:05:59 by jmb]John Mark Bell2004-04-041-0/+7
| | | | | | Extract boxes from embedded HTML documents. svn path=/import/netsurf/; revision=720
* [project @ 2004-04-02 23:40:29 by jmb]John Mark Bell2004-04-021-5/+6
| | | | | | Fix possible crash due to box style being 0. svn path=/import/netsurf/; revision=707
* [project @ 2004-04-02 23:12:26 by jmb]John Mark Bell2004-04-021-7/+54
| | | | | | Implement CSS cursor property svn path=/import/netsurf/; revision=705
* [project @ 2004-04-02 15:16:15 by jmb]John Mark Bell2004-04-021-12/+29
| | | | | | | Update url checking to use fetch_can_fetch Fix non null-termination of strings in URL broadcast messages. svn path=/import/netsurf/; revision=701
* [project @ 2004-04-02 00:41:10 by jmb]John Mark Bell2004-04-021-2/+12
| | | | | | Try to use external apps for URI schemes we don't understand (eg mailto:) svn path=/import/netsurf/; revision=698
* [project @ 2004-04-01 18:41:53 by jmb]John Mark Bell2004-04-011-1/+4
| | | | | | Fix bad code. svn path=/import/netsurf/; revision=697
* [project @ 2004-04-01 18:24:22 by jmb]John Mark Bell2004-04-011-0/+11
| | | | | | Display form action URL when over submit button svn path=/import/netsurf/; revision=695
* [project @ 2004-04-01 00:26:05 by jmb]John Mark Bell2004-04-011-2/+36
| | | | | | Change mouse pointer over page elements svn path=/import/netsurf/; revision=694
* [project @ 2004-03-26 22:16:31 by jmb]John Mark Bell2004-03-261-0/+29
| | | | | | Imagemap support svn path=/import/netsurf/; revision=671
* [project @ 2004-03-21 20:07:14 by jmb]John Mark Bell2004-03-211-0/+1
| | | | | | | <input type="file" support> Broken in places. svn path=/import/netsurf/; revision=645
* [project @ 2004-03-21 13:55:51 by bursa]James Bursa2004-03-211-1/+11
| | | | | | Implement gui_window_update_box() and use in response to CONTENT_MSG_REDRAW. svn path=/import/netsurf/; revision=644
* [project @ 2004-03-21 12:50:10 by bursa]James Bursa2004-03-211-0/+7
| | | | | | Animation support, not yet optimised. svn path=/import/netsurf/; revision=641
* [project @ 2004-03-10 20:45:27 by bursa]James Bursa2004-03-101-3/+11
| | | | | | Normalize url in browser_window_go_post(). svn path=/import/netsurf/; revision=605
* [project @ 2004-03-02 18:02:17 by bursa]James Bursa2004-03-021-6/+13
| | | | | | Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578
* [project @ 2004-02-27 17:45:19 by bursa]James Bursa2004-02-271-4/+5
| | | | | | Move English text to Messages file for translation. svn path=/import/netsurf/; revision=576
* [project @ 2004-02-26 17:52:10 by bursa]James Bursa2004-02-261-10/+0
| | | | | | Implement back and forward using history. svn path=/import/netsurf/; revision=572
* [project @ 2004-02-25 15:12:57 by bursa]James Bursa2004-02-251-746/+796
| | | | | | Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
* [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