summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/registered-widget.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-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-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-3/+3
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-09Create and use LabelledColorPicker widgetGeoff Lankow1-6/+3
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-4/+6
A lot of header clean-up.
2018-01-08Misc. typosluz.paz1-1/+1
Found via `codespell`
2018-01-07Remove a console warning in envelope about ampersand and allow use markup in ↵Jabier Arraiza1-1/+2
bool widget labels
2017-12-04Minor fixes to remove WIPJabier Arraiza1-5/+5
2017-12-04Adding fix to sliders and spin buttons on LPEJabier Arraiza1-14/+10
2017-09-25Add improvements to meassure segments LPE pointed by CRJabier Arraiza1-2/+5
2017-07-09Update for Gtk alignment changesAlexander Valavanis1-1/+1
2017-07-08Fix Gtk alignment APIAlexander Valavanis1-2/+10
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-15/+3
(bzr r15034)
2016-08-01Noumerous bug fixes, font size, stroke with arroow position, and text input ↵Jabier Arraiza Cenoz1-1/+0
response (bzr r15017.1.25)
2016-07-31Fix text param and alow run from commandlineJabier Arraiza Cenoz1-9/+4
(bzr r15017.1.21)
2016-07-30Full rewrite on working mode now no linked paths necesaryJabier Arraiza Cenoz1-1/+0
(bzr r15017.1.15)
2016-07-29Remove font-Dialog and useGtk::FontSelector insteadJabier Arraiza Cenoz1-13/+11
(bzr r15017.1.13)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+11
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-11/+1
(bzr r15025)
2016-07-24Add Text tag and update widgets codeJabier Arraiza Cenoz1-0/+44
(bzr r15017.1.2)
2016-07-24Fises to toggle button and coding styleJabier Arraiza Cenoz1-4/+2
(bzr r15021)
2015-01-23improved precision in placing grids and guides. (Bug 1373311)Alvin Penner1-1/+4
Fixed bugs: - https://launchpad.net/bugs/1373311 (bzr r13868)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-2/+2
(bzr r13820)
2014-12-21Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White1-1/+4
(bzr r13810)
2014-12-11Change grids to use 'user units'. Grids using absolute units are read in butTavmjong Bah1-5/+24
may be scaled incorrectly due to change of 90 to 96 dpi. (bzr r13795)
2014-11-02Warning cleanup.Jon A. Cruz1-1/+1
(bzr r13657)
2014-08-30Fix modelinesAlex Valavanis1-2/+2
(bzr r13341.1.183)
2014-07-13Update togglebutton parameter to handle if you want:Jabier Arraiza Cenoz1-1/+1
Active text, Active icon, Inactive text, Inactive Icon (bzr r13341.1.88)
2014-05-13Add Simplify LPEJabier Arraiza Cenoz1-0/+53
(bzr r13341.1.13)
2014-03-30Added "Gtk::" scope to "manage" function calls.Markus Engel1-3/+3
(bzr r13236)
2014-03-13Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski1-2/+4
on the root element. (bzr r13146)
2013-07-17Removed "helper/unit.*" dependency from "ui/widget/registered-widget.*".Matthew Petroff1-3/+2
(bzr r12380.1.21)
2012-04-28gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis1-0/+1
(bzr r11304)
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-3/+3
(bzr r10826)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-10/+2
(bzr r10697)
2011-10-18cppcheckKris De Gussem1-2/+2
(bzr r10681)
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-1/+1
(bzr r10067)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
(bzr r10025)
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-4/+4
SPDocument based methods (bzr r9546.1.3)
2010-02-14add widget controls for LPE VectorParam. Hide these controls for LPE Hatches.Johan B. C. Engelen1-0/+90
(bzr r9086.1.1)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-12/+12
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-12/+12
(bzr r8408)
2008-10-27From trunkTed Gould1-0/+8
(bzr r6885)
2008-07-30Make text widget for TextParams work and re-enable itMaximilian Albert1-0/+2
(bzr r6469)
2008-07-29New registered widget (text entry box).Maximilian Albert1-0/+44
(bzr r6461)
2008-04-05RegisteredTransformedPoint: fix methods to use const&.Johan B. C. Engelen1-2/+2
LPE PointParam: set transform in RegisteredTransformedPoint-widget (bzr r5348)
2008-03-22changes to use RegisteredTransformedPoint as widget for LPE point. not completeJohan B. C. Engelen1-2/+21
(bzr r5171)
2008-03-22* add RegisteredTransformedPoint widget, that transforms the point before ↵Johan B. C. Engelen1-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)