summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove old URL header includes.Michael Drake2014-10-312-2/+0
* Don't need old URL header.Michael Drake2014-10-312-2/+0
* Remove useless includes of utils/url.hMichael Drake2014-10-313-3/+0
* Don't need the old url header.Michael Drake2014-10-312-2/+0
* Move host_is_ip_address into urldb, as that's the only thing that cares.Michael Drake2014-10-313-105/+100
* remove unused url_init functionVincent Sanders2014-10-314-40/+0
* use nsurl_nice and remove url_niceVincent Sanders2014-10-3110-178/+76
* remove more user warning calls and replace with error returnsVincent Sanders2014-10-301-37/+35
* make global history treeview callback return errorVincent Sanders2014-10-302-12/+11
* Remove unused variable.Michael Drake2014-10-301-1/+0
* Add some nsurl_nice tests.Michael Drake2014-10-301-0/+94
* Add a nsurl_nice, which can replace url_nice.Michael Drake2014-10-302-0/+117
* Add a lwc corestring for "/".Michael Drake2014-10-302-0/+10
* make local history navigation return errorsVincent Sanders2014-10-302-123/+145
* Change min stack (again) to 128KChris Young2014-10-301-1/+1
* update nsurl file header to contain references to the specifications it imple...Vincent Sanders2014-10-291-2/+8
* make history update return error code.Vincent Sanders2014-10-292-15/+19
* make adding a history entry return an error code.Vincent Sanders2014-10-293-24/+23
* Ensure browser window creation returns errors from common initialisation.Vincent Sanders2014-10-292-6/+10
* fix beos url setting function to return error codeVincent Sanders2014-10-291-8/+11
* add missing include to amiga historyVincent Sanders2014-10-291-0/+1
* Update url setting API to return nserror code instead of calling warn_userVincent Sanders2014-10-2916-56/+76
* If the initial download dir is changed, update requesters immediately to use ...Chris Young2014-10-281-1/+5
* fix amiga pdf save includeVincent Sanders2014-10-273-7/+3
* Clean up saving as PDFVincent Sanders2014-10-2618-188/+201
* Move scroller check into update_extent, where it makes more senseChris Young2014-10-261-1/+2
* Check scroller requirements as part of the reformat.Chris Young2014-10-261-7/+4
* Avoid a crash on exit in kiosk modeChris Young2014-10-261-1/+3
* Expand status bar to entire window widthChris Young2014-10-261-83/+47
* Make the new hscroller work properlyChris Young2014-10-261-24/+6
* Move the hscrollbar inside the windowChris Young2014-10-262-20/+77
* Offset new windows as per style guideChris Young2014-10-261-11/+20
* Make window counting a generic functionChris Young2014-10-263-18/+36
* Schedule redraws for 1cs to ensure they take place after reformats (which are...Chris Young2014-10-261-1/+1
* Don't need redraw_scheduld as the scheduler stops it being scheduled twice an...Chris Young2014-10-262-6/+0
* Fix button update, avoid forward declChris Young2014-10-261-60/+58
* remove the die API from the core.Vincent Sanders2014-10-2619-43/+133
* Fix url variable name.Michael Drake2014-10-261-1/+1
* Add missed semicolon, and ensure nsurl is unreffed.Michael Drake2014-10-261-2/+2
* Remove unused url_components stuff.Michael Drake2014-10-262-151/+0
* Remove unused url_path function.Michael Drake2014-10-262-33/+0
* We have all the schemes as interned strings, so compare them instead of strnc...Michael Drake2014-10-261-4/+12
* Remove unused url_scheme function.Michael Drake2014-10-262-35/+0
* Don't need url.hMichael Drake2014-10-261-1/+0
* Use nsurl to extract scheme.Michael Drake2014-10-261-4/+13
* make regex wrapper return errors instead of just abortingVincent Sanders2014-10-254-8/+17
* make the pseudo css fetcher report initialisation errorsVincent Sanders2014-10-253-9/+18
* Cache size gadget widthChris Young2014-10-251-8/+8
* Correct commentChris Young2014-10-251-2/+1
* Use the correct size gadget width (thx tboeckel)Chris Young2014-10-251-5/+4