summaryrefslogtreecommitdiff
path: root/makefile
Commit message (Collapse)AuthorAgeFilesLines
* GCCSDK 4 build support.John Tytgat2007-12-281-3/+3
| | | | svn path=/trunk/netsurf/; revision=3674
* Add mockup nsgtk downloads window and some support code, remove warning on ↵Rob Kendrick2007-10-021-1/+2
| | | | | | recent nsgtk select changes svn path=/trunk/netsurf/; revision=3619
* Remove the old and crap gesture coreDaniel Silverstone2007-09-141-2/+2
| | | | svn path=/trunk/netsurf/; revision=3537
* Purge NCOS build options; these have been redundant for ages.John Mark Bell2007-07-211-22/+3
| | | | svn path=/trunk/netsurf/; revision=3454
* Makefile changes for rsvg workRob Kendrick2007-07-181-3/+4
| | | | svn path=/trunk/netsurf/; revision=3435
* Add CONTENT_SVG to content handling.James Bursa2007-07-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=3406
* Remove -Wformat=2 from GTK build options, and make optimisation setting the ↵Rob Kendrick2007-06-271-1/+1
| | | | | | same as the RISC OS version svn path=/trunk/netsurf/; revision=3374
* Put -D_BSD_SOURCE back because it breaks building on Linux, even thought it ↵Rob Kendrick2007-06-151-0/+1
| | | | | | is not strictly needed. svn path=/trunk/netsurf/; revision=3348
* FreeBSD portability fixes.Rob Kendrick2007-06-151-2/+2
| | | | | | | | | | | * Remove usage of d_ino from utils/filename.c (it was checking for the inode being 0, and I cannot spot anywhere in UnixLib where it would explicitly do this anyway) * Add -D_XOPEN_SOURCE=600 to gcc command line, and replace old -D_POSIX_C_SOURCE to include =200112L (as that's the standard we use). svn path=/trunk/netsurf/; revision=3347
* Merge scheme switcher branch in.Daniel Silverstone2007-06-101-4/+5
| | | | svn path=/trunk/netsurf/; revision=3330
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-6/+6
| | | | | | | | | | | | | | 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
* Add UNIX-specific fetch_filetype() support. Uses /etc/mime.types by ↵Rob Kendrick2007-05-291-3/+2
| | | | | | default, but can build minimal mappings if it doesn't exist. New code allows file:// directory listings to be generated, although these are not sorted unlike under RISC OS, as POSIX dirent() doesn't specify sorting. svn path=/trunk/netsurf/; revision=3305
* Fix debug build.John Mark Bell2007-02-211-4/+3
| | | | svn path=/trunk/netsurf/; revision=3185
* Remove optimisation settings accidentally checked in. I will examine my ↵Rob Kendrick2007-02-061-1/+1
| | | | | | diffs more carefully in future. I promise. svn path=/trunk/netsurf/; revision=3170
* Reduce warnings caused by GTK and XML2 library headersRob Kendrick2007-02-061-2/+5
| | | | svn path=/trunk/netsurf/; revision=3169
* Misc nsgtk fixes and improvements in makefile, choices dialogue and info windowRob Kendrick2007-02-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=3161
* Change -std=c9x to -std=c99Rob Kendrick2007-01-291-3/+3
| | | | svn path=/trunk/netsurf/; revision=3155
* Make GTK build compile on FreeBSD.James Bursa2007-01-291-2/+2
| | | | svn path=/trunk/netsurf/; revision=3154
* Use new UTF-8 status bar. Use top-window dimensions for new windows from ↵Richard Wilson2006-11-301-1/+2
| | | | | | framesets. svn path=/trunk/netsurf/; revision=3082
* Merge GTK frames branch to trunk.John Mark Bell2006-11-271-3/+3
| | | | svn path=/trunk/netsurf/; revision=3075
* Add frames.o.Michael Drake2006-11-271-4/+4
| | | | svn path=/trunk/netsurf/; revision=3074
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Make compilation on RISC OS simpler - see http://netsurf.sf.net/robuildJohn Mark Bell2006-09-101-17/+6
| | | | | | | 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
* jmb's improved makefile, blame himJeffrey Lee2006-09-101-6/+8
| | | | svn path=/trunk/netsurf/; revision=2939
* Updated makefile for rjek's hashtable changesJohn Mark Bell2006-08-211-2/+2
| | | | svn path=/trunk/netsurf/; revision=2880
* Very simple global history implementation for nsgtk, misc fixesRob Kendrick2006-08-181-2/+3
| | | | svn path=/trunk/netsurf/; revision=2867
* Merge new glade nsgtk window code into trunk.Rob Kendrick2006-08-151-1/+1
| | | | svn path=/trunk/netsurf/; revision=2853
* Implement 401 login window in nsgtkRob Kendrick2006-08-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=2817
* Initial work on URL completion in nsgtk. Some problems still exist.Rob Kendrick2006-07-251-2/+3
| | | | | | | | 1. It works without the code that should be required to make it do so. Boggle. 2. It appears to include the URLs to images and other resources as well as pages 3. Although you can highlight a completion with the cursor keys, pressing enter on one doesn't work - you need to click on it with the mouse. svn path=/trunk/netsurf/; revision=2795
* Make Cairo rendering a run-time option in nsgtk - also add infrastructure ↵Rob Kendrick2006-07-231-1/+1
| | | | | | for nsgtk-specific options. svn path=/trunk/netsurf/; revision=2793
* Initial code to support usable Choices window in nsgtk. Unsupported choices ↵Rob Kendrick2006-07-231-1/+1
| | | | | | are currently greyed out. Additionally, only the home page URL is current saved when Apply is clicked. svn path=/trunk/netsurf/; revision=2792
* Fix typo corruption in makefileRob Kendrick2006-07-191-1/+1
| | | | svn path=/trunk/netsurf/; revision=2781
* Add simple (currently non-functional) options window for nsgtkRob Kendrick2006-07-191-3/+3
| | | | svn path=/trunk/netsurf/; revision=2779
* Add basic cookie viewer, make trees use textarea components for UTF8 ↵Richard Wilson2006-07-131-1/+1
| | | | | | editing, trim headers, fix tree redraw issues. svn path=/trunk/netsurf/; revision=2739
* Generate directory listings (fix 1397934)Richard Wilson2006-07-061-2/+2
| | | | svn path=/trunk/netsurf/; revision=2719
* Implement knockout rendering (controlled by 'knockout_rendering' option or ↵Richard Wilson2006-07-011-1/+1
| | | | | | Ctrl+F11, default is off). This attempts to minimise the amount of overlapping redraw performed, and thus can drasticly reduce the rendering time of many pages. svn path=/trunk/netsurf/; revision=2682
* UTF-8 capable single/multi-line text area/display field - needs John Mark Bell2006-06-261-3/+4
| | | | | | | optimisation, completion of outstanding todos. Use this to display SSL certificate issuer and subject information. svn path=/trunk/netsurf/; revision=2647
* Added rudimentary gesture engine and test in gtk frontendDaniel Silverstone2006-06-021-3/+3
| | | | svn path=/trunk/netsurf/; revision=2611
* Remove redundant mouseaction code.Richard Wilson2006-04-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=2553
* Remove RISC OS dependencies from filename code.Richard Wilson2006-04-211-2/+2
| | | | svn path=/trunk/netsurf/; revision=2540
* Unify information databasesJohn Mark Bell2006-04-091-6/+6
| | | | svn path=/trunk/netsurf/; revision=2519
* [project @ 2006-04-06 22:42:22 by rjw]Richard Wilson2006-04-061-2/+2
| | | | | | Add connection option tool. svn path=/import/netsurf/; revision=2498
* [project @ 2006-04-06 17:51:25 by rjw]Richard Wilson2006-04-061-3/+4
| | | | | | Content and security option tools. svn path=/import/netsurf/; revision=2493
* [project @ 2006-03-25 23:53:34 by rjek]Rob Kendrick2006-03-251-1/+1
| | | | | | Misc GTK thumbnailing fixes svn path=/import/netsurf/; revision=2167
* [project @ 2006-03-25 20:30:35 by bursa]James Bursa2006-03-251-3/+3
| | | | | | Split local history into portable and RISC OS specific code. Improve layout of history tree. svn path=/import/netsurf/; revision=2164
* [project @ 2006-03-24 03:54:47 by adrianl]Adrian Lees2006-03-241-1/+1
| | | | | | Palette definitions for sprites svn path=/import/netsurf/; revision=2158
* [project @ 2006-03-23 20:19:03 by jmb]John Mark Bell2006-03-231-2/+10
| | | | | | Makefile changes to allow compilation under Cygwin. svn path=/import/netsurf/; revision=2156
* [project @ 2006-03-09 20:14:13 by dsilvers]Daniel Silverstone2006-03-091-0/+1
| | | | | | Added schedule support to the GTK port svn path=/import/netsurf/; revision=2116
* [project @ 2006-03-09 18:55:30 by bursa]James Bursa2006-03-091-2/+2
| | | | | | Partly fix debug build. svn path=/import/netsurf/; revision=2113
* [project @ 2006-02-26 07:27:43 by adrianl]Adrian Lees2006-02-261-2/+2
| | | | | | Move comment svn path=/import/netsurf/; revision=2098