Age | Commit message (Expand) | Author | Files | Lines |
2017-08-14 | ev-annotation-window: Fix setting the color of the window border | JosephMcc | 1 | -16/+8 |
2017-08-14 | libview: fix annotation window focus change after creation | Nelson Benitez Leon | 1 | -9/+13 |
2017-08-14 | libview: Fix focus on ev_annotation_window | José Aliste | 1 | -21/+0 |
2017-08-14 | libview: Don't change the font color of the annotation window | Carlos Garcia Campos | 1 | -1/+0 |
2017-08-12 | fix runtime warnings caused by previous HDPI commit | raveit65 | 1 | -1/+1 |
2017-08-12 | Take monitor scale factor into account when calculating zoom. | Matthew Petroff | 1 | -1/+3 |
2017-08-12 | Add hi-dpi support for main view. | Matthew Petroff | 2 | -22/+74 |
2017-08-11 | libview: setting annotation window icons sizes | raveit65 | 1 | -16/+13 |
2017-08-11 | libview: save changes to a dropdown in an embedded form | raveit65 | 1 | -2/+2 |
2017-04-13 | build: require cairo >= 1.10.0 and drop some old code | monsta | 1 | -11/+0 |
2017-04-07 | ev-view: avoid deprecated gtk_drag_begin | raveit65 | 1 | -6/+10 |
2017-03-07 | ev-view-accessible: Fix some coding style issues | raveit65 | 1 | -23/+24 |
2017-03-07 | ev-view-accessible: Add helper function to get text before, at or after offset | raveit65 | 1 | -94/+68 |
2017-03-07 | libview: Make EvLinkAccessible implement AtkAction | raveit65 | 1 | -1/+53 |
2017-03-07 | libview: Implement AtkHypertext interface | raveit65 | 4 | -9/+450 |
2017-03-07 | ev-view: Inlcude ev-jobs in ev-view.h | raveit65 | 1 | -0/+1 |
2017-03-07 | ev-view-accessible: Use _ev_view_transform_doc_rect_to_view_rect() | raveit65 | 1 | -32/+22 |
2017-03-07 | ev-view-accessible: Use _ev_view_transform_view_point_to_doc_point() | raveit65 | 1 | -29/+21 |
2017-03-07 | libview: Rename EvView coordinate transformation functions | raveit65 | 2 | -60/+66 |
2017-03-07 | a11y: Do not use AtkFactory to create the EvViewAccessible | raveit65 | 4 | -159/+75 |
2017-02-20 | First page should not reloaded | nanxiongchao | 2 | -5/+6 |
2016-11-23 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 11 | -941/+17 |
2016-11-23 | fix indent a bit | monsta | 2 | -12/+12 |
2016-07-28 | add some missing contextual information for translators | monsta | 1 | -1/+3 |
2016-07-28 | libview: remove useless always-false condition | monsta | 1 | -4/+0 |
2016-07-22 | Split dual mode option into dual mode with odd and even pages on the left | raveit65 | 2 | -26/+22 |
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 |