summaryrefslogtreecommitdiff
path: root/libdocument
AgeCommit message (Expand)AuthorFilesLines
2024-01-07comics: Use libarchive to unpack documentslukefromdc1-0/+1
2022-02-11Fix implicit conversion changes signedness: 'gboolean' to 'guint'rbuj1-1/+1
2022-01-02Remove warnings about redefining gettext support macrosrbuj1-3/+0
2021-11-20Use a blank line at mostrbuj12-14/+0
2021-04-13introspection: Fix bogus --library arguments.orbea1-1/+1
2021-04-01libdocument: remove _ev_g_mkdtemp functionJason Crain1-86/+1
2021-02-10build: allow users to disable gettext support (--disable-nls)rbuj2-10/+4
2020-12-04ev-document-factory: use g_list_free_fullrbuj1-2/+1
2020-06-18Use ENABLE_SYNCTEX in libdocument/Makefile.amOz N Tiram1-2/+7
2020-06-18Fix -Wunused-function warnings caused by --enable-synctex=noOz N Tiram1-1/+4
2020-06-18Make synctex optionalOz Tiram1-4/+12
2020-01-31Fix year 2038 issue with signed 32-bit integersrbuj7-35/+28
2019-11-28avoid redundant redeclarationsPablo Barciela4-19/+0
2019-11-11show SyncTeX version in about dialogPablo Barciela2-1/+3
2019-08-29build: Use synctex system library if availablerbuj1-2/+2
2019-08-29Bump synctex to 1.21rbuj1-8/+8
2019-08-16ev-link: avoid 'g_type_class_add_private'Pablo Barciela1-7/+2
2019-08-16ev-document: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-08-16ev-link-action: avoid 'g_type_class_add_private'Pablo Barciela1-7/+2
2019-08-16ev-attachment: avoid 'g_type_class_add_private'Pablo Barciela1-7/+2
2019-08-16ev-image: avoid 'g_type_class_add_private'Pablo Barciela1-7/+2
2019-08-16ev-layer: avoid 'g_type_class_add_private'Pablo Barciela1-8/+2
2019-08-16ev-link-dest: avoid 'g_type_class_add_private'Pablo Barciela1-7/+2
2019-08-16ev-transition-effect: avoid 'g_type_class_add_private'Pablo Barciela1-8/+4
2019-08-10DPI: compute monitor resolution or get screen resolutionrbuj2-4/+8
2019-07-29document: Replace deprecated gdk_color_equalraveit651-2/+5
2019-07-01Remove trailing whitespacesLaurent Napias42-160/+160
2019-01-21libdocument: drop useless freeing of NULL pointermonsta1-2/+0
2018-04-08libdocument: Use gdk_pixbuf_get_from_surface()Carlos Garcia Campos1-62/+4
2018-04-05libdocument: Deprecate misc_get_page_border_size()Carlos Garcia Campos1-0/+3
2018-03-19Save/restore context when getting colors for a different stateraveit651-0/+2
2018-01-31require GTK+ 3.22 and GLib 2.50monsta2-23/+1
2017-12-10WidthOfScreen and HeightOfScreen implementationPablo Barciela1-5/+2
2017-09-06libdocument: Add ev_document_text_get_text_attrs()Antia Puentes2-1/+17
2017-08-28libdocument: Make ev_mapping_list_remove voidCarlos Garcia Campos2-3/+2
2017-08-28libdocument: add ev_mapping_list_removeGermán Poo-Caamaño2-0/+21
2017-08-28libdocument: Add remove_annotation to DocumentAnnotations.José Aliste2-1/+25
2017-08-28Change color of annotation windowGiselle Machado1-1/+1
2017-08-28libdocument: Added ev_mapping_list_getAntia Puentes2-8/+33
2017-08-28libdocument: Add activation_link to EvFormField structJosé Aliste2-0/+4
2017-08-24ev-mapping-list: make a boxed typeCosimo Cecchi2-0/+49
2017-08-24libdocument: add missing transfer and element-type annotationsCosimo Cecchi7-0/+70
2017-08-20avoid gdk_screen_get_primary_monitor/gdk_screen_get_monitor_scale_factorZenWalker2-9/+10
2017-08-20ev-document-misc.c: avoid deprecated gdk_screen_get_width/height_mmZenWalker1-0/+9
2017-08-20avoid deprecated gdk_screen_get_width/heightZenWalker1-1/+5
2017-08-14libdocument: Add EvAnnotation API using GdkRGBAChristian Persch2-20/+119
2017-08-14libdocument: Use the new deprecation macrosChristian Persch1-0/+6
2017-08-14Add deprecation macrosChristian Persch2-0/+33
2017-08-12Take monitor scale factor into account when calculating zoom.Matthew Petroff2-2/+6
2017-08-11libdocument: adjust rendering of shadow for active and inactive pagesraveit651-24/+17