summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/registered-widget.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-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 possibleEduard Braun2018-10-011-4/+0
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Create and use LabelledColorPicker widgetGeoff Lankow2018-05-091-6/+3
|
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-4/+6
| | | | A lot of header clean-up.
* Misc. typosluz.paz2018-01-081-1/+1
| | | Found via `codespell`
* Remove a console warning in envelope about ampersand and allow use markup in ↵Jabier Arraiza2018-01-071-1/+2
| | | | bool widget labels
* Minor fixes to remove WIPJabier Arraiza2017-12-041-5/+5
|
* Adding fix to sliders and spin buttons on LPEJabier Arraiza2017-12-041-14/+10
|
* Add improvements to meassure segments LPE pointed by CRJabier Arraiza2017-09-251-2/+5
|
* Update for Gtk alignment changesAlexander Valavanis2017-07-091-1/+1
|
* Fix Gtk alignment APIAlexander Valavanis2017-07-081-2/+10
|
* Update to trunkJabier Arraiza Cenoz2016-10-031-16/+3
|\ | | | | (bzr r15017.1.35)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-15/+3
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+11
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-11/+1
| | | | | | (bzr r15025)
* | Noumerous bug fixes, font size, stroke with arroow position, and text input ↵Jabier Arraiza Cenoz2016-08-011-1/+0
| | | | | | | | | | response (bzr r15017.1.25)
* | Fix text param and alow run from commandlineJabier Arraiza Cenoz2016-07-311-9/+4
| | | | | | (bzr r15017.1.21)
* | Full rewrite on working mode now no linked paths necesaryJabier Arraiza Cenoz2016-07-301-1/+0
| | | | | | (bzr r15017.1.15)
* | Remove font-Dialog and useGtk::FontSelector insteadJabier Arraiza Cenoz2016-07-291-13/+11
| | | | | | (bzr r15017.1.13)
* | update to trunkJabier Arraiza Cenoz2016-07-241-4/+2
|\| | | | | (bzr r15017.1.3)
| * Fises to toggle button and coding styleJabier Arraiza Cenoz2016-07-241-4/+2
| | | | | | (bzr r15021)
* | Add Text tag and update widgets codeJabier Arraiza Cenoz2016-07-241-0/+44
|/ | | (bzr r15017.1.2)
* improved precision in placing grids and guides. (Bug 1373311)Alvin Penner2015-01-231-1/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1373311 (bzr r13868)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-2/+2
| | | (bzr r13820)
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-1/+4
| | | (bzr r13810)
* Change grids to use 'user units'. Grids using absolute units are read in butTavmjong Bah2014-12-111-5/+24
| | | | | may be scaled incorrectly due to change of 90 to 96 dpi. (bzr r13795)
* Warning cleanup.Jon A. Cruz2014-11-021-1/+1
| | | (bzr r13657)
* Fix modelinesAlex Valavanis2014-08-301-2/+2
| | | (bzr r13341.1.183)
* Update togglebutton parameter to handle if you want:Jabier Arraiza Cenoz2014-07-131-1/+1
| | | | | Active text, Active icon, Inactive text, Inactive Icon (bzr r13341.1.88)
* Add Simplify LPEJabier Arraiza Cenoz2014-05-131-0/+53
| | | (bzr r13341.1.13)
* Added "Gtk::" scope to "manage" function calls.Markus Engel2014-03-301-3/+3
| | | (bzr r13236)
* Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski2014-03-131-2/+4
| | | | | on the root element. (bzr r13146)
* Removed "helper/unit.*" dependency from "ui/widget/registered-widget.*".Matthew Petroff2013-07-171-3/+2
| | | (bzr r12380.1.21)
* gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2012-04-281-0/+1
| | | (bzr r11304)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-3/+3
| | | (bzr r10826)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-10/+2
| | | (bzr r10697)
* cppcheckKris De Gussem2011-10-181-2/+2
| | | (bzr r10681)
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-1/+1
| | | (bzr r10067)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | (bzr r10025)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-5/+6
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-4/+4
|/ | | | | SPDocument based methods (bzr r9546.1.3)
* add widget controls for LPE VectorParam. Hide these controls for LPE Hatches.Johan B. C. Engelen2010-02-141-0/+90
| | | (bzr r9086.1.1)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-12/+12
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-12/+12
| | | (bzr r8408)
* From trunkTed Gould2008-10-271-0/+8
| | | (bzr r6885)
* Make text widget for TextParams work and re-enable itMaximilian Albert2008-07-301-0/+2
| | | (bzr r6469)
* New registered widget (text entry box).Maximilian Albert2008-07-291-0/+44
| | | (bzr r6461)