summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed calls to FrameInit/FrameExit ( was used for window components ). Ole Loots2011-11-082-13/+0
* Reimplement the previous hotlist menu refresh code, as the bug causing the pr...Chris Young2011-11-072-10/+9
* Fix bug #3433954: make containing_block available to layout_table so it can r...John Mark Bell2011-11-061-0/+4
* Hack around curl complaining about junk gzip streamsJohn Mark Bell2011-11-051-2/+10
* Fix bug #3433840: <img style="display: table" src="..."> will crash if the im...John Mark Bell2011-11-051-2/+1
* Fix bug #3433787: ignore empty meta refresh content attribute.John Mark Bell2011-11-051-8/+28
* -Remove a bunch of code which was intended to handle framed-pages. It's bette...Ole Loots2011-11-055-324/+262
* Removed window_set_iconOle Loots2011-11-051-6/+1
* Removed window_set_iconOle Loots2011-11-051-22/+1
* Added comments.Ole Loots2011-11-051-8/+15
* Added comments.Ole Loots2011-11-051-21/+63
* Add some tests.Michael Drake2011-11-031-0/+8
* Fix handling of bad mailto: urls.Michael Drake2011-11-031-13/+71
* More test cases.Michael Drake2011-10-311-0/+14
* Fix empty port separator and redundant port removal when credentials are pres...Michael Drake2011-10-311-2/+2
* Test numbers before calling strncmp.Michael Drake2011-10-311-6/+5
* Make sure port's just 80, before removing in http case.Michael Drake2011-10-311-0/+2
* nsurl optimisation: Remove a load of branches into fewer.Michael Drake2011-10-311-47/+46
* 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