Daniel Silverstone
63c65c6808
[project @ 2006-03-19 16:03:02 by dsilvers]
...
Make it so ./nsgtk http://somewhere will work for convenience
svn path=/import/netsurf/; revision=2134
2006-03-19 16:03:02 +00:00
John Mark Bell
c4260ee25e
[project @ 2006-03-17 02:08:42 by jmb]
...
Fix behaviour of clip property parser when presented with invalid data
svn path=/import/netsurf/; revision=2133
2006-03-17 02:08:42 +00:00
Daniel Silverstone
da16158c0a
[project @ 2006-03-16 23:30:46 by dsilvers]
...
Fix another assumption that freeing/dupping/whatever a NULL is safe.
svn path=/import/netsurf/; revision=2132
2006-03-16 23:30:46 +00:00
Daniel Silverstone
2a6b4b79b0
[project @ 2006-03-14 22:14:02 by dsilvers]
...
Fix anchoring and repeats for gtk repeated bitmaps
svn path=/import/netsurf/; revision=2131
2006-03-14 22:14:02 +00:00
Daniel Silverstone
e761d87f35
[project @ 2006-03-14 21:14:17 by dsilvers]
...
Add tiled bitmap support to GTK port to make backgrounds etc work
svn path=/import/netsurf/; revision=2130
2006-03-14 21:14:17 +00:00
Daniel Silverstone
7ddb6b6f19
[project @ 2006-03-14 15:01:57 by dsilvers]
...
Urgh, unconditional variables made my brain hurt
svn path=/import/netsurf/; revision=2129
2006-03-14 15:01:57 +00:00
Daniel Silverstone
d8b38299e9
[project @ 2006-03-14 14:24:00 by dsilvers]
...
Apparently five centiseconds works better for GTK gui reflow
svn path=/import/netsurf/; revision=2128
2006-03-14 14:24:00 +00:00
Daniel Silverstone
40260f177a
[project @ 2006-03-14 14:21:00 by dsilvers]
...
Multi-parallel fetch. Needs documenting, works in basic GTK tests, makes things way faster on GTK port. Needs testing on RO and in general more testing is good.
svn path=/import/netsurf/; revision=2127
2006-03-14 14:21:01 +00:00
John Mark Bell
63a70da244
[project @ 2006-03-10 11:28:16 by jmb]
...
Add missing "struct"
svn path=/import/netsurf/; revision=2126
2006-03-10 11:28:16 +00:00
Daniel Silverstone
7e02b0089c
[project @ 2006-03-10 11:10:21 by dsilvers]
...
Include gui.h for gui_window struct
svn path=/import/netsurf/; revision=2125
2006-03-10 11:10:21 +00:00
Daniel Silverstone
e057817d51
[project @ 2006-03-10 09:46:26 by dsilvers]
...
Very basic GTK cursor support.
svn path=/import/netsurf/; revision=2124
2006-03-10 09:46:26 +00:00
Daniel Silverstone
17d059f53f
[project @ 2006-03-10 09:09:03 by dsilvers]
...
Minor refactor to pass the gui_window to gui_window_set_pointer and gui_window_hide_pointer
svn path=/import/netsurf/; revision=2123
2006-03-10 09:09:03 +00:00
Daniel Silverstone
444cb18984
[project @ 2006-03-10 08:53:49 by dsilvers]
...
very beginning of cursor support in GTK port
svn path=/import/netsurf/; revision=2122
2006-03-10 08:53:49 +00:00
James Bursa
f7634e18c7
[project @ 2006-03-10 08:08:45 by bursa]
...
Fix debug build.
svn path=/import/netsurf/; revision=2121
2006-03-10 08:08:45 +00:00
Daniel Silverstone
2bb8de019c
[project @ 2006-03-10 03:07:44 by dsilvers]
...
GTK: resizing window now reformats nicely. Window can go smaller than initially requested 600x600
svn path=/import/netsurf/; revision=2120
2006-03-10 03:07:44 +00:00
Daniel Silverstone
22d208e107
[project @ 2006-03-10 02:03:56 by dsilvers]
...
Remove some unnecessary debug from GTK frontend
svn path=/import/netsurf/; revision=2119
2006-03-10 02:03:56 +00:00
Daniel Silverstone
78f85340ae
[project @ 2006-03-10 01:42:53 by dsilvers]
...
Ensure gui_window_update_box causes an expose of the right kind in the GTK frontend (enables animations etc)
svn path=/import/netsurf/; revision=2118
2006-03-10 01:42:53 +00:00
Daniel Silverstone
b58c92b030
[project @ 2006-03-10 01:42:21 by dsilvers]
...
Make sure zero width/height images don't crash the gtk renderer
svn path=/import/netsurf/; revision=2117
2006-03-10 01:42:21 +00:00
Daniel Silverstone
4306d74faf
[project @ 2006-03-09 20:14:13 by dsilvers]
...
Added schedule support to the GTK port
svn path=/import/netsurf/; revision=2116
2006-03-09 20:14:13 +00:00
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