summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/registered-widget.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
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
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
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
2018-01-08Misc. typosluz.paz1-1/+1
2018-01-07Remove a console warning in envelope about ampersand and allow use markup in ...Jabier Arraiza1-1/+2
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
2016-08-01Noumerous bug fixes, font size, stroke with arroow position, and text input r...Jabier Arraiza Cenoz1-1/+0
2016-07-31Fix text param and alow run from commandlineJabier Arraiza Cenoz1-9/+4
2016-07-30Full rewrite on working mode now no linked paths necesaryJabier Arraiza Cenoz1-1/+0
2016-07-29Remove font-Dialog and useGtk::FontSelector insteadJabier Arraiza Cenoz1-13/+11
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+11
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-11/+1
2016-07-24Add Text tag and update widgets codeJabier Arraiza Cenoz1-0/+44
2016-07-24Fises to toggle button and coding styleJabier Arraiza Cenoz1-4/+2
2015-01-23improved precision in placing grids and guides. (Bug 1373311)Alvin Penner1-1/+4
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-2/+2
2014-12-21Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White1-1/+4
2014-12-11Change grids to use 'user units'. Grids using absolute units are read in butTavmjong Bah1-5/+24
2014-11-02Warning cleanup.Jon A. Cruz1-1/+1
2014-08-30Fix modelinesAlex Valavanis1-2/+2
2014-07-13Update togglebutton parameter to handle if you want:Jabier Arraiza Cenoz1-1/+1
2014-05-13Add Simplify LPEJabier Arraiza Cenoz1-0/+53
2014-03-30Added "Gtk::" scope to "manage" function calls.Markus Engel1-3/+3
2014-03-13Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski1-2/+4
2013-07-17Removed "helper/unit.*" dependency from "ui/widget/registered-widget.*".Matthew Petroff1-3/+2
2012-04-28gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis1-0/+1
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-3/+3
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-10/+2
2011-10-18cppcheckKris De Gussem1-2/+2
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-1/+1
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-4/+4
2010-02-14add widget controls for LPE VectorParam. Hide these controls for LPE Hatches.Johan B. C. Engelen1-0/+90
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-12/+12
2009-08-05SPDocument->Documentjohnce1-12/+12
2008-10-27From trunkTed Gould1-0/+8
2008-07-30Make text widget for TextParams work and re-enable itMaximilian Albert1-0/+2
2008-07-29New registered widget (text entry box).Maximilian Albert1-0/+44
2008-04-05RegisteredTransformedPoint: fix methods to use const&.Johan B. C. Engelen1-2/+2
2008-03-22changes to use RegisteredTransformedPoint as widget for LPE point. not completeJohan B. C. Engelen1-2/+21
2008-03-22* add RegisteredTransformedPoint widget, that transforms the point before dis...Johan B. C. Engelen1-0/+47