summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/registered-widget.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bad inicialization of unsigned intJabiertxof2017-01-081-1/+1
| | | (bzr r15402)
* Remove font-Dialog and useGtk::FontSelector insteadJabier Arraiza Cenoz2016-07-291-6/+6
| | | (bzr r15017.1.13)
* Add orientation and alow unsort combobox enum widgetJabier Arraiza Cenoz2016-07-291-0/+2
| | | (bzr r15017.1.12)
* update to trunkJabier Arraiza Cenoz2016-07-241-2/+1
|\ | | | | (bzr r15017.1.3)
| * Fises to toggle button and coding styleJabier Arraiza Cenoz2016-07-241-2/+1
| | | | | | (bzr r15021)
* | Add Text tag and update widgets codeJabier Arraiza Cenoz2016-07-241-0/+18
|/ | | (bzr r15017.1.2)
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-3/+3
| | | (bzr r13810)
* Change grids to use 'user units'. Grids using absolute units are read in butTavmjong Bah2014-12-111-1/+11
| | | | | may be scaled incorrectly due to change of 90 to 96 dpi. (bzr r13795)
* Fix modelinesAlex Valavanis2014-08-301-2/+2
| | | (bzr r13341.1.183)
* Add Simplify LPEJabier Arraiza Cenoz2014-05-131-0/+25
| | | (bzr r13341.1.13)
* Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski2014-03-131-1/+7
| | | | | on the root element. (bzr r13146)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-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 Petroff2013-08-061-2/+1
|\ | | | | (bzr r12471)
| * Removed last traces of "SPUnit" and removed "helper/unit*".Matthew Petroff2013-07-201-1/+0
| | | | | | (bzr r12380.1.45)
| * Removed "helper/unit.*" dependency from "ui/widget/registered-widget.*".Matthew Petroff2013-07-171-1/+1
| | | | | | (bzr r12380.1.21)
* | fix initializationJohan B. C. Engelen2013-08-031-0/+1
|/ | | (bzr r12460)
* Fix another load of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12205)
* Fix CheckButton header issue with GTK+ 3Alex Valavanis2012-04-091-0/+2
| | | (bzr r11195)
* More GDK key macro fixes, and some cursor referencingAlex Valavanis2012-04-081-1/+1
| | | (bzr r11180)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+0
| | | (bzr r10940)
* More deprecated GtkTooltipsAlex Valavanis2012-01-031-4/+1
| | | (bzr r10827)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-2/+0
| | | (bzr r10826)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-0/+6
| | | (bzr r10697)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-3/+1
| | | (bzr r10696)
* Removed questionable operator altogether.Jon A. Cruz2011-06-251-2/+0
| | | (bzr r10361)
* Removed questionable cast.Jon A. Cruz2011-06-251-2/+1
| | | (bzr r10360)
* 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-3/+3
| | | (bzr r10025)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-5/+8
|\ | | | | (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/+25
| | | (bzr r9086.1.1)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-15/+15
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-15/+15
| | | (bzr r8407)
* New registered widget (text entry box).Maximilian Albert2008-07-291-0/+16
| | | (bzr r6461)
* RegisteredTransformedPoint: fix methods to use const&.Johan B. C. Engelen2008-04-051-2/+2
| | | | | LPE PointParam: set transform in RegisteredTransformedPoint-widget (bzr r5348)
* changes to use RegisteredTransformedPoint as widget for LPE point. not completeJohan B. C. Engelen2008-03-221-1/+6
| | | (bzr r5171)
* * add RegisteredTransformedPoint widget, that transforms the point before ↵Johan B. C. Engelen2008-03-221-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. Engelen2008-02-271-118/+43
| | | | | RegisteredWdg. (bzr r4887)
* gray out widgets when grid is disabled.Johan B. C. Engelen2008-01-261-3/+3
| | | (bzr r4594)
* RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> ↵gustav_b2008-01-171-20/+14
| | | | | instead of old RegisteredWdg (bzr r4530)
* remove unnecessary cast + cosmetic changes.Johan B. C. Engelen2008-01-161-35/+35
| | | (bzr r4524)
* RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old ↵Johan B. C. Engelen2008-01-161-1/+30
| | | | | RegisteredWdg (bzr r4523)
* RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old ↵Johan B. C. Engelen2008-01-161-15/+5
| | | | | RegisteredWdg (bzr r4521)
* No need to use pointers for the widgets of document-properties.cpp, so don't.Johan B. C. Engelen2008-01-161-0/+3
| | | | | Add easy upcast to gtk::widget to registered-widget.h (bzr r4520)
* RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>Johan B. C. Engelen2008-01-151-28/+18
| | | (bzr r4500)
* RegisteredWidget has been renamed to RegisteredWdg. This is a deprecated ↵Johan B. C. Engelen2008-01-151-25/+71
| | | | | | | class, all that use it should be recoded and RegisteredWdg should be deleted as soon as possible. The *new* RegisteredWidget is a template class and should be subclassed (eventually) from Gtk::Widget, for example RegisteredWidget<Scalar> will be subclassed from Scalar, which is subclassed from Labelled, => Gtk::HBox => Gtk::Widget. This way, a RegisteredWidget<T> can be directly used as Gtk::Widget, and gtk::manage works, etc! This all should solve the problem of having multiple widgets for the same parameters. (bzr r4496)
* Set teeth selector in lpe-gears to an integer value >= 3.Bryce Harrington2007-12-301-16/+16
| | | | | Fix trailing whitespace. (bzr r4342)
* fixing undo problems with LPE widgets. Not completely fixed yet. ↵Johan B. C. Engelen2007-09-271-1/+8
| | | | | CheckButtons still crash, and some changes are not recorded in the history (try the random parameters of curve stitching) (bzr r3809)
* add accessor for the updating statebulia byak2007-09-051-0/+3
| | | (bzr r3681)