| Commit message (Expand) | Author | Age | Files | Lines |
* | ifdef some code that will never work under AmigaOS <4.0mono/windom-gui | Chris Young | 2013-01-30 | 1 | -0/+4 |
* | Remove p96EncodeColour and ensure the alpha byte is set to 0xff. | Chris Young | 2013-01-27 | 1 | -3/+15 |
* | Greatly increase the space allocated for Area-operation vector storage. The ... | Chris Young | 2012-10-23 | 1 | -2/+7 |
* | Log Area* function errors | Chris Young | 2012-10-23 | 1 | -10/+15 |
* | graphics.library path plotter initial code | Chris Young | 2012-10-23 | 1 | -16/+114 |
* | graphics.library arc plotter | Chris Young | 2012-10-23 | 1 | -3/+30 |
* | Don't set outline pen - this is what makes AreaFill outline the filled area, ... | Chris Young | 2012-10-22 | 1 | -14/+0 |
* | correct logic | Chris Young | 2012-08-12 | 1 | -1/+1 |
* | allow font anti-aliasing to be switched off in true-colour modes | Chris Young | 2012-08-12 | 1 | -1/+6 |
* | fix mask | Chris Young | 2012-08-11 | 1 | -2/+2 |
* | use minterm (ABC|ABNC|ANBC) only when necessary | Chris Young | 2012-08-10 | 1 | -6/+6 |
* | avoid scaled images getting incorrect mask | Chris Young | 2012-08-10 | 1 | -4/+3 |
* | allocate our bitmaps as BMF_DISPLAYABLE as this can improve performance when ... | Chris Young | 2012-08-09 | 1 | -2/+3 |
* | first attempt to create our own mask of only wholly transparent pixels. | Chris Young | 2012-08-09 | 1 | -2/+3 |
* | use abstracted function | Chris Young | 2012-08-07 | 1 | -12/+2 |
* | expose function to get current screen palette-mapped status | Chris Young | 2012-08-07 | 1 | -0/+5 |
* | ...or it might just crash. Will consider a hybrid mode, as palette-mapped ima... | Chris Young | 2012-08-07 | 1 | -2/+1 |
* | If using the gfx.lib true-colour plotters on a 16-bit screenmode, allocate a ... | Chris Young | 2012-08-07 | 1 | -3/+4 |
* | fix true colour mode | Chris Young | 2012-08-06 | 1 | -2/+2 |
* | fix depth detection | Chris Young | 2012-08-06 | 1 | -9/+6 |
* | misc | Chris Young | 2012-08-05 | 1 | -1/+1 |
* | revert begin/endrefresh image avoidance - this isn't the cause of the simpler... | Chris Young | 2012-08-05 | 1 | -6/+2 |
* | release the pen if it couldn't be added to a list. | Chris Young | 2012-08-05 | 1 | -1/+4 |
* | avoid crash if pen list is not set | Chris Young | 2012-08-05 | 1 | -5/+6 |
* | Avoid redrawing palette-mapped images during BeginRefresh/EndRefresh (ie. Sim... | Chris Young | 2012-08-05 | 1 | -2/+6 |
* | add to list, and release pens | Chris Young | 2012-08-05 | 1 | -6/+27 |
* | disable mask for now, causing colourisation problems | Chris Young | 2012-08-05 | 1 | -2/+2 |
* | attempt blit through mask | Chris Young | 2012-08-05 | 1 | -15/+42 |
* | Palette-mapped bitmap support | Chris Young | 2012-08-05 | 1 | -10/+16 |
* | Fix build | Chris Young | 2012-08-05 | 1 | -2/+2 |
* | Abstract pen obtain/release and structure so we can add these to a physical b... | Chris Young | 2012-08-05 | 1 | -20/+24 |
* | Allow forcing palette-mapped mode by setting cairo_renderer:-1 | Chris Young | 2012-08-05 | 1 | -3/+3 |
* | Disable anti-aliasing for palette-mapped modes | Chris Young | 2012-08-05 | 1 | -1/+1 |
* | Free bitmap using correct function | Chris Young | 2012-08-05 | 1 | -1/+5 |
* | stop crashing | Chris Young | 2012-08-05 | 1 | -0/+2 |
* | add palette-capable OPen function | Chris Young | 2012-08-05 | 1 | -19/+39 |
* | Convert the rest of plotters.c to use palette-mapped capable colour selection | Chris Young | 2012-08-05 | 1 | -62/+36 |
* | Fix colours - rectangles now printing correctly. Fix an 'early' crash caused ... | Chris Young | 2012-08-04 | 1 | -2/+3 |
* | move text colour settings into plotters.c, and use palette-map capable function | Chris Young | 2012-08-04 | 1 | -7/+16 |
* | alloc off-screen bm as friend of screen bm | Chris Young | 2012-08-04 | 1 | -12/+21 |
* | Attempt to draw palette-mapped rectangles. | Chris Young | 2012-08-04 | 1 | -7/+35 |
* | NetSurf options rework (a=vince r=daniels,jmb) | Vincent Sanders | 2012-03-22 | 1 | -13/+13 |
* | allow both x and y dimensions of redraw tiles to be configured | Chris Young | 2012-02-29 | 1 | -3/+4 |
* | Add tiled refresh, with tiles of max size option_redraw_tile_size. This | Chris Young | 2012-02-25 | 1 | -2/+3 |
* | Revert r13074 - doesn't actually fix the problem | Chris Young | 2011-10-22 | 1 | -3/+0 |
* | Fix the plotting of tiled bitmaps. EraseRect() appears to have a bug where i... | Chris Young | 2011-10-22 | 1 | -0/+3 |
* | Remove gui_globals scale as no longer needed | Chris Young | 2011-03-10 | 1 | -1/+0 |
* | Fix crash when launching NetSurf twice | Chris Young | 2011-03-10 | 1 | -5/+8 |
* | Direct rendering. Testing only; has problems with inline image placement, grey | Chris Young | 2011-03-05 | 1 | -71/+75 |
* | Enable selection of rendering engine (graphics.library, Cairo) at runtime, if... | Chris Young | 2011-03-05 | 1 | -198/+234 |