summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-03-22 00:37:38 by bursa]James Bursa2004-03-221-1/+2
| | | | | | Minor change in layout_line() to fix some failures. svn path=/import/netsurf/; revision=651
* [project @ 2004-03-22 00:36:53 by bursa]James Bursa2004-03-223-98/+432
| | | | | | Implement most of CSS borders. svn path=/import/netsurf/; revision=650
* [project @ 2004-03-21 23:44:53 by jmb]John Mark Bell2004-03-211-0/+2
| | | | | | Add a couple of assertions. svn path=/import/netsurf/; revision=649
* [project @ 2004-03-21 23:36:05 by jmb]John Mark Bell2004-03-211-1/+15
| | | | | | Make the filename unixified and leafnamelike svn path=/import/netsurf/; revision=648
* [project @ 2004-03-21 22:31:30 by jmb]John Mark Bell2004-03-211-2/+12
| | | | | | Fix mimetype reading for files used by image filingsystems. svn path=/import/netsurf/; revision=647
* [project @ 2004-03-21 21:32:15 by jmb]John Mark Bell2004-03-215-5/+24
| | | | | | | Fix for SparkFS causing problems with uploading zip files. Map filetypes to mimetype properly. svn path=/import/netsurf/; revision=646
* [project @ 2004-03-21 20:07:14 by jmb]John Mark Bell2004-03-216-9/+49
| | | | | | | <input type="file" support> Broken in places. svn path=/import/netsurf/; revision=645
* [project @ 2004-03-21 13:55:51 by bursa]James Bursa2004-03-214-3/+62
| | | | | | Implement gui_window_update_box() and use in response to CONTENT_MSG_REDRAW. svn path=/import/netsurf/; revision=644
* [project @ 2004-03-21 13:54:53 by bursa]James Bursa2004-03-211-0/+2
| | | | | | Fix schedule_remove(). svn path=/import/netsurf/; revision=643
* [project @ 2004-03-21 12:57:14 by bursa]James Bursa2004-03-211-1/+3
| | | | | | Unschedule on nsgif_destroy(). svn path=/import/netsurf/; revision=642
* [project @ 2004-03-21 12:50:10 by bursa]James Bursa2004-03-215-13/+49
| | | | | | Animation support, not yet optimised. svn path=/import/netsurf/; revision=641
* [project @ 2004-03-21 12:46:56 by bursa]James Bursa2004-03-214-1/+146
| | | | | | Implement scheduled callbacks. svn path=/import/netsurf/; revision=640
* [project @ 2004-03-20 22:15:40 by jmb]John Mark Bell2004-03-201-0/+3
| | | | | | Fix potential crash caused by <input type="button"> svn path=/import/netsurf/; revision=639
* [project @ 2004-03-20 21:56:43 by jmb]John Mark Bell2004-03-201-0/+20
| | | | | | Render <input type="button" ...> svn path=/import/netsurf/; revision=638
* [project @ 2004-03-19 21:22:52 by rjw]Richard Wilson2004-03-192-0/+0
| | | | | | Support for conversions at <8bpp. svn path=/import/netsurf/; revision=637
* [project @ 2004-03-19 19:28:42 by bursa]James Bursa2004-03-192-2/+2
| | | | | | Fix build error. svn path=/import/netsurf/; revision=636
* [project @ 2004-03-19 18:14:50 by rjw]Richard Wilson2004-03-192-136/+371
| | | | | | Animated GIF support. svn path=/import/netsurf/; revision=635
* [project @ 2004-03-19 17:03:45 by bursa]James Bursa2004-03-191-7/+2
| | | | | | Update WimpSlot to more accurate value. svn path=/import/netsurf/; revision=634
* [project @ 2004-03-19 16:31:03 by bursa]James Bursa2004-03-191-1/+4
| | | | | | Add SSL-free build. svn path=/import/netsurf/; revision=633
* [project @ 2004-03-17 21:05:55 by rjw]Richard Wilson2004-03-171-0/+43
| | | | | | Added basic framework for animation. svn path=/import/netsurf/; revision=632
* [project @ 2004-03-17 21:05:44 by rjw]Richard Wilson2004-03-171-51/+171
| | | | | | | Added basic framework for animation. All plotting is now done using Tinct for improved appearance. svn path=/import/netsurf/; revision=631
* [project @ 2004-03-17 21:02:32 by rjw]Richard Wilson2004-03-171-2/+2
| | | | | | Added dependency for Tinct 0.02. svn path=/import/netsurf/; revision=630
* [project @ 2004-03-17 21:01:57 by rjw]Richard Wilson2004-03-172-0/+0
| | | | | | Tinct_ConvertSprite implemented for 8bpp sprites with 8bpp palettes. svn path=/import/netsurf/; revision=629
* [project @ 2004-03-16 00:51:34 by jmb]John Mark Bell2004-03-161-0/+1
| | | | | | Add content mapping for image/pjpeg svn path=/import/netsurf/; revision=628
* [project @ 2004-03-15 21:53:32 by rjw]Richard Wilson2004-03-151-0/+5
| | | | | | Added SWI number for Tinct_ConvertSprite. svn path=/import/netsurf/; revision=627
* [project @ 2004-03-15 21:52:12 by rjw]Richard Wilson2004-03-151-2/+2
| | | | | | Added SWI number for Tinct_Convert Sprite. svn path=/import/netsurf/; revision=626
* [project @ 2004-03-15 21:46:02 by rjw]Richard Wilson2004-03-151-0/+140
| | | | | | Complete Tinct documentation. svn path=/import/netsurf/; revision=625
* [project @ 2004-03-15 15:03:34 by bursa]James Bursa2004-03-151-3/+8
| | | | | | Remove isspace() calls to avoid squashing nbsp (see setlocale() change). svn path=/import/netsurf/; revision=624
* [project @ 2004-03-14 22:50:55 by bursa]James Bursa2004-03-141-1/+1
| | | | | | Reduce input height. svn path=/import/netsurf/; revision=623
* [project @ 2004-03-14 22:50:28 by bursa]James Bursa2004-03-141-0/+2
| | | | | | Add setlocale() call in init for better toupper etc. for text-transform. svn path=/import/netsurf/; revision=622
* [project @ 2004-03-14 22:49:40 by bursa]James Bursa2004-03-141-69/+45
| | | | | | Break out box_text_transform(). svn path=/import/netsurf/; revision=621
* [project @ 2004-03-14 22:49:14 by bursa]James Bursa2004-03-141-1/+1
| | | | | | Fix serious inline container layout bug. svn path=/import/netsurf/; revision=620
* [project @ 2004-03-13 20:48:00 by bursa]James Bursa2004-03-131-1/+1
| | | | | | Remove +1 from size of inline containers. svn path=/import/netsurf/; revision=619
* [project @ 2004-03-13 20:45:41 by bursa]James Bursa2004-03-131-2/+4
| | | | | | Use option_font_size when calculating keyword font-size. svn path=/import/netsurf/; revision=618
* [project @ 2004-03-13 20:45:00 by bursa]James Bursa2004-03-131-4/+0
| | | | | | Remove unescaping on redirect. svn path=/import/netsurf/; revision=617
* [project @ 2004-03-13 18:22:22 by rjw]Richard Wilson2004-03-131-3/+3
| | | | | | Forgot to comment out Tinct options fix. svn path=/import/netsurf/; revision=616
* [project @ 2004-03-13 17:59:04 by bursa]James Bursa2004-03-131-0/+2
| | | | | | Add missing #includes. svn path=/import/netsurf/; revision=615
* [project @ 2004-03-13 17:30:56 by rjw]Richard Wilson2004-03-131-4/+4
| | | | | | Fixed (currently commented out) inversion of the dithering and filtering flags when plotting with Tinct. svn path=/import/netsurf/; revision=614
* [project @ 2004-03-13 17:23:19 by rjw]Richard Wilson2004-03-132-0/+0
| | | | | | | | | Fixed bug in scaling calculations. Improved colour reproduction for <16bpp. Improved dithering algorithm for >1bpp and <32bpp. Implemented all opaque plotters for >4bpp. svn path=/import/netsurf/; revision=613
* [project @ 2004-03-13 13:03:01 by bursa]James Bursa2004-03-133-9/+0
| | | | | | Disable clean_cookiejar() due to reliability problems. svn path=/import/netsurf/; revision=612
* [project @ 2004-03-12 01:40:42 by rjw]Richard Wilson2004-03-121-1/+1
| | | | | | Fixed bug where the dither and filter values were inverted. svn path=/import/netsurf/; revision=611
* [project @ 2004-03-12 01:00:32 by rjw]Richard Wilson2004-03-122-0/+0
| | | | | | | | | Implemented 4bpp, 2bpp and 1bpp scaled alpha plotting. Implemented 32bpp and 16bpp opaque plotting. Implemented 32bpp and 16bpp scaled opaque plotting. Improved 16bpp dithering. svn path=/import/netsurf/; revision=610
* [project @ 2004-03-12 00:59:02 by rjw]Richard Wilson2004-03-121-1/+1
| | | | | | Removed hack to convert pixels to OS units as Tinct now accepts OS units in its parameters. svn path=/import/netsurf/; revision=609
* [project @ 2004-03-11 23:19:27 by rjw]Richard Wilson2004-03-111-1/+11
| | | | | | Added Tinct_Plot and Tinct_PlotScaled definitions and modified comments to reflect the updated operation. svn path=/import/netsurf/; revision=608
* [project @ 2004-03-11 02:19:56 by bursa]James Bursa2004-03-112-3/+3
| | | | | | Fix PNGTitle message. svn path=/import/netsurf/; revision=607
* [project @ 2004-03-11 02:19:13 by bursa]James Bursa2004-03-1126-346/+187
| | | | | | Add source_data to content structure and remove equivalents from individual contents. svn path=/import/netsurf/; revision=606
* [project @ 2004-03-10 20:45:27 by bursa]James Bursa2004-03-101-3/+11
| | | | | | Normalize url in browser_window_go_post(). svn path=/import/netsurf/; revision=605
* [project @ 2004-03-10 11:22:57 by rjw]Richard Wilson2004-03-101-1/+1
| | | | | | Quick hack until Tinct accepts OS units for scaling. svn path=/import/netsurf/; revision=604
* [project @ 2004-03-10 11:06:51 by rjw]Richard Wilson2004-03-101-232/+61
| | | | | | All sprites are converted to 32bpp to prevent data loss, and plotting is now handled by Tinct to provide alpha blending. svn path=/import/netsurf/; revision=603
* [project @ 2004-03-10 10:56:22 by rjw]Richard Wilson2004-03-101-2/+2
| | | | | | Added support for loading Tinct. svn path=/import/netsurf/; revision=602