Go to file
Ole Loots b8f437c6b6 Fix settings dialog positioning
On successive settings dialog calls, the automatic
positioning wasn't working correctly.
This can be prevented by duplicating the Form tree. However,
it requires to have the duplicated tree freed manually (Bug in windom?).
I should have an eye on it...
2012-08-08 00:34:59 +02:00
!NetSurf Remove favicon and fix logo URL in non-en welcome pages. 2012-07-21 18:50:04 +01:00
amiga Merge branch 'master' of git://git.netsurf-browser.org/netsurf 2012-08-05 14:28:10 +01:00
atari Fix settings dialog positioning 2012-08-08 00:34:59 +02:00
beos Fix building on Haiku. 2012-04-17 19:08:30 +00:00
cocoa Use selection_copy_to_clipboard instead of peering into core. 2012-08-02 15:17:18 +01:00
content doxygen serious warning cleanup 2012-07-24 16:19:49 +01:00
css doxygen serious warning cleanup 2012-07-24 16:19:49 +01:00
desktop Add core function for copy to clipboard, so we don't need to expose render/box.h internals to front ends. 2012-08-02 14:23:42 +01:00
Docs update doxygen config 2012-07-24 14:00:47 +01:00
framebuffer Grab pointer during drag. 2012-08-02 16:29:37 +01:00
gtk Use selection_copy_to_clipboard instead of peering at core innards. 2012-08-02 14:38:47 +01:00
image allow netsurf to build with gtk3 2012-05-16 19:57:43 +00:00
javascript add non rfc 4329 javascript mimetypes to content handler 2012-08-06 17:33:03 +01:00
monkey Fix build: we need libdom now. 2012-08-01 08:53:13 +01:00
render Reflect change to hubbub parser binding API. 2012-08-05 22:44:28 +01:00
resources Add a GUI option to enable/disable Javascript, if NetSurf is built with Javascript support. 2012-07-28 22:27:53 +01:00
riscos Remove remaining use of core internals. 2012-08-02 15:03:12 +01:00
test add document IDL and test for geteleemntbyid 2012-08-01 19:25:45 +01:00
utils extend completion types 2012-07-30 22:55:13 +01:00
windows Update to use selection_copy_to_clipboard, although this code is all commented out anyway. 2012-08-02 15:09:31 +01:00
.gitignore Fix ignore of files in !NetSurf dir. 2012-07-21 11:48:16 +01:00
COPYING Clarify licensing arrangements 2007-08-09 15:32:39 +00:00
Makefile change to use netsurf toolchain build 2012-07-23 21:12:19 +01:00
Makefile.config.example Expand Makefile.config.example to include some common examples. 2011-03-13 11:35:00 +00:00
Makefile.defaults Added option comments 2012-07-26 00:49:33 +02:00
Makefile.resources Futher simplification of the makefile 2010-10-29 00:54:27 +00:00
Makefile.sources add element object 2012-08-05 23:42:45 +01:00
README Remove date. 2010-03-30 10:30:02 +00:00
test-nsgtk Remove silly -x 2011-03-29 19:34:20 +00:00

--------------------------------------------------------------------------------
  NetSurf README
--------------------------------------------------------------------------------

  This document should help point you at various useful bits of information.


  Building NetSurf
==================
  
  Read the appropriate BUILDING-* document in the Docs/ directory for
  instructions.


  Creating a new port
=====================

  Look at the existing front ends for example implementations.  The framebuffer
  front end is simplest and most self-contained.  Also, you can contact the
  developers for help:

      http://www.netsurf-browser.org/contact/

  Check out the developer documentation sources listed below too.


  Further documentation
=======================

  The Developer section of the web site has loads of info to get you started:

      http://www.netsurf-browser.org/developers/

  General documentation on how NetSurf's code works can be found on the
  development wiki:

      http://wiki.netsurf-browser.org/Documentation/

  The code style guide is here:

      http://www.netsurf-browser.org/developers/StyleGuide.pdf