| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | XML Editor: Add msgctxt to history items | Patrick Storz | 2019-09-19 | 1 | -27/+17 |
| | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/404 | ||||
| * | Add scrolled window to XMLDialog and CSS dialog to avoid auto growing when ↵ | Jabier Arraiza | 2019-09-07 | 1 | -3/+3 |
| | | | | | add new content II (formating) | ||||
| * | Add scrolled window to XMLDialog and CSS dialog to avoid auto growing when ↵ | Jabier Arraiza | 2019-09-07 | 1 | -2/+9 |
| | | | | | add new content | ||||
| * | Fix issues pointed by @ede123 and cssinate | Jabiertxof | 2019-08-28 | 1 | -11/+14 |
| | | |||||
| * | Panned styling to CSS and XML dialogs | Jabiertxof | 2019-08-22 | 1 | -1/+0 |
| | | |||||
| * | Merge XML and CSS widgets improvements from ↵ | Jabier Arraiza | 2019-08-22 | 1 | -53/+75 |
| | | | | | https://gitlab.com/inkscape/inkscape/merge_requests/801 | ||||
| * | Fix coding style | Jabiertxof | 2019-07-05 | 1 | -1/+1 |
| | | |||||
| * | Allow styling def sections and go to the eleemnt | Jabiertxof | 2019-07-05 | 1 | -2/+11 |
| | | |||||
| * | trying to improbe @doctormo feedback | Jabier Arraiza | 2019-06-11 | 1 | -5/+9 |
| | | |||||
| * | Fix coding style | Jabier Arraiza | 2019-06-11 | 1 | -4/+5 |
| | | |||||
| * | Add panned to XMLDialog and ArrtDialog | Jabier Arraiza | 2019-06-11 | 1 | -26/+44 |
| | | |||||
| * | Move XMLDialog and Attributes Dialog to Gtk::Paned | Jabier Arraiza | 2019-06-10 | 1 | -10/+57 |
| | | |||||
| * | Move from XMLDialog to another paned dialog | Jabier Arraiza | 2019-06-10 | 1 | -12/+0 |
| | | |||||
| * | Fixing coding style | Jabier Arraiza | 2019-06-02 | 1 | -2/+2 |
| | | |||||
| * | Styling fixes and remove a crash | Jabier Arraiza | 2019-06-02 | 1 | -1/+0 |
| | | |||||
| * | Working on selectors and unhandled ones | Jabier Arraiza | 2019-06-02 | 1 | -2/+2 |
| | | |||||
| * | Fix compiling issue | Jabier Arraiza | 2019-04-20 | 1 | -2/+2 |
| | | |||||
| * | Merge from master | Jabier Arraiza | 2019-02-20 | 1 | -2/+2 |
| | | |||||
| * | Fix compiling issues | Jabier Arraiza | 2019-02-20 | 1 | -4/+8 |
| | | |||||
| * | Move towards the css dialog being self-sufficient and disable style dialog | Martin Owens | 2019-02-20 | 1 | -57/+2 |
| | | |||||
| * | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 2019-02-20 | 1 | -1/+1 |
| | | | | | Makes searching through code for them easier. | ||||
| * | Header cleanup. | Tavmjong Bah | 2019-02-12 | 1 | -1/+0 |
| | | |||||
| * | Allow edit comment nodes with the XMLInspector | Jabier Arraiza | 2019-01-17 | 1 | -1/+5 |
| | | |||||
| * | Allow edit text nodes with the XMLInspector | Jabiertxof | 2019-01-17 | 1 | -1/+1 |
| | | |||||
| * | C++iffy cmd_new_element_node dialog. Remove dependancy on window.h. | Tavmjong Bah | 2019-01-08 | 1 | -73/+23 |
| | | |||||
| * | Add status to attribute widget | Jabier Arraiza | 2018-12-26 | 1 | -17/+2 |
| | | |||||
| * | Add inkFlowBox widget and apply to XML inspector | Jabier Arraiza | 2018-12-26 | 1 | -11/+5 |
| | | |||||
| * | Use std::unique_ptr for all MessageContext | Emmanuel Gil Peyrot | 2018-12-03 | 1 | -5/+3 |
| | | |||||
| * | Replace InkGC with std::shared_ptr for MessageStack | Emmanuel Gil Peyrot | 2018-12-03 | 1 | -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 style | Jabiertxof | 2018-11-09 | 1 | -1/+1 |
| | | |||||
| * | Move icon-loader and provide a temporary fallback to render pixbuf | Jabiertxof | 2018-11-09 | 1 | -1/+1 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -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 interface | Martin Owens | 2018-09-14 | 1 | -24/+14 |
| | | |||||
| * | Add detachable, although no evidence it works | Martin Owens | 2018-09-12 | 1 | -0/+3 |
| | | |||||
| * | Refactor xml editor, improve UI and prepare for future additions | Martin Owens | 2018-09-11 | 1 | -218/+31 |
| | | |||||
| * | adding gtk-theme | Jabier Arraiza | 2018-07-21 | 1 | -18/+11 |
| | | |||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -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 Bah | 2018-01-30 | 1 | -10/+13 |
| | | | | | A lot of header clean-up. | ||||
| * | Move code related to SwatchesPanel where it belongs | Stefano Facchini | 2018-01-17 | 1 | -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" label | Stefano Facchini | 2018-01-16 | 1 | -1/+1 |
| | | |||||
| * | XML Editor: Re-add reasonable size requests for attribute scrollers | Eduard Braun | 2018-01-04 | 1 | -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 entry | Eduard Braun | 2018-01-03 | 1 | -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 default | Geoff Lankow | 2017-12-18 | 1 | -0/+1 |
| | | |||||
| * | Misc. typos | luzpaz | 2017-12-04 | 1 | -1/+1 |
| | | | | | | | Please confirm typos in the following `doc/nr-filter-interface.txt` `share/symbols/BalloonSymbols.svg` . | ||||
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -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_keyval | Andrey Mozzhuhin | 2017-10-05 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into shortcuts | Eduard Braun | 2017-07-09 | 1 | -19/+39 |
| |\ | |||||
| | * | Fix Gtk alignment API | Alexander Valavanis | 2017-07-08 | 1 | -1/+2 |
| | | | |||||
| | * | Remove old icon handling code | Alexander Valavanis | 2017-06-29 | 1 | -18/+37 |
| | | | |||||
