summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove some code that's not needed. Fix redundant port handling.Michael Drake2011-10-311-17/+5
* Don't need to generate string from scratch in nsurl_defragment, just copy.Michael Drake2011-10-311-7/+10
* nsurl optimisation: Don't use separate allocations for nsurl strings.Michael Drake2011-10-311-347/+438
* Fix format specifierJohn Mark Bell2011-10-301-1/+1
* Rework error handling to avoid cast alignment warning noiseJohn Mark Bell2011-10-301-20/+21
* Remove any need for LangNames to be imported as a Messages fileChris Young2011-10-291-4/+8
* Stop abusing Messages with continual load of LangNamesChris Young2011-10-291-10/+8
* SimplifyChris Young2011-10-291-8/+5
* Allow usage of a resource.map file to map resource: requests to other files.Chris Young2011-10-292-31/+74
* Remove unused variable.Michael Drake2011-10-291-2/+1
* Give INLINE_END boxes their own id reference.Michael Drake2011-10-291-1/+2
* Use lwc_string for box->id.Michael Drake2011-10-296-17/+46
* Search the current theme dir for resources.Chris Young2011-10-291-12/+29
* Intern bw->frag_id.Michael Drake2011-10-282-38/+21
* Constify frag_id param.Michael Drake2011-10-282-2/+2
* Use nsurl to add fragment for URL bar display.Michael Drake2011-10-281-12/+19
* Function for adding fragment onto nsurl.Michael Drake2011-10-282-1/+79
* Only one of these save ops needs the file opened hereChris Young2011-10-271-43/+43
* Include utils.h for NOF_ELEMENTSJohn Mark Bell2011-10-271-0/+1
* Appease ancient Perl installs.John Mark Bell2011-10-241-5/+27
* Updated translation from Samir HawamdehChris Young2011-10-231-27/+26
* Disable Sprite support - DataTypes can handle these.Chris Young2011-10-231-1/+1
* Complete extended context menusChris Young2011-10-2311-74/+139
* Revert r13074 - doesn't actually fix the problemChris Young2011-10-221-3/+0
* Fix the plotting of tiled bitmaps. EraseRect() appears to have a bug where i...Chris Young2011-10-221-0/+3
* Fix save_completeChris Young2011-10-221-39/+41
* Avoid horizontal pixel-height lines of the background appearing when "fast sc...Chris Young2011-10-221-4/+2
* fix infinite loop when copying private dataVincent Sanders2011-10-191-0/+1
* Ensure file content is terminated (bug #1866212).Steve Fryatt2011-10-181-1/+6
* Squash warningsJohn Mark Bell2011-10-181-25/+26
* Use local variables instead of global filehandlesJohn Mark Bell2011-10-171-17/+17
* Move non-requester user file operations to file.cChris Young2011-10-155-42/+255
* Move all main file req save ops to file.cChris Young2011-10-153-179/+15
* Add a couple of tests and tidy up.Michael Drake2011-10-151-10/+25
* Start to consolidate user file operation into one fileChris Young2011-10-157-92/+44
* Don't need to rescan authority if there was no scheme. Bring documentation ba...Michael Drake2011-10-151-18/+20
* Remove unnecessary stub functionsJohn Mark Bell2011-10-152-19/+1
* Move timeval_subtract to utils/log.c & make it static, as it's not used anywh...John Mark Bell2011-10-153-30/+29
* Add missing titleChris Young2011-10-152-0/+9
* Stub messages_get, insteadJohn Mark Bell2011-10-152-2/+9
* Apparently, we need zlibJohn Mark Bell2011-10-151-6/+6
* Fix handling of no schemeJohn Mark Bell2011-10-152-0/+4
* Fix "about:".Michael Drake2011-10-151-1/+2
* Fix handling of URLs without an authorityJohn Mark Bell2011-10-141-17/+21
* A bunch more tests for trivial inputsJohn Mark Bell2011-10-141-0/+5
* Move nsurl test suite into test/John Mark Bell2011-10-144-191/+248
* Remove unused variable.Michael Drake2011-10-141-2/+1
* Draw favicon when iconyfiedOle Loots2011-10-142-33/+35
* Remove unused variable.Michael Drake2011-10-141-5/+0
* Remove unused variableJohn Mark Bell2011-10-141-1/+0