Commit Graph

2878 Commits

Author SHA1 Message Date
Richard Wilson 9d9a4eedeb Ooops
svn path=/trunk/netsurf/; revision=2982
2006-10-06 13:39:33 +00:00
James Bursa f68e78b1c2 Document content status changes, type functions, and memory allocation.
svn path=/trunk/netsurf/; revision=2979
2006-10-05 21:43:18 +00:00
James Bursa bac1be667a Introduction to content structures.
svn path=/trunk/netsurf/; revision=2978
2006-10-04 22:25:33 +00:00
James Bursa 265db19c26 Remove empty directory.
svn path=/trunk/netsurf/; revision=2977
2006-10-04 20:16:42 +00:00
James Bursa 7bd8c12924 Remove empty directory.
svn path=/trunk/netsurf/; revision=2976
2006-10-04 19:58:54 +00:00
James Bursa c88b268f84 Split documentation into files by topic and convert to AsciiDoc format.
svn path=/trunk/netsurf/; revision=2975
2006-10-02 21:58:33 +00:00
John Mark Bell 118f435133 Unescape fragment identifiers.
svn path=/trunk/netsurf/; revision=2973
2006-10-01 18:10:55 +00:00
Chris Williams f4e4ec00b7 Ignore body data from 401 replies to prevent disruption of auth login handling
svn path=/trunk/netsurf/; revision=2972
2006-10-01 13:17:52 +00:00
Daniel Silverstone 45f2c3cfa3 Initial basic notes on the refactor necessary to get nsgtk supporting the new frames code
svn path=/trunk/netsurf/; revision=2969
2006-09-29 22:10:12 +00:00
John Mark Bell 6c7323fded Squash memory leak.
Ensure that the icon string's always set to something, even if it's the 
UTF-8 text if we're unable to convert to the local encoding.

svn path=/trunk/netsurf/; revision=2965
2006-09-25 22:27:41 +00:00
Michael Drake 8b324f1247 Remove NCNetSurf TODO doc.
svn path=/trunk/netsurf/; revision=2964
2006-09-25 19:46:55 +00:00
Michael Drake d0e49f2f95 Remove NCNetSurf
svn path=/trunk/netsurf/; revision=2962
2006-09-25 19:39:26 +00:00
John Mark Bell 4b09b7b8a0 Correcly encode spaces for url-encoded form submission.
svn path=/trunk/netsurf/; revision=2960
2006-09-19 10:08:33 +00:00
John Mark Bell a1b6005497 Fix 1559653.
svn path=/trunk/netsurf/; revision=2959
2006-09-18 00:16:39 +00:00
John Mark Bell 09d2b99973 Ensure urldb_add_path always has a path.
Extract hostname from url authority returned by url_get_components.

svn path=/trunk/netsurf/; revision=2958
2006-09-17 23:10:42 +00:00
James Bursa bd0dff9098 Add some documentation to layout_block_context(). Move code out into layout_block_object().
svn path=/trunk/netsurf/; revision=2957
2006-09-16 21:48:28 +00:00
James Bursa 7a08d0f03d Call html_reformat() from html_convert() to eliminate duplicate code. Improve calculations of document width and height.
svn path=/trunk/netsurf/; revision=2956
2006-09-16 21:33:55 +00:00
Adrian Lees 5b87995de7 Fix case of NotFound message
svn path=/trunk/netsurf/; revision=2954
2006-09-16 00:16:49 +00:00
John Mark Bell 55a217c6be Squash warnings.
svn path=/trunk/netsurf/; revision=2953
2006-09-11 11:55:17 +00:00
Jeffrey Lee 36278685ff Fixed translation of html entities when a textarea has an initial value
svn path=/trunk/netsurf/; revision=2952
2006-09-11 08:02:13 +00:00
John Mark Bell 0f26a73976 Squash warning
svn path=/trunk/netsurf/; revision=2951
2006-09-11 00:47:46 +00:00
John Mark Bell 00155f279f Fix GTK build
svn path=/trunk/netsurf/; revision=2950
2006-09-10 23:43:33 +00:00
John Mark Bell ba93d92788 Make compilation on RISC OS simpler - see http://netsurf.sf.net/robuild
Lose spurious echos of $OS when building on RISC OS.
Depend file is now autogenerated on all platforms, so need not be in SVN.

svn path=/trunk/netsurf/; revision=2949
2006-09-10 23:43:06 +00:00
Jeffrey Lee 68d314f3a9 Fix wordwrap+horizontal scroll in textareas
svn path=/trunk/netsurf/; revision=2947
2006-09-10 20:25:20 +00:00
Michael Drake 6358e6b87f Update About page.
svn path=/trunk/netsurf/; revision=2945
2006-09-10 19:20:48 +00:00
Jeffrey Lee bfe14720be Fixed the other caret issues after pasting into textarea
svn path=/trunk/netsurf/; revision=2944
2006-09-10 16:12:45 +00:00
Jeffrey Lee cc41d7c27a Fix some caret/scrolling issues after pasting into textarea
svn path=/trunk/netsurf/; revision=2943
2006-09-10 15:56:23 +00:00
Jeffrey Lee d19839d334 Fixed spurious newline after pasting into textarea; possibly fixed some selection processing/rendering bugs
svn path=/trunk/netsurf/; revision=2942
2006-09-10 15:08:30 +00:00
Jeffrey Lee f2cd31779b Fixed textarea wordwrap if first character on line is a space
svn path=/trunk/netsurf/; revision=2941
2006-09-10 13:59:19 +00:00
Jeffrey Lee 271c28a5df textarea html tag fix; horizontal scrollbars; auto-scroll improvements
svn path=/trunk/netsurf/; revision=2940
2006-09-10 13:27:08 +00:00
Jeffrey Lee d7834f1a34 jmb's improved makefile, blame him
svn path=/trunk/netsurf/; revision=2939
2006-09-10 13:25:19 +00:00
John Mark Bell 4b722c42ba Fix scale view shortcuts to use new scaling mechanism
svn path=/trunk/netsurf/; revision=2938
2006-09-09 22:07:08 +00:00
Richard Wilson 5340bf487b Don't scale windows without content.
svn path=/trunk/netsurf/; revision=2937
2006-09-08 22:36:09 +00:00
Richard Wilson 2f98e3977e Take scrollbars into account when placing frames.
svn path=/trunk/netsurf/; revision=2936
2006-09-08 20:50:07 +00:00
Richard Wilson c7f70a8cf6 Stop iframes from all getting the same content.
svn path=/trunk/netsurf/; revision=2935
2006-09-08 20:19:08 +00:00
Richard Wilson b30921382f Trigger frame recalculation on child frame scale change.
svn path=/trunk/netsurf/; revision=2934
2006-09-08 17:18:44 +00:00
Richard Wilson f775b64fb7 Possibly fix the GTK build and implement frameset scaling.
svn path=/trunk/netsurf/; revision=2933
2006-09-08 17:11:01 +00:00
Richard Wilson 02a8722cc6 Fix 1553282.
svn path=/trunk/netsurf/; revision=2932
2006-09-08 16:57:26 +00:00
John Mark Bell 79554528ba Squash warning
svn path=/trunk/netsurf/; revision=2931
2006-09-08 16:05:36 +00:00
Richard Wilson 42708d8f67 Updated RISC OS depend file.
svn path=/trunk/netsurf/; revision=2930
2006-09-08 13:39:46 +00:00
Richard Wilson 26f2b49447 Fix icon sizing
svn path=/trunk/netsurf/; revision=2929
2006-09-08 13:31:43 +00:00
John Mark Bell f99998362d Lose noisy logging
svn path=/trunk/netsurf/; revision=2928
2006-09-07 20:39:37 +00:00
John Mark Bell c356081c88 Fix GTK build
svn path=/trunk/netsurf/; revision=2927
2006-09-07 20:27:59 +00:00
John Mark Bell b353c7cd36 Fix 1553007
svn path=/trunk/netsurf/; revision=2926
2006-09-07 20:10:14 +00:00
John Mark Bell b5274724ed Fix dataload stupidities
svn path=/trunk/netsurf/; revision=2925
2006-09-07 09:44:50 +00:00
Richard Wilson 3e0c02e8e5 Simplify and tidy up RISC OS gui_ functions. Fix toolbar height changing issues for framesets.
svn path=/trunk/netsurf/; revision=2924
2006-09-06 22:15:58 +00:00
Richard Wilson d5540f344d Finish event based GUI system transiton and begin code cleanup.
svn path=/trunk/netsurf/; revision=2923
2006-09-06 14:46:18 +00:00
Richard Wilson 1999becb42 Finish event based GUI system transition and begin code cleanup.
svn path=/trunk/netsurf/; revision=2922
2006-09-06 14:44:42 +00:00
John Mark Bell 48adbd97db Make GTK build compile again (don't expect frames to work, however)
Squash warnings in GTK plotters.

svn path=/trunk/netsurf/; revision=2921
2006-09-06 11:29:14 +00:00
John Mark Bell 221e5aa2a3 Add frame target support to imagemaps.
svn path=/trunk/netsurf/; revision=2920
2006-09-06 00:15:10 +00:00