summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/xml-tree.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge XML and CSS widgets improvements from ↵Jabier Arraiza2019-08-221-4/+6
| | | | https://gitlab.com/inkscape/inkscape/merge_requests/801
* Add panned to XMLDialog and ArrtDialogJabier Arraiza2019-06-111-0/+1
|
* Move XMLDialog and Attributes Dialog to Gtk::PanedJabier Arraiza2019-06-101-10/+8
|
* Move from XMLDialog to another paned dialogJabier Arraiza2019-06-101-8/+0
|
* Fixing coding styleJabier Arraiza2019-06-021-2/+2
|
* reorder dialogsJabier Arraiza2019-06-021-2/+4
|
* fix compilingJabier Arraiza2019-04-201-2/+2
|
* Fix compiling issueJabier Arraiza2019-04-201-1/+1
|
* Merge from masterJabier Arraiza2019-02-201-2/+3
|
* Fix compiling issuesJabier Arraiza2019-02-201-2/+5
|
* Include selectors dialog (aka styledialog) into the xml-tree notebook and ↵Martin Owens2019-02-201-2/+2
| | | | remove menu items
* Fixing stylesJabier Arraiza2018-12-261-5/+5
|
* Add status to attribute widgetJabier Arraiza2018-12-261-6/+1
|
* Add inkFlowBox widget and apply to XML inspectorJabier Arraiza2018-12-261-5/+5
|
* Use std::unique_ptr for all MessageContextEmmanuel Gil Peyrot2018-12-031-1/+1
|
* Replace InkGC with std::shared_ptr for MessageStackEmmanuel Gil Peyrot2018-12-031-1/+3
| | | | | | There are many places which still use this stack unmanaged (using desktop->getMessageStack()) but those are all leaf calls which make use of the stack and never store it anywhere, so this is fine.
* Clarify licensesMax Gaukler2018-11-081-6/+6
| | | | | | - 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
* 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)