summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/xml-tree.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-4/+0
|
* Remove sp-xmlview-attr with attrdialog (C++) and improve interfaceMartin Owens2018-09-141-4/+6
|
* Misc. typosluz.paz2018-09-111-1/+1
| | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt --skip="*.svg,*.po,*.nsh,*.in,./src/3rdparty"`
* Refactor xml editor, improve UI and prepare for future additionsMartin Owens2018-09-111-26/+19
|
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Move code related to SwatchesPanel where it belongsStefano Facchini2018-01-171-0/+1
| | | | | | | panel.cpp contains a lot of code which is actually used to build the SwatchesPanel. Move it to swatches.cpp. This is mostly just a cut-n-paste, plus some includes cleanup.
* Misc. typosluz.paz2018-01-081-1/+1
| | | Found via `codespell`
* Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-11/+0
| | | (bzr r15023.2.7)
* Fix another load of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12205)
* Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis2013-03-141-1/+1
| | | | | forward declarations (bzr r12203)
* GTK+ 3: Switch to more orientable widgetsAlex Valavanis2012-12-161-0/+15
| | | (bzr r11960)
* Fix for 903676 : Replace GtkCTree with GtkTreeView in XML TreeJohn Smith2012-04-111-9/+4
| | | (bzr r11221)
* Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, selection ↵John Smith2012-03-231-1/+6
| | | | | bug fixes (bzr r11118)
* Fix for 903676 : Replace GtkCList with GtkTreeView in XML TreeJohn Smith2012-03-211-6/+1
| | | (bzr r11105)
* Fix false gtk deprecation warnings from gtkmm headersAlex Valavanis2012-03-121-11/+14
| | | (bzr r11070)
* Fix for 940715 : Convert XML Editor to a dockable dialogJohn Smith2012-03-091-0/+268
(bzr r11065)