Age | Commit message (Expand) | Author | Files | Lines |
2016-07-22 | document-model: Make dual mode and dual mode odd page left mutally exclusive | raveit65 | 1 | -0/+10 |
2016-07-22 | Use document-send icon for Send To action | raveit65 | 2 | -1/+3 |
2016-07-03 | ev-view: add missing semicolon to gtk-doc comment | raveit65 | 1 | -1/+1 |
2016-07-03 | GTK+-3 libview: Fix compiler warnings | raveit65 | 2 | -0/+13 |
2016-07-03 | GTK+-3 ev-view-presentation: Fix a crash during the build with introspection ... | raveit65 | 1 | -15/+22 |
2016-07-03 | ev-view: Fix compile warning | raveit65 | 1 | -1/+1 |
2016-07-03 | GTK+-3.20 ev-view: Update EvView style to use CSS node name | raveit65 | 1 | -0/+4 |
2016-07-03 | Gtk+-3 ev-view: Set a style class on the view so it can be more easily styled | raveit65 | 1 | -0/+15 |
2016-07-03 | GTK+-3 ev-view-private: Use GtkContainer and GtkContainerClass in EvView and ... | raveit65 | 1 | -2/+8 |
2016-07-03 | GTK+-3 ev-view: Make EvView inherit from GtkContainer instead of GtkFixed | raveit65 | 2 | -25/+217 |
2016-06-29 | libview: Add an option to show odd pages on the left in dual mode | raveit65 | 2 | -28/+34 |
2016-06-29 | libview: Add dual-odd-left property to EvDocumentModel | raveit65 | 2 | -0/+42 |
2016-06-29 | GTK+-3 ev-view-presentation: Fix a unused-but-set-variable compile warning | raveit65 | 1 | -0/+4 |
2016-06-29 | GTK+-3: Use ev_document_misc_get_pointer_position() instad of deprecated gtk_... | raveit65 | 2 | -2/+42 |
2016-06-24 | libdocument: Make EvSourceLink boxed. | raveit65 | 1 | -1/+1 |
2016-06-24 | document-model: annotate ev_document_model_get_document() | raveit65 | 1 | -0/+8 |
2016-06-24 | GTK+-3: Use GtkGrid instead of GtkTable | raveit65 | 1 | -0/+29 |
2016-06-22 | GTK3 ev-timeline: don't use deprecated gdk_threads_{enter/leave} () | raveit65 | 1 | -0/+5 |
2016-06-22 | GTK+-3: do not use deprecated gtk_{h/v}box_new | raveit65 | 3 | -0/+7 |
2016-02-01 | fix some build warnings | monsta | 1 | -2/+0 |
2015-09-02 | libview: removed 'x' attribute from a header file | monsta | 1 | -0/+0 |
2015-08-31 | drop support for win32/osx/hildon, make smclient mandatory | Monsta | 1 | -7/+0 |
2015-08-08 | use GObject instead of deprecated GtkObject in GTK+2 as well | Monsta | 2 | -50/+1 |
2015-03-19 | corrected bug tracker links everywhere | Monsta | 1 | -2/+2 |
2015-03-15 | webkit: indicate that job failed when the thumbnail loading fails | Monsta | 1 | -7/+8 |
2015-03-15 | webkit changes | Monsta | 1 | -16/+42 |
2015-03-15 | webkit: don't connect signal handlers more than once | Monsta | 1 | -12/+33 |
2014-12-10 | libview: clear caches after destroying child widgets. | infirit | 1 | -1/+1 |
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 |