summaryrefslogtreecommitdiff
path: root/apps/win_main.c
AgeCommit message (Expand)Author
2011-09-04Repaint only viewer search area when editing search string.Sebastian Rasmussen
2011-08-30Do not change view when reloading file.Bert
2011-08-29Turn off shrinkwrap mode when maximizing the window.Tor Andersson
2011-08-09Fix bug 692412: typo in buffer size.Tor Andersson
2011-04-29Don't use RegDeleteTree; it's only supported in Vista and up.Tor Andersson
2011-04-14Expose informational encryption details.Tor Andersson
2011-04-10Register file type association on startup in windows.Tor Andersson
2011-04-10Make crypt struct opaque.Tor Andersson
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-04-03xps: Update win32 project files.Tor Andersson
2011-03-06Add error message buffer for GUI applications to display the latest error sta...Tor Andersson
2011-03-03Update version numbers.Tor Andersson
2010-12-30Adhere to nil idiom.Sebastian Rasmussen
2010-07-08Simplify #ifdef labyrinth and make some source more c89 compatible.Tor Andersson
2010-07-08Remove unmaintained MMX optimized function and runtime detection.Tor Andersson
2010-07-01Remove unnecessary (and invalid) assert.Tor Andersson
2010-07-01Update copyright year.Tor Andersson
2010-07-01Remove silly warnings from MSVC.Tor Andersson
2010-06-30Use 32-bit blitting and DeviceBGR colorspace in windows viewer to avoid conve...Tor Andersson
2010-06-29Move over to RGBA instead of ARGB. Add missing gray-alpha 'duff' functions.Robin Watts
2010-06-29Add key 'c' to toggle between color and greyscale in both X11 and Windows vie...Robin Watts
2010-06-23Update windows viewer to add the search functionality.Tor Andersson
2010-06-21Implement searching for text within the current page.Tor Andersson
2010-06-21Prepare for searching by implementing the UI for entering a search string. Ch...Tor Andersson
2010-05-23Implement reloading of document.Sebastian Rasmussen
2010-05-18Do not check return value from fz_malloc() and fz_realloc() in pdfinfo and Wi...Sebastian Rasmussen
2010-05-14Fix various wide char versus ansi mismatches in the windows viewer.Tor Andersson
2010-05-14Change pdf_openxref to take a fz_stream instead of a filename so that windows...Tor Andersson
2010-05-13Add WM_MOUSEWHEEL definition for the cases where it isn't defined.Robin Watts
2010-05-13Don't use the removed info field of pdf_xref.Tor Andersson
2010-03-02Flatten apps/ directories.Tor Andersson