summaryrefslogtreecommitdiff
path: root/makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ 2005-07-02 18:17:51 by bursa]James Bursa2005-07-021-1/+1
| | | | | | Rewrite calculation of box minimum and maximum widths to improve layout of many pages. Move calculation of column types and border collapsing to box tree normalising stage, since they are layout independent. Add window height parameter to layout and make <html> and <body> at least window height. svn path=/import/netsurf/; revision=1777
* [project @ 2005-06-21 14:19:59 by rjw]Richard Wilson2005-06-211-2/+2
| | | | | | Add in filename provider. svn path=/import/netsurf/; revision=1751
* [project @ 2005-05-11 20:33:25 by bursa]James Bursa2005-05-111-1/+1
| | | | | | Remove no longer used memory pool code. svn path=/import/netsurf/; revision=1720
* [project @ 2005-04-23 02:58:27 by adrianl]Adrian Lees2005-04-231-1/+1
| | | | | | Query windows, desktop save protocol, confirm abort/quit when downloads in progress svn path=/import/netsurf/; revision=1679
* [project @ 2005-04-17 16:42:05 by bursa]James Bursa2005-04-171-5/+5
| | | | | | Fix the debug and gtk builds. svn path=/import/netsurf/; revision=1661
* [project @ 2005-04-16 06:46:53 by adrianl]Adrian Lees2005-04-161-1/+1
| | | | | | Fixed broken filename in object list svn path=/import/netsurf/; revision=1650
* [project @ 2005-04-16 05:09:32 by jmb]John Mark Bell2005-04-161-1/+2
| | | | | | | | | | | | Split out UTF-8 handling functions. Submit URL-encoded forms in sensible encoding: * First entry in accept-charset list, if present * Document encoding, otherwise We may want to explicitly look for UTF-8, to save converting. Convert cnv_str_local_enc/cnv_local_enc_str to use iconv (they're now veneers for utf8_[to/from]_enc). Provide mechanism for looking up local system charset (derived from system alphabet, under RISC OS) svn path=/import/netsurf/; revision=1647
* [project @ 2005-04-15 19:06:32 by jmb]John Mark Bell2005-04-151-1/+1
| | | | | | Add missing file svn path=/import/netsurf/; revision=1643
* [project @ 2005-04-15 18:00:19 by jmb]John Mark Bell2005-04-151-2/+2
| | | | | | | | Split out generic text input code. Support internationalised text input. Fix textarea-related bugs. svn path=/import/netsurf/; revision=1642
* [project @ 2005-04-15 05:52:31 by adrianl]Adrian Lees2005-04-151-1/+9
| | | | | | New files for text selection svn path=/import/netsurf/; revision=1639
* [project @ 2005-04-03 10:58:24 by bursa]James Bursa2005-04-031-1/+1
| | | | | | Use talloc for content structures. svn path=/import/netsurf/; revision=1592
* [project @ 2005-03-26 01:12:27 by bursa]James Bursa2005-03-261-2/+2
| | | | | | Split box.c into box_construct.c, box_normalise.c, and box.c. svn path=/import/netsurf/; revision=1583
* [project @ 2005-02-20 13:17:29 by bursa]James Bursa2005-02-201-1/+1
| | | | | | Font rewrite, part 1. svn path=/import/netsurf/; revision=1517
* [project @ 2005-02-07 14:29:56 by rjw]Richard Wilson2005-02-071-1/+1
| | | | | | Makefile update for global history. svn path=/import/netsurf/; revision=1498
* [project @ 2005-02-03 13:18:22 by rjw]Richard Wilson2005-02-031-2/+2
| | | | | | Implementation of URL suggestion svn path=/import/netsurf/; revision=1488
* [project @ 2005-01-15 22:11:53 by rjw]Richard Wilson2005-01-151-1/+1
| | | | | | Background work for CSS counters (CSS 2.1/12.4) svn path=/import/netsurf/; revision=1449
* [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 @ 2005-01-02 11:46:29 by bursa]James Bursa2005-01-021-2/+1
| | | | | | Fix debug and riscos_debug builds. svn path=/import/netsurf/; revision=1423
* [project @ 2004-12-09 10:33:09 by rjw]Richard Wilson2004-12-091-1/+1
| | | | | | Stop makefile breakage. svn path=/import/netsurf/; revision=1395
* [project @ 2004-12-09 10:30:43 by rjw]Richard Wilson2004-12-091-5/+6
| | | | | | Re-implementation of hotlist via general tree code. Animations can be stopped once more. Purged a few xcalloc() calls. svn path=/import/netsurf/; revision=1394
* [project @ 2004-11-02 23:48:36 by jmb]John Mark Bell2004-11-021-1/+1
| | | | | | Rollback erroneous checkin svn path=/import/netsurf/; revision=1337
* [project @ 2004-11-02 23:23:07 by rjw]Richard Wilson2004-11-021-1/+1
| | | | | | Fix for recent GIF decoding bug. Rectangular pixel mode-friendly sprites for hotlist. Slight change to history image size to please Tinct. Support for foreground and background image quality settings. Support for error diffusion and bi-linear filtering (Tinct still requires some further work) svn path=/import/netsurf/; revision=1336
* [project @ 2004-10-17 21:30:03 by jmb]John Mark Bell2004-10-171-6/+5
| | | | | | | Remove spurious gifread object. General tidying svn path=/import/netsurf/; revision=1320
* [project @ 2004-10-17 21:13:24 by bursa]James Bursa2004-10-171-4/+6
| | | | | | Add html_redraw.o and plotters.o; remove htmlredraw.o. svn path=/import/netsurf/; revision=1317
* [project @ 2004-10-07 09:26:23 by bursa]James Bursa2004-10-071-19/+22
| | | | | | New dependency scanning script and updated makefile. svn path=/import/netsurf/; revision=1306
* [project @ 2004-10-04 23:54:42 by rjw]Richard Wilson2004-10-041-3/+3
| | | | | | Moved GIF file reading to image/, optimisation of plotting for GIFs, JNGs, PNGs and JPEGs, initial work for toolbar customisation. Possibly some other things too. svn path=/import/netsurf/; revision=1301
* [project @ 2004-09-03 22:44:47 by bursa]James Bursa2004-09-031-12/+14
| | | | | | 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-30 21:03:48 by rjw]Richard Wilson2004-08-301-1/+1
| | | | | | Reworking of themes and toolbars. svn path=/import/netsurf/; revision=1254
* [project @ 2004-08-23 16:02:19 by bursa]James Bursa2004-08-231-1/+1
| | | | | | Remove -Wbad-function-cast since it can't be satisfied together with Norcroft, and the warning seems useless. svn path=/import/netsurf/; revision=1247
* [project @ 2004-08-15 19:54:24 by jmb]John Mark Bell2004-08-151-1/+1
| | | | | | Make debug builds compile svn path=/import/netsurf/; revision=1239
* [project @ 2004-08-15 19:08:47 by jmb]John Mark Bell2004-08-151-3/+3
| | | | | | Makefile missed from previous checkin svn path=/import/netsurf/; revision=1235
* [project @ 2004-08-13 19:29:53 by jmb]John Mark Bell2004-08-131-2/+0
| | | | | | Remove spurious commands svn path=/import/netsurf/; revision=1224
* [project @ 2004-08-13 15:47:44 by jmb]John Mark Bell2004-08-131-4/+4
| | | | | | Revert last changes svn path=/import/netsurf/; revision=1222
* [project @ 2004-08-13 15:31:46 by jmb]John Mark Bell2004-08-131-3/+3
| | | | | | Helps if you prevent it breaking first svn path=/import/netsurf/; revision=1221
* [project @ 2004-08-13 15:27:17 by jmb]John Mark Bell2004-08-131-1/+1
| | | | | | Force make clean svn path=/import/netsurf/; revision=1220
* [project @ 2004-08-13 15:14:36 by jmb]John Mark Bell2004-08-131-0/+2
| | | | | | Poke some more svn path=/import/netsurf/; revision=1219
* [project @ 2004-08-13 14:36:28 by jmb]John Mark Bell2004-08-131-3/+3
| | | | | | Revert last change svn path=/import/netsurf/; revision=1218
* [project @ 2004-08-13 14:21:47 by jmb]John Mark Bell2004-08-131-3/+3
| | | | | | Poke autobuilder svn path=/import/netsurf/; revision=1217
* [project @ 2004-08-11 22:08:25 by bursa]James Bursa2004-08-111-1/+1
| | | | | | Remove content_add_instance(), content_remove_instance(), content_reshape_instance(). Add content_open(), content_close(). Implement for CONTENT_HTML. svn path=/import/netsurf/; revision=1213
* [project @ 2004-08-09 06:50:46 by jmb]John Mark Bell2004-08-091-1/+1
| | | | | | Update makefile for printing support svn path=/import/netsurf/; revision=1201
* [project @ 2004-08-05 20:32:00 by jmb]John Mark Bell2004-08-051-1/+1
| | | | | | Text search. Press F4 to access it svn path=/import/netsurf/; revision=1182
* [project @ 2004-07-28 23:12:49 by bursa]James Bursa2004-07-281-2/+2
| | | | | | Remove png.o from debug builds. svn path=/import/netsurf/; revision=1159
* [project @ 2004-07-25 20:45:15 by rjw]Richard Wilson2004-07-251-1/+1
| | | | | | Support for MNGs and JNGs. Bug fix for help token regression. Minor GUI fixes. svn path=/import/netsurf/; revision=1144
* [project @ 2004-07-22 12:12:21 by bursa]James Bursa2004-07-221-2/+2
| | | | | | Make the riscos_debug build compile again. svn path=/import/netsurf/; revision=1138
* [project @ 2004-07-20 11:29:06 by bursa]James Bursa2004-07-201-7/+25
| | | | | | New target for NCOS build. svn path=/import/netsurf/; revision=1125
* [project @ 2004-07-19 23:35:12 by rjw]Richard Wilson2004-07-191-1/+1
| | | | | | Double buffering for animations to remove flicker. Background font blending turned on by default. svn path=/import/netsurf/; revision=1121
* [project @ 2004-07-16 20:15:39 by jmb]John Mark Bell2004-07-161-2/+2
| | | | | | Alphabeticise object names svn path=/import/netsurf/; revision=1085
* [project @ 2004-07-16 19:47:02 by rjw]Richard Wilson2004-07-161-1/+1
| | | | | | Fix for hotlist menu selection. Interface for MNG/JNG display. svn path=/import/netsurf/; revision=1083
* [project @ 2004-07-05 20:19:51 by joty]John Tytgat2004-07-051-1/+1
| | | | | | Using UTF-8 instead of Latin1 encoding. svn path=/import/netsurf/; revision=1049
* [project @ 2004-06-29 23:13:40 by rjw]Richard Wilson2004-06-291-1/+1
| | | | | | Experimental hotlist code svn path=/import/netsurf/; revision=1030