summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Complete extended context menusChris Young2011-10-2311-74/+139
| | | | svn path=/trunk/netsurf/; revision=13076
* Revert r13074 - doesn't actually fix the problemChris Young2011-10-221-3/+0
| | | | svn path=/trunk/netsurf/; revision=13075
* Fix the plotting of tiled bitmaps. EraseRect() appears to have a bug where ↵Chris Young2011-10-221-0/+3
| | | | | | | | it won't draw anything if ymin==ymax svn path=/trunk/netsurf/; revision=13074
* Fix save_completeChris Young2011-10-221-39/+41
| | | | svn path=/trunk/netsurf/; revision=13073
* Avoid horizontal pixel-height lines of the background appearing when "fast ↵Chris Young2011-10-221-4/+2
| | | | | | | | | | | | | | scrolling" down the page. There is a similar problem with scrolling up pages which may be a bug in ami_do_redraw_limits or plotters (probably bitmap tile plotter), as drawing additional pixel lines after scrolling is not redrawing the affected area. Example sites where this problem is apparent: http://www.nintendolife.com (border pattern does not redraw) http://www.amigaos.net/content/72/supported-hardware (clouds show through the main text area) svn path=/trunk/netsurf/; revision=13072
* fix infinite loop when copying private dataVincent Sanders2011-10-191-0/+1
| | | | svn path=/trunk/netsurf/; revision=13071
* Ensure file content is terminated (bug #1866212).Steve Fryatt2011-10-181-1/+6
| | | | svn path=/trunk/netsurf/; revision=13070
* Squash warningsJohn Mark Bell2011-10-181-25/+26
| | | | svn path=/trunk/netsurf/; revision=13069
* Use local variables instead of global filehandlesJohn Mark Bell2011-10-171-17/+17
| | | | svn path=/trunk/netsurf/; revision=13068
* Move non-requester user file operations to file.cChris Young2011-10-155-42/+255
| | | | svn path=/trunk/netsurf/; revision=13065
* Move all main file req save ops to file.cChris Young2011-10-153-179/+15
| | | | svn path=/trunk/netsurf/; revision=13064
* Add a couple of tests and tidy up.Michael Drake2011-10-151-10/+25
| | | | svn path=/trunk/netsurf/; revision=13063
* Start to consolidate user file operation into one fileChris Young2011-10-157-92/+44
| | | | svn path=/trunk/netsurf/; revision=13062
* Don't need to rescan authority if there was no scheme. Bring documentation ↵Michael Drake2011-10-151-18/+20
| | | | | | back into sync with code. Make pre-authority slash skipping more robust. svn path=/trunk/netsurf/; revision=13061
* Remove unnecessary stub functionsJohn Mark Bell2011-10-152-19/+1
| | | | svn path=/trunk/netsurf/; revision=13060
* Move timeval_subtract to utils/log.c & make it static, as it's not used ↵John Mark Bell2011-10-153-30/+29
| | | | | | anywhere else svn path=/trunk/netsurf/; revision=13059
* Add missing titleChris Young2011-10-152-0/+9
| | | | svn path=/trunk/netsurf/; revision=13058
* Stub messages_get, insteadJohn Mark Bell2011-10-152-2/+9
| | | | svn path=/trunk/netsurf/; revision=13057
* 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