index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
x11
/
win_main.c
Age
Commit message (
Expand
)
Author
2018-07-06
Fix stray consts.
Robin Watts
2018-07-05
Signature support: add signing support to the windows app
Paul Gardiner
2018-06-22
Keep copy of decoded utf8 text string in pdf_obj.
Tor Andersson
2017-11-01
Use int64_t for public file API offsets.
Tor Andersson
2017-06-16
Windows MuPDF viewer; add ability to start on a given page.
Robin Watts
2017-05-31
Avoid double literals causing casts to float.
Sebastian Rasmussen
2017-05-04
Drop FZ_PATH_MAX macro.
Tor Andersson
2017-04-27
Use FZ_PATH_MAX.
Tor Andersson
2017-04-13
Register .fb2 extension in windows viewer.
Tor Andersson
2017-02-22
Move PATH_MAX to system.h
Michael Vrhel
2017-02-06
Add -I option to mupdf to invert colors.
Robin Watts
2016-12-27
Strip extraneous blank lines.
Tor Andersson
2016-11-23
Add 'X' option to disable document styles.
Tor Andersson
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-06-20
Bug 696835: Reverse zoom in/zoom out mouse controls.
Robin Watts
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-05-24
Fix -p password option for MuPDF on Windows.
Robin Watts
2016-01-28
Make (old) Win32 viewer honour user css file.
Robin Watts
2015-09-28
Bug 696169: Fix MINGW build of MuPDF.
Robin Watts
2015-09-15
epub: Add -U option to usage message for x11/win32 viewer.
Tor Andersson
2015-08-24
Revert revert of WinMain utf-8 handling and fix the bugs.
Tor Andersson
2015-08-17
Revert "win32: Convert argv to utf-8 and use regular getopt."
Robin Watts
2015-07-31
win32: Convert argv to utf-8 and use regular getopt.
Tor Andersson
2015-06-26
Bug 696053: Update windows mupdf to respect command line flags.
Robin Watts
2015-06-03
Fix Windows 8.1 operation on hi-dpi displays.
Robin Watts
2015-04-28
Add EPUB to windows viewer file assocations.
Tor Andersson
2015-04-14
Split fz_meta into separate querying functions.
Tor Andersson
2015-04-08
Fix mupdf viewer on windows; mousewheel events would stop keys responding
Robin Watts
2015-04-06
Bug 693688: MuPDF viewer; if reload fails, don't crash out.
Robin Watts
2015-03-31
Bug 695457: Improve mouse wheel handling in viewer.
Robin Watts
2015-03-30
Bug 695804: Add support for 'Shift-Space' in the viewer.
Robin Watts
2015-02-17
Bring Windows app up to date with API changes.
Robin Watts
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2014-05-12
Fix 695156: Display metadata with SetDlgItemTextW.
Tor Andersson
2014-05-07
Fix 694510: Detect all ways to maximize a window in win32.
Tor Andersson
2013-08-24
Rename varible in pdfapp to relate it to searching.
Sebastian Rasmussen
2013-07-19
Add mupdf-curl app
Robin Watts
2013-07-19
Initial work on progressive loading
Robin Watts
2013-07-04
Update pdf_write_document to support incremental update
Paul Gardiner
2013-06-24
Free fz_context at end of win32 app
Paul Gardiner
2013-06-20
Rearrange source files.
Tor Andersson