summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/registered-widget.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Document Properties: General UI cleanupPatrick Storz2019-03-221-1/+1
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-29/+29
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-17/+17
* Create and use LabelledColorPicker widgetGeoff Lankow2018-05-091-3/+3
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+1
* Fix bug:#1713491: opening the 'Path Effects' dialog causes document to be mar...Jabier Arraiza2017-12-061-2/+4
* Working on compiling on linux problemJabier Arraiza2017-12-041-1/+1
* Adding fix to sliders and spin buttons on LPEJabier Arraiza2017-12-041-2/+1
* Fix a bad inicialization of unsigned intJabiertxof2017-01-081-1/+1
* Remove font-Dialog and useGtk::FontSelector insteadJabier Arraiza Cenoz2016-07-291-6/+6
* Add orientation and alow unsort combobox enum widgetJabier Arraiza Cenoz2016-07-291-0/+2
* update to trunkJabier Arraiza Cenoz2016-07-241-2/+1
|\
| * Fises to toggle button and coding styleJabier Arraiza Cenoz2016-07-241-2/+1
* | Add Text tag and update widgets codeJabier Arraiza Cenoz2016-07-241-0/+18
|/
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-3/+3
* Change grids to use 'user units'. Grids using absolute units are read in butTavmjong Bah2014-12-111-1/+11
* Fix modelinesAlex Valavanis2014-08-301-2/+2
* Add Simplify LPEJabier Arraiza Cenoz2014-05-131-0/+25
* Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski2014-03-131-1/+7
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen2013-10-121-1/+1
* Merge Google Summer of Code unit refactor.Matthew Petroff2013-08-061-2/+1
|\
| * Removed last traces of "SPUnit" and removed "helper/unit*".Matthew Petroff2013-07-201-1/+0
| * Removed "helper/unit.*" dependency from "ui/widget/registered-widget.*".Matthew Petroff2013-07-171-1/+1
* | fix initializationJohan B. C. Engelen2013-08-031-0/+1
|/
* Fix another load of forward declaration tagsAlex Valavanis2013-03-141-1/+1
* Fix CheckButton header issue with GTK+ 3Alex Valavanis2012-04-091-0/+2
* More GDK key macro fixes, and some cursor referencingAlex Valavanis2012-04-081-1/+1
* Header cleaningAlex Valavanis2012-02-121-0/+1
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+0
* More deprecated GtkTooltipsAlex Valavanis2012-01-031-4/+1
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-2/+0
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-0/+6
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-3/+1
* Removed questionable operator altogether.Jon A. Cruz2011-06-251-2/+0
* Removed questionable cast.Jon A. Cruz2011-06-251-2/+1
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-1/+1
* update to latest 2geom !Johan B. C. Engelen2011-02-021-3/+3
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-5/+8
|\
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-4/+4
|/
* add widget controls for LPE VectorParam. Hide these controls for LPE Hatches.Johan B. C. Engelen2010-02-141-0/+25
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-15/+15
* SPDocument->Documentjohnce2009-08-051-15/+15
* New registered widget (text entry box).Maximilian Albert2008-07-291-0/+16
* RegisteredTransformedPoint: fix methods to use const&.Johan B. C. Engelen2008-04-051-2/+2
* changes to use RegisteredTransformedPoint as widget for LPE point. not completeJohan B. C. Engelen2008-03-221-1/+6
* * add RegisteredTransformedPoint widget, that transforms the point before dis...Johan B. C. Engelen2008-03-221-1/+20
* Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed Register...Johan B. C. Engelen2008-02-271-118/+43
* gray out widgets when grid is disabled.Johan B. C. Engelen2008-01-261-3/+3