index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fitz
Age
Commit message (
Expand
)
Author
2010-07-02
Compute the scaled image width and height with the right factors (so we don't...
Tor Andersson
2010-07-01
Remove stray debugging printf and comments.
Tor Andersson
2010-07-01
Remove silly warnings from MSVC.
Tor Andersson
2010-07-01
Remove unused blendover functions.
Tor Andersson
2010-07-01
Compute shading bounding box using the triangle mesh.
Tor Andersson
2010-06-30
Refactor and clean up shading code a bit.
Tor Andersson
2010-06-29
Strip out unused bits of crypt_aes.c
Tor Andersson
2010-06-29
Reformat to remove all instances of double spaces (to easier spot indentation...
Tor Andersson
2010-06-29
Move over to RGBA instead of ARGB. Add missing gray-alpha 'duff' functions.
Robin Watts
2010-06-26
When computing advance width, use fontsize 64 instead of 1000.
Sebastian Rasmussen
2010-06-25
Allow the parsing of integers outside INT_MIN and INT_MAX range, but let them...
Tor Andersson
2010-06-24
More tweaks to space insertion.
Tor Andersson
2010-06-23
Implement ARM version of loadtile8.
Robin Watts
2010-06-23
Support grayscale and other colorspaces in shade->usebackground case.
Tor Andersson
2010-06-22
Make the color conversions in dev_draw general for n-component colors.
Tor Andersson
2010-06-23
Add definition for hypotf() for MSVC.
Tor Andersson
2010-06-23
Allow flate streams to have data check errors at the end.
Tor Andersson
2010-06-23
Tweak how often spaces are inserted in dev_ext.
Tor Andersson
2010-06-22
Add support for greyscale rendering to the mupdf core and pdfdraw.
Robin Watts
2010-06-22
Add hints flag to device struct so that the interpreter doesn't need to load ...
Tor Andersson
2010-06-21
Put magic numbers in #defines.
Tor Andersson
2010-06-21
Improve newline detection heuristic in text extraction device.
Tor Andersson
2010-06-21
Fix ascender and descender and other metric calculations to use proper scalin...
Tor Andersson
2010-06-21
Divide bbox for custom ligatures defined by one-to-many ToUnicode mappings.
Tor Andersson
2010-06-21
Implement searching for text within the current page.
Tor Andersson
2010-06-21
Prepare for searching by implementing the UI for entering a search string. Ch...
Tor Andersson
2010-06-20
Rename the remaining non-reference-counted free functions to free instead of ...
Tor Andersson
2010-06-18
Prediction filter optimisations: avoid needless copying and switch then for, ...
Robin Watts
2010-06-19
Floats everywhere!
Tor Andersson
2010-06-17
Fix a handful typos reported in bug 691398.
Tor Andersson
2010-06-16
Fix typo in dev_text that caused the bounding boxes to be incorrect.
Tor Andersson
2010-06-15
Remove all use of the fz_mul255 macro in the porterduff/imagedraw code in fav...
Robin Watts
2010-06-15
Use scissor bbox to clip shadings instead of using scratch buffers.
Tor Andersson
2010-06-16
Do runtime endianness test instead of relying on unreliable preprocessor macros.
Tor Andersson
2010-06-15
Add missing break in fz_boundpath.
Tor Andersson
2010-06-15
Rearrange in Makerules and Makethird to remove cyclical dependencies.
Tor Andersson
2010-06-15
Allow bare J2K code streams in the JPXDecode filter.
Tor Andersson
2010-06-05
Do text extraction heuristics in device space in order to be more robust.
Tor Andersson
2010-06-03
Add wmode flag to text objects to support vertical writing mode in the text e...
Tor Andersson
2010-05-31
Initialize variables, fixing potential bugs.
Tor Andersson
2010-05-31
Replace getopt with Henry Spencer's public domain implementation.
Tor Andersson
2010-05-27
Add optimized function written in C that depends on integers being exactly 32...
Tor Andersson
2010-05-27
Add Robin Watts' arm assembler version of path_w4i1o4.
Tor Andersson
2010-05-27
Select the fast DCT transform in libjpeg at the correct location.
Tor Andersson
2010-05-26
Optimize lexer by using unreadbyte and switches rather than chained ifs.
Robin Watts
2010-05-25
Support one-to-many glyph/character mappings.
Tor Andersson
2010-05-25
Expand ligature presentation forms into their individual characters when extr...
Tor Andersson
2010-05-25
Merge fitz_res.h and fitz_draw.h
Tor Andersson
2010-05-22
Rename shade to shading.
Sebastian Rasmussen
2010-05-20
Draw images with anti-aliased edges.
Tor Andersson
[prev]
[next]