summaryrefslogtreecommitdiff
path: root/desktop/gui.h
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-04-24 23:42:31 by bursa]James Bursa2004-04-241-1/+2
| | | | | | Replace void pointer in content callbacks with union content_msg_data. Fix animated gif flickering (except for scaled or masked gifs). Add gif to the debug builds. svn path=/import/netsurf/; revision=801
* [project @ 2004-04-02 23:12:26 by jmb]John Mark Bell2004-04-021-1/+3
| | | | | | Implement CSS cursor property svn path=/import/netsurf/; revision=705
* [project @ 2004-04-02 00:41:10 by jmb]John Mark Bell2004-04-021-0/+2
| | | | | | Try to use external apps for URI schemes we don't understand (eg mailto:) svn path=/import/netsurf/; revision=698
* [project @ 2004-04-01 00:26:05 by jmb]John Mark Bell2004-04-011-0/+3
| | | | | | Change mouse pointer over page elements svn path=/import/netsurf/; revision=694
* [project @ 2004-03-21 13:55:51 by bursa]James Bursa2004-03-211-0/+1
| | | | | | Implement gui_window_update_box() and use in response to CONTENT_MSG_REDRAW. svn path=/import/netsurf/; revision=644
* [project @ 2004-02-25 15:12:57 by bursa]James Bursa2004-02-251-6/+7
| | | | | | Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
* [project @ 2003-12-28 16:17:31 by jmb]John Mark Bell2003-12-281-0/+1
| | | | | | | | 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-26 00:17:55 by bursa]James Bursa2003-12-261-14/+1
| | | | | | New url_join using liburi, <base href=...>. svn path=/import/netsurf/; revision=441
* [project @ 2003-11-07 23:51:13 by bursa]James Bursa2003-11-071-0/+1
| | | | | | Split out window.c, implement DataOpen and tidy up gui code. svn path=/import/netsurf/; revision=408
* [project @ 2003-11-06 19:41:41 by bursa]James Bursa2003-11-061-1/+2
| | | | | | Mask null polls and use PollIdle when appropriate. svn path=/import/netsurf/; revision=406
* [project @ 2003-10-25 00:35:49 by bursa]James Bursa2003-10-251-1/+1
| | | | | | Split out and clean up form submit code. svn path=/import/netsurf/; revision=374
* [project @ 2003-09-28 23:41:06 by bursa]James Bursa2003-09-281-2/+0
| | | | | | Rewrite text and password inputs to stop using wimp icons. svn path=/import/netsurf/; revision=330
* [project @ 2003-09-22 21:55:08 by bursa]James Bursa2003-09-221-1/+2
| | | | | | Experimental textarea editing code. svn path=/import/netsurf/; revision=309
* [project @ 2003-09-09 19:25:28 by jmb]John Mark Bell2003-09-091-0/+1
| | | | | | 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-08-28 19:21:27 by bursa]James Bursa2003-08-281-4/+9
| | | | | | 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-171-2/+4
| | | | | | Fix 670947, tidy gui code, move some headers. svn path=/import/netsurf/; revision=231
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+6
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-06-01 23:02:56 by monkeyson]Phil Mellor2003-06-011-1/+4
| | | | | | Configuration windows added. HTTP Proxy support (untested). svn path=/import/netsurf/; revision=145
* [project @ 2003-03-04 11:59:35 by bursa]James Bursa2003-03-041-2/+2
| | | | | | More compiler warning fixes. svn path=/import/netsurf/; revision=104
* [project @ 2003-03-03 22:40:39 by bursa]James Bursa2003-03-031-5/+9
| | | | | | Fix many browser warnings. svn path=/import/netsurf/; revision=103
* [project @ 2003-01-11 17:33:31 by monkeyson]Phil Mellor2003-01-111-1/+2
| | | | | | | 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 @ 2002-12-30 22:56:30 by monkeyson]Phil Mellor2002-12-301-1/+2
| | | | | | | Forms are now interactive - user can manipulate checkbox, radio, text, textarea, select elements. svn path=/import/netsurf/; revision=76
* [project @ 2002-10-15 10:41:12 by monkeyson]Phil Mellor2002-10-151-1/+4
| | | | | | GUI: menus, toolbar, adjustable window width. svn path=/import/netsurf/; revision=44
* [project @ 2002-09-11 14:24:02 by monkeyson]Phil Mellor2002-09-111-0/+45
RISC OS Wimp GUI. svn path=/import/netsurf/; revision=33