Age | Commit message (Expand) | Author | Files | Lines |
2014-12-10 | libview: Save contents of FormTextFields when they loss focus. | infirit | 1 | -1/+17 |
2014-12-10 | sidebar: align page numbers to the right in sidebar-links | infirit | 1 | -1/+4 |
2014-12-10 | presentation: Enable screensaver again when window loses the focus | infirit | 1 | -0/+22 |
2014-12-10 | Give the keyboard focus to the view when sidebar is closed | infirit | 1 | -0/+2 |
2014-12-10 | dvi: Another fix for buffer overwrite in dvi-backend | infirit | 1 | -2/+2 |
2014-12-10 | tiff: Use TIFFOpenW on windows | infirit | 1 | -0/+14 |
2014-12-10 | libview: remove all widgets from the View when reloading the doc | infirit | 1 | -0/+1 |
2014-12-10 | Add .png extension when saving images using DnD | infirit | 1 | -2/+2 |
2014-12-10 | libview: Only accept focus on annot windows when pointer is on the window | infirit | 1 | -1/+21 |
2014-12-10 | libview: Use a popup window instead of a toplevel for loading window | infirit | 1 | -0/+1 |
2014-12-10 | backends: Fix another security issue in the dvi-backend | infirit | 1 | -1/+1 |
2014-12-10 | Rotate with CTRL+Left/Right in presentation mode too | infirit | 1 | -4/+23 |
2014-12-10 | presentation: Allow to change rotation in presentation mode | infirit | 2 | -18/+76 |
2014-12-10 | presentation: move to next/previous page with media keys in presentation mode... | infirit | 1 | -2/+8 |
2014-12-10 | presentation: Make next/previous methods public | infirit | 2 | -4/+4 |
2014-12-10 | Gtk3: presentation: Make sure background window is black by default in presen... | infirit | 1 | -1/+17 |
2014-12-10 | Remember the current page when document is reloaded in presentation mode | infirit | 1 | -0/+7 |
2014-12-10 | Check all extensions when saving an image to avoid adding the extension twice | infirit | 1 | -13/+26 |
2014-12-10 | Using scroll_to_path instead of set_cursor in sidebar | infirit | 1 | -1/+1 |
2014-12-10 | libview: Make sure a11y is initialized before checking whether it's enabled | infirit | 1 | -7/+21 |
2014-12-10 | Call gdk_notify_startup_complete when acting as remote | infirit | 1 | -0/+4 |
2014-12-10 | Fix problem with some pk fonts | infirit | 1 | -2/+3 |
2014-12-10 | pdf: Bump poppler requirements to 0.16.0 | infirit | 2 | -111/+10 |
2014-12-10 | Fixed minor bug, it returned NULL when expecting gboolean | infirit | 1 | -1/+1 |
2014-12-10 | backends: Fix several security issues in the dvi-backend. | infirit | 5 | -3/+23 |
2014-12-10 | bookmarks: Add a popup menu to open, rename and remove bookmarks | infirit | 1 | -20/+185 |
2014-12-10 | Gtk3: Use gtk_widget_render_icon_pixbuf() | infirit | 4 | -0/+4 |
2014-12-10 | Gtk3: Don't use gdk_cursor_unref() | infirit | 5 | -0/+20 |
2014-12-10 | Gtk3: gimpcellrenderertoggle: Port to GtkStyleContext | infirit | 1 | -4/+54 |
2014-12-10 | Gtk3: Convert another gtk_paint_ call | infirit | 1 | -5/+2 |
2014-12-10 | Gtk3: [gimpcellrenderertoggle] Paint a shadow when the mouse is over the cell... | infirit | 1 | -1/+21 |
2014-12-10 | Gtk3: shell: Port EvWindow to GtkStyleContext | infirit | 1 | -0/+17 |
2014-12-10 | Gtk3: eggfindbar: remove unused style properties | infirit | 1 | -0/+4 |
2014-12-10 | Gtk3: libdocument: Port To GtkStyleContext | infirit | 1 | -0/+23 |
2014-12-10 | Gtk3: libview: Port EvViewPresentation to GtkStyleContext | infirit | 1 | -9/+31 |
2014-12-10 | Gtk3: libview: Port EvAnnotationWindow to GtkStyleContext | infirit | 1 | -2/+28 |
2014-12-10 | Gtk3: libview: Port EvView and EvPixbufCache to GtkStyleContext | infirit | 2 | -7/+80 |
2014-12-10 | Gtk3: libview: Port EvLoadingWindow to GtkStyleContext | infirit | 1 | -0/+25 |
2014-12-09 | libview: Stop the GtkSpinner when the loading window is hidden | infirit | 1 | -5/+17 |
2014-12-09 | shell: Use tooltips to show bookmarks page labels in sidebar | infirit | 1 | -1/+48 |
2014-12-09 | shell: Add a new sidebar page for bookmarks | infirit | 5 | -0/+497 |
2014-12-09 | shell: Add bookmarks menu to add and show internal bookmarks | infirit | 5 | -33/+328 |
2014-12-09 | shell: Add EvBookmarks to handle internal document bookmarks | infirit | 4 | -0/+345 |
2014-12-09 | pdf: Support .pdf.xz files | infirit | 2 | -3/+2 |
2014-12-09 | libdocument: Add xz compression support | infirit | 3 | -5/+14 |
2014-12-09 | libview: make sure gtk_print_operation_cancel() is called from draw-page call... | infirit | 1 | -7/+33 |
2014-12-09 | libview: return early when print job was cancelled during page rendering | infirit | 1 | -0/+3 |
2014-12-09 | libview: make sure cancellable object is always cancelled in ev_job_cancel() | infirit | 1 | -1/+5 |
2014-12-09 | libview: add a method to get the job currently running in the worker thread | infirit | 2 | -5/+17 |
2014-12-09 | libview: Silence warning for unused functions | infirit | 1 | -0/+2 |