summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| |/
| * 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 previously-w...Chris Young2012-08-101-5/+7
* | 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
* | allocate our bitmaps as BMF_DISPLAYABLE as this can improve performance when ...Chris Young2012-08-092-9/+14
* | 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
* | use abstracted functionChris Young2012-08-072-13/+3
* | abstract the native bitmap fetcher functions, and make the favicon collection...Chris Young2012-08-073-2/+12
* | expose function to get current screen palette-mapped statusChris Young2012-08-072-0/+6
* | ...or it might just crash. Will consider a hybrid mode, as palette-mapped ima...Chris Young2012-08-071-2/+1
* | If using the gfx.lib true-colour plotters on a 16-bit screenmode, allocate a ...Chris Young2012-08-071-3/+4
* | fix true colour modeChris Young2012-08-061-2/+2
* | fix depth detectionChris Young2012-08-061-9/+6
* | miscChris Young2012-08-052-3/+8
* | revert begin/endrefresh image avoidance - this isn't the cause of the simpler...Chris Young2012-08-053-9/+2
* | release the pen if it couldn't be added to a list.Chris Young2012-08-051-1/+4
* | avoid crash if pen list is not setChris Young2012-08-053-6/+8
* | Avoid redrawing palette-mapped images during BeginRefresh/EndRefresh (ie. Sim...Chris Young2012-08-053-3/+10
* | Free source BitMapChris Young2012-08-051-0/+1
* | add to list, and release pensChris Young2012-08-051-6/+27
* | allow setting dithering quality 0-2Chris Young2012-08-052-0/+4
* | Don't re-layout if this has already been performedChris Young2012-08-051-14/+16
* | disable mask for now, causing colourisation problemsChris Young2012-08-052-3/+3
* | attempt blit through maskChris Young2012-08-051-15/+42
* | implement scalingChris Young2012-08-051-2/+21
* | Palette-mapped bitmap supportChris Young2012-08-053-12/+53
* | Merge branch 'master' into chris/palette-mapped-plottersChris Young2012-08-056-22/+57
|\|
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2012-08-053-17/+48
| |\