summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* move page search gui callbacks to their own operations tableVincent Sanders2014-03-1828-302/+276
|
* beos: Fix buildFrançois Revol2014-03-182-2/+3
|
* Fix gtk web page searchingVincent Sanders2014-03-183-88/+90
|
* Remove Docs/BUILDING-Monkey.Michael Drake2014-03-161-104/+0
| | | | | | | Instructions are identical to GTK and Framebuffer, except netsurf is built with the framebuffer target: make TARGET=framebuffer
* Add buildsystem to lib list.Michael Drake2014-03-162-0/+2
|
* Remove some trailing whitespace.Michael Drake2014-03-161-2/+2
|
* Add a couple of tweaks from the Framebuffer doc.Michael Drake2014-03-161-3/+3
|
* Update for the "new" buildsystem.Michael Drake2014-03-161-74/+146
|
* Remove section on installing to /usr/localMichael Drake2014-03-161-8/+0
|
* Strip a bit of trailing whitespace.Michael Drake2014-03-161-2/+2
|
* Update for "new" buildsystem.Michael Drake2014-03-161-48/+116
|
* Tidy up NS build section.Michael Drake2014-03-161-1/+5
|
* Use generic package install command.Michael Drake2014-03-161-5/+7
|
* s/apt get/yum/Michael Drake2014-03-161-1/+1
|
* improve handling of os package installtionVincent Sanders2014-03-161-21/+90
|
* Ensure any user-input URLs are passed to the core in UTF-8.Chris Young2014-03-133-14/+28
| | | | | | Everything else, including any content of the URL bar which hasn't just been entered by the user, is assumed to be in ASCII. NB: The exception is the ARexx OPEN command. This is because NetSurf uses the ARexx port and this command internally when multiple instances are opened. file: addresses typed into the address bar containing non-ASCII characters will probably no loger work, but it is expected that under normal circumstances, users will either drag'n'drop files or use Project=>Open. If it becomes an issue I will work around it at a later date.
* Remove debug logging.Michael Drake2014-03-101-2/+0
|
* Ensure we get gadget from correct box.Michael Drake2014-03-101-1/+1
|
* Add some logging.Michael Drake2014-03-101-2/+4
|
* Improve llcache header processingVincent Sanders2014-03-091-7/+22
| | | | | | By skipping empty headers and correctly dealing with whitespace around header names we store fewer entries with better adherance to allowed values in http responses.
* only try and cache http and https urlsVincent Sanders2014-03-091-7/+28
|
* remove unnecessary caching of whether a url has a query elementVincent Sanders2014-03-091-10/+1
|
* make nsurl_defragment() API more obvious and remove duplicated parameter ↵Vincent Sanders2014-03-093-21/+17
| | | | checking
* fixup missing includes from schedule changesVincent Sanders2014-03-096-6/+14
|
* move scheduleing into browser operation tableVincent Sanders2014-03-0950-514/+703
|
* Disable the dither option if we're running on a screen which doesn't use it.Chris Young2014-03-012-5/+10
|
* Improve explanations a little, provide fallback.Michael Drake2014-02-271-6/+19
|
* Add quick start guide to using env.shMichael Drake2014-02-261-0/+53
|
* Make llcache debugging less invasiveVincent Sanders2014-02-211-67/+33
|
* Witespace cleanup to prepare for backing store additionVincent Sanders2014-02-211-122/+121
|
* beos: Fix buildFrançois Revol2014-02-201-1/+1
| | | | One replacement was missed when changing browser_window_history_forward().
* Return 1 if help closed.Chris Young2014-02-192-1/+2
|
* Re-apply some of my previous changesChris Young2014-02-191-0/+7
|
* Updated amigaguide.class from Daniel JedlickaChris Young2014-02-191-89/+87
|
* Rename function arguments to avoid using 'new'.Michael Drake2014-02-192-13/+16
|
* Gadgets can exisit outside forms, so now they store their own ref to the ↵Michael Drake2014-02-175-29/+15
| | | | containing html content.
* Fix unchecked return. Coverity #1175740.Michael Drake2014-02-171-1/+5
|
* Fix redraw when selections are deleted.Michael Drake2014-02-171-10/+30
|
* GTK: add some support for input methods.John-Mark Bell2014-02-173-19/+109
| | | | | | | | We do not currently support pre-edit texts, or retrieving/modifying text surrounding the caret. This does, at least, finally allow the use of dead keys during text input, but probably is insufficient for useful input of CJKV &c.
* GTK: more endian fixes for bitmap conversion.John-Mark Bell2014-02-161-4/+48
|
* GTK: fix pre-multiplication of alpha.John-Mark Bell2014-02-161-3/+3
|
* GTK: make image component manipulation endian-safe.John-Mark Bell2014-02-161-41/+50
|
* Remove unused includes.Michael Drake2014-02-151-16/+0
|
* Remove unused includes.Michael Drake2014-02-151-2/+0
|
* Remove a load of unused includes.Michael Drake2014-02-151-9/+0
|
* More build fixing.Michael Drake2014-02-152-2/+2
|
* Fix build.Michael Drake2014-02-151-2/+2
|
* Make history internal to browser_window module.Michael Drake2014-02-1530-670/+724
|
* Clear signal variableChris Young2014-02-151-0/+1
|
* Save a call to lwc_string_length.Michael Drake2014-02-151-3/+2
|