summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-07-04 23:16:12 by rjw]Richard Wilson2004-07-041-5/+6
| | | | | | Fix for trailing spaces for hotlist saving/loading [warning - drunken code] svn path=/import/netsurf/; revision=1048
* [project @ 2004-07-04 19:27:41 by jmb]John Mark Bell2004-07-043-137/+137
| | | | | | Fixup duplicated message key usage. svn path=/import/netsurf/; revision=1047
* [project @ 2004-07-04 18:44:51 by rjw]Richard Wilson2004-07-045-102/+396
| | | | | | Loading/saving of hotlists. Initial work for hotlist menu. svn path=/import/netsurf/; revision=1046
* [project @ 2004-07-04 15:20:20 by jmb]John Mark Bell2004-07-041-0/+1
| | | | | | Bow to user pressure and display URL immediately. svn path=/import/netsurf/; revision=1045
* [project @ 2004-07-04 14:59:29 by rjw]Richard Wilson2004-07-047-162/+446
| | | | | | Futher hotlst development. Minor GUI tweaks. svn path=/import/netsurf/; revision=1044
* [project @ 2004-07-04 12:42:54 by joty]John Tytgat2004-07-041-108/+107
| | | | | | Norcroft fixes. svn path=/import/netsurf/; revision=1043
* [project @ 2004-07-03 17:30:27 by rjw]Richard Wilson2004-07-038-167/+515
| | | | | | Further development of the selection and display code. svn path=/import/netsurf/; revision=1042
* [project @ 2004-07-03 16:28:09 by jmb]John Mark Bell2004-07-031-96/+180
| | | | | | Rework last_date, add_date and add last_visit_to_string() svn path=/import/netsurf/; revision=1041
* [project @ 2004-07-02 18:08:36 by tlsa]Michael Drake2004-07-023-2/+2
| | | | | | Tweak toolbar icons and correct interactive help for hotlist button. svn path=/import/netsurf/; revision=1040
* [project @ 2004-07-02 16:27:49 by tlsa]Michael Drake2004-07-022-18/+28
| | | | | | Update messages. svn path=/import/netsurf/; revision=1039
* [project @ 2004-07-01 23:20:40 by rjw]Richard Wilson2004-07-011-5/+16
| | | | | | Fix for icon selection colour in Select. svn path=/import/netsurf/; revision=1038
* [project @ 2004-07-01 22:56:26 by rjw]Richard Wilson2004-07-014-89/+271
| | | | | | Hotlist visit count monitoring. Hotlist redraw optimisations. Hotlist entry content type icons. svn path=/import/netsurf/; revision=1037
* [project @ 2004-07-01 20:27:49 by joty]John Tytgat2004-07-011-2/+3
| | | | | | Log the CSS URL too when there is a syntax error detected. svn path=/import/netsurf/; revision=1036
* [project @ 2004-06-30 23:11:11 by rjw]Richard Wilson2004-06-301-43/+135
| | | | | | Simple selection code svn path=/import/netsurf/; revision=1035
* [project @ 2004-06-30 22:09:20 by jmb]John Mark Bell2004-06-302-2/+3
| | | | | | Fixes for Norcroft svn path=/import/netsurf/; revision=1034
* [project @ 2004-06-30 18:13:31 by rjw]Richard Wilson2004-06-301-3/+10
| | | | | | URLs can be launched. svn path=/import/netsurf/; revision=1033
* [project @ 2004-06-30 17:59:18 by rjw]Richard Wilson2004-06-301-5/+16
| | | | | | Minor window extent bugfixes svn path=/import/netsurf/; revision=1032
* [project @ 2004-06-30 17:44:11 by rjw]Richard Wilson2004-06-301-0/+753
| | | | | | Missing file from last commit. svn path=/import/netsurf/; revision=1031
* [project @ 2004-06-29 23:13:40 by rjw]Richard Wilson2004-06-2910-22/+67
| | | | | | Experimental hotlist code svn path=/import/netsurf/; revision=1030
* [project @ 2004-06-29 19:08:19 by jmb]John Mark Bell2004-06-294-12/+32
| | | | | | Full reload support for HTML contents. Adjust click the reload button svn path=/import/netsurf/; revision=1029
* [project @ 2004-06-29 17:26:42 by jmb]John Mark Bell2004-06-291-13/+27
| | | | | | Reinstate Object->reload menu entry and make it work. svn path=/import/netsurf/; revision=1028
* [project @ 2004-06-29 12:38:49 by bursa]James Bursa2004-06-291-1/+4
| | | | | | Fix bug in rewrite_urls(): xmlNodes may have no name. svn path=/import/netsurf/; revision=1027
* [project @ 2004-06-29 12:37:06 by bursa]James Bursa2004-06-291-0/+1
| | | | | | Fix crash when downloads are closed after finishing. svn path=/import/netsurf/; revision=1026
* [project @ 2004-06-28 23:57:26 by jmb]John Mark Bell2004-06-282-4/+7
| | | | | | Correct behaviour of unknown URL launching mechanism. the ANT load never occurred. svn path=/import/netsurf/; revision=1025
* [project @ 2004-06-28 19:40:57 by rjw]Richard Wilson2004-06-281-0/+1
| | | | | | Fix for Ctrl-N not working correctly. svn path=/import/netsurf/; revision=1024
* [project @ 2004-06-28 19:35:04 by rjw]Richard Wilson2004-06-286-30/+45
| | | | | | Optional window size inheritance to appease tlsa. Updates to code comments. Ctrl-N shortcut to open a new window. svn path=/import/netsurf/; revision=1023
* [project @ 2004-06-28 12:26:12 by jmb]John Mark Bell2004-06-281-1/+1
| | | | | | Display action for <input type=image> svn path=/import/netsurf/; revision=1022
* [project @ 2004-06-27 23:29:02 by bursa]James Bursa2004-06-271-0/+2
| | | | | | Fix divide by 0. svn path=/import/netsurf/; revision=1021
* [project @ 2004-06-27 23:24:11 by bursa]James Bursa2004-06-2712-239/+743
| | | | | | Rewritten download window. Now downloads direct to file. New download window gui. svn path=/import/netsurf/; revision=1020
* [project @ 2004-06-27 15:34:46 by rjw]Richard Wilson2004-06-272-21/+87
| | | | | | Missing file from last commit svn path=/import/netsurf/; revision=1019
* [project @ 2004-06-27 14:41:14 by rjw]Richard Wilson2004-06-276-30/+94
| | | | | | Improved window positioning svn path=/import/netsurf/; revision=1018
* [project @ 2004-06-27 00:25:08 by jmb]John Mark Bell2004-06-271-0/+1
| | | | | | Remove compiler warning svn path=/import/netsurf/; revision=1017
* [project @ 2004-06-26 23:10:51 by rjw]Richard Wilson2004-06-261-1/+38
| | | | | | Dynamic updation on menu navigation status svn path=/import/netsurf/; revision=1016
* [project @ 2004-06-26 22:31:34 by rjw]Richard Wilson2004-06-265-245/+359
| | | | | | Visual representation of navigation features availble svn path=/import/netsurf/; revision=1015
* [project @ 2004-06-26 22:26:59 by rjw]Richard Wilson2004-06-262-2/+4
| | | | | | Addition of stop message svn path=/import/netsurf/; revision=1014
* [project @ 2004-06-25 23:43:11 by tlsa]Michael Drake2004-06-251-3/+3
| | | | | | Update background properties. svn path=/import/netsurf/; revision=1013
* [project @ 2004-06-25 23:10:46 by jmb]John Mark Bell2004-06-251-35/+85
| | | | | | background-attachment: fixed; support. Disabled for the moment due to redraw issues. svn path=/import/netsurf/; revision=1012
* [project @ 2004-06-25 21:25:33 by jmb]John Mark Bell2004-06-251-2/+2
| | | | | | | Increase limit of property name to 25 chars to accommodate background-attachment. This was missed from the original background properties checkin svn path=/import/netsurf/; revision=1011
* [project @ 2004-06-25 20:24:06 by bursa]James Bursa2004-06-251-1/+4
| | | | | | Fix parsing of invalid color declarations. svn path=/import/netsurf/; revision=1010
* [project @ 2004-06-25 17:52:05 by jmb]John Mark Bell2004-06-251-7/+9
| | | | | | Fix swi error reporting svn path=/import/netsurf/; revision=1009
* [project @ 2004-06-25 17:38:39 by jmb]John Mark Bell2004-06-251-53/+83
| | | | | | Tighten up parameter checking in ro_gui_window_click. svn path=/import/netsurf/; revision=1008
* [project @ 2004-06-25 16:52:01 by jmb]John Mark Bell2004-06-252-16/+38
| | | | | | Background blend fonts if we can (and the user wants us to). Turned off by default. svn path=/import/netsurf/; revision=1007
* [project @ 2004-06-25 14:28:29 by bursa]James Bursa2004-06-254-187/+319
| | | | | | Parse CSS background shorthand property. Background rendering improvements. svn path=/import/netsurf/; revision=1006
* [project @ 2004-06-25 01:23:41 by jmb]John Mark Bell2004-06-251-15/+20
| | | | | | Fix background clipping rectangle issue reported by Andrew Duffell. svn path=/import/netsurf/; revision=1005
* [project @ 2004-06-24 23:29:46 by bursa]James Bursa2004-06-241-0/+1
| | | | | | Scheduling fix. svn path=/import/netsurf/; revision=1004
* [project @ 2004-06-24 23:29:31 by bursa]James Bursa2004-06-243-341/+352
| | | | | | Simplify and improve parse_background_position(). Implement css_parse_rgb(). Fix truncation of paragraphs with background images. svn path=/import/netsurf/; revision=1003
* [project @ 2004-06-24 16:54:28 by jmb]John Mark Bell2004-06-243-1/+4
| | | | | | Update content->size to more accurate value. svn path=/import/netsurf/; revision=1002
* [project @ 2004-06-24 00:07:28 by jmb]John Mark Bell2004-06-241-1/+28
| | | | | | Support for background: meta-property. background-position isn't handled here. this needs fixing. svn path=/import/netsurf/; revision=1001
* [project @ 2004-06-23 22:53:50 by rjw]Richard Wilson2004-06-231-15/+13
| | | | | | | | Bug fix for vertical positioning. Padding is now taken into account for %age calculations. Fix for calculations using internal units rather than OS units. svn path=/import/netsurf/; revision=1000
* [project @ 2004-06-23 21:05:56 by rjw]Richard Wilson2004-06-231-3/+3
| | | | | | Improved background image positioning for non-tiled images. svn path=/import/netsurf/; revision=999