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 (
Collapse
)
Author
2011-03-06
Add error message buffer for GUI applications to display the latest error ↵
Tor Andersson
stack trace.
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 ↵
Tor Andersson
converting the pixmap.
2010-06-29
Move over to RGBA instead of ARGB. Add missing gray-alpha 'duff' functions.
Robin Watts
2010-06-29
Add key 'c' to toggle between color and greyscale in both X11 and Windows ↵
Robin Watts
viewers.
2010-06-23
Update windows viewer to add the search functionality.
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. ↵
Tor Andersson
Changed key bindings a bit.
2010-05-23
Implement reloading of document.
Sebastian Rasmussen
2010-05-18
Do not check return value from fz_malloc() and fz_realloc() in pdfinfo and ↵
Sebastian Rasmussen
Windows viewer.
2010-05-14
Fix various wide char versus ansi mismatches in the windows viewer.
Tor Andersson
2010-05-14
Change pdf_openxref to take a fz_stream instead of a filename so that ↵
Tor Andersson
windows can open files with unicode names.
2010-05-13
Add WM_MOUSEWHEEL definition for the cases where it isn't defined.
Robin Watts
2010-05-13
Don't use the removed info field of pdf_xref.
Tor Andersson
2010-03-02
Flatten apps/ directories.
Tor Andersson