summaryrefslogtreecommitdiff
path: root/utils/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Add HAVE_STRNDUP and supporting structure to config.h and make utils.[ch] ↵Rob Kendrick2007-06-161-1/+12
| | | | | | reflect it. svn path=/trunk/netsurf/; revision=3351
* Remove defines that were never or are no longer used.James Bursa2007-04-301-11/+1
| | | | svn path=/trunk/netsurf/; revision=3259
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Make containers use mmap() where availableRob Kendrick2006-10-261-0/+3
| | | | svn path=/trunk/netsurf/; revision=3018
* [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-0/+5
| | | | | | | | | | 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 @ 2005-12-10 14:31:32 by adrianl]Adrian Lees2005-12-101-0/+1
| | | | | | ArtWorks support svn path=/import/netsurf/; revision=1891
* [project @ 2005-01-13 22:42:38 by bursa]James Bursa2005-01-131-2/+2
| | | | | | Start on theme auto-install. Fix content_add_user() not to broadcast error on memory exhaustion. svn path=/import/netsurf/; revision=1448
* [project @ 2004-10-05 14:36:44 by jmb]John Mark Bell2004-10-051-3/+1
| | | | | | | | Lose RISC OS specific includes from GIF code. Fix jpegs for the gtk build. Allow use of gifs in gtk build. svn path=/import/netsurf/; revision=1303
* [project @ 2004-09-03 22:44:47 by bursa]James Bursa2004-09-031-3/+3
| | | | | | Add generic bitmap functions. Move jpeg and mng code from riscos/ to image/ and update to use bitmap. Note: background tiling and drawfile export for jpeg and mng/png are broken. svn path=/import/netsurf/; revision=1265
* [project @ 2004-08-09 07:37:29 by jmb]John Mark Bell2004-08-091-0/+2
| | | | | | Checkin missing config.h update svn path=/import/netsurf/; revision=1203
* [project @ 2004-08-05 20:32:00 by jmb]John Mark Bell2004-08-051-0/+2
| | | | | | Text search. Press F4 to access it svn path=/import/netsurf/; revision=1182
* [project @ 2004-07-25 19:25:26 by atimmins]Andrew Timmins2004-07-251-2/+2
| | | | | | Updated to support paned config dialog. svn path=/import/netsurf/; revision=1143
* [project @ 2004-07-19 20:49:34 by joty]John Tytgat2004-07-191-1/+1
| | | | | | Build fix (part 2). svn path=/import/netsurf/; revision=1119
* [project @ 2004-07-19 20:43:25 by joty]John Tytgat2004-07-191-2/+2
| | | | | | Build fix. svn path=/import/netsurf/; revision=1118
* [project @ 2004-07-19 19:34:07 by atimmins]Andrew Timmins2004-07-191-4/+4
| | | | | | Updated to support NCNetSurf build options svn path=/import/netsurf/; revision=1115
* [project @ 2004-07-18 22:21:32 by atimmins]Andrew Timmins2004-07-181-25/+30
| | | | svn path=/import/netsurf/; revision=1097
* [project @ 2004-07-16 19:47:02 by rjw]Richard Wilson2004-07-161-0/+1
| | | | | | Fix for hotlist menu selection. Interface for MNG/JNG display. svn path=/import/netsurf/; revision=1083
* [project @ 2004-06-21 15:25:35 by bursa]James Bursa2004-06-211-6/+0
| | | | | | Remove obsolete files and some dead code. svn path=/import/netsurf/; revision=988
* [project @ 2004-06-02 20:53:37 by bursa]James Bursa2004-06-021-5/+13
| | | | | | Make config change according to build. svn path=/import/netsurf/; revision=906
* [project @ 2004-03-24 23:51:08 by jmb]John Mark Bell2004-03-241-0/+1
| | | | | | Text Export support. svn path=/import/netsurf/; revision=665
* [project @ 2004-02-17 23:38:44 by jmb]John Mark Bell2004-02-171-1/+1
| | | | | | | Improve save_complete. Add missing #ifdef to about.c. svn path=/import/netsurf/; revision=559
* [project @ 2004-02-17 12:41:38 by jmb]John Mark Bell2004-02-171-0/+1
| | | | | | | Begin save complete support. Fix memory leak when using Select PNG renderer. (commented out lines can probably removed) svn path=/import/netsurf/; revision=556
* [project @ 2004-02-15 22:22:38 by jmb]John Mark Bell2004-02-151-0/+2
| | | | | | Add reminder to update Docs/Doxyfile too. svn path=/import/netsurf/; revision=550
* [project @ 2004-02-14 22:26:35 by jmb]John Mark Bell2004-02-141-0/+3
| | | | | | Draw export module. svn path=/import/netsurf/; revision=541
* [project @ 2004-01-20 19:08:34 by jmb]John Mark Bell2004-01-201-0/+3
| | | | | | | Allow toggling of POST support. Add new toolbar icon numbers to riscos/gui.h svn path=/import/netsurf/; revision=490
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-051-0/+44
Add ability to turn off browser features in build. This may be useful when hunting down bugs. svn path=/import/netsurf/; revision=480