Go to file
2011-01-31 07:57:52 +00:00
!NetSurf
amiga Fix colour setting. GetRGB32 seems to have been designed for some futuristic 96bpp 2011-01-30 22:57:56 +00:00
atari add default system colour handlers to atari frontend 2011-01-30 22:34:52 +00:00
beos Pick the CSS system colours from ui_color() and BScreen::DesktopColor(). Update those when they are updated in ZETA. Also update the toolbar and statusbar background. 2011-01-30 19:23:42 +00:00
cocoa Changing Xcode project file to build using the Makefiles and fixed some warnings. 2011-01-31 07:57:52 +00:00
content
css add default system colour handlers to each frontend 2011-01-30 13:40:47 +00:00
desktop add default system colour handlers to each frontend 2011-01-30 13:40:47 +00:00
Docs
framebuffer add default system colour handlers to each frontend 2011-01-30 13:40:47 +00:00
gtk add default system colour handlers to each frontend 2011-01-30 13:40:47 +00:00
image
render Port to latest libcss 2011-01-29 19:22:12 +00:00
riscos add default system colour handlers to each frontend 2011-01-30 13:40:47 +00:00
test
utils Changing Xcode project file to build using the Makefiles and fixed some warnings. 2011-01-31 07:57:52 +00:00
windows add default system colour handlers to each frontend 2011-01-30 13:40:47 +00:00
COPYING
Makefile
Makefile.config.example
Makefile.defaults
Makefile.resources
Makefile.sources
README
test-nsgtk

--------------------------------------------------------------------------------
  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