Age | Commit message (Expand) | Author | Files | Lines |
2017-03-06 | avoid deprecated gtk_misc_set_alignment | raveit65 | 6 | -8/+57 |
2017-03-06 | sidebar-annotations: don't use deprecated gtk_widget_render_icon_pixbuf | raveit65 | 1 | -7/+14 |
2017-03-05 | Previously opened page incorrectly restored if it was the last one | loongson | 1 | -2/+0 |
2017-01-25 | force X11 | raveit65 | 1 | -0/+2 |
2016-11-23 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 15 | -459/+24 |
2016-11-23 | shell: use modern function inside GTK+3 code block (and drop #define) | monsta | 1 | -5/+1 |
2016-11-23 | shell: replace deprecated function call inside GTK+3 code block | monsta | 1 | -1/+1 |
2016-11-23 | fix indent a bit | monsta | 1 | -1/+1 |
2016-11-11 | shell: remove metadata migration code | monsta | 3 | -409/+2 |
2016-07-29 | get rid of build-dep on libmate-desktop | monsta | 2 | -11/+2 |
2016-07-29 | use GtkAbout instead of MateAbout | raveit65 | 1 | -5/+0 |
2016-07-26 | fix sendto with non-latin filenames or filenames with spaces | monsta | 1 | -1/+4 |
2016-07-22 | Split dual mode option into dual mode with odd and even pages on the left | raveit65 | 1 | -16/+74 |
2016-07-22 | Allow to use Send To action from the toolbar | raveit65 | 1 | -0/+2 |
2016-07-22 | Use document-send icon for Send To action | raveit65 | 1 | -1/+1 |
2016-07-22 | Add Send To action to file menu | raveit65 | 1 | -0/+50 |
2016-07-22 | Add --named-dest command line argument | raveit65 | 2 | -0/+14 |
2016-07-03 | shell: Fix -Wformat-nonliteral warning | raveit65 | 1 | -5/+6 |
2016-07-03 | Setting parent for annotation properties dialog | raveit65 | 1 | -0/+1 |
2016-06-29 | eggfindbar: Find next/previous with control + Up/Down | raveit65 | 1 | -2/+7 |
2016-06-29 | Refresh thumbnail only when window has a document | raveit65 | 1 | -1/+1 |
2016-06-29 | GTK+-3: Use ev_document_misc_get_pointer_position() instad of deprecated gtk_... | raveit65 | 2 | -0/+11 |
2016-06-24 | GTK+-3: do not use deprecated gtk_dialog_set_alternative_button_order | raveit65 | 2 | -0/+12 |
2016-06-24 | GTK+-3: do not use gdk_app_launch_context_new() | raveit65 | 1 | -0/+32 |
2016-06-24 | shell: add plural form for "cancel print jobs before closing" dialog | raveit65 | 1 | -2/+8 |
2016-06-24 | GTK+-3: Use GtkGrid instead of GtkTable | raveit65 | 2 | -0/+115 |
2016-06-24 | GTK+-3 ev-sidebar-annotations: replace deprecated gtk_widget_render_icon | raveit65 | 1 | -0/+4 |
2016-06-24 | GTK+-3 ev-password-view: Do not use deprecate composite-child API | raveit65 | 1 | -1/+5 |
2016-06-22 | use symbolic arrows only for gtk+-3 | raveit65 | 2 | -0/+12 |
2016-06-22 | GTK+-3.0: avoid deprecated usage of GtkArrow | raveit65 | 2 | -3/+3 |
2016-06-22 | Do not use deprecated GTK_TYPE_VBOX definitions | raveit65 | 16 | -27/+43 |
2016-06-22 | GTK+-3: do not use deprecated gtk_{h/v}box_new | raveit65 | 8 | -0/+34 |
2016-05-26 | ev-window: add new gsetting to set the page cache size | raveit65 | 1 | -3/+26 |
2016-05-26 | shell: Create metadata object even for temp files | raveit65 | 2 | -5/+10 |
2016-05-26 | shell: Store and restore current folder when opening or saving file | raveit65 | 1 | -32/+112 |
2016-05-26 | shell: Don't set the current folder while saving a file | raveit65 | 1 | -5/+0 |
2016-05-26 | shell: Do not save file chooser open/save uri | raveit65 | 3 | -76/+6 |
2016-05-26 | Add a setting to disable auto-reload | raveit65 | 1 | -1/+4 |
2016-05-17 | Remove the check for a parent, more intuitive conditions | rootavish | 1 | -4/+4 |
2016-04-26 | window: fix another random webview-related crash | monsta | 1 | -0/+1 |
2016-02-06 | GTK+3: add atril-window style class to top level | Wolfgang Ulbrich | 1 | -0/+7 |
2016-02-01 | fix some build warnings | monsta | 5 | -10/+1 |
2016-01-07 | update copyrights, mention MATE team in caja extension | monsta | 1 | -1/+1 |
2016-01-02 | drop some win32-specific leftovers | Monsta | 2 | -3/+1 |
2015-12-04 | shell: Use GTK_STOCK_GO_BACK for the history button | monsta | 1 | -1/+1 |
2015-12-03 | shell: support the launch of multiple URI arguments | monsta | 1 | -1/+1 |
2015-08-31 | made --page-index command line option actually work | monsta | 1 | -1/+1 |
2015-08-31 | corrected code for --page-index and --page-label command line options | monsta | 1 | -32/+48 |
2015-08-31 | make sure findbar is visible when using --find command line option | monsta | 1 | -11/+12 |
2015-08-31 | don't show findbar in presentation mode (search doesn't work there) | monsta | 1 | -7/+12 |