index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
fitz
/
draw-scale-simple.c
Age
Commit message (
Expand
)
Author
2018-06-22
Don't pollute namespace with our 'restrict' macro. Use FZ_RESTRICT instead.
Tor Andersson
2017-07-19
Add spots to fz_pixmaps.
Robin Watts
2017-05-31
Avoid double literals causing casts to float.
Sebastian Rasmussen
2017-04-27
Include required system headers.
Tor Andersson
2017-03-01
Bug 697395: Fix underflow in special case scaler.
Robin Watts
2016-06-06
Fix broken ARM implementation of scale_row_to_temp3.
Robin Watts
2016-06-06
Change ARM assembler to be compatible with Xcode/clang
Joseph Heenan
2016-05-27
Fix ARM code for bitmap scaling
Robin Watts
2016-05-26
Update bitmap scaler to cope with lack of alpha.
Robin Watts
2016-05-24
Fix ARM code in light of plotter changes.
Robin Watts
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
Robin Watts
2016-03-25
Rename ARCH_ARM_CAN_LOAD_UNALIGNED to be ARCH_UNALIGNED_OK
Robin Watts
2016-01-13
Add lots of consts.
Robin Watts
2015-08-20
Remove a few debug functions left behind.
Sebastian Rasmussen
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2014-01-10
Bug 694879: Fix SEGV in draw-simple-scale.
Robin Watts
2013-09-13
Fix various compile warnings spotted by the cluster.
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson