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