summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-10Gtk3: libview: Port EvAnnotationWindow to GtkStyleContextinfirit1-2/+28
2014-12-10Gtk3: libview: Port EvView and EvPixbufCache to GtkStyleContextinfirit2-7/+80
2014-12-10Gtk3: libview: Port EvLoadingWindow to GtkStyleContextinfirit1-0/+25
2014-12-09libview: Stop the GtkSpinner when the loading window is hiddeninfirit1-5/+17
2014-12-09shell: Use tooltips to show bookmarks page labels in sidebarinfirit1-1/+48
2014-12-09shell: Add a new sidebar page for bookmarksinfirit5-0/+497
2014-12-09shell: Add bookmarks menu to add and show internal bookmarksinfirit5-33/+328
2014-12-09shell: Add EvBookmarks to handle internal document bookmarksinfirit4-0/+345
2014-12-09pdf: Support .pdf.xz filesinfirit2-3/+2
2014-12-09libdocument: Add xz compression supportinfirit3-5/+14
2014-12-09libview: make sure gtk_print_operation_cancel() is called from draw-page call...infirit1-7/+33
2014-12-09libview: return early when print job was cancelled during page renderinginfirit1-0/+3
2014-12-09libview: make sure cancellable object is always cancelled in ev_job_cancel()infirit1-1/+5
2014-12-09libview: add a method to get the job currently running in the worker threadinfirit2-5/+17
2014-12-09libview: Silence warning for unused functionsinfirit1-0/+2
2014-12-09libdocument: Add more sanity checks to ev-document-miscinfirit1-0/+4
2014-12-09[shell] Send the URI of the input file instead of the filename in SyncSource.infirit1-1/+26
2014-12-09libview: Make sure we have a valid page range before getting/setting selectio...infirit1-0/+6
2014-12-09add timestamp to SyncSource DBus signalinfirit1-2/+6
2014-12-09Gtk3: Use gtk_paned_new() instead gtk_[h|v]paned_new()infirit1-0/+4
2014-12-09dvi: Don't use cairo_image_surface_create_for_data()infirit1-14/+6
2014-12-09dvi: Fix drawing glyphs with transparencyinfirit2-43/+13
2014-12-09dvi: Add image_done method to DviDevice to notify that the image is finishedinfirit3-0/+11
2014-12-09libview: The updated GtkComboBox api is in Gtk+2.24infirit1-15/+0
2014-12-09Fill links page labels for the index in the links threadinfirit2-35/+35
2014-12-09[libdocument] Use find_link_page() instead of find_link_dest() in get_dest_pa...infirit1-8/+2
2014-12-09[djvu] Implement document_links_find_link_page()infirit3-6/+31
2014-12-09[pdf] Implement document_links_find_link_page()infirit1-0/+20
2014-12-09[libdocument] Remove unused method ev_link_get_page()infirit2-22/+0
2014-12-09[pdf] Do not resolve named destinations in the backendinfirit1-30/+1
2014-12-09[shell] Use new methods to get page and page label from a linkinfirit3-19/+64
2014-12-09[shell] Add timestamp parameter to SyncView.infirit1-2/+4
2014-12-09[libdocument] Check for NULL in synctex_backward_search.infirit1-6/+11
2014-12-09GDK_KEY_* keys are Gtk+2 as well.infirit4-67/+55
2014-12-09[totem-scrsaver] Cut down on ifdef hellinfirit1-66/+0
2014-12-09[pdf] Update to poppler api changesinfirit2-0/+12
2014-12-09[libview] Don't show an empty tooltip for links that don't have tooltip textinfirit1-1/+4
2014-12-09[shell] Update layers sidebar page when layers have changedinfirit3-2/+56
2014-12-09[libview] Handle layers state actionsinfirit2-0/+43
2014-12-09[pdf] Add support for OCG State actionsinfirit1-2/+41
2014-12-09[libdocument] Add new action to change layers stateinfirit2-2/+109
2014-12-09Do not cache layers in the backendsinfirit3-36/+21
2014-12-09libview] Remove unused bin_window variable.infirit1-6/+0
2014-12-08Save zoom factor in default settings when sizing mode is free, close #87infirit2-8/+30
2014-12-08Add support for external links to EvViewPresentation, close #111infirit2-12/+47
2014-12-08don't leak memoryMonsta1-100/+125
2014-12-08removed some code that had no effectmonsta1-1/+0
2014-12-08va_start should be paired with va_endmonsta1-0/+1
2014-12-08zero-init all signals arraysMonsta12-12/+12
2014-12-08epub backend: more anti-NULL protection for epub_document_set_index_pagesMonsta1-1/+4