summaryrefslogtreecommitdiff
path: root/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Purge old buildsystem.John Mark Bell2008-03-191-205/+0
| | | | | | Rename Makefile.unix to Makefile. svn path=/trunk/netsurf/; revision=3970
* Revert accidentally committed files.Michael Drake2008-03-091-18/+18
| | | | svn path=/trunk/netsurf/; revision=3905
* When floats have clear right or left set, as well as being put below floats ↵Michael Drake2008-03-091-18/+18
| | | | | | on that side, they should still follow normal behaviour with respect to floats on the other side. svn path=/trunk/netsurf/; revision=3904
* Put old make files and !Run file back.Michael Drake2008-03-071-18/+18
| | | | svn path=/trunk/netsurf/; revision=3896
* No space between rows of floats.Michael Drake2008-03-071-18/+18
| | | | svn path=/trunk/netsurf/; revision=3895
* Fix standard make file for new data: URL stuff.Michael Drake2008-03-061-3/+3
| | | | svn path=/trunk/netsurf/; revision=3892
* Fix makefile and RISC OS !Run file.Michael Drake2008-02-031-18/+18
| | | | svn path=/trunk/netsurf/; revision=3834
* Improve float positioning.Michael Drake2008-02-031-18/+18
| | | | svn path=/trunk/netsurf/; revision=3833
* Thinly paper over gaping holes in the build system.John Mark Bell2008-01-281-3/+5
| | | | svn path=/trunk/netsurf/; revision=3788
* Replace accidentally checked in files with previous ones.Michael Drake2008-01-281-16/+14
| | | | svn path=/trunk/netsurf/; revision=3786
* Fix vertical position of images with margin/borders/padding.Michael Drake2008-01-281-14/+16
| | | | svn path=/trunk/netsurf/; revision=3785
* 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