summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-21shell: Port to GtkApplicationChristian Persch5-173/+177
2018-03-21shell: Use g_printerr instead of g_warningChristian Persch1-3/+3
2018-03-21daemon: Port to GApplicationChristian Persch1-127/+171
2018-03-21daemon: Use gdbus-codegen for the org.mate.atril.Daemon interfaceChristian Persch3-164/+185
2018-03-21shell: Use gdbus-codegen for the org.mate.atril.Window interfaceChristian Persch2-148/+71
2018-03-21shell: Use gdbus-codegen for the org.mate.atril.Application interfaceChristian Persch4-119/+149
2018-03-19libview: save inverted colors in a documentPiiit1-0/+3
2018-03-19Save/restore context when getting colors for a different stateraveit652-0/+9
2018-03-16epub: allow to save epub documentsraveit651-1/+5
2018-03-16epub: fix loading epub thumbnailsMickael Albertus2-27/+27
2018-03-16Check legal boundaries of accessible pagesGermán Poo-Caamaño1-0/+7
2018-03-15shell: fix menu-accel for inverted colorsraveit651-1/+1
2018-03-15shell: add keypad accels for zoom_resetraveit654-0/+6
2018-03-15Add zoom resetLars Mueller9-0/+61
2018-03-15tx: add makepotraveit652-0/+5
2018-03-12add atril.pot for auto-update translationsraveit651-0/+1843
2018-03-11transifex: set minimum_perc and type in config fileraveit651-0/+2
2018-02-16avoid deprecated GtkStockPablo Barciela11-98/+102
2018-01-31release 1.20v1.20.0raveit652-2/+10
2018-01-31sync with transifexraveit65104-17048/+17052
2018-01-31require GTK+ 3.22 and GLib 2.50monsta19-176/+8
2018-01-29build: remove pre-GTK+3 option (how did I miss that?)monsta1-10/+0
2018-01-16epub: make minizip support more BSD variantsmonsta1-1/+1
2018-01-09update copyright year to 2018monsta2-2/+2
2018-01-04release 1.19.6v1.19.6raveit652-37/+44
2018-01-04sync with transifexraveit65104-17889/+21335
2018-01-02Revert "libview: Update the current page also when pending scroll is to find ...raveit651-2/+1
2017-12-31previewer: add style class atril-previewer-windowraveit651-0/+5
2017-12-10WidthOfScreen and HeightOfScreen implementationPablo Barciela4-27/+13
2017-11-27release 1.19.5v1.19.5raveit651-0/+37
2017-11-27sync with transifexraveit6520-318/+325
2017-11-27shell: show caret navigation in menuraveit652-0/+9
2017-11-27ev-link-accessible: Improve efficiency of methods to get start and end indicesJoanmarie Diggs1-5/+22
2017-11-27Expose form fields as AtkObject children of the pageJoanmarie Diggs6-9/+314
2017-11-27Expose images as AtkObject children of the pageJoanmarie Diggs4-2/+272
2017-11-27Expose links as AtkObject children of the pageraveit652-1/+224
2017-11-27ev-view-accessible: Add a method to determine if a given doc rect is showingJoanmarie Diggs2-0/+29
2017-11-27ev-page-cache: Add method to check if a given page has been cachedJoanmarie Diggs2-0/+16
2017-11-27libview: Update the caret cursor when jumping to a find resultJoanmarie Diggs1-0/+3
2017-11-27libview: Update ATK_STATE_SHOWING when the visible page range changesJoanmarie Diggs3-0/+37
2017-11-27libview: Implement AtkComponent for pagesJoanmarie Diggs3-0/+79
2017-11-27libview: Fix shift+click text selectionJoanmarie Diggs1-7/+16
2017-11-27a11y: ensure text cached when you request an EvPageAccessibleAlejandro Piñeiro3-0/+22
2017-11-27a11y: managing atk states on EvPageAccessibleAlejandro Piñeiro3-0/+97
2017-11-27a11y: add if applies ATK_RELATION_FLOWS_TO/FROM on EvPageAccessibleAlejandro Piñeiro3-1/+58
2017-11-27a11y: move AtkHyperText implementation from EvViewAccessible to EvPageAccessibleAlejandro Piñeiro4-163/+135
2017-11-27a11y: move AtkText implementation from EvViewAccessible to EvPageAccessibleAlejandro Piñeiro3-738/+695
2017-11-27a11y: expose EvPageAccessible as children of EvViewAccessibleAlejandro Piñeiro1-7/+70
2017-11-27a11y: new EvPageAccessibleAlejandro Piñeiro3-0/+222
2017-11-27libview: Fix some broken aspects EvViewAccessible text supportJoanmarie Diggs3-173/+230