Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-12-09 | libdocument: Add more sanity checks to ev-document-misc | infirit | 1 | -0/+4 |
2014-12-09 | [shell] Send the URI of the input file instead of the filename in SyncSource. | infirit | 1 | -1/+26 |
2014-12-09 | libview: Make sure we have a valid page range before getting/setting selectio... | infirit | 1 | -0/+6 |
2014-12-09 | add timestamp to SyncSource DBus signal | infirit | 1 | -2/+6 |
2014-12-09 | Gtk3: Use gtk_paned_new() instead gtk_[h|v]paned_new() | infirit | 1 | -0/+4 |
2014-12-09 | dvi: Don't use cairo_image_surface_create_for_data() | infirit | 1 | -14/+6 |
2014-12-09 | dvi: Fix drawing glyphs with transparency | infirit | 2 | -43/+13 |
2014-12-09 | dvi: Add image_done method to DviDevice to notify that the image is finished | infirit | 3 | -0/+11 |
2014-12-09 | libview: The updated GtkComboBox api is in Gtk+2.24 | infirit | 1 | -15/+0 |
2014-12-09 | Fill links page labels for the index in the links thread | infirit | 2 | -35/+35 |
2014-12-09 | [libdocument] Use find_link_page() instead of find_link_dest() in get_dest_pa... | infirit | 1 | -8/+2 |
2014-12-09 | [djvu] Implement document_links_find_link_page() | infirit | 3 | -6/+31 |
2014-12-09 | [pdf] Implement document_links_find_link_page() | infirit | 1 | -0/+20 |
2014-12-09 | [libdocument] Remove unused method ev_link_get_page() | infirit | 2 | -22/+0 |
2014-12-09 | [pdf] Do not resolve named destinations in the backend | infirit | 1 | -30/+1 |
2014-12-09 | [shell] Use new methods to get page and page label from a link | infirit | 3 | -19/+64 |
2014-12-09 | [shell] Add timestamp parameter to SyncView. | infirit | 1 | -2/+4 |
2014-12-09 | [libdocument] Check for NULL in synctex_backward_search. | infirit | 1 | -6/+11 |
2014-12-09 | GDK_KEY_* keys are Gtk+2 as well. | infirit | 4 | -67/+55 |
2014-12-09 | [totem-scrsaver] Cut down on ifdef hell | infirit | 1 | -66/+0 |
2014-12-09 | [pdf] Update to poppler api changes | infirit | 2 | -0/+12 |