Adrian Lees
05869d79be
[project @ 2005-04-20 12:30:59 by adrianl]
...
Reintroduced NDEBUG
svn path=/import/netsurf/; revision=1674
2005-04-20 12:30:59 +00:00
Adrian Lees
31c659a2ea
[project @ 2005-04-20 12:24:41 by adrianl]
...
text import from global clipboard, other apps & files and additional keys for editing text in textareas
svn path=/import/netsurf/; revision=1673
2005-04-20 12:24:41 +00:00
Adrian Lees
b72b5032bf
[project @ 2005-04-18 11:52:26 by adrianl]
...
Ignore save drags from browser window that remain within window
svn path=/import/netsurf/; revision=1667
2005-04-18 11:52:26 +00:00
Adrian Lees
fb8a9434ef
[project @ 2005-04-17 11:10:05 by adrianl]
...
explanatory comment
svn path=/import/netsurf/; revision=1660
2005-04-17 11:10:05 +00:00
Adrian Lees
452a27e74c
[project @ 2005-04-17 03:30:35 by adrianl]
...
Search text highlighting in browser windows
svn path=/import/netsurf/; revision=1657
2005-04-17 03:30:35 +00:00
Adrian Lees
4cb3b99821
[project @ 2005-04-16 21:44:37 by adrianl]
...
Fix drag scrolling of non-html content
svn path=/import/netsurf/; revision=1656
2005-04-16 21:44:37 +00:00
Adrian Lees
2f3895f088
[project @ 2005-04-16 08:22:57 by adrianl]
...
first cut at selecting inter-block spaces
svn path=/import/netsurf/; revision=1652
2005-04-16 08:22:57 +00:00
Adrian Lees
f10db1f6f1
[project @ 2005-04-16 08:19:56 by adrianl]
...
missing #include
svn path=/import/netsurf/; revision=1651
2005-04-16 08:20:20 +00:00
John Mark Bell
c17dc661ea
[project @ 2005-04-16 05:09:32 by jmb]
...
Split out UTF-8 handling functions.
Submit URL-encoded forms in sensible encoding:
* First entry in accept-charset list, if present
* Document encoding, otherwise
We may want to explicitly look for UTF-8, to save converting.
Convert cnv_str_local_enc/cnv_local_enc_str to use iconv (they're now veneers for utf8_[to/from]_enc).
Provide mechanism for looking up local system charset (derived from system alphabet, under RISC OS)
svn path=/import/netsurf/; revision=1647
2005-04-16 05:09:33 +00:00
Adrian Lees
94fe825ed8
[project @ 2005-04-15 20:46:25 by adrianl]
...
Fix incorrect position at end of selection drag
svn path=/import/netsurf/; revision=1645
2005-04-15 20:46:25 +00:00
Adrian Lees
3028d21f35
[project @ 2005-04-15 20:45:43 by adrianl]
...
Fix for selection changing when page reformatted
svn path=/import/netsurf/; revision=1644
2005-04-15 20:45:43 +00:00
John Mark Bell
ee9a4712cd
[project @ 2005-04-15 18:00:19 by jmb]
...
Split out generic text input code.
Support internationalised text input.
Fix textarea-related bugs.
svn path=/import/netsurf/; revision=1642
2005-04-15 18:00:21 +00:00
Adrian Lees
28e757a362
[project @ 2005-04-15 05:52:25 by adrianl]
...
Text selection, page drag scrolling, drag-saving images
svn path=/import/netsurf/; revision=1638
2005-04-15 05:52:25 +00:00
Adrian Lees
5d8dd3cfc6
[project @ 2005-04-15 05:51:11 by adrianl]
...
Text selection
svn path=/import/netsurf/; revision=1634
2005-04-15 05:51:32 +00:00
James Bursa
20c4d5d114
[project @ 2005-04-09 09:57:19 by bursa]
...
Remove obsolete style_clone field from struct box (forgot this file).
svn path=/import/netsurf/; revision=1610
2005-04-09 09:57:19 +00:00
James Bursa
2920bca14a
[project @ 2005-04-09 09:47:36 by bursa]
...
Move HTML contents almost fully over to talloc(), simplifying code. Improvements to title attributes, broken forms, cellpadding. Reorder functions in box_construct.c.
svn path=/import/netsurf/; revision=1608
2005-04-09 09:47:37 +00:00
Richard Wilson
610fca368b
[project @ 2005-04-07 20:46:22 by rjw]
...
Update to the way menus are handled. Various GUI bug fixes.
svn path=/import/netsurf/; revision=1603
2005-04-07 20:46:22 +00:00
John Mark Bell
81c410a6a6
[project @ 2005-03-20 23:42:23 by jmb]
...
Only stop existing fetch for window if we're really going to initiate a new one.
svn path=/import/netsurf/; revision=1564
2005-03-20 23:42:23 +00:00
Richard Wilson
dfdf4741f8
[project @ 2005-03-20 23:02:00 by rjw]
...
URL nodes without a title use the associated URL.
svn path=/import/netsurf/; revision=1563
2005-03-20 23:02:00 +00:00
John Mark Bell
ba304de23b
[project @ 2005-03-20 21:13:38 by jmb]
...
Add fragment id to URL in URL bar
svn path=/import/netsurf/; revision=1560
2005-03-20 21:13:38 +00:00
John Mark Bell
452629ab85
[project @ 2005-03-20 20:38:40 by jmb]
...
Fix stupidity relating to URL matching
svn path=/import/netsurf/; revision=1556
2005-03-20 20:38:40 +00:00
John Mark Bell
55fd3a7ee7
[project @ 2005-03-20 16:34:20 by jmb]
...
Fix crash relating to opening a link containing a fragment in a new window.
svn path=/import/netsurf/; revision=1553
2005-03-20 16:34:20 +00:00
John Mark Bell
44f1f35436
[project @ 2005-03-20 03:35:50 by jmb]
...
Improve handling of fragments on the same page as already loaded.
svn path=/import/netsurf/; revision=1550
2005-03-20 03:35:50 +00:00
Richard Wilson
036622f35f
[project @ 2005-03-18 23:52:38 by rjw]
...
Allow windows to be resized to an absolute minimum (toolbars collapse.)
svn path=/import/netsurf/; revision=1541
2005-03-18 23:52:38 +00:00
Richard Wilson
950d8e27a0
[project @ 2005-03-13 09:04:44 by rjw]
...
Update title and extent on scale change.
svn path=/import/netsurf/; revision=1534
2005-03-13 09:04:44 +00:00
James Bursa
51c5143a80
[project @ 2005-02-20 13:17:29 by bursa]
...
Font rewrite, part 1.
svn path=/import/netsurf/; revision=1517
2005-02-20 13:17:29 +00:00
Richard Wilson
acb914b90a
[project @ 2005-02-08 23:34:56 by rjw]
...
Implement nodes being retained in memory after deletion, stop nodes being able to be moved within themselves.
svn path=/import/netsurf/; revision=1507
2005-02-08 23:34:56 +00:00
Richard Wilson
350247a0f2
[project @ 2005-02-07 23:00:09 by rjw]
...
Stop toolbar scrolling by 1px, make theme saving use leafnames, improve error handling
svn path=/import/netsurf/; revision=1499
2005-02-07 23:00:09 +00:00
Richard Wilson
db41dc3dac
[project @ 2005-02-07 14:28:43 by rjw]
...
Initial work for global history (currently incomplete)
svn path=/import/netsurf/; revision=1497
2005-02-07 14:28:43 +00:00
Richard Wilson
12de122415
[project @ 2005-02-07 14:17:35 by rjw]
...
Stop crashes during buffered rendering freezing RISC OS
svn path=/import/netsurf/; revision=1494
2005-02-07 14:17:35 +00:00
Richard Wilson
2affb76944
[project @ 2005-02-03 13:18:22 by rjw]
...
Implementation of URL suggestion
svn path=/import/netsurf/; revision=1488
2005-02-03 13:18:22 +00:00
Richard Wilson
b6ba963b9a
[project @ 2005-01-27 22:54:59 by rjw]
...
Recursing deleted nodes is foolish
svn path=/import/netsurf/; revision=1472
2005-01-27 22:54:59 +00:00
James Bursa
04f0525fbf
[project @ 2005-01-24 23:02:37 by bursa]
...
Reformat pages loaded from memory cache to window width.
svn path=/import/netsurf/; revision=1467
2005-01-24 23:02:37 +00:00
James Bursa
2583180b79
[project @ 2005-01-24 22:14:59 by bursa]
...
Simplify browser_window_go(). Replace browser_window_go_post() with browser_window_go() where possible.
svn path=/import/netsurf/; revision=1466
2005-01-24 22:14:59 +00:00
James Bursa
01b28b7538
[project @ 2005-01-24 20:59:15 by bursa]
...
Fix input focus behaviour. Remove obsolete gui_window_get_url().
svn path=/import/netsurf/; revision=1465
2005-01-24 20:59:15 +00:00
James Bursa
f0b264670e
[project @ 2005-01-13 22:42:38 by bursa]
...
Start on theme auto-install. Fix content_add_user() not to broadcast error on memory exhaustion.
svn path=/import/netsurf/; revision=1448
2005-01-13 22:42:39 +00:00
John Mark Bell
77de9c1336
[project @ 2005-01-03 02:09:20 by jmb]
...
Shift + Click == download
svn path=/import/netsurf/; revision=1429
2005-01-03 02:09:20 +00:00
John Mark Bell
8334683068
[project @ 2005-01-02 03:58:20 by jmb]
...
xcalloc/xrealloc/xstrdup-purge - Lose remaining calls (and purge the relevant functions from utils.c)
svn path=/import/netsurf/; revision=1419
2005-01-02 03:58:21 +00:00
James Bursa
ed05aa87f8
[project @ 2004-12-25 11:37:35 by bursa]
...
Fix line endings.
svn path=/import/netsurf/; revision=1409
2004-12-25 11:37:35 +00:00
Richard Wilson
8de8b08371
[project @ 2004-12-16 14:12:04 by rjw]
...
Fix for bug when deleting an expanded tree node. JNG/PNG opacity is now tested during the first plot.
svn path=/import/netsurf/; revision=1405
2004-12-16 14:12:04 +00:00
Richard Wilson
57fbde93e6
[project @ 2004-12-13 13:48:56 by rjw]
...
Fix hotlist dragging inconsitency.
svn path=/import/netsurf/; revision=1402
2004-12-13 13:48:56 +00:00
Richard Wilson
bd652a750a
[project @ 2004-12-09 12:07:32 by rjw]
...
Fix GTK build. Lose xcalloc() from history.
svn path=/import/netsurf/; revision=1396
2004-12-09 12:07:32 +00:00
Richard Wilson
32db7e04d0
[project @ 2004-12-09 10:30:43 by rjw]
...
Re-implementation of hotlist via general tree code. Animations can be stopped once more. Purged a few xcalloc() calls.
svn path=/import/netsurf/; revision=1394
2004-12-09 10:30:44 +00:00
John Mark Bell
77a9671224
[project @ 2004-12-08 23:16:53 by jmb]
...
Squash bug which caused assertion failure
Add more asserts, for my own sanity
svn path=/import/netsurf/; revision=1393
2004-12-08 23:16:53 +00:00
John Mark Bell
d86553ef7e
[project @ 2004-12-08 00:31:11 by jmb]
...
xfoo purge, reindent some sources.
Loginlist is ugly, feel free to rewrite.
svn path=/import/netsurf/; revision=1390
2004-12-08 00:31:11 +00:00
John Mark Bell
91b23308e1
[project @ 2004-11-22 23:29:50 by jmb]
...
Move URI handleability check to last minute prior to starting fetch - this enables catching of redirects to unsupported URIs.
svn path=/import/netsurf/; revision=1371
2004-11-22 23:29:50 +00:00
James Bursa
a31f6306f9
[project @ 2004-11-20 00:02:56 by bursa]
...
Improvements to overflow and scrolling: scrollbars now have most of the usual RISC OS behaviour. Better rendering of dotted and dashed borders.
svn path=/import/netsurf/; revision=1363
2004-11-20 00:02:56 +00:00
James Bursa
da5d07f0be
[project @ 2004-10-22 20:58:11 by bursa]
...
Fix form textarea scrolling. The scrollbar now works properly.
svn path=/import/netsurf/; revision=1334
2004-10-22 20:58:11 +00:00
John Mark Bell
963c3766d5
[project @ 2004-10-20 23:31:31 by jmb]
...
Reimplement draw groups
svn path=/import/netsurf/; revision=1332
2004-10-20 23:31:32 +00:00
James Bursa
de33b16b87
[project @ 2004-10-17 21:11:29 by bursa]
...
Scrollbar and dragging work.
svn path=/import/netsurf/; revision=1315
2004-10-17 21:11:29 +00:00