summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Log detected state of openssl availabilityJohn Mark Bell2009-02-211-0/+2
| | | | svn path=/trunk/netsurf/; revision=6595
* More plotters commenting. Text and bitmap plotters.Michael Drake2009-02-211-4/+17
| | | | svn path=/trunk/netsurf/; revision=6594
* File should be named "NetSurf" in all circumstances.Chris Young2009-02-211-0/+1
| | | | svn path=/trunk/netsurf/; revision=6593
* Oops. Fixed this in the wrong file, so got missed from previous commit.Chris Young2009-02-211-1/+1
| | | | svn path=/trunk/netsurf/; revision=6592
* Fix some things which didn't work correctly when installing over an existing ↵Chris Young2009-02-211-16/+5
| | | | | | install svn path=/trunk/netsurf/; revision=6591
* Show which build we are using, modify install script to give an option of ↵Chris Young2009-02-213-14/+219
| | | | | | | | | which build needs to be installed, and do date-compare when copying shared objects if they have no version string. svn path=/trunk/netsurf/; revision=6590
* Fix framebuffer tiled plot to use x and y coords correctly. Fixes top of bbc ↵Michael Drake2009-02-211-34/+59
| | | | | | news graduated fill extent. svn path=/trunk/netsurf/; revision=6589
* Don't show the option for AISS theme is AISS is not installedChris Young2009-02-211-6/+12
| | | | svn path=/trunk/netsurf/; revision=6588
* Let nsfb script be able to run nsfb from other directories.Michael Drake2009-02-211-3/+3
| | | | svn path=/trunk/netsurf/; revision=6587
* Given that the build-time SSL detection can be somewhat inaccurate, attempt ↵John Mark Bell2009-02-211-4/+21
| | | | | | to determine whether we can use the SSL_CTX stuff at runtime. svn path=/trunk/netsurf/; revision=6586
* Fix button hover assert.Michael Drake2009-02-206-1/+7
| | | | svn path=/trunk/netsurf/; revision=6585
* Fix imagemap cursors.Michael Drake2009-02-201-9/+16
| | | | svn path=/trunk/netsurf/; revision=6584
* Make filenames match gui_pointer_shape names.Michael Drake2009-02-207-0/+0
| | | | svn path=/trunk/netsurf/; revision=6583
* title { display: none; }John Mark Bell2009-02-201-1/+1
| | | | svn path=/trunk/netsurf/; revision=6582
* Use Vera as the font; better scaffolds yeild better glyphs. Needs ↵Rob Kendrick2009-02-201-1/+1
| | | | | | ttf-bitstream-vera package on Debian. svn path=/trunk/netsurf/; revision=6581
* stop opaque pixels being alphablendedVincent Sanders2009-02-201-2/+2
| | | | svn path=/trunk/netsurf/; revision=6579
* run time selectable freetype bitmap depthVincent Sanders2009-02-203-14/+90
| | | | | | add full alpha renderer svn path=/trunk/netsurf/; revision=6577
* Fix handling of buttons in successful control searchJohn Mark Bell2009-02-201-0/+1
| | | | svn path=/trunk/netsurf/; revision=6576
* If we have no document charset on completion of parse, retrieve it from the ↵John Mark Bell2009-02-203-8/+32
| | | | | | | | | | binding. Make the binding return Windows-1252 if it has no idea (as this is what the parser will have defaulted to). Fix form_new to not require a document charset to be present -- it may not be known at this point. Fixup form document charsets post-parse, so that form submission works correctly. svn path=/trunk/netsurf/; revision=6575
* Fix handling of URLs on float boxes (which have no style).Michael Drake2009-02-201-2/+8
| | | | svn path=/trunk/netsurf/; revision=6574
* Utilise hubbub's form association callback.John Mark Bell2009-02-207-154/+650
| | | | | | | | Please can we dispense with the libxml binding? It's causing much #ifdef mess. Fix encoding of <input type=image> names -- previously were output as raw utf-8, rather than in the submission charset. Actually bother to destroy forms in a document, and the controls associated with them. We still leak non form-associated controls, but that's too much effort to fix right now. svn path=/trunk/netsurf/; revision=6573
* Enable autohinter. Greatly improves glyph quality in framebuffer port. ↵Rob Kendrick2009-02-201-5/+3
| | | | | | Also get FreeType to render at same time as loading. svn path=/trunk/netsurf/; revision=6572
* Ensure that the FB frontend sets a subtarget, otherwise error out. This ↵Daniel Silverstone2009-02-201-0/+5
| | | | | | prevents silly mistakes like 'NETSURF_FB_FRONTEND := SDL' which had me stumped for a few minutes. svn path=/trunk/netsurf/; revision=6571
* allow framebuffer port to use freetype2 libraryVincent Sanders2009-02-2013-16/+481
| | | | svn path=/trunk/netsurf/; revision=6570
* Don't outline all text widgets.Michael Drake2009-02-191-4/+10
| | | | svn path=/trunk/netsurf/; revision=6569
* Outline URL bar and make it take the remaining width minus space for a throbber.Michael Drake2009-02-181-61/+68
| | | | svn path=/trunk/netsurf/; revision=6568
* Remove default theme's dependency on AISSChris Young2009-02-1820-25/+48
| | | | svn path=/trunk/netsurf/; revision=6567
* Purge f78 and f83 sprites.Michael Drake2009-02-182-0/+0
| | | | svn path=/trunk/netsurf/; revision=6566
* Remove faf icons.Michael Drake2009-02-181-0/+0
| | | | svn path=/trunk/netsurf/; revision=6565
* Implement 'auto' value for CSS cursor property.Michael Drake2009-02-181-21/+54
| | | | | | Allow cursor type to be user set for links and form stuff. svn path=/trunk/netsurf/; revision=6564
* Squash warningsJohn Mark Bell2009-02-182-1/+9
| | | | svn path=/trunk/netsurf/; revision=6563
* Check if we actually got an event before processing itJohn Mark Bell2009-02-181-2/+7
| | | | svn path=/trunk/netsurf/; revision=6562
* Squash leakJohn Mark Bell2009-02-181-0/+2
| | | | svn path=/trunk/netsurf/; revision=6561
* Destroy bitmap if thumbnailing fails.John Mark Bell2009-02-182-1/+6
| | | | | | Make amiga port's thumbnail_create() actually return something svn path=/trunk/netsurf/; revision=6560
* Squash leaksJohn Mark Bell2009-02-181-0/+3
| | | | svn path=/trunk/netsurf/; revision=6559
* Fix ucs4->utf8 conversion. It probably helps to return the number of bytes ↵John Mark Bell2009-02-181-1/+1
| | | | | | in the buffer, rather than the free space. svn path=/trunk/netsurf/; revision=6558
* add simplistic filled polygon plotterVincent Sanders2009-02-181-10/+187
| | | | svn path=/trunk/netsurf/; revision=6557
* fix missing free on errorVincent Sanders2009-02-181-1/+3
| | | | svn path=/trunk/netsurf/; revision=6556
* AUTO <> YES.John Mark Bell2009-02-181-1/+1
| | | | svn path=/trunk/netsurf/; revision=6555
* Remove redundant PNGs.Michael Drake2009-02-182-0/+0
| | | | svn path=/trunk/netsurf/; revision=6554
* Add some initial toolbar icon PNGs.Michael Drake2009-02-185-0/+0
| | | | svn path=/trunk/netsurf/; revision=6553
* Remove misleading commentJohn Mark Bell2009-02-171-2/+0
| | | | svn path=/trunk/netsurf/; revision=6552
* Make framebuffer frontend's nsfont_width use the number of characters to ↵John Mark Bell2009-02-171-1/+1
| | | | | | calculate the width of a string. svn path=/trunk/netsurf/; revision=6551
* Port our UTF-8 routines to parserutils (only enabled when building against ↵John Mark Bell2009-02-173-100/+257
| | | | | | | | | Hubbub). Sync our temporary internal copies of these functions with parserutils (which is rather better tested and fixes a number of known bugs in NetSurf's previous UTF-8 handling). Ideally, this will be the only place in NetSurf that has any dependency on parserutils, so port the amiga font code to our internal APIs. svn path=/trunk/netsurf/; revision=6550
* switch to tlsas imagesVincent Sanders2009-02-173-50/+124
| | | | svn path=/trunk/netsurf/; revision=6549
* add stop buttonVincent Sanders2009-02-174-4/+150
| | | | svn path=/trunk/netsurf/; revision=6548
* Account for new paths to search for libs & headers in Haiku.François Revel2009-02-171-0/+5
| | | | svn path=/trunk/netsurf/; revision=6547
* Add new pointer PNGs.Michael Drake2009-02-1715-0/+0
| | | | svn path=/trunk/netsurf/; revision=6546
* Whoops. It looks like I broke the framebuffer and debug builds.John Mark Bell2009-02-171-7/+3
| | | | svn path=/trunk/netsurf/; revision=6545
* Divorce PDF export and printing.John Mark Bell2009-02-179-202/+202
| | | | | | At some point, the RISC OS printing code should be ported to the core page-based output engine. svn path=/trunk/netsurf/; revision=6544