2016-11-14 Murray Cumming 3.21.1 2016-08-03 Murray Cumming View::get_background_pattern(): Make const. 2016-08-03 Murray Cumming StyleSchemeChooser: const correction and refcount correction. 2016-08-03 Murray Cumming SearchSettings: const corrections and default true values. 2016-08-03 Murray Cumming SearchContext: Don't use GError in API. 2016-08-03 Murray Cumming Make constructors protected and add public create() methods. Because these new classes should be used via RefPtr. 2016-08-03 Murray Cumming SearchContext: Const corrections. 2016-08-03 Murray Cumming Buffer: get_implicit_trailing_newline(): Make this const. 2016-08-03 Murray Cumming Buffer: set_*(): Add default true value. 2016-08-03 Murray Cumming Regenerated docs.xml file. 2016-08-03 Murray Cumming SearchContext: Replace use of deprecated functions. 2016-08-03 Murray Cumming SearchSettings: Include only the main gtksourceview header. The newer gtksourceview version only allows this. 2016-08-03 Murray Cumming SearchContext: Remove unnecessary ; This leads to a compiler warning. 2016-08-03 Murray Cumming Regenerate signals and properties defs. 2016-08-03 Murray Cumming Regenerate enums defs. 2016-08-03 Murray Cumming Regenerate methods defs. 2016-08-03 Murray Cumming Added gen_scripts, based on the libgda ones. These make it easier to regenerated the .defs and docs.xml files. 2016-08-03 Murray Cumming Do not include C header from our C++ headers. This is unnecessary an pollutes the global namespace. 2016-08-03 Murray Cumming Update .gitignore 2016-08-03 Christoph Brill Add properties 'scale' and 'scale-set' to Gsv::Style 2016-08-03 Christoph Brill Add get_style_fallback to Gsv::Language 2016-08-03 Christoph Brill Add property activation to Gsv::CompletionWords 2016-08-03 Christoph Brill Add implicit-trailing-newline to Gsv::Buffer 2016-08-03 Christoph Brill Add background-pattern to Gsv::View 2016-08-03 Christoph Brill Regenerate gtksourceview_enums.defs Regenerated for 3.16.1 using the following command: ../glibmm/tools/enum.pl ../gtksourceview/gtksourceview/*.h > gtksourceview/src/gtksourceview_enums.defs 2016-08-03 Christoph Brill Implement StyleSchemeChooserWidget and StyleSchemeChooserButton 2016-08-03 Christoph Brill Implement StyleSchemeChooser 2016-08-03 Christoph Brill Implement SearchContext 2016-08-03 Christoph Brill Regenerate method definitions from gtksourceview 3.16.1 Done using the following command and manually readding deprecated methods: ../glibmm/tools/defs_gen/h2def.py ../gtksourceview/gtksourceview/*.h > gtksourceview/src/gtksourceview_methods.defs 2016-08-03 Christoph Brill Implement Gsv::SearchSettings The implementation needs gtksourceview 3.10 (or later) and depends on the previous two commits adding the necessary definitions. 2016-08-03 Christoph Brill Regenerate gtksourceview_signals.defs Regenerated using the following command which used the installed version 3.16.1 from Arch Linux: ./codegen/extradefs/generate_extra_defs > ./gtksourceview/src/gtksourceview_signals.defs 2016-08-03 Christoph Brill Regenerate method definitions from gtksourceview 3.12.3 Done using the following command and manually readding deprecated methods: ../glibmm/tools/defs_gen/h2def.py ../gtksourceview/gtksourceview/*.h > gtksourceview/src/gtksourceview_methods.defs 2016-08-03 Christoph Brill Update README to match the gtksourceview version