summaryrefslogtreecommitdiff
path: root/apps/x11_main.c
AgeCommit message (Expand)Author
2011-10-12Make entering search terms not interfere with page number drawing.Sebastian Rasmussen
2011-10-12Default to opening URIs with xdg-open instead of open in X11 viewer.Sebastian Rasmussen
2011-10-12Ask for screen resolution in X11 viewer.Sebastian Rasmussen
2011-09-17Show page number in X11 viewer upon 'P' keypress.Sebastian Rasmussen
2011-09-04Reload file in X11 viewer upon SIGHUP.Sebastian Rasmussen
2011-09-04Coalesce consecutive X11 resize events into a single resize operation.Sebastian Rasmussen
2011-09-04Repaint only viewer search area when editing search string.Sebastian Rasmussen
2011-09-04Remove unused redraw timeout from X11 viewer.Sebastian Rasmussen
2011-08-30Ignore X11 key mappings when searching.Bert
2011-08-30Do not change view when reloading file.Bert
2011-04-08Add special case non-aa scan converter with accompanying blit functions.Tor Andersson
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-04-01apps: Add XPS support to mupdf viewer.Tor Andersson
2011-03-09Remove duplicated line in usage message.Tor Andersson
2011-03-03Update version numbers.Tor Andersson
2011-03-01Update icons.Tor Andersson
2011-02-03Fix typo in WM_DELETE_WINDOW patch.Tor Andersson
2011-02-02Also set window title with XStoreName.Tor Andersson
2011-02-02Handle WM_DELETE client messages.Tor Andersson
2010-12-30Adhere to nil idiom.Sebastian Rasmussen
2010-07-17Silence warnings.Tor Andersson
2010-07-16Add a flag to disable the accelerated plotting functions in pdfdraw.Tor Andersson
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-02Remove shadowed local variables.Tor Andersson
2010-06-29Reformat to remove all instances of double spaces (to easier spot indentation...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-31Interpret X11 keysyms to adhere to Windows viewers keyboard input.Sebastian Rasmussen
2010-05-28Don't use UnmapWindow to signal closing the x11 viewer -- Unmap is used to ic...Tor Andersson
2010-05-27Change command line options to x11 viewer.Tor Andersson
2010-05-23Unmap and free X11 resources upon exit.Sebastian Rasmussen
2010-05-23Check X11 error code when creating window.Sebastian Rasmussen
2010-05-23Implement reloading of document.Sebastian Rasmussen
2010-05-14Change pdf_openxref to take a fz_stream instead of a filename so that windows...Tor Andersson
2010-04-17Make error message follow common cannot idiom.Sebastian Rasmussen
2010-03-26Re-enable copy/paste in the viewer application.Tor Andersson
2010-03-02Flatten apps/ directories.Tor Andersson