summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix build date displayChris Young2012-08-151-1/+1
* | fix warningChris Young2012-08-151-0/+1
* | make install target for Amiga. Target is NetSurf_Amiga/netsurf.lhaChris Young2012-08-152-0/+32
|/
* Broadcast explict status messages for mouse hovers via content msg system, ra...Michael Drake2012-08-151-7/+12
* Let contents broadcast explicit status messages as well as announce that thei...Michael Drake2012-08-155-18/+36
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-08-1511-231/+576
|\
| * fixup jsapi dom interface to include correct html/dom acessor hierachyVincent Sanders2012-08-1511-231/+576
* | Simplify content status text setting.Michael Drake2012-08-153-32/+26
|/
* Don't need to include browser.h.Michael Drake2012-08-141-1/+2
* Stop render/search.c from dereferencing bw and remove dependency on html & te...Michael Drake2012-08-143-31/+27
* Clean up search gui callbacks.Michael Drake2012-08-1410-87/+106
* Remove forward declaration.Michael Drake2012-08-141-235/+229
* Fix comment.Michael Drake2012-08-131-1/+1
* Use content message broadcast to request scrolls, instead of depending on htm...Michael Drake2012-08-131-8/+12
* Let HTML content handle object content srcoll request messages.Michael Drake2012-08-131-0/+9
* Let browser window handle content scroll request message.Michael Drake2012-08-131-0/+21
* Add scroll request message to content message system.Michael Drake2012-08-131-0/+9
* add mint to mmap exclude listVincent Sanders2012-08-131-1/+1
* add missing simple refresh config option infoChris Young2012-08-131-0/+1
* Make selection_traverse internal to desktop/selection.c.Michael Drake2012-08-132-10/+8
* Use selection_get_copy instead of selection_traverse. Note: untested.Michael Drake2012-08-131-24/+16
* Tolerate NULL selection context in selection_get_copy.Michael Drake2012-08-131-1/+1
* Fix selection string struct init.Michael Drake2012-08-131-1/+5
* Function to get copy of selection as string.Michael Drake2012-08-132-2/+113
* alter file fetcher to use mmap where availableVincent Sanders2012-08-133-29/+116
* Fix RO build.Michael Drake2012-08-131-0/+2
* Convert to use selection_copy_to_clipboard() and font style passed via gui_ad...Michael Drake2012-08-131-37/+10
* s/TRUE/true/Michael Drake2012-08-131-1/+1
* Pass font plot style out to front end clipboard append function.Michael Drake2012-08-1312-21/+36
* Obtain font style in copy handler.Michael Drake2012-08-131-1/+15
* Simplify font colour acquisition.Michael Drake2012-08-131-4/+1
* link math libraryVincent Sanders2012-08-131-1/+1
* fix windows build format specifiersVincent Sanders2012-08-1212-104/+169
* Updated documentation with some post-2.9 changesChris Young2012-08-121-2/+12
* correct logicChris Young2012-08-121-1/+1
* allow font anti-aliasing to be switched off in true-colour modesChris Young2012-08-122-1/+9
* Change default mask threshold to something more sensibleChris Young2012-08-121-1/+1
* Fix mask calculation (thanks to Fredrik Wikstrom)Chris Young2012-08-121-5/+5
* fix maskChris Young2012-08-114-23/+15
* Merge branch 'master' of git://git.netsurf-browser.org/netsurf into chris/pal...Chris Young2012-08-1036-1070/+1781
|\
| * fix build warningsVincent Sanders2012-08-1013-9/+49
| * Avoid two duplicate lines.Michael Drake2012-08-101-8/+6
| * Squash warning.Michael Drake2012-08-101-2/+2
| * Squash set but unused variable warning.Michael Drake2012-08-101-1/+4
| * check return from lwc operationVincent Sanders2012-08-091-4/+8
| * fix return check on lwc operationVincent Sanders2012-08-091-2/+1
| * Dodge a clang warning.Michael Drake2012-08-091-5/+7
| * check all return values of string comparisonsVincent Sanders2012-08-091-7/+12
| * fix missing check of lwc_string_caseless_isequal() return valueVincent Sanders2012-08-091-2/+2
| * Fix include and structure definition to stop compiler redefinition errorsVincent Sanders2012-08-096-15/+13