summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2005-03-24 07:45:41 by bursa]James Bursa2005-03-241-5/+5
| | | | | | Make line splitting more accurate by using rufl_split() instead of rufl_x_to_offset(). This fixes many cases of text leaking out of a box. svn path=/import/netsurf/; revision=1579
* [project @ 2005-03-24 00:36:33 by tlsa]Michael Drake2005-03-241-1/+1
| | | | | | Give tables a one pixel default cellspacing. svn path=/import/netsurf/; revision=1578
* [project @ 2005-03-23 23:22:48 by tlsa]Michael Drake2005-03-231-3/+3
| | | | | | Revert last checkin. svn path=/import/netsurf/; revision=1577
* [project @ 2005-03-23 22:43:16 by tlsa]Michael Drake2005-03-231-3/+3
| | | | | | Position aligned tables with margins. svn path=/import/netsurf/; revision=1576
* [project @ 2005-03-23 19:17:03 by rjw]Richard Wilson2005-03-231-2/+2
| | | | | | Fix scaling of very small background images when viewing at less than 100% svn path=/import/netsurf/; revision=1575
* [project @ 2005-03-23 18:14:38 by rjw]Richard Wilson2005-03-232-10/+25
| | | | | | Fix incorrect background position calculations. Modify CSS parser to pass all background-position testcases. svn path=/import/netsurf/; revision=1574
* [project @ 2005-03-23 16:42:37 by rjw]Richard Wilson2005-03-231-10/+17
| | | | | | Don't pass scaled values to children to minimise rounding errors. svn path=/import/netsurf/; revision=1573
* [project @ 2005-03-22 20:19:30 by rjw]Richard Wilson2005-03-221-2/+4
| | | | | | Add specific check for 'Floating Help' for interactive help messages svn path=/import/netsurf/; revision=1572
* [project @ 2005-03-22 16:29:16 by rjw]Richard Wilson2005-03-221-7/+22
| | | | | | Fix some rounding issues for table cell calculations. svn path=/import/netsurf/; revision=1571
* [project @ 2005-03-22 11:49:16 by tlsa]Michael Drake2005-03-221-2/+2
| | | | | | Clarify menu option for copying size and position of parent windows. svn path=/import/netsurf/; revision=1570
* [project @ 2005-03-22 00:10:42 by rjw]Richard Wilson2005-03-225-16/+64
| | | | | | Experimental cellpadding support svn path=/import/netsurf/; revision=1569
* [project @ 2005-03-21 15:27:31 by rjw]Richard Wilson2005-03-211-1/+1
| | | | | | Correct wrong initial configuration. svn path=/import/netsurf/; revision=1568
* [project @ 2005-03-21 14:48:26 by rjw]Richard Wilson2005-03-213-43/+122
| | | | | | Make toolbar configurable. svn path=/import/netsurf/; revision=1567
* [project @ 2005-03-21 00:50:13 by rjw]Richard Wilson2005-03-211-10/+17
| | | | | | Add shift+toggle feature for short contents. *** HACK *** svn path=/import/netsurf/; revision=1566
* [project @ 2005-03-21 00:15:48 by jmb]John Mark Bell2005-03-211-46/+59
| | | | | | Fix mouse click handling in local history window svn path=/import/netsurf/; revision=1565
* [project @ 2005-03-20 23:42:23 by jmb]John Mark Bell2005-03-201-3/+3
| | | | | | Only stop existing fetch for window if we're really going to initiate a new one. svn path=/import/netsurf/; revision=1564
* [project @ 2005-03-20 23:02:00 by rjw]Richard Wilson2005-03-201-2/+4
| | | | | | URL nodes without a title use the associated URL. svn path=/import/netsurf/; revision=1563
* [project @ 2005-03-20 22:50:29 by rjw]Richard Wilson2005-03-202-2/+2
| | | | | | Trees now use content title rather than gui_window title. svn path=/import/netsurf/; revision=1562
* [project @ 2005-03-20 22:49:53 by rjw]Richard Wilson2005-03-201-0/+11
| | | | | | Tree toolbar actions update toolbar status (deleting a node/element is now correctly reflected. svn path=/import/netsurf/; revision=1561
* [project @ 2005-03-20 21:13:38 by jmb]John Mark Bell2005-03-201-3/+23
| | | | | | Add fragment id to URL in URL bar svn path=/import/netsurf/; revision=1560
* [project @ 2005-03-20 20:47:53 by tlsa]Michael Drake2005-03-203-3/+3
| | | | | | Adjust click on History icon opens Global History. svn path=/import/netsurf/; revision=1559
* [project @ 2005-03-20 20:39:43 by rjw]Richard Wilson2005-03-202-2/+15
| | | | | | Allow theme changing during toolbar edit sessions. Stop pointer changing to ptr_lr when updating toolbar windows. svn path=/import/netsurf/; revision=1558
* [project @ 2005-03-20 20:39:22 by jmb]John Mark Bell2005-03-201-2/+2
| | | | | | Fix draw_plot_rectangle API svn path=/import/netsurf/; revision=1557
* [project @ 2005-03-20 20:38:40 by jmb]John Mark Bell2005-03-201-1/+3
| | | | | | Fix stupidity relating to URL matching svn path=/import/netsurf/; revision=1556
* [project @ 2005-03-20 19:28:49 by rjw]Richard Wilson2005-03-205-16/+250
| | | | | | Further toolbar customisation work. svn path=/import/netsurf/; revision=1555
* [project @ 2005-03-20 18:58:34 by jmb]John Mark Bell2005-03-201-1/+2
| | | | | | Reinstate font background blending svn path=/import/netsurf/; revision=1554
* [project @ 2005-03-20 16:34:20 by jmb]John Mark Bell2005-03-201-1/+2
| | | | | | Fix crash relating to opening a link containing a fragment in a new window. svn path=/import/netsurf/; revision=1553
* [project @ 2005-03-20 14:57:51 by rjw]Richard Wilson2005-03-201-0/+6
| | | | | | Add missing change. svn path=/import/netsurf/; revision=1552
* [project @ 2005-03-20 14:57:19 by rjw]Richard Wilson2005-03-206-166/+414
| | | | | | Further work towards configurable toolbars. svn path=/import/netsurf/; revision=1551
* [project @ 2005-03-20 03:35:50 by jmb]John Mark Bell2005-03-201-3/+12
| | | | | | Improve handling of fragments on the same page as already loaded. svn path=/import/netsurf/; revision=1550
* [project @ 2005-03-20 01:55:48 by jmb]John Mark Bell2005-03-201-1/+6
| | | | | | Explicitly copy result of getenv(NetSurf$Dir) as not doing so will break things with latest UnixLib (as the result gets freed next time getenv is called). svn path=/import/netsurf/; revision=1549
* [project @ 2005-03-19 23:03:22 by tlsa]Michael Drake2005-03-193-12/+39
| | | | | | Update interactive help. svn path=/import/netsurf/; revision=1548
* [project @ 2005-03-19 18:05:45 by rjw]Richard Wilson2005-03-191-17/+7
| | | | | | Further updates to the colour highlighting algorithm. svn path=/import/netsurf/; revision=1547
* [project @ 2005-03-19 16:39:47 by rjw]Richard Wilson2005-03-191-7/+7
| | | | | | Stop certain colours being incorrectly highlighted svn path=/import/netsurf/; revision=1546
* [project @ 2005-03-19 15:33:06 by rjw]Richard Wilson2005-03-191-23/+58
| | | | | | Improved colour light/dark algorith. Button borders are now dual-level 3d to improve appearance. svn path=/import/netsurf/; revision=1545
* [project @ 2005-03-19 14:23:47 by rjw]Richard Wilson2005-03-191-4/+4
| | | | | | Solve clickable area test case. svn path=/import/netsurf/; revision=1544