summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2005-04-18 11:52:26 by adrianl]Adrian Lees2005-04-184-43/+62
| | | | | | Ignore save drags from browser window that remain within window svn path=/import/netsurf/; revision=1667
* [project @ 2005-04-18 00:42:03 by adrianl]Adrian Lees2005-04-181-1/+1
| | | | | | Corrected scaling bug introduced by previous change svn path=/import/netsurf/; revision=1666
* [project @ 2005-04-17 23:32:09 by adrianl]Adrian Lees2005-04-174-22/+89
| | | | | | better keyboard support for scale and find dialogs svn path=/import/netsurf/; revision=1665
* [project @ 2005-04-17 17:16:44 by bursa]James Bursa2005-04-171-6/+1
| | | | | | Enable closing windows while the browser is busy. svn path=/import/netsurf/; revision=1664
* [project @ 2005-04-17 16:56:41 by bursa]James Bursa2005-04-171-1/+2
| | | | | | Fix frameset code. svn path=/import/netsurf/; revision=1663
* [project @ 2005-04-17 16:42:37 by bursa]James Bursa2005-04-171-1/+1
| | | | | | Fix null pointer read in box_dump(). svn path=/import/netsurf/; revision=1662
* [project @ 2005-04-17 16:42:05 by bursa]James Bursa2005-04-174-8/+19
| | | | | | Fix the debug and gtk builds. svn path=/import/netsurf/; revision=1661
* [project @ 2005-04-17 11:10:05 by adrianl]Adrian Lees2005-04-171-1/+4
| | | | | | explanatory comment svn path=/import/netsurf/; revision=1660
* [project @ 2005-04-17 10:15:52 by bursa]James Bursa2005-04-171-145/+28
| | | | | | Update debug font functions to new interface. svn path=/import/netsurf/; revision=1659
* [project @ 2005-04-17 04:13:13 by adrianl]Adrian Lees2005-04-171-8/+19
| | | | | | Multiple matches per box svn path=/import/netsurf/; revision=1658
* [project @ 2005-04-17 03:30:35 by adrianl]Adrian Lees2005-04-176-84/+209
| | | | | | Search text highlighting in browser windows svn path=/import/netsurf/; revision=1657
* [project @ 2005-04-16 21:44:37 by adrianl]Adrian Lees2005-04-161-1/+5
| | | | | | Fix drag scrolling of non-html content svn path=/import/netsurf/; revision=1656
* [project @ 2005-04-16 21:26:15 by adrianl]Adrian Lees2005-04-162-2/+16
| | | | | | Ignores save drags that stay within SaveAs/download window svn path=/import/netsurf/; revision=1655
* [project @ 2005-04-16 19:34:30 by jmb]John Mark Bell2005-04-161-1/+3
| | | | | | Don't append a space to the end of textarea input svn path=/import/netsurf/; revision=1654
* [project @ 2005-04-16 19:33:21 by jmb]John Mark Bell2005-04-161-1/+4
| | | | | | Fix silliness with use of control characters svn path=/import/netsurf/; revision=1653
* [project @ 2005-04-16 08:22:57 by adrianl]Adrian Lees2005-04-162-22/+43
| | | | | | first cut at selecting inter-block spaces svn path=/import/netsurf/; revision=1652
* [project @ 2005-04-16 08:19:56 by adrianl]Adrian Lees2005-04-162-0/+2
| | | | | | missing #include svn path=/import/netsurf/; revision=1651
* [project @ 2005-04-16 06:46:53 by adrianl]Adrian Lees2005-04-161-1/+1
| | | | | | Fixed broken filename in object list svn path=/import/netsurf/; revision=1650
* [project @ 2005-04-16 05:16:18 by jmb]John Mark Bell2005-04-161-3/+0
| | | | | | Lose \todo svn path=/import/netsurf/; revision=1649
* [project @ 2005-04-16 05:10:08 by jmb]John Mark Bell2005-04-161-1/+2
| | | | | | Don't unescape characters 0x80->0xFF svn path=/import/netsurf/; revision=1648
* [project @ 2005-04-16 05:09:32 by jmb]John Mark Bell2005-04-1611-248/+440
| | | | | | | | | | | | 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
* [project @ 2005-04-15 22:41:29 by tlsa]Michael Drake2005-04-152-40/+40
| | | | | | Updated German resources by Sebastian Barthel. svn path=/import/netsurf/; revision=1646
* [project @ 2005-04-15 20:46:25 by adrianl]Adrian Lees2005-04-152-2/+2
| | | | | | Fix incorrect position at end of selection drag svn path=/import/netsurf/; revision=1645
* [project @ 2005-04-15 20:45:43 by adrianl]Adrian Lees2005-04-151-1/+4
| | | | | | Fix for selection changing when page reformatted svn path=/import/netsurf/; revision=1644
* [project @ 2005-04-15 19:06:32 by jmb]John Mark Bell2005-04-151-1/+1
| | | | | | Add missing file svn path=/import/netsurf/; revision=1643
* [project @ 2005-04-15 18:00:19 by jmb]John Mark Bell2005-04-158-824/+1476
| | | | | | | | Split out generic text input code. Support internationalised text input. Fix textarea-related bugs. svn path=/import/netsurf/; revision=1642
* [project @ 2005-04-15 16:30:37 by jmb]John Mark Bell2005-04-151-2/+1
| | | | | | Fix GTK build svn path=/import/netsurf/; revision=1641
* [project @ 2005-04-15 05:54:44 by adrianl]Adrian Lees2005-04-1512-214/+1000
| | | | | | Text selection, page drag scrolling, drag-saving images and a few SaveAs improvements svn path=/import/netsurf/; revision=1640
* [project @ 2005-04-15 05:52:31 by adrianl]Adrian Lees2005-04-152-2/+11
| | | | | | New files for text selection svn path=/import/netsurf/; revision=1639
* [project @ 2005-04-15 05:52:25 by adrianl]Adrian Lees2005-04-153-354/+766
| | | | | | Text selection, page drag scrolling, drag-saving images svn path=/import/netsurf/; revision=1638
* [project @ 2005-04-15 05:52:17 by adrianl]Adrian Lees2005-04-151-0/+36
| | | | | | Stub functions for GTK following text selection, page drag scrolling and drag-saving of images svn path=/import/netsurf/; revision=1637
* [project @ 2005-04-15 05:52:11 by adrianl]Adrian Lees2005-04-152-15/+92
| | | | | | Text selection svn path=/import/netsurf/; revision=1636
* [project @ 2005-04-15 05:52:04 by adrianl]Adrian Lees2005-04-151-0/+4
| | | | | | Defined NOF_ELEMENTS utility macro svn path=/import/netsurf/; revision=1635
* [project @ 2005-04-15 05:51:11 by adrianl]Adrian Lees2005-04-152-0/+802
| | | | | | Text selection svn path=/import/netsurf/; revision=1634
* [project @ 2005-04-14 23:17:37 by jmb]John Mark Bell2005-04-141-5/+7
| | | | | | Fix form selection abort svn path=/import/netsurf/; revision=1633
* [project @ 2005-04-14 19:54:24 by rjw]Richard Wilson2005-04-144-57/+424
| | | | | | Implement HTML table border setting. Improve support for the collapsing border model. svn path=/import/netsurf/; revision=1632
* [project @ 2005-04-14 01:36:54 by rjw]Richard Wilson2005-04-141-5/+9
| | | | | | Fix redraw errors for standalone images when buffered. svn path=/import/netsurf/; revision=1631
* [project @ 2005-04-14 01:35:47 by rjw]Richard Wilson2005-04-141-5/+2
| | | | | | Fix textarea redraw errors. svn path=/import/netsurf/; revision=1630
* [project @ 2005-04-14 01:34:23 by rjw]Richard Wilson2005-04-141-3/+3
| | | | | | Only close menus we own. svn path=/import/netsurf/; revision=1629
* [project @ 2005-04-13 22:02:28 by adrianl]Adrian Lees2005-04-131-2/+2
| | | | | | Fix scrolling to tags with scaled display svn path=/import/netsurf/; revision=1628
* [project @ 2005-04-13 21:58:28 by bursa]James Bursa2005-04-135-381/+315
| | | | | | Add fallback field to struct box for object fallback content. Add some checks for tree consistency to box_dump(). Rename struct plugin_params to object_param. Clean up box_object(), box_embed(), box_iframe(), and box_image(). Implement object fallback to contents if the fetch or conversion fails. svn path=/import/netsurf/; revision=1627
* [project @ 2005-04-12 19:11:35 by rjw]Richard Wilson2005-04-122-47/+29
| | | | | | Work around the stupid manner in which the FontManager only observes the plot origin for non-anti-aliased text operations. svn path=/import/netsurf/; revision=1626
* [project @ 2005-04-12 19:09:09 by rjw]Richard Wilson2005-04-121-4/+4
| | | | | | Round value up when going from OS units to pixels. svn path=/import/netsurf/; revision=1625
* [project @ 2005-04-11 01:14:18 by rjw]Richard Wilson2005-04-111-2/+5
| | | | | | Only test opacity on a frame change. svn path=/import/netsurf/; revision=1624
* [project @ 2005-04-10 23:26:34 by rjw]Richard Wilson2005-04-101-19/+22
| | | | | | Simplify code. svn path=/import/netsurf/; revision=1623
* [project @ 2005-04-10 23:26:17 by rjw]Richard Wilson2005-04-103-38/+45
| | | | | | Remove screen cache, workaround SpriteExtend bug. svn path=/import/netsurf/; revision=1622
* [project @ 2005-04-10 19:33:33 by rjw]Richard Wilson2005-04-101-1/+1
| | | | | | Fix incorrect throbber size calculation. svn path=/import/netsurf/; revision=1621
* [project @ 2005-04-10 17:08:49 by bursa]James Bursa2005-04-101-102/+145
| | | | | | Implement box_get_attribute() to simplify code. Add code to attempt to extract URLs from "javascript:" links. svn path=/import/netsurf/; revision=1620
* [project @ 2005-04-09 22:56:34 by jmb]John Mark Bell2005-04-092-51/+42
| | | | | | Fix inappropriate free()s of talloced content svn path=/import/netsurf/; revision=1619
* [project @ 2005-04-09 22:37:09 by rjw]Richard Wilson2005-04-091-389/+489
| | | | | | Fix bug that prevented the recent URL button working without a theme. Resizing the status bar to no width now works correctly when the window is resized. Lose legacy choices file reading (users may need to re-choose their desired theme.) Source code tidy-up part one. svn path=/import/netsurf/; revision=1618