index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
win_main.c
Age
Commit message (
Expand
)
Author
2012-06-12
Remove use of uninialized context.
Paul Gardiner
2012-04-20
Pass UTF8 filename to fz_open_document / fz_open_file to remove kludges.
Tor Andersson
2012-04-17
Add Meta interface to fz_document.
Robin Watts
2012-03-13
Make fz_print functions all take a FILE *.
Robin Watts
2012-03-13
Rename some functions and accessors to be more consistent.
Tor Andersson
2012-03-13
Split XPS header. Update Makefile dependencies. Add pixmap w/h accessors.
Tor Andersson
2012-03-07
More release tidyups.
Robin Watts
2012-03-07
Splitting tweaks.
Tor Andersson
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
2012-02-11
Purge unused and bit rotted fz_accelerate stuff.
Tor Andersson
2012-02-08
Lock reworking.
Robin Watts
2012-02-07
Update windows viewer to latest changes.
Tor Andersson
2012-02-03
Allow ZIP as extension for CBZ files.
Tor Andersson
2012-01-30
Add CBZ (comic book zip-file) parser.
Tor Andersson
2012-01-27
Android/Windows build fixes
Robin Watts
2012-01-27
Rename pdf_xref type to pdf_document.
Tor Andersson
2012-01-18
Add fullscreen mode to mupdf viewer.
Tor Andersson
2012-01-11
Use enum for FZ_STORE_DEFAULT default size.
Tor Andersson
2012-01-11
Set default values for alloc context and max store size if none are given.
Sebastian Rasmussen
2012-01-10
Fix many spelling errors.
Sebastian Rasmussen
2011-12-15
Remove 'soft limit' on pixmaps in favour of fz_store.
Robin Watts
2011-12-15
Rework pdf_store to fz_store, a part of fz_context.
Robin Watts
2011-12-09
Fix missing " in win_main.c
Robin Watts
2011-12-08
Stylistic changes when testing pointer values for NULL.
Tor Andersson
2011-12-08
Remove deprecated error handling code.
Tor Andersson
2011-12-08
Throw exceptions for read errors.
Tor Andersson
2011-10-04
Reintroduce alloc context section.
Robin Watts
2011-10-04
Move to exception handling rather than error passing throughout.
Robin Watts
2011-09-15
Add context to mupdf.
Robin Watts
2011-09-14
Initial import of exception handling code
Robin Watts
2011-09-04
Repaint only viewer search area when editing search string.
Sebastian Rasmussen
2011-08-30
Do not change view when reloading file.
Bert
2011-08-29
Turn off shrinkwrap mode when maximizing the window.
Tor Andersson
2011-08-09
Fix bug 692412: typo in buffer size.
Tor Andersson
2011-04-29
Don't use RegDeleteTree; it's only supported in Vista and up.
Tor Andersson
2011-04-14
Expose informational encryption details.
Tor Andersson
2011-04-10
Register file type association on startup in windows.
Tor Andersson
2011-04-10
Make crypt struct opaque.
Tor Andersson
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-04-03
xps: Update win32 project files.
Tor Andersson
2011-03-06
Add error message buffer for GUI applications to display the latest error sta...
Tor Andersson
2011-03-03
Update version numbers.
Tor Andersson
2010-12-30
Adhere to nil idiom.
Sebastian Rasmussen
2010-07-08
Simplify #ifdef labyrinth and make some source more c89 compatible.
Tor Andersson
2010-07-08
Remove unmaintained MMX optimized function and runtime detection.
Tor Andersson
2010-07-01
Remove unnecessary (and invalid) assert.
Tor Andersson
2010-07-01
Update copyright year.
Tor Andersson
2010-07-01
Remove silly warnings from MSVC.
Tor Andersson
2010-06-30
Use 32-bit blitting and DeviceBGR colorspace in windows viewer to avoid conve...
Tor Andersson
2010-06-29
Move over to RGBA instead of ARGB. Add missing gray-alpha 'duff' functions.
Robin Watts
[next]