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