| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Document Properties: General UI cleanup | Patrick Storz | 2019-03-22 | 1 | -1/+1 |
| | | | | | | | Try to achieve consistent look and reasonable alignment. Account for some gtk3 changes and some minor code cleanup. | ||||
| * | 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 | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -29/+29 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -17/+17 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Create and use LabelledColorPicker widget | Geoff Lankow | 2018-05-09 | 1 | -3/+3 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -1/+1 |
| | | | | | A lot of header clean-up. | ||||
| * | Fix bug:#1713491: opening the 'Path Effects' dialog causes document to be ↵ | Jabier Arraiza | 2017-12-06 | 1 | -2/+4 |
| | | | | | marked as 'changed', even though nothing was changed | ||||
| * | Working on compiling on linux problem | Jabier Arraiza | 2017-12-04 | 1 | -1/+1 |
| | | |||||
| * | Adding fix to sliders and spin buttons on LPE | Jabier Arraiza | 2017-12-04 | 1 | -2/+1 |
| | | |||||
| * | Fix a bad inicialization of unsigned int | Jabiertxof | 2017-01-08 | 1 | -1/+1 |
| | | | | (bzr r15402) | ||||
| * | Remove font-Dialog and useGtk::FontSelector instead | Jabier Arraiza Cenoz | 2016-07-29 | 1 | -6/+6 |
| | | | | (bzr r15017.1.13) | ||||
| * | Add orientation and alow unsort combobox enum widget | Jabier Arraiza Cenoz | 2016-07-29 | 1 | -0/+2 |
| | | | | (bzr r15017.1.12) | ||||
| * | update to trunk | Jabier Arraiza Cenoz | 2016-07-24 | 1 | -2/+1 |
| |\ | | | | | (bzr r15017.1.3) | ||||
| | * | Fises to toggle button and coding style | Jabier Arraiza Cenoz | 2016-07-24 | 1 | -2/+1 |
| | | | | | | | (bzr r15021) | ||||
| * | | Add Text tag and update widgets code | Jabier Arraiza Cenoz | 2016-07-24 | 1 | -0/+18 |
| |/ | | | (bzr r15017.1.2) | ||||
| * | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 2014-12-21 | 1 | -3/+3 |
| | | | | (bzr r13810) | ||||
| * | Change grids to use 'user units'. Grids using absolute units are read in but | Tavmjong Bah | 2014-12-11 | 1 | -1/+11 |
| | | | | | | may be scaled incorrectly due to change of 90 to 96 dpi. (bzr r13795) | ||||
| * | Fix modelines | Alex Valavanis | 2014-08-30 | 1 | -2/+2 |
| | | | | (bzr r13341.1.183) | ||||
| * | Add Simplify LPE | Jabier Arraiza Cenoz | 2014-05-13 | 1 | -0/+25 |
| | | | | (bzr r13341.1.13) | ||||
| * | Reimplement global aliasing toggle as a 'shape-rendering' property | Krzysztof Kosi??ski | 2014-03-13 | 1 | -1/+7 |
| | | | | | | on the root element. (bzr r13146) | ||||
| * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 2013-10-12 | 1 | -1/+1 |
| | | | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679) | ||||
| * | Merge Google Summer of Code unit refactor. | Matthew Petroff | 2013-08-06 | 1 | -2/+1 |
| |\ | | | | | (bzr r12471) | ||||
| | * | Removed last traces of "SPUnit" and removed "helper/unit*". | Matthew Petroff | 2013-07-20 | 1 | -1/+0 |
| | | | | | | | (bzr r12380.1.45) | ||||
| | * | Removed "helper/unit.*" dependency from "ui/widget/registered-widget.*". | Matthew Petroff | 2013-07-17 | 1 | -1/+1 |
| | | | | | | | (bzr r12380.1.21) | ||||
| * | | fix initialization | Johan B. C. Engelen | 2013-08-03 | 1 | -0/+1 |
| |/ | | | (bzr r12460) | ||||
| * | Fix another load of forward declaration tags | Alex Valavanis | 2013-03-14 | 1 | -1/+1 |
| | | | | (bzr r12205) | ||||
| * | Fix CheckButton header issue with GTK+ 3 | Alex Valavanis | 2012-04-09 | 1 | -0/+2 |
| | | | | (bzr r11195) | ||||
| * | More GDK key macro fixes, and some cursor referencing | Alex Valavanis | 2012-04-08 | 1 | -1/+1 |
| | | | | (bzr r11180) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+1 |
| | | | | (bzr r10963) | ||||
| * | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 1 | -1/+0 |
| | | | | (bzr r10940) | ||||
| * | More deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 1 | -4/+1 |
| | | | | (bzr r10827) | ||||
| * | Cleanup GSEAL issues and deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 1 | -2/+0 |
| | | | | (bzr r10826) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -0/+6 |
| | | | | (bzr r10697) | ||||
| * | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 2011-10-25 | 1 | -3/+1 |
| | | | | (bzr r10696) | ||||
| * | Removed questionable operator altogether. | Jon A. Cruz | 2011-06-25 | 1 | -2/+0 |
| | | | | (bzr r10361) | ||||
| * | Removed questionable cast. | Jon A. Cruz | 2011-06-25 | 1 | -2/+1 |
| | | | | (bzr r10360) | ||||
| * | 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 | -3/+3 |
| | | | | (bzr r10025) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -5/+8 |
| |\ | | | | | (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/+25 |
| | | | | (bzr r9086.1.1) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -15/+15 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -15/+15 |
| | | | | (bzr r8407) | ||||
| * | New registered widget (text entry box). | Maximilian Albert | 2008-07-29 | 1 | -0/+16 |
| | | | | (bzr r6461) | ||||
| * | RegisteredTransformedPoint: fix methods to use const&. | Johan B. C. Engelen | 2008-04-05 | 1 | -2/+2 |
| | | | | | | LPE PointParam: set transform in RegisteredTransformedPoint-widget (bzr r5348) | ||||
| * | changes to use RegisteredTransformedPoint as widget for LPE point. not complete | Johan B. C. Engelen | 2008-03-22 | 1 | -1/+6 |
| | | | | (bzr r5171) | ||||
| * | * add RegisteredTransformedPoint widget, that transforms the point before ↵ | Johan B. C. Engelen | 2008-03-22 | 1 | -1/+20 |
| | | | | | | | | | 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) | ||||
| * | Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed ↵ | Johan B. C. Engelen | 2008-02-27 | 1 | -118/+43 |
| | | | | | | RegisteredWdg. (bzr r4887) | ||||
| * | gray out widgets when grid is disabled. | Johan B. C. Engelen | 2008-01-26 | 1 | -3/+3 |
| | | | | (bzr r4594) | ||||
