summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' of git://git.netsurf-browser.org/netsurf into chris/fix...Chris Young2016-01-258-29/+36
|\
| * Make the palette-mapped state relate to the rendering layer rather than globa...Chris Young2016-01-258-38/+43
* | track type of native bitmapChris Young2016-01-251-10/+36
|/
* Use itempools for storing our pen locksChris Young2016-01-241-4/+19
* friend_bitmap should default to false as it causes problemsChris Young2016-01-231-1/+1
* Move the OS3 statusbar underneath all the scrollbarsChris Young2016-01-231-14/+16
* remove missing os3 includeChris Young2016-01-231-0/+2
* Remove nulling of a function which does actually exist in OS3 gfx.libChris Young2016-01-231-3/+0
* fix argb_to_rgba definition weirdnessChris Young2016-01-232-4/+2
* Clear remaining bitmap fieldsChris Young2016-01-231-0/+3
* Add more appropriate readme for OS3 buildChris Young2016-01-235-3/+39
* Don't free the deferred rects using FreeVec on exit as they're itempoolsChris Young2016-01-232-3/+7
* Fix opening of SSL cert windowChris Young2016-01-231-2/+2
* Allocate generic list objects using itempoolsChris Young2016-01-224-5/+33
* Don't clear memory twice under OS3Chris Young2016-01-211-4/+2
* Don't clear bitmap structure on allocationChris Young2016-01-211-9/+14
* Revert "alloc bitmap structures using itempools"Chris Young2016-01-213-49/+15
* alloc bitmap structures using itempoolsChris Young2016-01-213-15/+49
* Remove unused Amiga async schedulerChris Young2016-01-215-711/+47
* Use itempools for the schedulerChris Young2016-01-211-7/+17
* Allocate deferred rectangles using itempoolsChris Young2016-01-213-5/+53
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2016-01-208-33/+51
|\
| * Alloc font name on the stackChris Young2016-01-201-9/+10
| * Ensure the textattr flags field is clearChris Young2016-01-181-0/+2
| * Don't expose the DPI-related variablesChris Young2016-01-184-7/+25
| * misc amiga fixes re font plottingChris Young2016-01-174-13/+10
| * OS3 build fixesChris Young2016-01-164-4/+4
* | Use a memory pool for deferred rectsChris Young2016-01-203-9/+15
|/
* missing filesChris Young2016-01-164-3/+58
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2016-01-162-11/+11
|\
| * fix incorrect type usageChris Young2016-01-151-1/+1
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2016-01-159-26/+18
| |\
| * | git probsChris Young2016-01-151-1/+1
| * | git probsChris Young2016-01-151-1/+1
| * | Fix some incorrect type usageChris Young2016-01-153-12/+12
* | | More font-related tidy-upChris Young2016-01-1613-109/+94
| |/ |/|
* | Fix some old and new GCC errors/warningsChris Young2016-01-1510-27/+19
|/
* Make font engine selection bit more logicalChris Young2016-01-157-899/+975
* Only show context menu text selection options if there is text selectedChris Young2016-01-141-2/+7
* Re-instate the ability to do a web search for selected textChris Young2016-01-141-0/+29
* Use layers.library for bitmap tiling on OS3Chris Young2016-01-142-57/+40
* Fix the bitmap font layout a bitChris Young2016-01-131-17/+58
* Cut/paste errorChris Young2016-01-111-0/+2
* Fix OS4 build errors/warningsChris Young2016-01-112-0/+4
* More consistent naming for font cache elementsChris Young2016-01-115-44/+48
* Separate font cache code into a new fileChris Young2016-01-114-160/+262
* Close the font when we finish with itChris Young2016-01-111-2/+2
* Add a status gadget inside the window for OS3Chris Young2016-01-111-22/+32
* Use correct parametersChris Young2016-01-101-3/+4
* If the specified font won't open, use the fallback font for character 'A'.Chris Young2016-01-101-2/+7