summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/xml-tree.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Improve and simplify shortcut handling.Eduard Braun2017-06-231-7/+1
|/ | | | Should fix many issues with unusuable keys, especially on non-English keyboard layouts.
* Rm remaining Gtk::Stock usageAlex Valavanis2016-12-271-1/+0
| | | (bzr r15368)
* Get rid of Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion ↵Tavmjong Bah2016-09-241-1/+2
| | | | | 'g_utf8_validate (text, len, NULL)' failed error. (bzr r15128)
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-18/+0
|\ | | | | (bzr r15038)
| * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-18/+0
| | | | | | (bzr r15023.2.7)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+0
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+5
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-5/+0
|/ | | (bzr r15025)
* Make icon creation more consistent - use sp_icon_new where possibleLiam P. White2015-02-221-4/+12
| | | (bzr r13936)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-3/+3
| | | (bzr r13820)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-4/+4
| | | (bzr r13809)
* Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
| | | (bzr r13341.1.247)
* Remove misleading dialogs directoryLiam P. White2014-09-021-1/+1
| | | (bzr r13341.1.192)
* refresh clip path when editing in XML editor (Bug 1349018)Alvin Penner2014-08-071-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1349018 (bzr r13502)
* UI. Fix for Bug #1016889 (GTK3: status bar of XML Editor triggers resize of ↵Nicolas Dufour2014-03-151-0/+3
| | | | | | | | dialog window. Fixed bugs: - https://launchpad.net/bugs/1016889 (bzr r13155)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-2/+2
| | | (bzr r12782)
* Group bbox update (Bug 1168979)Alvin Penner2013-04-201-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1168979 (bzr r12285.1.2)
* GTK+ 3: Switch to more orientable widgetsAlex Valavanis2012-12-161-1/+5
| | | (bzr r11960)
* Fix for 306090 : XMl Editor, Return button to create new xml elementJohn Smith2012-09-021-0/+4
| | | (bzr r11641)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Use orientable widgets in GTK+ 3 buildAlex Valavanis2012-06-231-0/+16
| | | (bzr r11512)
* Fix for 1011726 : Performance regression with XML EditorJohn Smith2012-06-121-5/+3
| | | (bzr r11488)
* variousKris De Gussem2012-06-051-5/+5
| | | (bzr r11461)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-2/+1
| | | (bzr r11318)
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-2/+7
| | | (bzr r11250)
* Warning cleanup.Jon A. Cruz2012-04-121-3/+1
| | | (bzr r11231)
* Fix for 903676 : Replace GtkCTree with GtkTreeView in XML TreeJohn Smith2012-04-111-78/+74
| | | (bzr r11221)
* Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, 64bitLion ↵John Smith2012-04-111-14/+26
| | | | | crash fix (bzr r11220)
* cppcheckKris De Gussem2012-04-041-5/+5
| | | (bzr r11149)
* Warning cleanup.Jon A. Cruz2012-04-041-8/+8
| | | (bzr r11144)
* Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, selection ↵John Smith2012-03-231-3/+20
| | | | | bug fixes (bzr r11118)