summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-xmlview-tree.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2014-08-18Code cleanup.Liam P. White1-8/+9
(bzr r13341.1.145)
2014-03-09Remove unused includes to tidy up the code.Martin Owens1-3/+0
(bzr r13132)
2012-11-11Replace remaining C-style pointer casts for src/widgetsAlex Valavanis1-0/+11
(bzr r11868)
2012-06-12Fix for 1011726 : Performance regression with XML EditorJohn Smith1-1/+1
(bzr r11488)
2012-04-11Fix for 903676 : Replace GtkCTree with GtkTreeView in XML TreeJohn Smith1-7/+7
(bzr r11221)
2011-06-24Switch to GObjectAlex Valavanis1-1/+1
(bzr r10350.1.3)
2011-06-14Remove deprecated glib macro wrappersAlex Valavanis1-3/+3
(bzr r10302.1.1)
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)