summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add some tests.Michael Drake2011-11-031-0/+8
| | | | svn path=/trunk/netsurf/; revision=13114
* Fix handling of bad mailto: urls.Michael Drake2011-11-031-13/+71
| | | | svn path=/trunk/netsurf/; revision=13113
* More test cases.Michael Drake2011-10-311-0/+14
| | | | svn path=/trunk/netsurf/; revision=13109
* Fix empty port separator and redundant port removal when credentials are ↵Michael Drake2011-10-311-2/+2
| | | | | | present. svn path=/trunk/netsurf/; revision=13108
* Test numbers before calling strncmp.Michael Drake2011-10-311-6/+5
| | | | svn path=/trunk/netsurf/; revision=13107
* Make sure port's just 80, before removing in http case.Michael Drake2011-10-311-0/+2
| | | | svn path=/trunk/netsurf/; revision=13106
* nsurl optimisation: Remove a load of branches into fewer.Michael Drake2011-10-311-47/+46
| | | | svn path=/trunk/netsurf/; revision=13105
* Remove some code that's not needed. Fix redundant port handling.Michael Drake2011-10-311-17/+5
| | | | svn path=/trunk/netsurf/; revision=13104
* Don't need to generate string from scratch in nsurl_defragment, just copy.Michael Drake2011-10-311-7/+10
| | | | svn path=/trunk/netsurf/; revision=13103
* nsurl optimisation: Don't use separate allocations for nsurl strings.Michael Drake2011-10-311-347/+438
| | | | svn path=/trunk/netsurf/; revision=13102
* Fix format specifierJohn Mark Bell2011-10-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=13101
* Rework error handling to avoid cast alignment warning noiseJohn Mark Bell2011-10-301-20/+21
| | | | svn path=/trunk/netsurf/; revision=13100
* Remove any need for LangNames to be imported as a Messages fileChris Young2011-10-291-4/+8
| | | | svn path=/trunk/netsurf/; revision=13099
* Stop abusing Messages with continual load of LangNamesChris Young2011-10-291-10/+8
| | | | svn path=/trunk/netsurf/; revision=13098
* SimplifyChris Young2011-10-291-8/+5
| | | | svn path=/trunk/netsurf/; revision=13097
* Allow usage of a resource.map file to map resource: requests to other files.Chris Young2011-10-292-31/+74
| | | | svn path=/trunk/netsurf/; revision=13096
* Remove unused variable.Michael Drake2011-10-291-2/+1
| | | | svn path=/trunk/netsurf/; revision=13095
* Give INLINE_END boxes their own id reference.Michael Drake2011-10-291-1/+2
| | | | svn path=/trunk/netsurf/; revision=13094
* Use lwc_string for box->id.Michael Drake2011-10-296-17/+46
| | | | svn path=/trunk/netsurf/; revision=13093
* Search the current theme dir for resources.Chris Young2011-10-291-12/+29
| | | | svn path=/trunk/netsurf/; revision=13091
* Intern bw->frag_id.Michael Drake2011-10-282-38/+21
| | | | svn path=/trunk/netsurf/; revision=13090
* Constify frag_id param.Michael Drake2011-10-282-2/+2
| | | | svn path=/trunk/netsurf/; revision=13089
* Use nsurl to add fragment for URL bar display.Michael Drake2011-10-281-12/+19
| | | | svn path=/trunk/netsurf/; revision=13088
* Function for adding fragment onto nsurl.Michael Drake2011-10-282-1/+79
| | | | svn path=/trunk/netsurf/; revision=13087
* Only one of these save ops needs the file opened hereChris Young2011-10-271-43/+43
| | | | svn path=/trunk/netsurf/; revision=13086
* Include utils.h for NOF_ELEMENTSJohn Mark Bell2011-10-271-0/+1
| | | | svn path=/trunk/netsurf/; revision=13082
* Appease ancient Perl installs.John Mark Bell2011-10-241-5/+27
| | | | svn path=/trunk/netsurf/; revision=13079
* Updated translation from Samir HawamdehChris Young2011-10-231-27/+26
| | | | svn path=/trunk/netsurf/; revision=13078
* Disable Sprite support - DataTypes can handle these.Chris Young2011-10-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=13077
* 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