summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* [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-282-24/+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-223-4/+174
| | | | | | 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-092-0/+34
| | | | | | Forms: [input type=image] support, passwords are now displayed as asterisks svn path=/import/netsurf/; revision=275
* [project @ 2003-09-08 22:46:20 by bursa]James Bursa2003-09-081-1/+0
| | | | | | Split out html_redraw(). svn path=/import/netsurf/; revision=271
* [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-282-5/+54
| | | | | | Start implementing download window. svn path=/import/netsurf/; revision=255
* [project @ 2003-08-27 20:09:57 by bursa]James Bursa2003-08-271-2/+0
| | | | | | Fix negative dimensions, more gui cleanup. svn path=/import/netsurf/; revision=252
* [project @ 2003-07-17 23:01:02 by bursa]James Bursa2003-07-175-22/+18
| | | | | | 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-142-8/+15
| | | | | | 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
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-306-12/+34
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-06-26 11:41:26 by bursa]James Bursa2003-06-261-1/+9
| | | | | | Implement HTTP redirects. svn path=/import/netsurf/; revision=187
* [project @ 2003-06-17 19:24:20 by bursa]James Bursa2003-06-172-35/+46
| | | | | | Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180
* [project @ 2003-06-06 02:14:28 by jmb]John Mark Bell2003-06-061-1/+5
| | | | | | Add RCS ID svn path=/import/netsurf/; revision=169
* [project @ 2003-06-05 13:17:55 by philpem]Philip Pemberton2003-06-052-3/+5
| | | | | | Added GIF decode support svn path=/import/netsurf/; revision=160
* [project @ 2003-06-01 23:02:56 by monkeyson]Phil Mellor2003-06-013-2/+35
| | | | | | Configuration windows added. HTTP Proxy support (untested). svn path=/import/netsurf/; revision=145
* [project @ 2003-05-25 04:09:59 by jmb]John Mark Bell2003-05-251-3/+5
| | | | | | Make form action buttons unindent after being clicked svn path=/import/netsurf/; revision=133
* [project @ 2003-05-22 13:21:45 by bursa]James Bursa2003-05-221-1/+120
| | | | | | Form GET support (John M Bell) svn path=/import/netsurf/; revision=130
* [project @ 2003-05-10 11:13:34 by bursa]James Bursa2003-05-102-3/+5
| | | | | | Partial PNG support. svn path=/import/netsurf/; revision=129
* [project @ 2003-04-25 08:03:15 by bursa]James Bursa2003-04-251-2/+4
| | | | | | Various memory fixes. svn path=/import/netsurf/; revision=128
* [project @ 2003-04-15 17:53:00 by bursa]James Bursa2003-04-152-7/+13
| | | | | | Inline images and related. svn path=/import/netsurf/; revision=125
* [project @ 2003-04-12 12:38:32 by andrew]Andrew Duffell2003-04-121-4/+4
| | | | | | Horizontal Scroll bar added svn path=/import/netsurf/; revision=123
* [project @ 2003-04-09 21:57:09 by bursa]James Bursa2003-04-091-2/+4
| | | | | | Table layout fixes, allowed type list. svn path=/import/netsurf/; revision=119
* [project @ 2003-04-05 21:38:06 by bursa]James Bursa2003-04-051-54/+1
| | | | | | External stylesheets. svn path=/import/netsurf/; revision=115
* [project @ 2003-03-04 11:59:35 by bursa]James Bursa2003-03-044-30/+34
| | | | | | More compiler warning fixes. svn path=/import/netsurf/; revision=104
* [project @ 2003-03-03 22:40:39 by bursa]James Bursa2003-03-033-70/+79
| | | | | | Fix many browser warnings. svn path=/import/netsurf/; revision=103
* [project @ 2003-02-28 11:49:13 by bursa]James Bursa2003-02-282-16/+20
| | | | | | More status messages, bug fixes. svn path=/import/netsurf/; revision=102
* [project @ 2003-02-26 18:22:24 by bursa]James Bursa2003-02-261-2/+4
| | | | | | Fix HTML parsing and JPEG bug. svn path=/import/netsurf/; revision=101
* [project @ 2003-02-25 21:00:27 by bursa]James Bursa2003-02-251-3/+10
| | | | | | Bug fixes, experimental JPEG support. svn path=/import/netsurf/; revision=100
* [project @ 2003-02-09 19:32:24 by bursa]James Bursa2003-02-092-4/+9
| | | | | | Fix some warnings. svn path=/import/netsurf/; revision=99
* [project @ 2003-02-09 12:58:14 by bursa]James Bursa2003-02-098-841/+52
| | | | | | Reorganization and rewrite of fetch, cache, and content handling. svn path=/import/netsurf/; revision=96
* [project @ 2003-01-12 17:48:44 by bursa]James Bursa2003-01-122-12/+42
| | | | | | Implement title element. svn path=/import/netsurf/; revision=94
* [project @ 2003-01-11 17:33:31 by monkeyson]Phil Mellor2003-01-112-10/+16
| | | | | | | Mouse gestures. Recognises the same gestures as Opera, although only back, forward and reload actually do anything yet. svn path=/import/netsurf/; revision=91
* [project @ 2003-01-06 23:53:39 by bursa]James Bursa2003-01-061-1/+5
| | | | | | Changes to integrate images and forms. svn path=/import/netsurf/; revision=86
* [project @ 2003-01-06 00:04:43 by bursa]James Bursa2003-01-062-132/+32
| | | | | | Remove special case code for file: urls. svn path=/import/netsurf/; revision=85
* [project @ 2003-01-04 18:51:41 by andrew]Andrew Duffell2003-01-041-2/+2
| | | | | | User-agent changed so that it works with NetSurf website. svn path=/import/netsurf/; revision=83
* [project @ 2002-12-30 22:56:30 by monkeyson]Phil Mellor2002-12-303-13/+155
| | | | | | | Forms are now interactive - user can manipulate checkbox, radio, text, textarea, select elements. svn path=/import/netsurf/; revision=76
* [project @ 2002-12-30 21:14:29 by bursa]James Bursa2002-12-301-2/+2
| | | | | | Update xml_to_box call. svn path=/import/netsurf/; revision=75
* [project @ 2002-12-29 22:27:35 by monkeyson]Phil Mellor2002-12-292-3/+16
| | | | | | | | Font anti-alias colours corrected. Begin displaying form elements - text, password, submit, reset svn path=/import/netsurf/; revision=71