summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2005-03-19 12:50:45 by rjw]Richard Wilson2005-03-192-74/+89
| | | | | | Minor toolbar/GUI refinements. svn path=/import/netsurf/; revision=1543
* [project @ 2005-03-19 01:21:53 by rjw]Richard Wilson2005-03-195-220/+47
| | | | | | Remove legacy toolbar button configuration code. Squash some compiler warnings. svn path=/import/netsurf/; revision=1542
* [project @ 2005-03-18 23:52:38 by rjw]Richard Wilson2005-03-1812-112/+201
| | | | | | Allow windows to be resized to an absolute minimum (toolbars collapse.) svn path=/import/netsurf/; revision=1541
* [project @ 2005-03-18 23:50:36 by rjw]Richard Wilson2005-03-181-4/+4
| | | | | | Take borders into account when checking whether a box contains a point. svn path=/import/netsurf/; revision=1540
* [project @ 2005-03-17 23:26:42 by tlsa]Michael Drake2005-03-171-0/+0
| | | | | | Add temporary image for list items. svn path=/import/netsurf/; revision=1539
* [project @ 2005-03-17 23:13:45 by tlsa]Michael Drake2005-03-171-1/+3
| | | | | | Temporary hack to distinguish list items. svn path=/import/netsurf/; revision=1538
* [project @ 2005-03-14 22:41:16 by rjw]Richard Wilson2005-03-141-0/+6
| | | | | | Stop a lack of hotlist causing hotlist menu preparation from crashing. svn path=/import/netsurf/; revision=1537