Rob Kendrick
c95b8ea927
Fix clicking to the RHS of text box widgets - now places caret in correct position. Thanks to Dobos D.Calin <calin.dobos@info.uaic.ro>. The second part of this patch has not been included, pending further investigation.
...
svn path=/trunk/netsurf/; revision=4033
2008-03-22 12:11:09 +00:00
Vincent Sanders
2f864eeecc
Update all source code file headers to reflect GPL version 2 only and contain appropriate licence text
...
svn path=/trunk/netsurf/; revision=3486
2007-08-08 16:16:03 +00:00
Daniel Silverstone
6807b4208a
Remove the netsurf/ from the include paths and rationalise use of <> vs "" in includes
...
NetSurf includes are now done with ""s and other system includes with <>s as C intended.
The scandeps tool has been updated to only look for ""ed includes, and to verify that the
files exist in the tree before adding them to the dependency lines. The depend rule has
therefore been augmented to make sure the autogenerated files are built before it is run.
This is untested under self-hosted RISC OS builds. All else tested and works.
svn path=/trunk/netsurf/; revision=3307
2007-05-30 22:39:54 +00:00
John Mark Bell
5aae53ef91
Merge GTK frames branch to trunk.
...
svn path=/trunk/netsurf/; revision=3075
2006-11-27 17:13:24 +00:00
Michael Drake
ba23e4b693
Update project URL.
...
svn path=/trunk/netsurf/; revision=3073
2006-11-27 15:35:18 +00:00
Rob Kendrick
d83dbbdebb
Fix pango font splitting's discovery of the width of the first line of a wrap.
...
svn path=/trunk/netsurf/; revision=3046
2006-11-11 12:05:45 +00:00
Rob Kendrick
465c7204b9
Make nsgtk's rendering pay attention to font name choices
...
svn path=/trunk/netsurf/; revision=2863
2006-08-17 21:28:40 +00:00
Rob Kendrick
097044996c
Make nsgtk respect minimum font size setting, and save font size choices
...
svn path=/trunk/netsurf/; revision=2859
2006-08-17 19:41:14 +00:00
Daniel Silverstone
4a314ef5ac
Fix pango position-in-string function's off-by-one bug
...
svn path=/trunk/netsurf/; revision=2601
2006-05-13 10:37:44 +00:00
Rob Kendrick
3c1ba2a0b6
Correct base of font positioning. Stops click in text input causing segfault.
...
svn path=/trunk/netsurf/; revision=2538
2006-04-18 23:32:28 +00:00
Rob Kendrick
a7733ecd45
[project @ 2006-03-31 10:51:34 by rjek]
...
Remove vexing 'Small caps\!' debug LOG from GTK font plotting
svn path=/import/netsurf/; revision=2484
2006-03-31 10:51:34 +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
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
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
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
James Bursa
10291d72b3
[project @ 2005-12-19 22:50:23 by bursa]
...
Add headers and get rid of all externs in .c files.
svn path=/import/netsurf/; revision=1901
2005-12-19 22:50:23 +00:00
James Bursa
35770a2572
[project @ 2005-04-09 13:26:57 by bursa]
...
Fix nsfont_width() and nsfont_paint() when passed a 0-length string.
svn path=/import/netsurf/; revision=1615
2005-04-09 13:26:57 +00:00
James Bursa
8550695710
[project @ 2005-02-27 16:03:02 by bursa]
...
Fix the GTK build.
svn path=/import/netsurf/; revision=1527
2005-02-27 16:03:02 +00:00
John Mark Bell
8334683068
[project @ 2005-01-02 03:58:20 by jmb]
...
xcalloc/xrealloc/xstrdup-purge - Lose remaining calls (and purge the relevant functions from utils.c)
svn path=/import/netsurf/; revision=1419
2005-01-02 03:58:21 +00:00
John Tytgat
7d3a242132
[project @ 2004-08-14 12:57:00 by joty]
...
Using more stddef.h types.
svn path=/import/netsurf/; revision=1230
2004-08-14 12:57:02 +00:00
James Bursa
34c2bf9297
[project @ 2004-07-22 12:03:37 by bursa]
...
Make the gtk build compile again and implement mouse clicks.
svn path=/import/netsurf/; revision=1137
2004-07-22 12:03:37 +00:00
John Tytgat
a0d511734a
[project @ 2004-07-05 20:19:51 by joty]
...
Using UTF-8 instead of Latin1 encoding.
svn path=/import/netsurf/; revision=1049
2004-07-05 20:19:52 +00:00
James Bursa
e4d780c476
[project @ 2004-06-22 18:48:33 by bursa]
...
Experimental gtk interface.
svn path=/import/netsurf/; revision=993
2004-06-22 18:48:33 +00:00