0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 13 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added benchmarking code More... almost 12 years ago
README.md: Clarified to say that the android portion has been optimized, not iOS. More... almost 12 years ago
android/mupdf.c: Scalable to any number of threads More... almost 12 years ago
android/mupdf.c: moved clear_pixmap out of for loop, to avoid redundant work. More... almost 12 years ago
Merged: android/mupdf.c: Commented out duplicate code. Previous commit invalidated. =_= More... almost 12 years ago
android/mupdf.c: Separate pixmaps for each thread, but they reference the same pixel block More... almost 12 years ago
Changed application package name to allow installation beside stock application for benchmarking purposes More... almost 12 years ago
Completed rendering of both halves of a page with 2 pthreads More... almost 12 years ago
Allowed rendering to one half of the pixmap only More... almost 12 years ago
Used 2 pthreads to render each half of a page More... almost 12 years ago
Fixed last commit More... almost 12 years ago
Integrated pthreads. Got single thread to render half a page More... almost 12 years ago
Successfully integrated pthreads into Mupdf. Single thread renders half a page More... almost 12 years ago
Add fz_new_draw_device_with_bbox function
robinwatts
as Robin Watts
More... about 12 years ago
Fix use of uninitialised variable.
robinwatts
as Robin Watts
More... about 12 years ago
Bug 692979: Fix race condition in thread debugging.
robinwatts
as Robin Watts
More... about 12 years ago
Bug 692976: Fix spurious thread lock debug warnings on context clones
robinwatts
as Robin Watts
More... about 12 years ago
Bug 692977: Stop harmless thread debugging messages during cmapdump
robinwatts
as Robin Watts
More... about 12 years ago
mucbz: use fz_malloc, not malloc.
robinwatts
as Robin Watts
More... about 12 years ago
Bug 692960: Ensure that -g flag overrides filename detection
robinwatts
as Robin Watts
More... about 12 years ago
Fix potential problems on malloc failure.
robinwatts
as Robin Watts
More... about 12 years ago
Bug 692946 - fix 'stray white pixels in black areas' when halftoning.
robinwatts
as Robin Watts
More... about 12 years ago
Don't unlock a lock we don't own.
robinwatts
as Robin Watts
More... about 12 years ago
Bug 692141 - Work around bug in VS2005 Team Suite
robinwatts
as Robin Watts
More... about 12 years ago
Add documentation for fz_link_dest and text extraction device.
robinwatts
as Robin Watts
More... about 12 years ago
Update application icons. More... about 12 years ago
Fix access of recently freed memory. More... about 12 years ago
Whitespace fixes. More... about 12 years ago
Warn that the fz_link_dest struct is not finished. More... about 12 years ago
Bump version string to 1.0 release candidate 1. More... about 12 years ago