index
:
delta/netsurf/netsurf.git
ashmew2/fix-description
ashmew2/framebuffer-keys
ashmew2/netsurf-kolibrios
ashmew2/nskolibrios
baserock/morph
chris/amiga-corewindow
chris/amissl
chris/async-experiment
chris/bitmap-fonts
chris/composite-text
chris/composite-text-exp
chris/debug
chris/display-idna
chris/extmem
chris/fetch-x-ent-ref
chris/fortify
chris/frame-scroll
chris/gadtools-53-5
chris/gadtools-53-6
chris/http2
chris/idn-punycode
chris/idna2008
chris/malloc
chris/menuclass
chris/ndk32
chris/newproc-scheduler
chris/non-ascii-file-upload
chris/quant
chris/scheduled-fetches
chris/shorter-vscrollbar
chris/splay
chris/stop-gif-anim
dsilvers/assert-coverage
dsilvers/bindducky
dsilvers/dukky
dsilvers/eventtarget
dsilvers/form-work
dsilvers/monkey
dsilvers/nsgenbind
dsilvers/scrolloffset
glenwalker/bug_0002428
jmb/gtk3hacks
jmb/hsts
master
mmu_man/beos-fixes
mmu_man/docs_env_sh_tweaks
mmu_man/french_pages
mmu_man/haiku-fixes
mmu_man/xf86keys
mono/atari_treeview_rework
mono/interactive-about_config
mono/removing-windom-dependency
mono/windom-gui
release/3.1
release/3.2
release/3.3
release/3.4
release/3.5
release/3.6
release/3.7
rjek/bloom
rjek/clang-warnings
rjek/click-file-gadget
stevef/cconfig
stevef/hotlist
stevef/ibarmenu
stevef/menus
stevef/urlsize
svenw/cocoa
tlsa/cleanup-scale
tlsa/computed-style-share
tlsa/date
tlsa/dpi
tlsa/dsilvers/scrolloffset
tlsa/duktape2
tlsa/flex
tlsa/german-messages
tlsa/improve-hints
tlsa/libcss-units
tlsa/list-values
tlsa/monkey-driver
tlsa/nsurl
tlsa/page-info
tlsa/plotter-polish
tlsa/ro-cw-scroll
tlsa/selection-search-refactor
tlsa/shared-styles
tlsa/units
tlsa/upfront-hints
vince/bindduckky
vince/corebuild
vince/disccache
vince/fetchschedule
vince/fltk
vince/gtk-tab-restyle
vince/guivtable
vince/llcache
vince/nsgenupdates
vince/nslog
vince/opstable
vince/options
vince/pdf
vince/plotctx
vince/prstllcache
vince/reformatpending
vince/release/3.0
vince/schedule
vince/themectomy
vince/tools
vince/webp
vince/win32-corewindow
vince/window-misc-event
git.netsurf-browser.org: netsurf.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
amiga
/
bitmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ifdef some code that will never work under AmigaOS <4.0
mono/windom-gui
Chris Young
2013-01-30
1
-2
/
+3
*
Remove suspension of bmp/gif images. It's completely redundant with the conv...
Michael Drake
2012-10-14
1
-13
/
+0
*
Fix mask calculation (thanks to Fredrik Wikstrom)
Chris Young
2012-08-12
1
-5
/
+5
*
fix mask
Chris Young
2012-08-11
1
-18
/
+9
*
remove AMI_CUSTOM_MASK define
Chris Young
2012-08-10
1
-11
/
+1
*
remove attempt at mask alignment
Chris Young
2012-08-10
1
-1
/
+8
*
alignment attempt 2. this seems right, but doesn't work even for previously-w...
Chris Young
2012-08-10
1
-5
/
+7
*
try to align mask correctly
Chris Young
2012-08-10
1
-1
/
+2
*
avoid scaled images getting incorrect mask
Chris Young
2012-08-10
1
-1
/
+1
*
allow tweaking threshold where alpha turns to mask
Chris Young
2012-08-10
1
-1
/
+1
*
Fix mask
Chris Young
2012-08-10
1
-2
/
+2
*
Correct byte order - is RGBA not ARGB
Chris Young
2012-08-10
1
-5
/
+11
*
allocate our bitmaps as BMF_DISPLAYABLE as this can improve performance when ...
Chris Young
2012-08-09
1
-7
/
+11
*
first attempt to create our own mask of only wholly transparent pixels.
Chris Young
2012-08-09
1
-3
/
+36
*
remove debug; it isn't helping determine the cause of the crash on exit
Chris Young
2012-08-08
1
-5
/
+0
*
debug
Chris Young
2012-08-08
1
-1
/
+7
*
rename old truecolour function
Chris Young
2012-08-07
1
-2
/
+2
*
hide internal palette-mapped and true-colour bitmap conversion functions
Chris Young
2012-08-07
1
-12
/
+12
*
abstract the native bitmap fetcher functions, and make the favicon collection...
Chris Young
2012-08-07
1
-1
/
+9
*
misc
Chris Young
2012-08-05
1
-2
/
+7
*
Free source BitMap
Chris Young
2012-08-05
1
-0
/
+1
*
allow setting dithering quality 0-2
Chris Young
2012-08-05
1
-0
/
+1
*
Don't re-layout if this has already been performed
Chris Young
2012-08-05
1
-14
/
+16
*
implement scaling
Chris Young
2012-08-05
1
-2
/
+21
*
Palette-mapped bitmap support
Chris Young
2012-08-05
1
-2
/
+33
*
Test for opaqueness where we create bitmaps in the platform code
Chris Young
2012-08-05
1
-0
/
+2
*
Fix opaqueness test: the alpha channel is the first byte, not the last.
Chris Young
2012-08-05
1
-1
/
+1
*
NetSurf options rework (a=vince r=daniels,jmb)
Vincent Sanders
2012-03-22
1
-4
/
+4
*
Initialise bitmap ptr to NULL
Chris Young
2011-09-08
1
-1
/
+1
*
Show existing file size when file already exists on download
Chris Young
2011-07-23
1
-1
/
+2
*
Put a search icon where the old search favicon was
Chris Young
2011-07-02
1
-0
/
+30
*
Remove unused ColorMap to CLUT function
Chris Young
2011-03-26
1
-23
/
+0
*
Implement ask overwrite
Chris Young
2011-03-26
1
-0
/
+26
*
Squash warning
John Mark Bell
2011-03-09
1
-1
/
+1
*
Use base type for gfxbase
Chris Young
2011-01-07
1
-1
/
+2
*
Include os3support header
John Mark Bell
2011-01-06
1
-0
/
+2
*
Sprinkle some #ifdef __amigaos4__ around
John Mark Bell
2011-01-06
1
-1
/
+3
*
Fix include directive -- case matters now
John Mark Bell
2011-01-06
1
-1
/
+1
*
Move drag icon stuff to own file; fix warnings
Chris Young
2010-10-30
1
-1
/
+0
*
Use function instead of directly calling DTM_WRITE
Chris Young
2010-10-10
1
-8
/
+4
*
Remove todo comment for something already done.
Michael Drake
2010-08-14
1
-1
/
+0
*
Stop the alpha channel getting lost on scaled bitmaps
Chris Young
2009-08-24
1
-2
/
+2
*
Revert r9108, as component order in libnsgif due to be corrected.
Chris Young
2009-08-09
1
-43
/
+5
*
Support new libnsgif by adding bitmap flag BITMAP_ABGR.
Chris Young
2009-08-07
1
-8
/
+51
*
Don't do higher quality scaling on OS4.0 as it doesn't work.
Chris Young
2009-07-12
1
-1
/
+0
*
Rendering tab in options all done, new option to improve the scale quality (b...
Chris Young
2009-06-23
1
-1
/
+5
*
Check that p96AllocBitMap actually allocated a bitmap (fixes unsat bug#61)
Chris Young
2009-05-30
1
-4
/
+6
*
Too many 0s
Chris Young
2009-05-17
1
-1
/
+1
*
Fix alpha testing, set correctly for ILBMs
Chris Young
2009-05-17
1
-2
/
+2
*
IFF save now works - needed an unexpected NULL as the first parameter to DTM_...
Chris Young
2009-05-16
1
-3
/
+3
[next]