Age | Commit message (Expand) | Author | Files | Lines |
2014-12-10 | a11: using ATK_ROLE_DOCUMENT_FRAME it's more correct | infirit | 1 | -1/+1 |
2014-12-10 | a11y: fixed offset index error | infirit | 1 | -1/+1 |
2014-12-10 | a11y: checking null before setting text_buffer text | infirit | 1 | -1/+2 |
2014-12-10 | libview: Save contents of FormTextFields when they loss focus. | infirit | 1 | -1/+17 |
2014-12-10 | libview: remove all widgets from the View when reloading the doc | infirit | 1 | -0/+1 |
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 | presentation: Allow to change rotation in presentation mode | infirit | 2 | -18/+76 |
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 | libview: Make sure a11y is initialized before checking whether it's enabled | infirit | 1 | -7/+21 |
2014-12-10 | Gtk3: Use gtk_widget_render_icon_pixbuf() | infirit | 1 | -0/+1 |
2014-12-10 | Gtk3: Don't use gdk_cursor_unref() | infirit | 3 | -0/+12 |
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 | 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 | libview: Make sure we have a valid page range before getting/setting selectio... | infirit | 1 | -0/+6 |
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 | 1 | -1/+35 |
2014-12-09 | GDK_KEY_* keys are Gtk+2 as well. | infirit | 2 | -50/+44 |
2014-12-09 | [libview] Don't show an empty tooltip for links that don't have tooltip text | infirit | 1 | -1/+4 |
2014-12-09 | [libview] Handle layers state actions | infirit | 2 | -0/+43 |
2014-12-09 | libview] Remove unused bin_window variable. | infirit | 1 | -6/+0 |
2014-12-08 | Add support for external links to EvViewPresentation, close #111 | infirit | 1 | -8/+36 |
2014-12-08 | zero-init all signals arrays | Monsta | 2 | -2/+2 |
2014-12-08 | ev-jobs: fix indentation a bit | Monsta | 1 | -30/+24 |
2014-12-08 | ev-jobs: don't forget to unlock the trylock'ed mutex | monsta | 1 | -1/+3 |
2014-11-26 | Fix introspection build | monsta | 1 | -0/+1 |
2014-10-27 | Autotools: Make epub really optional | infirit | 1 | -2/+2 |
2014-09-25 | Make ev_view_set_scroll_adjustments static void | infirit | 1 | -1/+1 |
2014-09-25 | Merge pull request #85 from blackhole89/master | Stefano Karapetsas | 1 | -1/+1 |
2014-09-25 | Fix FTBFS of atril when build with the clang compiler | Alexander | 1 | -1/+2 |
2014-09-23 | libview: Fix comment | Stefano Karapetsas | 1 | -2/+2 |
2014-09-23 | epub: Make sure config.h is always included | infirit | 1 | -2/+3 |
2014-09-23 | Fix glib deprecations | infirit | 1 | -18/+16 |
2014-09-23 | GTK_IS_COMBO_BOX is deprecated, use gtk_combo_box_get_has_entry | infirit | 1 | -1/+1 |
2014-09-23 | epub: Silence warnings in ev-jobs.c | infirit | 1 | -0/+2 |
2014-09-22 | Can build with epub disabled | rootavish | 3 | -5/+13 |
2014-08-21 | Resolved the finalising issue | rootavish | 1 | -12/+13 |
2014-08-21 | Fix crash when clicking empty canvas while loading. | Matvey Soloviev | 1 | -1/+1 |
2014-08-17 | Added epub3 navsheets | rootavish | 2 | -2/+2 |
2014-08-14 | Inverted colors(night) viewing mode for ePub | rootavish | 2 | -39/+24 |
2014-08-10 | Page Label handling, other fixes | rootavish | 5 | -7/+78 |