summaryrefslogtreecommitdiff
path: root/gtksourceview/gtksourceprintcompositor.c
Commit message (Expand)AuthorAgeFilesLines
* docs: port links to the gi-docgen wayBilal Elmoussaoui2021-12-011-89/+108
* docs: port types sections to gi-docgenBilal Elmoussaoui2021-12-011-3/+3
* g-i: drop uneeded since annotationsBilal Elmoussaoui2021-12-011-96/+0
* print: implement TODO to ignore tagsChristian Hergert2021-07-251-11/+40
* run through codespellBilal Elmoussaoui2020-10-011-1/+1
* build: fix pagination timer when not profilingChristian Hergert2020-09-241-0/+2
* sysprof: use Sysprof collector interface for profilingChristian Hergert2020-09-221-116/+86
* use g_object_notify_by_pspec() and EXPLICIT_NOTIFYChristian Hergert2020-09-211-112/+124
* modeline: remove modelines from sources and headersChristian Hergert2020-09-211-2/+1
* print: modernize GtkSourcePrintCompositorChristian Hergert2020-09-211-427/+525
* build: remove use of HAVE_CONFIG_HChristian Hergert2020-09-211-3/+1
* copyright: make copyright headers more homogeneousChristian Hergert2020-09-211-5/+5
* License headers: remove filenamesSébastien Wilmet2017-09-231-1/+1
* Include: gtksourceview-i18n.h -> glib/gi18n-lib.h where sufficientSébastien Wilmet2017-09-231-1/+0
* Replace physical FSF address by link to gnu.org in license headersSébastien Wilmet2016-12-251-3/+2
* Replace 'typedef enum' with 'typedef enum _EnumType'Sébastien Wilmet2016-07-211-1/+1
* PrintCompositor: add missing G_PARAM_STATIC_STRINGS'sSébastien Wilmet2016-06-201-12/+25
* PrintCompositor: migrate (allow-none) annotationsSébastien Wilmet2016-06-131-9/+9
* Use GDateTime for the times in the printed outputPaolo Borelli2015-08-161-102/+12
* PrintCompositor: fix warningSébastien Wilmet2015-08-091-0/+2
* Fix loss of fraction part in gtk_source_print_compositor_paginate()Maks Naumov2015-01-111-1/+1
* Make properties descriptions untranslatableSébastien Wilmet2014-12-071-37/+24
* Fix C++ style commentSébastien Wilmet2014-04-171-1/+1
* PrintCompositor: fix syntax highlightingSébastien Wilmet2014-04-141-4/+18
* doc: remove links in the short descriptionsSébastien Wilmet2014-03-231-1/+1
* Move private buffer functions to gtksourcebuffer-private.hSébastien Wilmet2013-08-191-0/+1
* The King is DeadSébastien Wilmet2013-07-081-6/+2
* Use GdkRGBA properties of GtkTextTagSébastien Wilmet2013-04-211-6/+6
* Documentation: fix some warningsSébastien Wilmet2012-11-241-4/+4
* Clean headers includesSébastien Wilmet2012-11-231-0/+2
* Remove all trailspaces in *.c and *.h filesSébastien Wilmet2012-04-081-365/+365
* Use g_clear_objectIgnacio Casal Quinteiro2011-12-081-4/+1
* Fix #define namespaceGarrett Regier2011-03-201-42/+42
* Added "This file is part of GtkSourceView" to files and corrected package nameGarrett Regier2010-06-081-3/+2
* Fix up the docs and add preliminary GObject Introspection supportGarrett Regier2010-05-161-40/+40
* Special case the bracket matching tag when printingPaolo Borelli2009-12-281-1/+9
* More work on inlining docs and split the stylescheme reference in aPaolo Borelli2009-12-271-2/+21
* Increment the ref count of the buffer and release the reference in _dispose()Emmanuel Rodriguez2009-10-311-2/+18
* Fix GCC picky warnings, based on a patch by Philip Withnall.Paolo Borelli2009-08-191-6/+7
* 2.5.5GTKSOURCEVIEW_2_5_5Paolo Borelli2009-02-151-0/+2
* count from 1 when deciding which lines should have a number.Paolo Borelli2008-01-261-1/+1
* fix a couple of typos in docs.Gian Mario Tagliaretti2008-01-201-4/+4
* New gtk-print based printing API.Paolo Maggi2008-01-141-0/+3259