| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-11-08 | Clarify licenses | Max Gaukler | 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 | |||||
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -3/+3 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-09 | Create and use LabelledColorPicker widget | Geoff Lankow | 1 | -6/+3 | |
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -1/+1 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -1/+1 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -4/+6 | |
| A lot of header clean-up. | |||||
| 2018-01-08 | Misc. typos | luz.paz | 1 | -1/+1 | |
| Found via `codespell` | |||||
| 2018-01-07 | Remove a console warning in envelope about ampersand and allow use markup in ↵ | Jabier Arraiza | 1 | -1/+2 | |
| bool widget labels | |||||
| 2017-12-04 | Minor fixes to remove WIP | Jabier Arraiza | 1 | -5/+5 | |
| 2017-12-04 | Adding fix to sliders and spin buttons on LPE | Jabier Arraiza | 1 | -14/+10 | |
| 2017-09-25 | Add improvements to meassure segments LPE pointed by CR | Jabier Arraiza | 1 | -2/+5 | |
| 2017-07-09 | Update for Gtk alignment changes | Alexander Valavanis | 1 | -1/+1 | |
| 2017-07-08 | Fix Gtk alignment API | Alexander Valavanis | 1 | -2/+10 | |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -15/+3 | |
| (bzr r15034) | |||||
| 2016-08-01 | Noumerous bug fixes, font size, stroke with arroow position, and text input ↵ | Jabier Arraiza Cenoz | 1 | -1/+0 | |
| response (bzr r15017.1.25) | |||||
| 2016-07-31 | Fix text param and alow run from commandline | Jabier Arraiza Cenoz | 1 | -9/+4 | |
| (bzr r15017.1.21) | |||||
| 2016-07-30 | Full rewrite on working mode now no linked paths necesary | Jabier Arraiza Cenoz | 1 | -1/+0 | |
| (bzr r15017.1.15) | |||||
| 2016-07-29 | Remove font-Dialog and useGtk::FontSelector instead | Jabier Arraiza Cenoz | 1 | -13/+11 | |
| (bzr r15017.1.13) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+11 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -11/+1 | |
| (bzr r15025) | |||||
| 2016-07-24 | Add Text tag and update widgets code | Jabier Arraiza Cenoz | 1 | -0/+44 | |
| (bzr r15017.1.2) | |||||
| 2016-07-24 | Fises to toggle button and coding style | Jabier Arraiza Cenoz | 1 | -4/+2 | |
| (bzr r15021) | |||||
| 2015-01-23 | improved precision in placing grids and guides. (Bug 1373311) | Alvin Penner | 1 | -1/+4 | |
| Fixed bugs: - https://launchpad.net/bugs/1373311 (bzr r13868) | |||||
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -2/+2 | |
| (bzr r13820) | |||||
| 2014-12-21 | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 1 | -1/+4 | |
| (bzr r13810) | |||||
| 2014-12-11 | Change grids to use 'user units'. Grids using absolute units are read in but | Tavmjong Bah | 1 | -5/+24 | |
| may be scaled incorrectly due to change of 90 to 96 dpi. (bzr r13795) | |||||
| 2014-11-02 | Warning cleanup. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r13657) | |||||
| 2014-08-30 | Fix modelines | Alex Valavanis | 1 | -2/+2 | |
| (bzr r13341.1.183) | |||||
| 2014-07-13 | Update togglebutton parameter to handle if you want: | Jabier Arraiza Cenoz | 1 | -1/+1 | |
| Active text, Active icon, Inactive text, Inactive Icon (bzr r13341.1.88) | |||||
| 2014-05-13 | Add Simplify LPE | Jabier Arraiza Cenoz | 1 | -0/+53 | |
| (bzr r13341.1.13) | |||||
| 2014-03-30 | Added "Gtk::" scope to "manage" function calls. | Markus Engel | 1 | -3/+3 | |
| (bzr r13236) | |||||
| 2014-03-13 | Reimplement global aliasing toggle as a 'shape-rendering' property | Krzysztof Kosi??ski | 1 | -2/+4 | |
| on the root element. (bzr r13146) | |||||
| 2013-07-17 | Removed "helper/unit.*" dependency from "ui/widget/registered-widget.*". | Matthew Petroff | 1 | -3/+2 | |
| (bzr r12380.1.21) | |||||
| 2012-04-28 | gtkmm-3.0 fixes for Gtk::Box and header inclusions | Alex Valavanis | 1 | -0/+1 | |
| (bzr r11304) | |||||
| 2012-01-03 | Cleanup GSEAL issues and deprecated GtkTooltips | Alex Valavanis | 1 | -3/+3 | |
| (bzr r10826) | |||||
| 2011-10-27 | Fixing more broken and split doc comments. | Jon A. Cruz | 1 | -10/+2 | |
| (bzr r10697) | |||||
| 2011-10-18 | cppcheck | Kris De Gussem | 1 | -2/+2 | |
| (bzr r10681) | |||||
| 2011-02-22 | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r10067) | |||||
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r10025) | |||||
| 2010-07-02 | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 1 | -4/+4 | |
| SPDocument based methods (bzr r9546.1.3) | |||||
| 2010-02-14 | add widget controls for LPE VectorParam. Hide these controls for LPE Hatches. | Johan B. C. Engelen | 1 | -0/+90 | |
| (bzr r9086.1.1) | |||||
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 1 | -12/+12 | |
| which cannot be fixed easily. (bzr r8422) | |||||
| 2009-08-05 | SPDocument->Document | johnce | 1 | -12/+12 | |
| (bzr r8408) | |||||
| 2008-10-27 | From trunk | Ted Gould | 1 | -0/+8 | |
| (bzr r6885) | |||||
| 2008-07-30 | Make text widget for TextParams work and re-enable it | Maximilian Albert | 1 | -0/+2 | |
| (bzr r6469) | |||||
| 2008-07-29 | New registered widget (text entry box). | Maximilian Albert | 1 | -0/+44 | |
| (bzr r6461) | |||||
| 2008-04-05 | RegisteredTransformedPoint: fix methods to use const&. | Johan B. C. Engelen | 1 | -2/+2 | |
| LPE PointParam: set transform in RegisteredTransformedPoint-widget (bzr r5348) | |||||
| 2008-03-22 | changes to use RegisteredTransformedPoint as widget for LPE point. not complete | Johan B. C. Engelen | 1 | -2/+21 | |
| (bzr r5171) | |||||
| 2008-03-22 | * add RegisteredTransformedPoint widget, that transforms the point before ↵ | Johan B. C. Engelen | 1 | -0/+47 | |
| displaying/writing. This in order to keep them in SVG coordinate system in XML, but in canvas coord system in the spinbox * move Geom::Point XML writing to central place in ostringstream * add verb for LPE context (bzr r5165) | |||||
