Daniel Silverstone
a197ee3b28
[project @ 2006-03-09 19:05:29 by dsilvers]
...
gtk/font_pango.c: Use the new css_len2pt function if possible
svn path=/import/netsurf/; revision=2115
2006-03-09 19:05:29 +00:00
Daniel Silverstone
05b214a5d5
[project @ 2006-03-09 19:04:13 by dsilvers]
...
css.[ch]: Add css_len2pt to convert a CSS length to points for use on systems
which actually recognise that DPI might not be 90 all the time.
svn path=/import/netsurf/; revision=2114
2006-03-09 19:04:13 +00:00
James Bursa
4b3d4f97a8
[project @ 2006-03-09 18:55:30 by bursa]
...
Partly fix debug build.
svn path=/import/netsurf/; revision=2113
2006-03-09 18:55:30 +00:00
John Mark Bell
77159f9e9a
[project @ 2006-03-09 14:01:38 by jmb]
...
Avoid potential NULL read
svn path=/import/netsurf/; revision=2112
2006-03-09 14:01:38 +00:00
James Bursa
548e5089f8
[project @ 2006-03-08 08:27:19 by bursa]
...
Disable font blending during printing (should fix text printing problems for LaserJets).
svn path=/import/netsurf/; revision=2111
2006-03-08 08:27:19 +00:00
James Bursa
0eebadfa40
[project @ 2006-03-05 12:24:18 by bursa]
...
Implement declaring fonts for printing (PostScript).
svn path=/import/netsurf/; revision=2110
2006-03-05 12:24:18 +00:00
Richard Wilson
a4263fd8d6
[project @ 2006-03-05 01:42:16 by rjw]
...
Show unknown content icon in theme configuration toolbars.
svn path=/import/netsurf/; revision=2109
2006-03-05 01:42:16 +00:00
Richard Wilson
d478d7ef08
[project @ 2006-03-05 01:19:57 by rjw]
...
Fix theme choices window
svn path=/import/netsurf/; revision=2108
2006-03-05 01:19:57 +00:00
Richard Wilson
c5ba8b2635
[project @ 2006-03-04 20:59:39 by rjw]
...
Only browser toolbars have associated gui windows (whoops!)
svn path=/import/netsurf/; revision=2107
2006-03-04 20:59:39 +00:00
John Mark Bell
c57f07a5cd
[project @ 2006-03-04 20:50:12 by jmb]
...
Ensure bitmap is in memory
svn path=/import/netsurf/; revision=2106
2006-03-04 20:50:12 +00:00
John Mark Bell
ea76f90611
[project @ 2006-03-04 20:46:54 by jmb]
...
Make nsmng_redraw call plot.bitmap
svn path=/import/netsurf/; revision=2105
2006-03-04 20:46:54 +00:00
Richard Wilson
25a995931d
[project @ 2006-03-04 20:46:35 by rjw]
...
Continue work towards favicon support.
svn path=/import/netsurf/; revision=2104
2006-03-04 20:46:35 +00:00
Michael Drake
b48ed604f5
[project @ 2006-03-04 10:48:40 by tlsa]
...
Tweak timeouts.
svn path=/import/netsurf/; revision=2103
2006-03-04 10:48:40 +00:00
Adrian Lees
06a4b7d502
[project @ 2006-03-04 06:11:55 by adrianl]
...
Second attempt
svn path=/import/netsurf/; revision=2102
2006-03-04 06:11:55 +00:00
Adrian Lees
dfd0e17b67
[project @ 2006-03-04 05:53:49 by adrianl]
...
Allow adjust-drag-saving of sprites too
svn path=/import/netsurf/; revision=2101
2006-03-04 05:53:49 +00:00
Richard Wilson
464964cfb6
[project @ 2006-02-28 01:02:37 by rjw]
...
Render alpha-channel BMPs correctly.
svn path=/import/netsurf/; revision=2100
2006-02-28 01:02:37 +00:00
Richard Wilson
6f654c6f1e
[project @ 2006-02-28 00:45:15 by rjw]
...
Implement bitfield encoding for BMPs. We now correctly decode every image in the BMP test suite at http://pobox.com/~jason1/bmpsuite/
svn path=/import/netsurf/; revision=2099
2006-02-28 00:45:15 +00:00
Adrian Lees
6929d90d41
[project @ 2006-02-26 07:27:43 by adrianl]
...
Move comment
svn path=/import/netsurf/; revision=2098
2006-02-26 07:27:43 +00:00
Adrian Lees
b890cad9c9
[project @ 2006-02-26 03:03:14 by adrianl]
...
Added ico.o for rjw
svn path=/import/netsurf/; revision=2097
2006-02-26 03:03:14 +00:00
Richard Wilson
60ea34ad48
[project @ 2006-02-26 02:25:19 by rjw]
...
Add support for ICO files.
svn path=/import/netsurf/; revision=2096
2006-02-26 02:25:19 +00:00
Richard Wilson
da4a9313f1
[project @ 2006-02-25 18:50:34 by rjw]
...
Support for BMP files
svn path=/import/netsurf/; revision=2095
2006-02-25 18:51:51 +00:00
John Mark Bell
44d192c762
[project @ 2006-02-24 20:43:45 by jmb]
...
Fix broken fragment handling which prevented form submission.
svn path=/import/netsurf/; revision=2094
2006-02-24 20:43:45 +00:00
John Mark Bell
86f249e8c9
[project @ 2006-02-23 17:27:30 by jmb]
...
Fix GTK build
svn path=/import/netsurf/; revision=2093
2006-02-23 17:27:30 +00:00
John Mark Bell
d4d3e5ee1c
[project @ 2006-02-23 15:06:53 by jmb]
...
Handle invalid SSL certificates better - UI still needs work.
Modify fetch callback data parameter type to remove compiler warnings.
Constify things.
Lose global ssl_verify_certificates option.
Fix issue when closing a dialog without input focus.
svn path=/import/netsurf/; revision=2092
2006-02-23 15:06:54 +00:00
John Mark Bell
70fbf97688
[project @ 2006-02-22 20:04:39 by jmb]
...
Lose warnings
svn path=/import/netsurf/; revision=2091
2006-02-22 20:04:39 +00:00
Richard Wilson
6390393bee
[project @ 2006-02-22 13:03:57 by rjw]
...
Make clicks on the recent URL menu move selected item to the top.
svn path=/import/netsurf/; revision=2090
2006-02-22 13:03:57 +00:00
Richard Wilson
3d9a1198db
[project @ 2006-02-22 01:58:19 by rjw]
...
Reduce constant bitmap overhead per reference by moving to a flag word. Allow bitmaps to be reduced back to their raw data to free extra memory in a highly efficient manner.
svn path=/import/netsurf/; revision=2089
2006-02-22 01:58:19 +00:00
Richard Wilson
01cc7987c7
[project @ 2006-02-21 22:29:17 by rjw]
...
Fix broken decompression
svn path=/import/netsurf/; revision=2088
2006-02-21 22:29:17 +00:00
Richard Wilson
4cc85469cb
[project @ 2006-02-21 20:49:11 by rjw]
...
Allow any content to be used as a background. Simplify bitmap code.
svn path=/import/netsurf/; revision=2087
2006-02-21 20:49:12 +00:00
John Mark Bell
b6c6d77772
[project @ 2006-02-20 02:29:19 by jmb]
...
Fix GTK build
svn path=/import/netsurf/; revision=2086
2006-02-20 02:29:19 +00:00
John Mark Bell
5ce5fe084c
[project @ 2006-02-19 18:26:23 by jmb]
...
Rewrite HTTP authentication.
Fix extraction of realm from WWW-Authenticate header.
Tidy up login dialog code.
svn path=/import/netsurf/; revision=2085
2006-02-19 18:26:23 +00:00
Adrian Lees
7dbc14cf05
[project @ 2006-02-15 23:28:18 by adrianl]
...
Make search accessible for textplain content
svn path=/import/netsurf/; revision=2084
2006-02-15 23:28:18 +00:00
Adrian Lees
2e6cb9f80c
[project @ 2006-02-15 23:14:51 by adrianl]
...
Late arrival
svn path=/import/netsurf/; revision=2083
2006-02-15 23:14:51 +00:00
Adrian Lees
5f93f8f3f9
[project @ 2006-02-15 23:10:08 by adrianl]
...
New header files
svn path=/import/netsurf/; revision=2082
2006-02-15 23:10:08 +00:00
Adrian Lees
dbfdafdf18
[project @ 2006-02-15 23:09:53 by adrianl]
...
Extend text selection, copying, saving and searching code to handle textplain contents; modified textplain code to accept other line terminators
svn path=/import/netsurf/; revision=2081
2006-02-15 23:09:55 +00:00
James Bursa
07d55db910
[project @ 2006-02-13 23:04:32 by bursa]
...
Disable sending of Expect: 100-continue for POSTs (fixes using the bug tracker). Remove unnecessary setting of Host header.
svn path=/import/netsurf/; revision=2080
2006-02-13 23:04:32 +00:00
John Mark Bell
a784d112c5
[project @ 2006-02-13 00:17:44 by jmb]
...
Add missing includes
svn path=/import/netsurf/; revision=2079
2006-02-13 00:17:44 +00:00
James Bursa
415254c326
[project @ 2006-02-12 23:07:28 by bursa]
...
Rewrite handling of text/plain contents. Now rendered directly instead of converting to HTML.
svn path=/import/netsurf/; revision=2078
2006-02-12 23:07:28 +00:00
James Bursa
dd0cafcccc
[project @ 2006-02-12 23:06:09 by bursa]
...
Require Iconv 0.07 (for new textplain code).
svn path=/import/netsurf/; revision=2077
2006-02-12 23:06:09 +00:00
Adrian Lees
ba474f1c91
[project @ 2006-02-12 21:23:21 by adrianl]
...
Show all matches
svn path=/import/netsurf/; revision=2076
2006-02-12 21:23:22 +00:00
John Mark Bell
e4e01d338f
[project @ 2006-02-11 21:58:56 by jmb]
...
Permit negative text indent
svn path=/import/netsurf/; revision=2075
2006-02-11 21:58:56 +00:00
Adrian Lees
eeb97d89c3
[project @ 2006-02-11 19:10:42 by adrianl]
...
Corrected UTF8 conversion of imported text
svn path=/import/netsurf/; revision=2074
2006-02-11 19:10:42 +00:00
Adrian Lees
faa96477e5
[project @ 2006-02-11 18:44:23 by adrianl]
...
Remove currently unused and unusable functions
svn path=/import/netsurf/; revision=2073
2006-02-11 18:44:23 +00:00
Adrian Lees
edded10c0f
[project @ 2006-02-11 18:33:05 by adrianl]
...
Textarea/selection improvements and fixes
svn path=/import/netsurf/; revision=2072
2006-02-11 18:33:05 +00:00
John Mark Bell
6b6841f07e
[project @ 2006-02-11 18:11:09 by jmb]
...
Clear cached conversion descriptor if iconv() fails
svn path=/import/netsurf/; revision=2071
2006-02-11 18:11:09 +00:00
Adrian Lees
6b3b19a95b
[project @ 2006-02-11 03:40:26 by adrianl]
...
Auto-repeat for scrollbar buttons
svn path=/import/netsurf/; revision=2070
2006-02-11 03:40:26 +00:00
Adrian Lees
e7810f25bf
[project @ 2006-02-10 20:44:04 by adrianl]
...
Simplify code
svn path=/import/netsurf/; revision=2069
2006-02-10 20:44:04 +00:00
Adrian Lees
9f0f47cff7
[project @ 2006-02-10 18:10:09 by adrianl]
...
Improved reporting of startup errors
svn path=/import/netsurf/; revision=2068
2006-02-10 18:10:09 +00:00
Michael Drake
7fe5a989e3
[project @ 2006-02-09 18:48:20 by tlsa]
...
Tidy con_inter template.
svn path=/import/netsurf/; revision=2067
2006-02-09 18:48:20 +00:00
Adrian Lees
647f7d110c
[project @ 2006-02-09 00:43:32 by adrianl]
...
Disable trapping of FP underflows (raised erroneously by FPEv4.09-4.11)
svn path=/import/netsurf/; revision=2066
2006-02-09 00:43:32 +00:00