lp://staging/gtksourceview
- Get this branch:
- bzr branch lp://staging/gtksourceview
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.gnome.org/gtksourceview.
Last successful import was .
Recent revisions
- 5188. By Chun-wei Fan <email address hidden>
-
build: Fix Visual Studio 2017 introspection builds
We need to check for Visual Studio 2017 properly in the NMake Makefiles
used to build the introspection files. - 5187. By Sébastien Wilmet
-
enumtypes: rename gtksourceview-
enumtypes -> gtksource-enumtypes When the namespace will be renamed, it'll become gsv-enumtypes, not
gsvview-enumtypes. - 5186. By Sébastien Wilmet
-
init: rename filename gtksourceview-
init.c -> gtksourceinit.c When the namespace will be renamed, it'll become gsvinit.c (not
gsvviewinit.c). - 5185. By Sébastien Wilmet
-
init: "gtksourceview" -> "gtk_source"
When the namespace will be renamed, it'll become "gsv" (not "gsv_view").
- 5184. By Sébastien Wilmet
-
utils: merge gtksourceview-utils into gtksourceutils
gtksourceview-utils contained the private utils functions, while
gtksourceutils contained only the public utils functions.Merge the two *.c files together, with gtksourceutils-
private. h for the
private functions.Now all utils functions have the gtk_source_utils or _gtk_source_utils
prefix (see the previous commits), for better consistency.Also, the gtksourceview-utils filename was not suitable for the
GtkSource -> Gsv namespace change. gtksourceview-utils was not part of
the GtkSourceView class. - 5179. By Sébastien Wilmet
-
utils: fix data subdir in get_default_dirs()
GtkSourceView 3.99 was still reading the GtkSourceView 3 data files
(language specs and style schemes).Add GSV_API_VERSION to config.h, and use the value for the data subdir.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)