summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-xmlview-tree.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-05Fix various minor code problemsMarc Jeanmougin1-3/+1
2019-10-05Fix some memory leaks found by scan-buildMarc Jeanmougin1-2/+1
2019-08-30Improvements and bug fixes to XMLDialogJabier Arraiza1-3/+36
2019-04-01fixed drag-and-drop crash in xml treeRyan O'Connor1-20/+9
2019-03-20Fixed: circles and ellipses had wrong element names in XML editor (Issue #116)Joseph Da Silva1-19/+43
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-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-38/+38
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
(bzr r15034)
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-19/+1
(bzr r15023.2.8)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
(bzr r15025)
2014-08-24More GObject boilerplate reductionAlex Valavanis1-31/+3
(bzr r13341.1.174)
2014-08-18Code cleanup.Liam P. White1-5/+3
(bzr r13341.1.145)
2013-01-11Warning and dead code cleanup.Jon A. Cruz1-10/+0
(bzr r12014)
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis1-5/+5
christmas\!) (bzr r11986)
2012-11-11Replace remaining C-style pointer casts for src/widgetsAlex Valavanis1-96/+79
(bzr r11868)
2012-06-13Fix for 1011726 : Performance regression with XML Editor - Improve model ↵John Smith1-1/+11
unload time (bzr r11495)
2012-06-12Fix for 1011726 : Performance regression with XML EditorJohn Smith1-38/+34
(bzr r11488)
2012-06-09Get rid of remaining GtkObject usageAlex Valavanis1-15/+28
Fixed bugs: - https://launchpad.net/bugs/813212 (bzr r11473)
2012-04-18Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, fix assert ↵John Smith1-25/+45
on undo (bzr r11264)
2012-04-16Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, fix assert ↵John Smith1-2/+6
on undo (bzr r11257)
2012-04-12Warning cleanup.Jon A. Cruz1-23/+18
(bzr r11231)
2012-04-11Fix for 903676 : Replace GtkCTree with GtkTreeView in XML TreeJohn Smith1-135/+400
(bzr r11221)
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-1/+1
(bzr r10407)
2011-06-24Switch to GObjectAlex Valavanis1-13/+11
(bzr r10350.1.3)
2009-03-08xml tree widget also shows inkscape:label if anyEd Halley1-2/+9
(bzr r7440)
2009-02-09adding comments/TODOs and/or reverting some of the things done in r20655Felipe Corr??a da Silva Sanches1-0/+4
due to JonCruz considerations about the proper way of doing it. (bzr r7254)
2009-02-09gcc warning cleanupFelipe Corr??a da Silva Sanches1-1/+1
warning: deprecated conversion from string constant to ‘char*’/'gchar*' (bzr r7253)
2008-08-01Warning cleanupJon A. Cruz1-11/+11
(bzr r6495)
2008-05-04warning cleanup and fixed string free issueJon A. Cruz1-1/+1
(bzr r5594)
2008-03-07add basic support for preserving processing instructions in the ASTMenTaLguY1-0/+25
(bzr r4987)
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+3
(bzr r4629)
2006-08-25I peeled back my changes because of some deep error.Jon Phillips1-2/+0
(bzr r1636)
2006-08-24Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips1-0/+2
(bzr r1634)