summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Apparently, we need zlibJohn Mark Bell2011-10-151-6/+6
| | | | svn path=/trunk/netsurf/; revision=13056
* Fix handling of no schemeJohn Mark Bell2011-10-152-0/+4
| | | | svn path=/trunk/netsurf/; revision=13055
* Fix "about:".Michael Drake2011-10-151-1/+2
| | | | svn path=/trunk/netsurf/; revision=13054
* Fix handling of URLs without an authorityJohn Mark Bell2011-10-141-17/+21
| | | | svn path=/trunk/netsurf/; revision=13053
* A bunch more tests for trivial inputsJohn Mark Bell2011-10-141-0/+5
| | | | svn path=/trunk/netsurf/; revision=13052
* Move nsurl test suite into test/John Mark Bell2011-10-144-191/+248
| | | | | | | | Fix up llcache tester to reflect nsurl changes Make handling of http:,http:/,http:// consistent Fix buffer overflow when presented with an input string: "http://" svn path=/trunk/netsurf/; revision=13051
* Remove unused variable.Michael Drake2011-10-141-2/+1
| | | | svn path=/trunk/netsurf/; revision=13050
* Draw favicon when iconyfiedOle Loots2011-10-142-33/+35
| | | | svn path=/trunk/netsurf/; revision=13049
* Remove unused variable.Michael Drake2011-10-141-5/+0
| | | | svn path=/trunk/netsurf/; revision=13048
* Remove unused variableJohn Mark Bell2011-10-141-1/+0
| | | | svn path=/trunk/netsurf/; revision=13047
* Fix little-endian hostsChris Young2011-10-141-8/+8
| | | | | | Remove additional data copy svn path=/trunk/netsurf/; revision=13046
* Improve bad URL handling.Michael Drake2011-10-141-0/+2
| | | | svn path=/trunk/netsurf/; revision=13045
* Make endian-neutralChris Young2011-10-131-8/+6
| | | | svn path=/trunk/netsurf/; revision=13044
* Add GUI option for external hotlist support.Steve Fryatt2011-10-1310-24/+160
| | | | | | Reinstate list #ifdef from en template source. svn path=/trunk/netsurf/; revision=13043
* Bring external hotlist support in line with Bookmaker's interpretation.Steve Fryatt2011-10-132-14/+45
| | | | svn path=/trunk/netsurf/; revision=13042
* Added missing scroll position. Ole Loots2011-10-131-46/+52
| | | | svn path=/trunk/netsurf/; revision=13041
* Fix double inclusion of host/port separator when login credentials are ↵Michael Drake2011-10-131-5/+51
| | | | | | present. Add tests to tester. svn path=/trunk/netsurf/; revision=13040
* fix image cache summary information to properly use a format stringVincent Sanders2011-10-123-130/+223
| | | | | | | remove snprintf buffer overflow possibility fix the about:imagecache fetcher to contain the output formatting and use summary information formatting svn path=/trunk/netsurf/; revision=13039
* Clean up signal handling -- all the signals we handle are fatal, so exit ↵John Mark Bell2011-10-122-111/+54
| | | | | | | | immediately. Stop assertion failures generating duplicate error dialogues. svn path=/trunk/netsurf/; revision=13038
* Properly bounds check buffers during save dialogue initialisation.Steve Fryatt2011-10-111-15/+24
| | | | svn path=/trunk/netsurf/; revision=13037
* Be more flexible with the aspect ratios we correct to.Chris Young2011-10-113-9/+14
| | | | svn path=/trunk/netsurf/; revision=13036
* Add nsurl testing rig.Michael Drake2011-10-111-0/+126
| | | | svn path=/trunk/netsurf/; revision=13035
* Set scheme_end marker after advance due to leading whitespace.Michael Drake2011-10-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=13034
* Make external hotlist support default to off.Steve Fryatt2011-10-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=13033
* fix possible buffer overflowVincent Sanders2011-10-111-0/+6
| | | | svn path=/trunk/netsurf/; revision=13032
* If the about handler fails to intern its strings, return the error, cleaning ↵Daniel Silverstone2011-10-111-0/+6
| | | | | | up first svn path=/trunk/netsurf/; revision=13031
* add about:imagecache some of teh implementation needs cleaning upVincent Sanders2011-10-103-2/+277
| | | | svn path=/trunk/netsurf/; revision=13030
* make about fetcher use lwc_strings for url lookupsVincent Sanders2011-10-101-13/+32
| | | | svn path=/trunk/netsurf/; revision=13029
* Remove dead debugwin code.Michael Drake2011-10-104-427/+1
| | | | svn path=/trunk/netsurf/; revision=13028
* Increase default mem cache size.Michael Drake2011-10-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=13027
* Only permit root windows to convert fetch requests to downloadsJohn Mark Bell2011-10-101-2/+5
| | | | svn path=/trunk/netsurf/; revision=13026
* page context menu (mostly non-functioning)Chris Young2011-10-091-4/+74
| | | | svn path=/trunk/netsurf/; revision=13025
* prevent odd curl non completion behaviourVincent Sanders2011-10-092-5/+17
| | | | svn path=/trunk/netsurf/; revision=13024
* Convert more boxes before yieldingJohn Mark Bell2011-10-091-39/+46
| | | | svn path=/trunk/netsurf/; revision=13023
* Add support for external hotlist utilities.Steve Fryatt2011-10-095-8/+145
| | | | svn path=/trunk/netsurf/; revision=13022
* Adjust icon sizes to recommended widths for non-standard fonts.Steve Fryatt2011-10-091-124/+120
| | | | svn path=/trunk/netsurf/; revision=13021
* Ensure the GTK UI closes all its scaffoldings before exiting.Daniel Silverstone2011-10-092-1/+7
| | | | svn path=/trunk/netsurf/; revision=13019
* Fix nsgif_get_internal to decode bitmap (similar to r12980)Chris Young2011-10-091-0/+5
| | | | svn path=/trunk/netsurf/; revision=13018
* Sort out hiccough in hlcache finalisation debugDaniel Silverstone2011-10-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=13017
* Set fallback favicon.Michael Drake2011-10-091-0/+2
| | | | svn path=/trunk/netsurf/; revision=13016
* Add keyboard shortcuts that already exist. These are handled in gui.c -Chris Young2011-10-081-0/+6
| | | | | | popupmenu.class does not appear to act on them. svn path=/trunk/netsurf/; revision=13015
* Stop confusing svn clientChris Young2011-10-081-3/+2
| | | | svn path=/trunk/netsurf/; revision=13014
* Treat all objects equally, non-plugin_hack objects can now be opened in externalChris Young2011-10-082-26/+16
| | | | | | application if CMD line present in resources/mimetypes svn path=/trunk/netsurf/; revision=13013
* Fix link creationChris Young2011-10-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=13012
* Default search ico should only come from themeChris Young2011-10-083-19/+5
| | | | svn path=/trunk/netsurf/; revision=13011
* Navigate submenuChris Young2011-10-081-7/+91
| | | | svn path=/trunk/netsurf/; revision=13010
* Pedantic spacing fix.Michael Drake2011-10-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=13009
* Amiga front end still uses this for now.Michael Drake2011-10-081-0/+0
| | | | svn path=/trunk/netsurf/; revision=13008
* Delete icon that's never been used.Michael Drake2011-10-081-0/+0
| | | | svn path=/trunk/netsurf/; revision=13007
* Use malloc, memcpy instead of strdup since we have the length.Michael Drake2011-10-081-2/+3
| | | | svn path=/trunk/netsurf/; revision=13006