summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-xmlview-tree.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix various minor code problemsMarc Jeanmougin2019-10-051-3/+1
|
* Fix some memory leaks found by scan-buildMarc Jeanmougin2019-10-051-2/+1
|
* Improvements and bug fixes to XMLDialogJabier Arraiza2019-08-301-3/+36
|
* fixed drag-and-drop crash in xml treeRyan O'Connor2019-04-011-20/+9
|
* Fixed: circles and ellipses had wrong element names in XML editor (Issue #116)Joseph Da Silva2019-03-201-19/+43
|
* Clarify licensesMax Gaukler2018-11-081-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
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-38/+38
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-19/+1
|\ | | | | (bzr r15038)
| * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-19/+1
| | | | | | (bzr r15023.2.8)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
|/ | | (bzr r15025)
* More GObject boilerplate reductionAlex Valavanis2014-08-241-31/+3
| | | (bzr r13341.1.174)
* Code cleanup.Liam P. White2014-08-181-5/+3
| | | (bzr r13341.1.145)
* Warning and dead code cleanup.Jon A. Cruz2013-01-111-10/+0
| | | (bzr r12014)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-5/+5
| | | | | christmas\!) (bzr r11986)
* Replace remaining C-style pointer casts for src/widgetsAlex Valavanis2012-11-111-96/+79
| | | (bzr r11868)
* Fix for 1011726 : Performance regression with XML Editor - Improve model ↵John Smith2012-06-131-1/+11
| | | | | unload time (bzr r11495)
* Fix for 1011726 : Performance regression with XML EditorJohn Smith2012-06-121-38/+34
| | | (bzr r11488)
* Get rid of remaining GtkObject usageAlex Valavanis2012-06-091-15/+28
| | | | | | Fixed bugs: - https://launchpad.net/bugs/813212 (bzr r11473)
* Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, fix assert ↵John Smith2012-04-181-25/+45
| | | | | on undo (bzr r11264)
* Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, fix assert ↵John Smith2012-04-161-2/+6
| | | | | on undo (bzr r11257)
* Warning cleanup.Jon A. Cruz2012-04-121-23/+18
| | | (bzr r11231)
* Fix for 903676 : Replace GtkCTree with GtkTreeView in XML TreeJohn Smith2012-04-111-135/+400
| | | (bzr r11221)
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-1/+1
| | | (bzr r10407)
* Switch to GObjectAlex Valavanis2011-06-241-13/+11
| | | (bzr r10350.1.3)
* xml tree widget also shows inkscape:label if anyEd Halley2009-03-081-2/+9
| | | (bzr r7440)
* adding comments/TODOs and/or reverting some of the things done in r20655Felipe Corr??a da Silva Sanches2009-02-091-0/+4
| | | | | due to JonCruz considerations about the proper way of doing it. (bzr r7254)
* gcc warning cleanupFelipe Corr??a da Silva Sanches2009-02-091-1/+1
| | | | | warning: deprecated conversion from string constant to ‘char*’/'gchar*' (bzr r7253)
* Warning cleanupJon A. Cruz2008-08-011-11/+11
| | | (bzr r6495)
* warning cleanup and fixed string free issueJon A. Cruz2008-05-041-1/+1
| | | (bzr r5594)
* add basic support for preserving processing instructions in the ASTMenTaLguY2008-03-071-0/+25
| | | (bzr r4987)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+3
| | | (bzr r4629)
* I peeled back my changes because of some deep error.Jon Phillips2006-08-251-2/+0
| | | (bzr r1636)
* Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips2006-08-241-0/+2
| | | (bzr r1634)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+424
(bzr r1)