| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Eliminate clang warnings | Thomas Holder | 2019-08-23 | 1 | -1/+1 |
| | | | | | | | | | | | -Wconstant-conversion -Wenum-compare-switch -Wpointer-bool-conversion -Wundefined-bool-conversion -Wunused-value Excluding deprecation warnings and 3rdparty directory. | ||||
| * | Make doc2dt a document property | Thomas Holder | 2019-07-27 | 1 | -1/+1 |
| | | | | | Closes #340 | ||||
| * | Tidy various dialog UIs | Nathan Lee | 2019-04-02 | 1 | -0/+1 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -2/+1 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 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 | ||||
| * | fix "Arrange" dialog with inverted y-axis | Thomas Holder | 2018-09-23 | 1 | -3/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -4/+4 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -4/+4 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -4/+4 |
| | | |||||
| * | Misc. typos | Unknown | 2017-11-07 | 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 ``` | ||||
| * | First batch | Marc Jeanmougin | 2017-10-01 | 1 | -6/+4 |
| | | |||||
| * | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 2017-09-24 | 1 | -1/+1 |
| | | |||||
| * | Fix Gtk alignment API | Alexander Valavanis | 2017-07-08 | 1 | -1/+2 |
| | | |||||
| * | Use Gtk orientable widgets | Alexander Valavanis | 2017-06-29 | 1 | -0/+4 |
| | | |||||
| * | Remove old icon handling code | Alexander Valavanis | 2017-06-29 | 1 | -1/+0 |
| | | |||||
| * | Rm remaining Gtk::Stock usage | Alex Valavanis | 2016-12-27 | 1 | -161/+160 |
| | | | | (bzr r15368) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-09 | 1 | -18/+2 |
| |\ | | | | | (bzr r14954.1.30) | ||||
| | * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -18/+2 |
| | |\ | | | | | | | (bzr r15038) | ||||
| | | * | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 2016-07-28 | 1 | -19/+1 |
| | | | | | | | | | | (bzr r15023.2.7) | ||||
| * | | | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -4/+0 |
| |\| | | | | | | | | (bzr r14954.1.29) | ||||
| | * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -4/+0 |
| | | | | | | | | | | (bzr r15034) | ||||
| | * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+4 |
| | | | | | | | | | | (bzr r15027) | ||||
| | * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -4/+0 |
| | |/ | | | | | (bzr r15025) | ||||
| * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -7/+13 |
| |\| | | | | | (bzr r14954.1.13) | ||||
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -6/+6 |
| |/ | | | (bzr r14954.1.10) | ||||
| * | static code analysis | Kris De Gussem | 2015-12-07 | 1 | -1/+1 |
| | | | | (bzr r14510) | ||||
| * | static code analysis | Kris De Gussem | 2015-11-13 | 1 | -3/+3 |
| | | | | (bzr r14463) | ||||
| * | Why would anyone make a sorting function that is not antisymmetric ? That ↵ | Marc Jeanmougin | 2015-08-30 | 1 | -9/+3 |
| | | | | | | | | | makes std::sort crash, and makes me sad. Fixed bugs: - https://launchpad.net/bugs/1490196 (bzr r14334) | ||||
| * | fix "arrange" tool (typo) | Marc Jeanmougin | 2015-07-13 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1473711 (bzr r14244) | ||||
| * | fixes a few of jenkins warnings | Marc Jeanmougin | 2015-05-08 | 1 | -1/+0 |
| | | | | (bzr r14126) | ||||
| * | more cast cleanup | Marc Jeanmougin | 2015-02-27 | 1 | -1/+1 |
| | | | | (bzr r13922.1.11) | ||||
| * | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -1/+1 |
| | | | | (bzr r13922.1.10) | ||||
| * | added a set to the Selection | Marc Jeanmougin | 2015-02-19 | 1 | -17/+11 |
| | | | | (bzr r13922.1.6) | ||||
| * | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -11/+10 |
| | | | | (bzr r13922.1.5) | ||||
| * | Just... | mc | 2015-02-18 | 1 | -24/+30 |
| | | | | | | | | some... more... lines... (bzr r13922.1.2) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -3/+3 |
| | | | | (bzr r13820) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13809) | ||||
| * | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 2014-06-27 | 1 | -1/+1 |
| | | | | | | disallow pointers to Application (bzr r13341.5.9) | ||||
| * | 4. further refactor Application class; create proper singleton, encapsulate ↵ | Liam P. White | 2014-06-26 | 1 | -1/+1 |
| | | | | | | members, simplify signals (bzr r13341.5.6) | ||||
| * | 3. remove dead code, refactor existing code. Connect overlooked signals. | Liam P. White | 2014-06-26 | 1 | -12/+0 |
| | | | | (bzr r13341.5.3) | ||||
| * | 2. connect signals | Liam P. White | 2014-06-25 | 1 | -1/+2 |
| | | | | (bzr r13341.5.2) | ||||
| * | i18n. Fix for bug #1318345 (untranslatable strings in trunk-r13348). | Nicolas Dufour | 2014-05-11 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1318345 (bzr r13352) | ||||
| * | Get pollar tiling working agains with trunk | Martin Owens | 2014-03-27 | 1 | -1/+6 |
| | | | | (bzr r11073.1.37) | ||||
| * | Commit a merge to trunk, with probabal errors | Martin Owens | 2014-03-27 | 1 | -17/+35 |
| | | | | (bzr r11073.1.36) | ||||
| * | Renamed files to better match coding conventions | Denis Declara | 2012-05-09 | 1 | -0/+786 |
| (bzr r11073.1.31) | |||||
