summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: do not hardcode API version for the docswip/api-versionSébastien Wilmet2016-10-194-10/+24
* build: do not hardcode API version for style schemesSébastien Wilmet2016-10-191-1/+1
* build: do not hardcode API version for language specsSébastien Wilmet2016-10-191-1/+1
* build: do not hardcode API version for glade catalogSébastien Wilmet2016-10-193-4/+5
* build: do not hardcode API version for the pkg-config fileSébastien Wilmet2016-10-193-5/+5
* build: create GSV_API_VERSION variableSébastien Wilmet2016-10-191-3/+17
* SearchContext: deprecate set_settings()Sébastien Wilmet2016-10-192-1/+13
* SpaceDrawer: cairo_stroke() each characterSébastien Wilmet2016-10-191-1/+4
* Add missing cairo_save/cairo_restore callsSébastien Wilmet2016-10-192-0/+7
* SpaceDrawer: document use-case about drawing only unwanted spacesSébastien Wilmet2016-10-191-0/+9
* Remove gtksourceview-install.props's during re-generationChun-wei Fan2016-10-191-0/+3
* build/: Force MSVC project file generation on Makefile.am changesChun-wei Fan2016-10-192-3/+10
* Update Polish translationPiotr Drąg2016-10-181-21/+22
* Update zh_CN translationYunQiang Su2016-10-181-344/+345
* Update Catalan translationJordi Mas2016-10-181-2109/+2171
* Updated Norwegian bokmål translation from Kjartan Maraas.Kjartan Maraas2016-10-161-276/+293
* Add comment about an alternative to gtksourcetypes.h in C11Sébastien Wilmet2016-10-141-0/+6
* Use Unicode in translatable stringsPiotr Drąg2016-10-114-13/+13
* docs: improve doc of get_space_drawer() and get_completion()Sébastien Wilmet2016-10-071-2/+4
* docs: explain why gtk_source_space_drawer_new() is usefulSébastien Wilmet2016-10-071-0/+3
* SpaceDrawer: add function to bind matrix property to GSettings keySébastien Wilmet2016-10-053-0/+73
* Updated Italian translationMilo Casagrande2016-10-031-834/+1538
* Updated Italian translationMilo Casagrande2016-10-031-1/+2
* docs: same doc for get_completion() and get_space_drawer()Sébastien Wilmet2016-10-011-3/+4
* docs: reorder list of gtk_source_view functionsSébastien Wilmet2016-10-011-3/+3
* view: improve docs of get_space_drawer()Sébastien Wilmet2016-09-301-2/+4
* test-space-drawing: draw newlinesSébastien Wilmet2016-09-301-1/+1
* SpaceDrawer: better default value for the matrix propertywip/space-drawingSébastien Wilmet2016-09-303-16/+40
* SpaceDrawer: add "enable-matrix" propertySébastien Wilmet2016-09-306-67/+111
* SpaceDrawer: make the constructor publicSébastien Wilmet2016-09-305-5/+12
* autocleanups: add SpaceDrawerSébastien Wilmet2016-09-301-0/+1
* autocleanups: add missing #includes and G_BEGIN/END_DECLSSébastien Wilmet2016-09-301-0/+7
* StyleSchemeChoosers: add types to gtksourcetypes.hSébastien Wilmet2016-09-304-5/+5
* map: add type to gtksourcetypes.hSébastien Wilmet2016-09-302-2/+3
* region: add type to gtksourcetypes.hSébastien Wilmet2016-09-301-0/+1
* Updated Slovak translationPeter Mráz2016-09-301-48/+27
* Fix gtk_source_buffer_sort_lines()Garrett Regier2016-09-302-1/+18
* GI: remove useless (type GtkSource.[...]) annotationsSébastien Wilmet2016-09-273-7/+6
* view: deprecate old white space drawing APISébastien Wilmet2016-09-252-3/+20
* docs: update docs related to white space drawingSébastien Wilmet2016-09-255-18/+45
* map: do not set "draw-spaces" propertySébastien Wilmet2016-09-251-1/+0
* test-widget: port to the SpaceDrawer:matrix propertySébastien Wilmet2016-09-251-23/+26
* SpaceDrawer: backward compatibility for old APISébastien Wilmet2016-09-253-17/+131
* view: queue draw when the SpaceDrawer:matrix property changesSébastien Wilmet2016-09-251-0/+13
* test-space-drawing: use the SpaceDrawer matrixSébastien Wilmet2016-09-251-13/+29
* SpaceDrawer: draw according to the matrixSébastien Wilmet2016-09-251-55/+94
* SpaceDrawer: new API with two enums (space types vs locations)Sébastien Wilmet2016-09-255-0/+694
* view: add get_space_drawer() and space-drawer propertySébastien Wilmet2016-09-253-1/+44
* SpaceDrawer: add public docsSébastien Wilmet2016-09-253-0/+24
* SpaceDrawer: make the class publicSébastien Wilmet2016-09-259-37/+82