summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move native bitmap creation/caching routine into bitmap.cChris Young2009-02-253-240/+112
| | | | svn path=/trunk/netsurf/; revision=6619
* Force AmiUpdate to pick the part-Cairo version on OS4.1, as it hasn't seen ↵Chris Young2009-02-251-3/+4
| | | | | | | | | any release yet and I'd rather people made a conscious decision to use the static one rather than the update picking it because updating a Cairo version is impossible. svn path=/trunk/netsurf/; revision=6618
* Fix Haiku vector iconFrançois Revel2009-02-251-35/+58
| | | | svn path=/trunk/netsurf/; revision=6617
* The native bitmap caching was eating memory, this should be correct now.Chris Young2009-02-251-13/+20
| | | | svn path=/trunk/netsurf/; revision=6616
* Optimise tile plotterChris Young2009-02-241-26/+82
| | | | svn path=/trunk/netsurf/; revision=6615
* Fix uninitialised data in URL barRob Kendrick2009-02-241-0/+1
| | | | svn path=/trunk/netsurf/; revision=6614
* Fix horizontal panningVincent Sanders2009-02-244-34/+144
| | | | | | Fix linux fb keymap svn path=/trunk/netsurf/; revision=6613
* Replace fixed gray background with alpha channel. Change height from 25px to ↵Michael Drake2009-02-245-0/+0
| | | | | | 26px. svn path=/trunk/netsurf/; revision=6612
* stop framebuffer port updating its status text every time the mouse pointer ↵Vincent Sanders2009-02-241-0/+10
| | | | | | is moved svn path=/trunk/netsurf/; revision=6611
* add 16bpp freetype font plottingVincent Sanders2009-02-241-8/+111
| | | | svn path=/trunk/netsurf/; revision=6610
* fix splitting on spacesVincent Sanders2009-02-231-15/+18
| | | | svn path=/trunk/netsurf/; revision=6609
* Pedantic wrap.Michael Drake2009-02-231-13/+12
| | | | svn path=/trunk/netsurf/; revision=6608
* Neater fix for framebuffer tiled bitmap plot extents.Michael Drake2009-02-231-37/+23
| | | | svn path=/trunk/netsurf/; revision=6607
* Only attempt to find the next character in a string if we're not already at ↵John Mark Bell2009-02-221-5/+7
| | | | | | the end of the string. svn path=/trunk/netsurf/; revision=6606
* Haiku neither has va_copy (yet).François Revel2009-02-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=6605
* Purge WITH_SEARCHJohn Mark Bell2009-02-226-13/+1
| | | | svn path=/trunk/netsurf/; revision=6604
* Purge WITH_URLJohn Mark Bell2009-02-225-16/+1
| | | | svn path=/trunk/netsurf/; revision=6603
* Purge WITH_URIJohn Mark Bell2009-02-225-14/+1
| | | | svn path=/trunk/netsurf/; revision=6602
* Purge WITH_PRINTJohn Mark Bell2009-02-227-25/+1
| | | | svn path=/trunk/netsurf/; revision=6601
* Purge WITH_AUTHJohn Mark Bell2009-02-2213-40/+3
| | | | svn path=/trunk/netsurf/; revision=6600
* Purge NETSURF_USE_SSL and WITH_SSLJohn Mark Bell2009-02-2221-140/+8
| | | | svn path=/trunk/netsurf/; revision=6599
* Clarified the consequence of using libcurl4-dev.John Tytgat2009-02-222-2/+10
| | | | svn path=/trunk/netsurf/; revision=6598
* Tidy-up and clarificationsChris Young2009-02-221-41/+47
| | | | svn path=/trunk/netsurf/; revision=6596
* 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