summaryrefslogtreecommitdiff
path: root/makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
* [project @ 2006-02-26 03:03:14 by adrianl]Adrian Lees2006-02-261-1/+2
| | | | | | Added ico.o for rjw svn path=/import/netsurf/; revision=2097
* [project @ 2006-02-25 18:50:34 by rjw]Richard Wilson2006-02-251-1/+1
| | | | | | Support for BMP files svn path=/import/netsurf/; revision=2095
* [project @ 2006-02-23 15:06:53 by jmb]John Mark Bell2006-02-231-9/+23
| | | | | | | | | | Handle invalid SSL certificates better - UI still needs work. Modify fetch callback data parameter type to remove compiler warnings. Constify things. Lose global ssl_verify_certificates option. Fix issue when closing a dialog without input focus. svn path=/import/netsurf/; revision=2092
* [project @ 2006-02-19 18:26:23 by jmb]John Mark Bell2006-02-191-2/+3
| | | | | | | | Rewrite HTTP authentication. Fix extraction of realm from WWW-Authenticate header. Tidy up login dialog code. svn path=/import/netsurf/; revision=2085
* [project @ 2006-02-07 16:46:36 by adrianl]Adrian Lees2006-02-071-1/+1
| | | | | | Missing file svn path=/import/netsurf/; revision=2063
* [project @ 2006-01-26 23:49:48 by tlsa]Michael Drake2006-01-261-3/+3
| | | | | | Revert accidentally checked in files.netsurf/riscos/window.c svn path=/import/netsurf/; revision=2047
* [project @ 2006-01-26 23:38:22 by tlsa]Michael Drake2006-01-261-3/+3
| | | | | | Remove rule.netsurf/!NetSurf/Resources/AdBlock,f79 svn path=/import/netsurf/; revision=2046
* [project @ 2006-01-25 02:43:07 by rjw]Richard Wilson2006-01-251-1/+1
| | | | | | Language configuration tool svn path=/import/netsurf/; revision=2038
* [project @ 2006-01-08 20:06:34 by rjw]Richard Wilson2006-01-081-2/+2
| | | | | | Add RISCOS message handler file. svn path=/import/netsurf/; revision=2017
* [project @ 2006-01-07 01:11:03 by rjw]Richard Wilson2006-01-071-2/+2
| | | | | | Add home and cache tool files. svn path=/import/netsurf/; revision=2010
* [project @ 2006-01-05 22:01:38 by joty]John Tytgat2006-01-051-5/+5
| | | | | | Using GCCSDK_INSTALL_ENV/GCCSDK_INSTALL_CROSSBIN, support for GCCSDK Autobuilder and liboslib -> libOSLib32 svn path=/import/netsurf/; revision=1986
* [project @ 2006-01-02 22:11:09 by rjw]Richard Wilson2006-01-021-1/+2
| | | | | | Add theme configuration tool. svn path=/import/netsurf/; revision=1964