summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/xml-tree.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* XML Editor: Add msgctxt to history itemsPatrick Storz2019-09-191-27/+17
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/404
* Add scrolled window to XMLDialog and CSS dialog to avoid auto growing when ↵Jabier Arraiza2019-09-071-3/+3
| | | | add new content II (formating)
* Add scrolled window to XMLDialog and CSS dialog to avoid auto growing when ↵Jabier Arraiza2019-09-071-2/+9
| | | | add new content
* Fix issues pointed by @ede123 and cssinateJabiertxof2019-08-281-11/+14
|
* Panned styling to CSS and XML dialogsJabiertxof2019-08-221-1/+0
|
* Merge XML and CSS widgets improvements from ↵Jabier Arraiza2019-08-221-53/+75
| | | | https://gitlab.com/inkscape/inkscape/merge_requests/801
* Fix coding styleJabiertxof2019-07-051-1/+1
|
* Allow styling def sections and go to the eleemntJabiertxof2019-07-051-2/+11
|
* trying to improbe @doctormo feedbackJabier Arraiza2019-06-111-5/+9
|
* Fix coding styleJabier Arraiza2019-06-111-4/+5
|
* Add panned to XMLDialog and ArrtDialogJabier Arraiza2019-06-111-26/+44
|
* Move XMLDialog and Attributes Dialog to Gtk::PanedJabier Arraiza2019-06-101-10/+57
|
* Move from XMLDialog to another paned dialogJabier Arraiza2019-06-101-12/+0
|
* Fixing coding styleJabier Arraiza2019-06-021-2/+2
|
* Styling fixes and remove a crashJabier Arraiza2019-06-021-1/+0
|
* Working on selectors and unhandled onesJabier Arraiza2019-06-021-2/+2
|
* Fix compiling issueJabier Arraiza2019-04-201-2/+2
|
* Merge from masterJabier Arraiza2019-02-201-2/+2
|
* Fix compiling issuesJabier Arraiza2019-02-201-4/+8
|
* Move towards the css dialog being self-sufficient and disable style dialogMartin Owens2019-02-201-57/+2
|
* Give more descriptive names to document file related variables and functions.Tavmjong Bah2019-02-201-1/+1
| | | | Makes searching through code for them easier.
* Header cleanup.Tavmjong Bah2019-02-121-1/+0
|
* Allow edit comment nodes with the XMLInspectorJabier Arraiza2019-01-171-1/+5
|
* Allow edit text nodes with the XMLInspectorJabiertxof2019-01-171-1/+1
|
* C++iffy cmd_new_element_node dialog. Remove dependancy on window.h.Tavmjong Bah2019-01-081-73/+23
|
* Add status to attribute widgetJabier Arraiza2018-12-261-17/+2
|
* Add inkFlowBox widget and apply to XML inspectorJabier Arraiza2018-12-261-11/+5
|
* Use std::unique_ptr for all MessageContextEmmanuel Gil Peyrot2018-12-031-5/+3
|
* Replace InkGC with std::shared_ptr for MessageStackEmmanuel Gil Peyrot2018-12-031-2/+2
| | | | | | 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.
* Fix codding styleJabiertxof2018-11-091-1/+1
|
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-091-1/+1
|
* 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
* Remove sp-xmlview-attr with attrdialog (C++) and improve interfaceMartin Owens2018-09-141-24/+14
|
* Add detachable, although no evidence it worksMartin Owens2018-09-121-0/+3
|
* Refactor xml editor, improve UI and prepare for future additionsMartin Owens2018-09-111-218/+31
|
* adding gtk-themeJabier Arraiza2018-07-211-18/+11
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-53/+53
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-10/+13
| | | | A lot of header clean-up.
* Move code related to SwatchesPanel where it belongsStefano Facchini2018-01-171-1/+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.
* panel: Remove the unused "title" labelStefano Facchini2018-01-161-1/+1
|
* XML Editor: Re-add reasonable size requests for attribute scrollersEduard Braun2018-01-041-0/+2
| | | | | | | | In some environments (specifically Ubuntu 16.04) the minimum height of a Gtk::ScrolledWindow seems to be always zero disrespecting the natural size of any children. (follow-up to f6aa341b9fa89c03411fc62bf4576077cb8e771a)
* XML Editor: Minimum height for attribute entryEduard Braun2018-01-031-4/+1
| | | | | | | | | More elegant fix for eea412898d16c7217ca752550f12f9239cf6ad7c which also prevents the user from reducing the height of the attribute name/value area to zero (see bug #1723233). Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1723233
* Show attribute value widget by defaultGeoff Lankow2017-12-181-0/+1
|
* Misc. typosluzpaz2017-12-041-1/+1
| | | | | | Please confirm typos in the following `doc/nr-filter-interface.txt` `share/symbols/BalloonSymbols.svg` .
* Misc. typosUnknown2017-11-071-2/+2
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin2017-10-051-1/+1
|
* Merge branch 'master' into shortcutsEduard Braun2017-07-091-19/+39
|\
| * Fix Gtk alignment APIAlexander Valavanis2017-07-081-1/+2
| |
| * Remove old icon handling codeAlexander Valavanis2017-06-291-18/+37
| |