summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* link math libraryVincent Sanders2012-08-131-1/+1
|
* fix windows build format specifiersVincent Sanders2012-08-1212-104/+169
| | | | add install target for windows - creates installer rather than actually installing
* 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 Young2012-08-1036-1070/+1781
|\ | | | | | | chris/palette-mapped-plotters
| * 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
| |
| * Add missing #include.Michael Drake2012-08-081-0/+1
| |
| * extend javascript object hierarchyVincent Sanders2012-08-086-98/+640
| |
| * Ensure text is at the right height for Freetype and Internal fonts.Michael Drake2012-08-081-1/+6
| |
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfOle Loots2012-08-082-4/+2
| |\
| | * Fix attribute includes selector callback.Michael Drake2012-08-071-1/+2
| | |
| | * Fix handling of form elements without a <form>.Michael Drake2012-08-071-3/+0
| | |
| * | Fix settings dialog positioningOle Loots2012-08-081-911/+913
| |/ | | | | | | | | | | | | | | On successive settings dialog calls, the automatic positioning wasn't working correctly. This can be prevented by duplicating the Form tree. However, it requires to have the duplicated tree freed manually (Bug in windom?). I should have an eye on it...
| * add non rfc 4329 javascript mimetypes to content handlerVincent Sanders2012-08-061-2/+5
| |
| * add element objectVincent Sanders2012-08-054-6/+120
| |
| * Reflect change to hubbub parser binding API.John-Mark Bell2012-08-051-11/+8
| |
* | convert throbber to use standard bitmap functions; remove p96 dependencyChris Young2012-08-102-39/+12
| |
* | remove AMI_CUSTOM_MASK defineChris Young2012-08-101-11/+1
| |
* | remove attempt at mask alignmentChris Young2012-08-101-1/+8
| |
* | alignment attempt 2. this seems right, but doesn't work even for ↵Chris Young2012-08-101-5/+7
| | | | | | | | previously-working images
* | try to align mask correctlyChris Young2012-08-101-1/+2
| |
* | use minterm (ABC|ABNC|ANBC) only when necessaryChris Young2012-08-101-6/+6
| |
* | avoid scaled images getting incorrect maskChris Young2012-08-104-9/+10
| |
* | allow tweaking threshold where alpha turns to maskChris Young2012-08-102-1/+4
| |
* | Fix maskChris Young2012-08-101-2/+2
| |
* | Correct byte order - is RGBA not ARGBChris Young2012-08-101-5/+11
| | | | | | | | Fix mask offset calculation
* | allocate our bitmaps as BMF_DISPLAYABLE as this can improve performance when ↵Chris Young2012-08-092-9/+14
| | | | | | | | blitting to the screen
* | first attempt to create our own mask of only wholly transparent pixels.Chris Young2012-08-092-5/+39
| |
* | create a pen list for treeviewsChris Young2012-08-081-1/+6
| |
* | remove debug; it isn't helping determine the cause of the crash on exitChris Young2012-08-081-5/+0
| |
* | debugChris Young2012-08-081-1/+7
| |
* | remove depth gadget, as doesn't let us select <256 colours anywayChris Young2012-08-072-2/+0
| |
* | display depth gadget on screenmode requesterChris Young2012-08-072-2/+4
| |
* | fix display of favicon in palette-mapped modesChris Young2012-08-071-8/+35
| |
* | rename old truecolour functionChris Young2012-08-071-2/+2
| |
* | hide internal palette-mapped and true-colour bitmap conversion functionsChris Young2012-08-072-15/+12
| |
* | more use of abstracted functionChris Young2012-08-071-2/+2
| |