summaryrefslogtreecommitdiff
path: root/riscos/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2003-05-10 11:13:34 by bursa]James Bursa2003-05-101-18/+9
| | | | | | Partial PNG support. svn path=/import/netsurf/; revision=129
* [project @ 2003-04-15 18:07:25 by bursa]James Bursa2003-04-151-8/+11
| | | | | | Fix window resizing. svn path=/import/netsurf/; revision=126
* [project @ 2003-04-15 17:53:00 by bursa]James Bursa2003-04-151-10/+44
| | | | | | Inline images and related. svn path=/import/netsurf/; revision=125
* [project @ 2003-04-11 21:06:51 by bursa]James Bursa2003-04-111-1/+3
| | | | | | Memory usage and CSS fixes. svn path=/import/netsurf/; revision=122
* [project @ 2003-04-10 21:44:45 by bursa]James Bursa2003-04-101-18/+1
| | | | | | Memory usage cleaning. svn path=/import/netsurf/; revision=121
* [project @ 2003-03-25 21:51:29 by bursa]James Bursa2003-03-251-5/+5
| | | | | | Show alt text for images. svn path=/import/netsurf/; revision=109
* [project @ 2003-03-15 15:53:20 by bursa]James Bursa2003-03-151-3/+4
| | | | | | MIME types for local files, new test files. svn path=/import/netsurf/; revision=107
* [project @ 2003-03-08 20:26:31 by bursa]James Bursa2003-03-081-20/+21
| | | | | | Fix coordinates, sprite area. svn path=/import/netsurf/; revision=105
* [project @ 2003-03-04 11:59:35 by bursa]James Bursa2003-03-041-62/+77
| | | | | | More compiler warning fixes. svn path=/import/netsurf/; revision=104
* [project @ 2003-03-03 22:40:39 by bursa]James Bursa2003-03-031-68/+106
| | | | | | Fix many browser warnings. svn path=/import/netsurf/; revision=103
* [project @ 2003-02-25 21:00:27 by bursa]James Bursa2003-02-251-21/+32
| | | | | | Bug fixes, experimental JPEG support. svn path=/import/netsurf/; revision=100
* [project @ 2003-02-09 12:58:14 by bursa]James Bursa2003-02-091-2/+3
| | | | | | 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-121-2/+2
| | | | | | Implement title element. svn path=/import/netsurf/; revision=94
* [project @ 2003-01-11 17:33:31 by monkeyson]Phil Mellor2003-01-111-8/+254
| | | | | | | 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-07 23:16:04 by bursa]James Bursa2003-01-071-2/+2
| | | | | | Move baseline of text up. svn path=/import/netsurf/; revision=89
* [project @ 2003-01-06 00:04:43 by bursa]James Bursa2003-01-061-26/+26
| | | | | | Remove special case code for file: urls. svn path=/import/netsurf/; revision=85
* [project @ 2002-12-30 22:56:30 by monkeyson]Phil Mellor2002-12-301-11/+410
| | | | | | | Forms are now interactive - user can manipulate checkbox, radio, text, textarea, select elements. svn path=/import/netsurf/; revision=76
* [project @ 2002-12-30 02:06:03 by monkeyson]Phil Mellor2002-12-301-2/+22
| | | | | | | Started support for img tag - doesn't attempt to fetch/render images yet. Combo boxes in forms. svn path=/import/netsurf/; revision=72
* [project @ 2002-12-29 22:27:35 by monkeyson]Phil Mellor2002-12-291-8/+55
| | | | | | | | Font anti-alias colours corrected. Begin displaying form elements - text, password, submit, reset svn path=/import/netsurf/; revision=71
* [project @ 2002-12-29 20:02:46 by bursa]James Bursa2002-12-291-5/+5
| | | | | | Fix redraw problems svn path=/import/netsurf/; revision=70
* [project @ 2002-12-27 21:09:15 by bursa]James Bursa2002-12-271-2/+2
| | | | | | Implement color property. svn path=/import/netsurf/; revision=67
* [project @ 2002-12-27 20:35:32 by bursa]James Bursa2002-12-271-2/+9
| | | | | | Implement color property. svn path=/import/netsurf/; revision=65
* [project @ 2002-12-27 20:08:18 by bursa]James Bursa2002-12-271-1/+4
| | | | | | Implement color property. svn path=/import/netsurf/; revision=63
* [project @ 2002-12-27 17:27:24 by bursa]James Bursa2002-12-271-8/+8
| | | | | | Window minimum size svn path=/import/netsurf/; revision=59
* [project @ 2002-10-15 10:41:12 by monkeyson]Phil Mellor2002-10-151-23/+531
| | | | | | GUI: menus, toolbar, adjustable window width. svn path=/import/netsurf/; revision=44
* [project @ 2002-10-08 11:15:29 by bursa]James Bursa2002-10-081-6/+4
| | | | | | Removed most Unicode support, because it slows things down too much. svn path=/import/netsurf/; revision=42
* [project @ 2002-09-26 21:38:32 by bursa]James Bursa2002-09-261-9/+7
| | | | | | New Unicode font handling and rendering code. svn path=/import/netsurf/; revision=39
* [project @ 2002-09-11 14:24:02 by monkeyson]Phil Mellor2002-09-111-0/+1057
RISC OS Wimp GUI. svn path=/import/netsurf/; revision=33