summaryrefslogtreecommitdiff
path: root/libview
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-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-09libview: Make sure we have a valid page range before getting/setting selectio...infirit1-0/+6
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 threadinfirit1-1/+35
2014-12-09GDK_KEY_* keys are Gtk+2 as well.infirit2-50/+44
2014-12-09[libview] Don't show an empty tooltip for links that don't have tooltip textinfirit1-1/+4
2014-12-09[libview] Handle layers state actionsinfirit2-0/+43
2014-12-09libview] Remove unused bin_window variable.infirit1-6/+0
2014-12-08Add support for external links to EvViewPresentation, close #111infirit1-8/+36
2014-12-08zero-init all signals arraysMonsta2-2/+2
2014-12-08ev-jobs: fix indentation a bitMonsta1-30/+24
2014-12-08ev-jobs: don't forget to unlock the trylock'ed mutexmonsta1-1/+3
2014-11-26Fix introspection buildmonsta1-0/+1
2014-10-27Autotools: Make epub really optionalinfirit1-2/+2
2014-09-25Make ev_view_set_scroll_adjustments static voidinfirit1-1/+1
2014-09-25Merge pull request #85 from blackhole89/masterStefano Karapetsas1-1/+1
2014-09-25Fix FTBFS of atril when build with the clang compilerAlexander1-1/+2
2014-09-23libview: Fix commentStefano Karapetsas1-2/+2
2014-09-23epub: Make sure config.h is always includedinfirit1-2/+3
2014-09-23Fix glib deprecationsinfirit1-18/+16
2014-09-23GTK_IS_COMBO_BOX is deprecated, use gtk_combo_box_get_has_entryinfirit1-1/+1
2014-09-23epub: Silence warnings in ev-jobs.cinfirit1-0/+2
2014-09-22Can build with epub disabledrootavish3-5/+13
2014-08-21Resolved the finalising issuerootavish1-12/+13
2014-08-21Fix crash when clicking empty canvas while loading.Matvey Soloviev1-1/+1
2014-08-17Added epub3 navsheetsrootavish2-2/+2
2014-08-14Inverted colors(night) viewing mode for ePubrootavish2-39/+24
2014-08-10Page Label handling, other fixesrootavish5-7/+78
2014-08-09GTK3, Webkit2 support for epubrootavish2-26/+262
2014-08-07Ability to search through epub documentsrootavish2-27/+31
2014-08-06Redesigned the thumbnail code for ePubrootavish2-153/+57
2014-08-06Searching in epub documentsrootavish3-87/+204
2014-08-03Table of contents(index) for epubrootavish1-6/+49
2014-07-29Searching single pages in epubrootavish5-29/+167
2014-07-26Reading epub documents possiblerootavish2-11/+24
2014-07-25Fixing dispose functions, display in webviewrootavish1-17/+18
2014-07-23Added Zoom control, Window thubnailrootavish2-0/+16
2014-07-23Cleaned some code, added select-all functionalityrootavish3-17/+11
2014-07-21Thumbnails working for all epub documents.rootavish2-25/+19
2014-07-21Program no longer segfaults, but does not give thumbnailsrootavish1-20/+20
2014-07-20Moving everything related to webkit to main thread jobsrootavish2-22/+36
2014-07-20Active properties dialog, other actionsrootavish3-1/+10