summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
* [project @ 2005-04-09 22:31:26 by rjw]Richard Wilson2005-04-091-0/+2
| | | | | | Close file on memory exhaustion. svn path=/import/netsurf/; revision=1617
* [project @ 2005-04-09 14:58:54 by rjw]Richard Wilson2005-04-091-27/+8
| | | | | | Don't expect the wimp to behave sensibly and return errors when it should. svn path=/import/netsurf/; revision=1616
* [project @ 2005-04-09 13:26:57 by bursa]James Bursa2005-04-091-3/+5
| | | | | | Fix nsfont_width() and nsfont_paint() when passed a 0-length string. svn path=/import/netsurf/; revision=1615
* [project @ 2005-04-09 13:25:54 by bursa]James Bursa2005-04-091-0/+2
| | | | | | Add an assert() to layout_line() to help detect bugs. svn path=/import/netsurf/; revision=1614
* [project @ 2005-04-09 13:25:05 by bursa]James Bursa2005-04-091-2/+8
| | | | | | Fix iframe related crash. svn path=/import/netsurf/; revision=1613
* [project @ 2005-04-09 13:23:55 by rjw]Richard Wilson2005-04-091-17/+21
| | | | | | Fallback to default window furniture sizes. svn path=/import/netsurf/; revision=1612
* [project @ 2005-04-09 10:00:00 by bursa]James Bursa2005-04-091-18/+19
| | | | | | Serialize fetches with no host (should fix multiple local files not loading in certain cases). svn path=/import/netsurf/; revision=1611
* [project @ 2005-04-09 09:57:19 by bursa]James Bursa2005-04-091-3/+2
| | | | | | Remove obsolete style_clone field from struct box (forgot this file). svn path=/import/netsurf/; revision=1610
* [project @ 2005-04-09 09:52:52 by bursa]James Bursa2005-04-093-14/+1
| | | | | | Remove obsolete style_clone field from struct box. svn path=/import/netsurf/; revision=1609
* [project @ 2005-04-09 09:47:36 by bursa]James Bursa2005-04-0916-1471/+1285
| | | | | | 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
* [project @ 2005-04-08 22:18:28 by bursa]James Bursa2005-04-081-29/+29
| | | | | | Fix dump of URLs containing a %. svn path=/import/netsurf/; revision=1607
* [project @ 2005-04-08 02:06:46 by rjw]Richard Wilson2005-04-082-10/+35
| | | | | | Save the page title with Acorn URI files, and use it when dragging into the hotlist. svn path=/import/netsurf/; revision=1606
* [project @ 2005-04-07 22:51:42 by jmb]John Mark Bell2005-04-071-82/+83
| | | | | | Update depend file svn path=/import/netsurf/; revision=1605
* [project @ 2005-04-07 21:47:17 by rjw]Richard Wilson2005-04-071-0/+2
| | | | | | Stop Ctrl+Q/W without a content from killing NetSurf. svn path=/import/netsurf/; revision=1604
* [project @ 2005-04-07 20:46:22 by rjw]Richard Wilson2005-04-0721-2705/+2691
| | | | | | Update to the way menus are handled. Various GUI bug fixes. svn path=/import/netsurf/; revision=1603
* [project @ 2005-04-06 17:02:22 by rjw]Richard Wilson2005-04-066-17/+29
| | | | | | Updated templates and messages ready for updated GUI code. Thanks to Jermone Mathevet for the updated French messages. svn path=/import/netsurf/; revision=1602
* [project @ 2005-04-05 18:52:00 by rjw]Richard Wilson2005-04-051-3/+4
| | | | | | Fix reading from zero-page. svn path=/import/netsurf/; revision=1601
* [project @ 2005-04-05 17:19:58 by rjw]Richard Wilson2005-04-053-28/+10
| | | | | | Add sanity checks to Sprite file handling and simplify code. svn path=/import/netsurf/; revision=1600
* [project @ 2005-04-05 11:41:03 by rjw]Richard Wilson2005-04-051-3/+6
| | | | | | Missing check-in for updated sprite rendering. svn path=/import/netsurf/; revision=1599
* [project @ 2005-04-05 02:36:33 by rjw]Richard Wilson2005-04-053-45/+38
| | | | | | Reduce re-allocation of memory when receiving files (drastically increases the speed of loading large files locally). Sprite files no longer require two copies of their data. svn path=/import/netsurf/; revision=1598
* [project @ 2005-04-04 23:42:47 by adrianl]Adrian Lees2005-04-041-2/+2
| | | | | | Added throwback svn path=/import/netsurf/; revision=1597
* [project @ 2005-04-04 22:14:51 by adrianl]Adrian Lees2005-04-041-20/+107
| | | | | | DataSave support for inter-app file/URL transfer svn path=/import/netsurf/; revision=1596
* [project @ 2005-04-04 18:41:09 by tlsa]Michael Drake2005-04-041-4/+4
| | | | | | Fix WimpSlot number for autobuilder and update SUL URL again. svn path=/import/netsurf/; revision=1595
* [project @ 2005-04-04 09:41:25 by tlsa]Michael Drake2005-04-041-7/+7
| | | | | | Update SharedUnixLibrary URL. svn path=/import/netsurf/; revision=1594
* [project @ 2005-04-03 14:17:05 by bursa]James Bursa2005-04-031-1/+3
| | | | | | Use talloc_realloc() instead of realloc() for c->source_data, since that is now managed by talloc. svn path=/import/netsurf/; revision=1593
* [project @ 2005-04-03 10:58:24 by bursa]James Bursa2005-04-032-21/+16
| | | | | | Use talloc for content structures. svn path=/import/netsurf/; revision=1592
* [project @ 2005-04-03 10:56:49 by bursa]James Bursa2005-04-032-0/+1198
| | | | | | Talloc memory allocation functions from Samba. svn path=/import/netsurf/; revision=1591
* [project @ 2005-04-02 23:57:48 by jmb]John Mark Bell2005-04-021-1/+11
| | | | | | Dump all box trees when SIGFPE raised svn path=/import/netsurf/; revision=1590
* [project @ 2005-04-02 18:24:47 by jmb]John Mark Bell2005-04-021-4/+13
| | | | | | Fix more FP exceptions svn path=/import/netsurf/; revision=1589
* [project @ 2005-04-02 11:13:27 by bursa]James Bursa2005-04-021-0/+8
| | | | | | Assert when a box has UNKNOWN_WIDTH after layout. svn path=/import/netsurf/; revision=1588
* [project @ 2005-04-01 02:25:11 by jmb]John Mark Bell2005-04-012-2/+5
| | | | | | | application/xhtml+xml -> CONTENT_HTML Fix minor issue with mimetype matching regexp. svn path=/import/netsurf/; revision=1587
* [project @ 2005-03-29 13:32:11 by adrianl]Adrian Lees2005-03-291-1/+4
| | | | | | Fix read from NULL ptr when clicking on hotlist background svn path=/import/netsurf/; revision=1586
* [project @ 2005-03-28 19:17:06 by bursa]James Bursa2005-03-281-172/+267
| | | | | | Split convert_xml_to_box() into box_construct_element() and box_construct_text(). Add box_solve_display(). svn path=/import/netsurf/; revision=1585
* [project @ 2005-03-28 16:16:14 by jmb]John Mark Bell2005-03-281-10/+12
| | | | | | Fix sprite palette generation. Buffering now works properly in 16 colour modes. svn path=/import/netsurf/; revision=1584
* [project @ 2005-03-26 01:12:27 by bursa]James Bursa2005-03-266-3127/+3205
| | | | | | Split box.c into box_construct.c, box_normalise.c, and box.c. svn path=/import/netsurf/; revision=1583
* [project @ 2005-03-25 14:25:25 by adrianl]Adrian Lees2005-03-251-31/+109
| | | | | | Removed string copying and added wildcard matching. svn path=/import/netsurf/; revision=1582
* [project @ 2005-03-24 21:36:00 by bursa]James Bursa2005-03-241-8/+6
| | | | | | Updated dependencies. svn path=/import/netsurf/; revision=1581
* [project @ 2005-03-24 13:44:24 by rjw]Richard Wilson2005-03-241-8/+14
| | | | | | Don't add fetches that failed to initialise to the object list. svn path=/import/netsurf/; revision=1580