| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-08-23 | Eliminate clang warnings | Thomas Holder | 1 | -1/+1 | |
| -Wconstant-conversion -Wenum-compare-switch -Wpointer-bool-conversion -Wundefined-bool-conversion -Wunused-value Excluding deprecation warnings and 3rdparty directory. | |||||
| 2019-07-27 | Make doc2dt a document property | Thomas Holder | 1 | -1/+1 | |
| Closes #340 | |||||
| 2019-04-02 | Tidy various dialog UIs | Nathan Lee | 1 | -0/+1 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -2/+1 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -17/+18 | |
| - 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 | |||||
| 2018-09-23 | fix "Arrange" dialog with inverted y-axis | Thomas Holder | 1 | -3/+2 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -4/+4 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -4/+4 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -4/+4 | |
| 2017-11-07 | Misc. typos | Unknown | 1 | -1/+1 | |
| 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 ``` | |||||
| 2017-10-01 | First batch | Marc Jeanmougin | 1 | -6/+4 | |
| 2017-09-24 | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 1 | -1/+1 | |
| 2017-07-08 | Fix Gtk alignment API | Alexander Valavanis | 1 | -1/+2 | |
| 2017-06-29 | Use Gtk orientable widgets | Alexander Valavanis | 1 | -0/+4 | |
| 2017-06-29 | Remove old icon handling code | Alexander Valavanis | 1 | -1/+0 | |
| 2016-12-27 | Rm remaining Gtk::Stock usage | Alex Valavanis | 1 | -161/+160 | |
| (bzr r15368) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -4/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 1 | -19/+1 | |
| (bzr r15023.2.7) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+4 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -4/+0 | |
| (bzr r15025) | |||||
| 2016-06-25 | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 1 | -6/+6 | |
| (bzr r14954.1.10) | |||||
| 2015-12-07 | static code analysis | Kris De Gussem | 1 | -1/+1 | |
| (bzr r14510) | |||||
| 2015-11-13 | static code analysis | Kris De Gussem | 1 | -3/+3 | |
| (bzr r14463) | |||||
| 2015-08-30 | Why would anyone make a sorting function that is not antisymmetric ? That ↵ | Marc Jeanmougin | 1 | -9/+3 | |
| makes std::sort crash, and makes me sad. Fixed bugs: - https://launchpad.net/bugs/1490196 (bzr r14334) | |||||
| 2015-07-13 | fix "arrange" tool (typo) | Marc Jeanmougin | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1473711 (bzr r14244) | |||||
| 2015-05-08 | fixes a few of jenkins warnings | Marc Jeanmougin | 1 | -1/+0 | |
| (bzr r14126) | |||||
| 2015-02-27 | more cast cleanup | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r13922.1.11) | |||||
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r13922.1.10) | |||||
| 2015-02-19 | added a set to the Selection | Marc Jeanmougin | 1 | -17/+11 | |
| (bzr r13922.1.6) | |||||
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -11/+10 | |
| (bzr r13922.1.5) | |||||
| 2015-02-18 | Just... | mc | 1 | -24/+30 | |
| some... more... lines... (bzr r13922.1.2) | |||||
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -3/+3 | |
| (bzr r13820) | |||||
| 2014-12-21 | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 1 | -1/+1 | |
| (bzr r13809) | |||||
| 2014-08-26 | Standardise InkscapeApplication GObject implementation (namespace not ↵ | Alex Valavanis | 1 | -1/+1 | |
| supported properly) (bzr r13341.1.179) | |||||
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 1 | -1/+1 | |
| disallow pointers to Application (bzr r13341.5.9) | |||||
| 2014-06-26 | 4. further refactor Application class; create proper singleton, encapsulate ↵ | Liam P. White | 1 | -1/+1 | |
| members, simplify signals (bzr r13341.5.6) | |||||
| 2014-06-26 | 3. remove dead code, refactor existing code. Connect overlooked signals. | Liam P. White | 1 | -12/+0 | |
| (bzr r13341.5.3) | |||||
| 2014-06-25 | 2. connect signals | Liam P. White | 1 | -1/+2 | |
| (bzr r13341.5.2) | |||||
| 2014-05-11 | i18n. Fix for bug #1318345 (untranslatable strings in trunk-r13348). | Nicolas Dufour | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1318345 (bzr r13352) | |||||
| 2014-03-27 | Get pollar tiling working agains with trunk | Martin Owens | 1 | -1/+6 | |
| (bzr r11073.1.37) | |||||
| 2012-05-09 | Renamed files to better match coding conventions | Denis Declara | 1 | -1/+1 | |
| (bzr r11073.1.31) | |||||
| 2012-04-27 | Code Refactoreing. Moved parts of the code from tile.cpp tile.h to ↵ | Denis Declara | 1 | -198/+6 | |
| arrangetab.h, gridarrangetab(.cpp|.h), polararrangetab(.cpp|.h) Also modified the name of the verb used by the "Rows and Columns" dialog to SP_VERB_SELECTION_ARRANGE (bzr r11073.1.21) | |||||
| 2012-04-24 | Added first support for elliptical arrangements | Denis Declara | 1 | -3/+24 | |
| (bzr r11073.1.19) | |||||
| 2012-04-19 | Improved UI of PolarArrangement Tab and connected some widgets to events ↵ | Denis Declara | 1 | -6/+72 | |
| (now parts of the GUI disable themselves when needed) (bzr r11073.1.18) | |||||
| 2012-04-15 | Added some POC code to move objects around | Denis Declara | 1 | -0/+12 | |
| (bzr r11073.1.16) | |||||
| 2012-04-15 | Improved User interface. | Denis Declara | 1 | -4/+27 | |
| Added controls for Center, Radius and Angles. Note that none of them actually do something yet (bzr r11073.1.14) | |||||
| 2012-04-09 | Added initial gui for polar arrangement tab | Denis Declara | 1 | -8/+45 | |
| (bzr r11073.1.13) | |||||
| 2012-04-04 | Changed enum used for alignment, which hopefully will fix daily deb builds. | Denis Declara | 1 | -1/+1 | |
| (bzr r11073.1.11) | |||||
| 2012-04-02 | Anchor widget now reads the last alignment from the settings. Anchor ↵ | Denis Declara | 1 | -0/+4 | |
| selection widget is also smaller now. (bzr r11073.1.10) | |||||
| 2012-03-31 | Brought old code, "Rows and Columns" in it's own class. Added a separate ↵ | Denis Declara | 1 | -35/+63 | |
| class for the panel. Still some cleanup to do. (bzr r11073.1.8) | |||||
