index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
widget
/
registered-widget.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-3
/
+3
2018-05-09
Create and use LabelledColorPicker widget
Geoff Lankow
1
-6
/
+3
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-1
/
+1
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-1
/
+1
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-4
/
+6
2018-01-08
Misc. typos
luz.paz
1
-1
/
+1
2018-01-07
Remove a console warning in envelope about ampersand and allow use markup in ...
Jabier Arraiza
1
-1
/
+2
2017-12-04
Minor fixes to remove WIP
Jabier Arraiza
1
-5
/
+5
2017-12-04
Adding fix to sliders and spin buttons on LPE
Jabier Arraiza
1
-14
/
+10
2017-09-25
Add improvements to meassure segments LPE pointed by CR
Jabier Arraiza
1
-2
/
+5
2017-07-09
Update for Gtk alignment changes
Alexander Valavanis
1
-1
/
+1
2017-07-08
Fix Gtk alignment API
Alexander Valavanis
1
-2
/
+10
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-15
/
+3
2016-08-01
Noumerous bug fixes, font size, stroke with arroow position, and text input r...
Jabier Arraiza Cenoz
1
-1
/
+0
2016-07-31
Fix text param and alow run from commandline
Jabier Arraiza Cenoz
1
-9
/
+4
2016-07-30
Full rewrite on working mode now no linked paths necesary
Jabier Arraiza Cenoz
1
-1
/
+0
2016-07-29
Remove font-Dialog and useGtk::FontSelector instead
Jabier Arraiza Cenoz
1
-13
/
+11
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+11
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-11
/
+1
2016-07-24
Add Text tag and update widgets code
Jabier Arraiza Cenoz
1
-0
/
+44
2016-07-24
Fises to toggle button and coding style
Jabier Arraiza Cenoz
1
-4
/
+2
2015-01-23
improved precision in placing grids and guides. (Bug 1373311)
Alvin Penner
1
-1
/
+4
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-2
/
+2
2014-12-21
Purge sp_desktop_namedview in favor of SPDesktop::getNamedView
Liam P. White
1
-1
/
+4
2014-12-11
Change grids to use 'user units'. Grids using absolute units are read in but
Tavmjong Bah
1
-5
/
+24
2014-11-02
Warning cleanup.
Jon A. Cruz
1
-1
/
+1
2014-08-30
Fix modelines
Alex Valavanis
1
-2
/
+2
2014-07-13
Update togglebutton parameter to handle if you want:
Jabier Arraiza Cenoz
1
-1
/
+1
2014-05-13
Add Simplify LPE
Jabier Arraiza Cenoz
1
-0
/
+53
2014-03-30
Added "Gtk::" scope to "manage" function calls.
Markus Engel
1
-3
/
+3
2014-03-13
Reimplement global aliasing toggle as a 'shape-rendering' property
Krzysztof Kosi??ski
1
-2
/
+4
2013-07-17
Removed "helper/unit.*" dependency from "ui/widget/registered-widget.*".
Matthew Petroff
1
-3
/
+2
2012-04-28
gtkmm-3.0 fixes for Gtk::Box and header inclusions
Alex Valavanis
1
-0
/
+1
2012-01-03
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
1
-3
/
+3
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-10
/
+2
2011-10-18
cppcheck
Kris De Gussem
1
-2
/
+2
2011-02-22
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
1
-1
/
+1
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-1
/
+1
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-4
/
+4
2010-02-14
add widget controls for LPE VectorParam. Hide these controls for LPE Hatches.
Johan B. C. Engelen
1
-0
/
+90
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-12
/
+12
2009-08-05
SPDocument->Document
johnce
1
-12
/
+12
2008-10-27
From trunk
Ted Gould
1
-0
/
+8
2008-07-30
Make text widget for TextParams work and re-enable it
Maximilian Albert
1
-0
/
+2
2008-07-29
New registered widget (text entry box).
Maximilian Albert
1
-0
/
+44
2008-04-05
RegisteredTransformedPoint: fix methods to use const&.
Johan B. C. Engelen
1
-2
/
+2
2008-03-22
changes to use RegisteredTransformedPoint as widget for LPE point. not complete
Johan B. C. Engelen
1
-2
/
+21
2008-03-22
* add RegisteredTransformedPoint widget, that transforms the point before dis...
Johan B. C. Engelen
1
-0
/
+47
[next]