summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2006-03-26 23:06:18 by dsilvers]Daniel Silverstone2006-03-261-0/+9
| | | | | | Consider the margins on the <html> object when calculating where a point is. svn path=/import/netsurf/; revision=2189
* [project @ 2006-03-26 23:05:08 by dsilvers]Daniel Silverstone2006-03-261-4/+2
| | | | | | Do not include the border in the extra margin calculation for <html> tags svn path=/import/netsurf/; revision=2188
* [project @ 2006-03-26 22:43:22 by dsilvers]Daniel Silverstone2006-03-261-2/+10
| | | | | | First pass at fixing the bug shown by margintest.html in netsurftest svn path=/import/netsurf/; revision=2187
* [project @ 2006-03-26 21:53:20 by dsilvers]Daniel Silverstone2006-03-261-34/+84
| | | | | | Re-tabify, add (currently disabled) cairo support and font family/variant support to font_pango.c svn path=/import/netsurf/; revision=2186
* [project @ 2006-03-26 21:41:18 by bursa]James Bursa2006-03-261-2/+9
| | | | | | Fix layout bug related to negative text indent (fixes 1437728). svn path=/import/netsurf/; revision=2185
* [project @ 2006-03-26 21:35:54 by rjek]Rob Kendrick2006-03-261-0/+14
| | | | | | Implement Home button in GTK build svn path=/import/netsurf/; revision=2184
* [project @ 2006-03-26 21:26:47 by rjek]Rob Kendrick2006-03-261-0/+11
| | | | | | Add a 5 pixel 'tail' at the start and end of history node links svn path=/import/netsurf/; revision=2183
* [project @ 2006-03-26 19:59:15 by bursa]James Bursa2006-03-261-2/+2
| | | | | | 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
* [project @ 2006-03-26 17:48:56 by dsilvers]Daniel Silverstone2006-03-262-2/+2
| | | | | | Argh, it's a length but it's called an offset svn path=/import/netsurf/; revision=2181
* [project @ 2006-03-26 17:43:43 by dsilvers]Daniel Silverstone2006-03-261-1/+1
| | | | | | char_offset is an offset, add one to make it a length svn path=/import/netsurf/; revision=2180
* [project @ 2006-03-26 17:40:15 by dsilvers]Daniel Silverstone2006-03-261-1/+14
| | | | | | Implement reload button for nsgtk svn path=/import/netsurf/; revision=2179
* [project @ 2006-03-26 17:22:29 by dsilvers]Daniel Silverstone2006-03-261-38/+159
| | | | | | Implement the history window, and re-tabify gtk_window.c svn path=/import/netsurf/; revision=2178
* [project @ 2006-03-26 16:36:20 by dsilvers]Daniel Silverstone2006-03-261-1/+1
| | | | | | Fix plotters to use system colormap to save widget ranting when rendering history thumbnails svn path=/import/netsurf/; revision=2177
* [project @ 2006-03-26 15:34:33 by dsilvers]Daniel Silverstone2006-03-261-2/+46
| | | | | | rudimentary nsgtk support for back/forward svn path=/import/netsurf/; revision=2176
* [project @ 2006-03-26 15:11:51 by dsilvers]Daniel Silverstone2006-03-261-1/+7
| | | | | | Partial page-load progressive render for GTK frontend svn path=/import/netsurf/; revision=2175
* [project @ 2006-03-26 15:07:25 by dsilvers]Daniel Silverstone2006-03-261-2/+15
| | | | | | Fix up a missing GTK_TOOLBAR() and implement the stop button as a throbber/stop-button for now svn path=/import/netsurf/; revision=2174
* [project @ 2006-03-26 14:58:15 by rjek]Rob Kendrick2006-03-261-3/+63
| | | | | | Add extra buttons to toolbar, including (semi-)working scaling svn path=/import/netsurf/; revision=2173
* [project @ 2006-03-26 05:46:21 by adrianl]Adrian Lees2006-03-261-3/+3
| | | | | | Correct usage of utf8_next svn path=/import/netsurf/; revision=2172
* [project @ 2006-03-26 04:48:45 by adrianl]Adrian Lees2006-03-261-27/+146
| | | | | | Selection and scaled plotting of tabs svn path=/import/netsurf/; revision=2171
* [project @ 2006-03-26 01:18:00 by rjek]Rob Kendrick2006-03-261-0/+1
| | | | | | Fix memory leak in GTK thumbnailing svn path=/import/netsurf/; revision=2170
* [project @ 2006-03-26 01:14:01 by rjek]Rob Kendrick2006-03-261-16/+16
| | | | | | Improvements to GTK thumbnailing svn path=/import/netsurf/; revision=2169
* [project @ 2006-03-25 23:56:39 by dsilvers]Daniel Silverstone2006-03-251-0/+7
| | | | | | Ensure font scaling is done at font_paint time for GTK frontend svn path=/import/netsurf/; revision=2168
* [project @ 2006-03-25 23:53:34 by rjek]Rob Kendrick2006-03-254-6/+6
| | | | | | Misc GTK thumbnailing fixes svn path=/import/netsurf/; revision=2167
* [project @ 2006-03-25 23:31:41 by rjek]Rob Kendrick2006-03-255-9/+109
| | | | | | Initial GTK thumbnail rendering implementation (still gets fonts too big) svn path=/import/netsurf/; revision=2166
* [project @ 2006-03-25 22:48:32 by jmb]John Mark Bell2006-03-2511-19/+8
| | | | | | | Assert that template names are <=11 chars long. Rename con_language to con_lang svn path=/import/netsurf/; revision=2165
* [project @ 2006-03-25 20:30:35 by bursa]James Bursa2006-03-259-556/+767
| | | | | | Split local history into portable and RISC OS specific code. Improve layout of history tree. svn path=/import/netsurf/; revision=2164
* [project @ 2006-03-25 20:13:51 by bursa]James Bursa2006-03-251-1/+11
| | | | | | Make dialogs open fully on screen even if they are already open. svn path=/import/netsurf/; revision=2163
* [project @ 2006-03-25 12:15:25 by bursa]James Bursa2006-03-251-0/+340
| | | | | | Add a copy of the GNU General Public License (GPL). svn path=/import/netsurf/; revision=2162
* [project @ 2006-03-25 08:53:32 by adrianl]Adrian Lees2006-03-251-7/+46
| | | | | | Tabs in textplain content svn path=/import/netsurf/; revision=2161
* [project @ 2006-03-25 06:21:21 by adrianl]Adrian Lees2006-03-251-31/+27
| | | | | | Correct operation in non-square 32bpp modes svn path=/import/netsurf/; revision=2160
* [project @ 2006-03-24 04:00:27 by adrianl]Adrian Lees2006-03-241-0/+1
| | | | | | Missing #include svn path=/import/netsurf/; revision=2159
* [project @ 2006-03-24 03:54:47 by adrianl]Adrian Lees2006-03-243-1/+334
| | | | | | Palette definitions for sprites svn path=/import/netsurf/; revision=2158
* [project @ 2006-03-24 03:44:33 by adrianl]Adrian Lees2006-03-2414-7/+341
| | | | | | Use thumbnails for iconised windows svn path=/import/netsurf/; revision=2157
* [project @ 2006-03-23 20:19:03 by jmb]John Mark Bell2006-03-232-2/+15
| | | | | | Makefile changes to allow compilation under Cygwin. svn path=/import/netsurf/; revision=2156
* [project @ 2006-03-23 13:51:39 by rjek]Rob Kendrick2006-03-231-2/+63
| | | | | | Dashed and dotted line and rectangle drawing in GDK/Cairo plotters svn path=/import/netsurf/; revision=2155
* [project @ 2006-03-23 10:25:50 by tlsa]Michael Drake2006-03-232-2/+2
| | | | | | Add remaining pointer types to RISC OS build. svn path=/import/netsurf/; revision=2154
* [project @ 2006-03-23 04:37:53 by rjek]Rob Kendrick2006-03-231-2/+2
| | | | | | Use higher quality dither in GTK image plotting svn path=/import/netsurf/; revision=2153
* [project @ 2006-03-23 04:31:17 by rjek]Rob Kendrick2006-03-231-2/+2
| | | | | | Fix decoding of GIF images with more than 127 colours in them (for nsgtk) svn path=/import/netsurf/; revision=2152
* [project @ 2006-03-22 23:44:42 by tlsa]Michael Drake2006-03-221-0/+0
| | | | | | Remove mask from ptr_menu. svn path=/import/netsurf/; revision=2151
* [project @ 2006-03-22 23:37:59 by tlsa]Michael Drake2006-03-223-3/+7
| | | | | | More pointer types for RISC OS build. svn path=/import/netsurf/; revision=2150
* [project @ 2006-03-22 03:56:44 by adrianl]Adrian Lees2006-03-221-1/+4
| | | | | | Prevent access to non-existent base stylesheet if it fails to load svn path=/import/netsurf/; revision=2149
* [project @ 2006-03-22 01:06:05 by rjek]Rob Kendrick2006-03-221-12/+23
| | | | | | Replace check in selected checkboxes with a tick, also now black. svn path=/import/netsurf/; revision=2148
* [project @ 2006-03-21 18:20:07 by rjek]Rob Kendrick2006-03-211-1/+1
| | | | | | Remove unwanted ; from drawfile saving code svn path=/import/netsurf/; revision=2147
* [project @ 2006-03-21 17:33:35 by rjek]Rob Kendrick2006-03-211-1/+1
| | | | | | Fix typo in redraw code. Yes, I will learn to compile code before checking in. svn path=/import/netsurf/; revision=2146
* [project @ 2006-03-21 17:22:41 by rjek]Rob Kendrick2006-03-215-15/+125
| | | | | | Radio and checkbox widgets are now 3D, and implemented arc plotting for them svn path=/import/netsurf/; revision=2145
* [project @ 2006-03-20 23:21:06 by tlsa]Michael Drake2006-03-201-2/+2
| | | | | | Update about page. svn path=/import/netsurf/; revision=2144
* [project @ 2006-03-20 17:39:39 by rjek]Rob Kendrick2006-03-201-3/+3
| | | | | | Minor Cairo colour selection and line drawing improvements svn path=/import/netsurf/; revision=2143
* [project @ 2006-03-20 10:56:54 by rjek]Rob Kendrick2006-03-203-53/+53
| | | | | | Source cleanup and true/false to TRUE/FALSE conversion for GTK plotters svn path=/import/netsurf/; revision=2142
* [project @ 2006-03-19 23:56:52 by rjek]Rob Kendrick2006-03-191-5/+21
| | | | | | Cairo area clipping, and misc fixups in GTK plotters svn path=/import/netsurf/; revision=2141
* [project @ 2006-03-19 23:56:10 by rjek]Rob Kendrick2006-03-191-1/+1
| | | | | | Slightly alter ratio of radio button selected dot to work better when small svn path=/import/netsurf/; revision=2140