Daniel Silverstone
d8576715d9
[project @ 2006-03-26 23:06:18 by dsilvers]
...
Consider the margins on the <html> object when calculating where a point is.
svn path=/import/netsurf/; revision=2189
2006-03-26 23:06:18 +00:00
Daniel Silverstone
aee810d4d3
[project @ 2006-03-26 23:05:08 by dsilvers]
...
Do not include the border in the extra margin calculation for <html> tags
svn path=/import/netsurf/; revision=2188
2006-03-26 23:05:08 +00:00
Daniel Silverstone
0f13799768
[project @ 2006-03-26 22:43:22 by dsilvers]
...
First pass at fixing the bug shown by margintest.html in netsurftest
svn path=/import/netsurf/; revision=2187
2006-03-26 22:43:22 +00:00
Daniel Silverstone
f81dfb186a
[project @ 2006-03-26 21:53:20 by dsilvers]
...
Re-tabify, add (currently disabled) cairo support and font family/variant support to font_pango.c
svn path=/import/netsurf/; revision=2186
2006-03-26 21:53:20 +00:00
James Bursa
4750aa968f
[project @ 2006-03-26 21:41:18 by bursa]
...
Fix layout bug related to negative text indent (fixes 1437728).
svn path=/import/netsurf/; revision=2185
2006-03-26 21:41:18 +00:00
Rob Kendrick
94a3993be6
[project @ 2006-03-26 21:35:54 by rjek]
...
Implement Home button in GTK build
svn path=/import/netsurf/; revision=2184
2006-03-26 21:35:54 +00:00
Rob Kendrick
8cb8c74d40
[project @ 2006-03-26 21:26:47 by rjek]
...
Add a 5 pixel 'tail' at the start and end of history node links
svn path=/import/netsurf/; revision=2183
2006-03-26 21:26:47 +00:00
James Bursa
c2bddcee46
[project @ 2006-03-26 19:59:15 by bursa]
...
Fix layout bug related to floats near end of line (fixes 1453561). Pass 1 and pass 2 in layout_line() were handling space_after differently.
svn path=/import/netsurf/; revision=2182
2006-03-26 19:59:15 +00:00
Daniel Silverstone
8ebdc30958
[project @ 2006-03-26 17:48:56 by dsilvers]
...
Argh, it's a length but it's called an offset
svn path=/import/netsurf/; revision=2181
2006-03-26 17:48:56 +00:00
Daniel Silverstone
ccea99c07f
[project @ 2006-03-26 17:43:43 by dsilvers]
...
char_offset is an offset, add one to make it a length
svn path=/import/netsurf/; revision=2180
2006-03-26 17:43:43 +00:00
Daniel Silverstone
feb7f10e78
[project @ 2006-03-26 17:40:15 by dsilvers]
...
Implement reload button for nsgtk
svn path=/import/netsurf/; revision=2179
2006-03-26 17:40:15 +00:00
Daniel Silverstone
41b71fc15a
[project @ 2006-03-26 17:22:29 by dsilvers]
...
Implement the history window, and re-tabify gtk_window.c
svn path=/import/netsurf/; revision=2178
2006-03-26 17:22:29 +00:00
Daniel Silverstone
d7447adc6c
[project @ 2006-03-26 16:36:20 by dsilvers]
...
Fix plotters to use system colormap to save widget ranting when rendering history thumbnails
svn path=/import/netsurf/; revision=2177
2006-03-26 16:36:20 +00:00
Daniel Silverstone
231adb8949
[project @ 2006-03-26 15:34:33 by dsilvers]
...
rudimentary nsgtk support for back/forward
svn path=/import/netsurf/; revision=2176
2006-03-26 15:34:33 +00:00
Daniel Silverstone
bb6e9288dd
[project @ 2006-03-26 15:11:51 by dsilvers]
...
Partial page-load progressive render for GTK frontend
svn path=/import/netsurf/; revision=2175
2006-03-26 15:11:51 +00:00
Daniel Silverstone
6d21c43a97
[project @ 2006-03-26 15:07:25 by dsilvers]
...
Fix up a missing GTK_TOOLBAR() and implement the stop button as a throbber/stop-button for now
svn path=/import/netsurf/; revision=2174
2006-03-26 15:07:25 +00:00
Rob Kendrick
ee528d96f4
[project @ 2006-03-26 14:58:15 by rjek]
...
Add extra buttons to toolbar, including (semi-)working scaling
svn path=/import/netsurf/; revision=2173
2006-03-26 14:58:15 +00:00
Adrian Lees
05be9c073c
[project @ 2006-03-26 05:46:21 by adrianl]
...
Correct usage of utf8_next
svn path=/import/netsurf/; revision=2172
2006-03-26 05:46:21 +00:00
Adrian Lees
a80b268ad9
[project @ 2006-03-26 04:48:45 by adrianl]
...
Selection and scaled plotting of tabs
svn path=/import/netsurf/; revision=2171
2006-03-26 04:48:45 +00:00
Rob Kendrick
88d49538e4
[project @ 2006-03-26 01:18:00 by rjek]
...
Fix memory leak in GTK thumbnailing
svn path=/import/netsurf/; revision=2170
2006-03-26 01:18:00 +00:00
Rob Kendrick
698c6efcb0
[project @ 2006-03-26 01:14:01 by rjek]
...
Improvements to GTK thumbnailing
svn path=/import/netsurf/; revision=2169
2006-03-26 01:14:01 +00:00
Daniel Silverstone
57d61052af
[project @ 2006-03-25 23:56:39 by dsilvers]
...
Ensure font scaling is done at font_paint time for GTK frontend
svn path=/import/netsurf/; revision=2168
2006-03-25 23:56:39 +00:00
Rob Kendrick
556072e994
[project @ 2006-03-25 23:53:34 by rjek]
...
Misc GTK thumbnailing fixes
svn path=/import/netsurf/; revision=2167
2006-03-25 23:53:34 +00:00
Rob Kendrick
b82d35b061
[project @ 2006-03-25 23:31:41 by rjek]
...
Initial GTK thumbnail rendering implementation (still gets fonts too big)
svn path=/import/netsurf/; revision=2166
2006-03-25 23:31:42 +00:00
John Mark Bell
c098703201
[project @ 2006-03-25 22:48:32 by jmb]
...
Assert that template names are <=11 chars long.
Rename con_language to con_lang
svn path=/import/netsurf/; revision=2165
2006-03-25 22:48:32 +00:00
James Bursa
5a72700817
[project @ 2006-03-25 20:30:35 by bursa]
...
Split local history into portable and RISC OS specific code. Improve layout of history tree.
svn path=/import/netsurf/; revision=2164
2006-03-25 20:30:35 +00:00
James Bursa
016128c37d
[project @ 2006-03-25 20:13:51 by bursa]
...
Make dialogs open fully on screen even if they are already open.
svn path=/import/netsurf/; revision=2163
2006-03-25 20:13:51 +00:00
James Bursa
c7c7cb7e49
[project @ 2006-03-25 12:15:25 by bursa]
...
Add a copy of the GNU General Public License (GPL).
svn path=/import/netsurf/; revision=2162
2006-03-25 12:15:25 +00:00
Adrian Lees
446f207168
[project @ 2006-03-25 08:53:32 by adrianl]
...
Tabs in textplain content
svn path=/import/netsurf/; revision=2161
2006-03-25 08:53:32 +00:00
Adrian Lees
29802d8404
[project @ 2006-03-25 06:21:21 by adrianl]
...
Correct operation in non-square 32bpp modes
svn path=/import/netsurf/; revision=2160
2006-03-25 06:21:21 +00:00
Adrian Lees
74a86c3751
[project @ 2006-03-24 04:00:27 by adrianl]
...
Missing #include
svn path=/import/netsurf/; revision=2159
2006-03-24 04:00:27 +00:00
Adrian Lees
1bded081d6
[project @ 2006-03-24 03:54:47 by adrianl]
...
Palette definitions for sprites
svn path=/import/netsurf/; revision=2158
2006-03-24 03:54:48 +00:00
Adrian Lees
4b03028b51
[project @ 2006-03-24 03:44:33 by adrianl]
...
Use thumbnails for iconised windows
svn path=/import/netsurf/; revision=2157
2006-03-24 03:44:37 +00:00
John Mark Bell
4c7a6f4f5c
[project @ 2006-03-23 20:19:03 by jmb]
...
Makefile changes to allow compilation under Cygwin.
svn path=/import/netsurf/; revision=2156
2006-03-23 20:19:03 +00:00
Rob Kendrick
f6197574b6
[project @ 2006-03-23 13:51:39 by rjek]
...
Dashed and dotted line and rectangle drawing in GDK/Cairo plotters
svn path=/import/netsurf/; revision=2155
2006-03-23 13:51:39 +00:00
Michael Drake
075f6ba3d1
[project @ 2006-03-23 10:25:50 by tlsa]
...
Add remaining pointer types to RISC OS build.
svn path=/import/netsurf/; revision=2154
2006-03-23 10:25:50 +00:00
Rob Kendrick
4e48ad2f07
[project @ 2006-03-23 04:37:53 by rjek]
...
Use higher quality dither in GTK image plotting
svn path=/import/netsurf/; revision=2153
2006-03-23 04:37:53 +00:00
Rob Kendrick
eb6d84a1a8
[project @ 2006-03-23 04:31:17 by rjek]
...
Fix decoding of GIF images with more than 127 colours in them (for nsgtk)
svn path=/import/netsurf/; revision=2152
2006-03-23 04:31:17 +00:00
Michael Drake
c3aff7e09c
[project @ 2006-03-22 23:44:42 by tlsa]
...
Remove mask from ptr_menu.
svn path=/import/netsurf/; revision=2151
2006-03-22 23:44:42 +00:00
Michael Drake
222b75de89
[project @ 2006-03-22 23:37:59 by tlsa]
...
More pointer types for RISC OS build.
svn path=/import/netsurf/; revision=2150
2006-03-22 23:37:59 +00:00
Adrian Lees
99c1bfc195
[project @ 2006-03-22 03:56:44 by adrianl]
...
Prevent access to non-existent base stylesheet if it fails to load
svn path=/import/netsurf/; revision=2149
2006-03-22 03:56:44 +00:00
Rob Kendrick
190672dc98
[project @ 2006-03-22 01:06:05 by rjek]
...
Replace check in selected checkboxes with a tick, also now black.
svn path=/import/netsurf/; revision=2148
2006-03-22 01:06:05 +00:00
Rob Kendrick
07f691b326
[project @ 2006-03-21 18:20:07 by rjek]
...
Remove unwanted ; from drawfile saving code
svn path=/import/netsurf/; revision=2147
2006-03-21 18:20:07 +00:00
Rob Kendrick
d59c1e3537
[project @ 2006-03-21 17:33:35 by rjek]
...
Fix typo in redraw code. Yes, I will learn to compile code before checking in.
svn path=/import/netsurf/; revision=2146
2006-03-21 17:33:35 +00:00
Rob Kendrick
388ce7b8c4
[project @ 2006-03-21 17:22:41 by rjek]
...
Radio and checkbox widgets are now 3D, and implemented arc plotting for them
svn path=/import/netsurf/; revision=2145
2006-03-21 17:22:41 +00:00
Michael Drake
0d445d0f41
[project @ 2006-03-20 23:21:06 by tlsa]
...
Update about page.
svn path=/import/netsurf/; revision=2144
2006-03-20 23:21:06 +00:00
Rob Kendrick
9f4a79dda1
[project @ 2006-03-20 17:39:39 by rjek]
...
Minor Cairo colour selection and line drawing improvements
svn path=/import/netsurf/; revision=2143
2006-03-20 17:39:39 +00:00
Rob Kendrick
dd6bb64347
[project @ 2006-03-20 10:56:54 by rjek]
...
Source cleanup and true/false to TRUE/FALSE conversion for GTK plotters
svn path=/import/netsurf/; revision=2142
2006-03-20 10:56:54 +00:00
Rob Kendrick
f519569474
[project @ 2006-03-19 23:56:52 by rjek]
...
Cairo area clipping, and misc fixups in GTK plotters
svn path=/import/netsurf/; revision=2141
2006-03-19 23:56:52 +00:00
Rob Kendrick
18fea23803
[project @ 2006-03-19 23:56:10 by rjek]
...
Slightly alter ratio of radio button selected dot to work better when small
svn path=/import/netsurf/; revision=2140
2006-03-19 23:56:10 +00:00