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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add improvements to meassure segments LPE pointed by CR
Jabier Arraiza
2017-09-25
1
-2
/
+5
*
Update for Gtk alignment changes
Alexander Valavanis
2017-07-09
1
-1
/
+1
*
Fix Gtk alignment API
Alexander Valavanis
2017-07-08
1
-2
/
+10
*
Update to trunk
Jabier Arraiza Cenoz
2016-10-03
1
-16
/
+3
|
\
|
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-15
/
+3
|
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-1
/
+11
|
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-11
/
+1
*
|
Noumerous bug fixes, font size, stroke with arroow position, and text input r...
Jabier Arraiza Cenoz
2016-08-01
1
-1
/
+0
*
|
Fix text param and alow run from commandline
Jabier Arraiza Cenoz
2016-07-31
1
-9
/
+4
*
|
Full rewrite on working mode now no linked paths necesary
Jabier Arraiza Cenoz
2016-07-30
1
-1
/
+0
*
|
Remove font-Dialog and useGtk::FontSelector instead
Jabier Arraiza Cenoz
2016-07-29
1
-13
/
+11
*
|
update to trunk
Jabier Arraiza Cenoz
2016-07-24
1
-4
/
+2
|
\
|
|
*
Fises to toggle button and coding style
Jabier Arraiza Cenoz
2016-07-24
1
-4
/
+2
*
|
Add Text tag and update widgets code
Jabier Arraiza Cenoz
2016-07-24
1
-0
/
+44
|
/
*
improved precision in placing grids and guides. (Bug 1373311)
Alvin Penner
2015-01-23
1
-1
/
+4
*
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
1
-2
/
+2
*
Purge sp_desktop_namedview in favor of SPDesktop::getNamedView
Liam P. White
2014-12-21
1
-1
/
+4
*
Change grids to use 'user units'. Grids using absolute units are read in but
Tavmjong Bah
2014-12-11
1
-5
/
+24
*
Warning cleanup.
Jon A. Cruz
2014-11-02
1
-1
/
+1
*
Fix modelines
Alex Valavanis
2014-08-30
1
-2
/
+2
*
Update togglebutton parameter to handle if you want:
Jabier Arraiza Cenoz
2014-07-13
1
-1
/
+1
*
Add Simplify LPE
Jabier Arraiza Cenoz
2014-05-13
1
-0
/
+53
*
Added "Gtk::" scope to "manage" function calls.
Markus Engel
2014-03-30
1
-3
/
+3
*
Reimplement global aliasing toggle as a 'shape-rendering' property
Krzysztof Kosi??ski
2014-03-13
1
-2
/
+4
*
Removed "helper/unit.*" dependency from "ui/widget/registered-widget.*".
Matthew Petroff
2013-07-17
1
-3
/
+2
*
gtkmm-3.0 fixes for Gtk::Box and header inclusions
Alex Valavanis
2012-04-28
1
-0
/
+1
*
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
2012-01-03
1
-3
/
+3
*
Fixing more broken and split doc comments.
Jon A. Cruz
2011-10-27
1
-10
/
+2
*
cppcheck
Kris De Gussem
2011-10-18
1
-2
/
+2
*
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
2011-02-22
1
-1
/
+1
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-1
/
+1
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-5
/
+6
|
\
|
*
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
2010-07-02
1
-4
/
+4
|
/
*
add widget controls for LPE VectorParam. Hide these controls for LPE Hatches.
Johan B. C. Engelen
2010-02-14
1
-0
/
+90
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-12
/
+12
*
SPDocument->Document
johnce
2009-08-05
1
-12
/
+12
*
From trunk
Ted Gould
2008-10-27
1
-0
/
+8
*
Make text widget for TextParams work and re-enable it
Maximilian Albert
2008-07-30
1
-0
/
+2
*
New registered widget (text entry box).
Maximilian Albert
2008-07-29
1
-0
/
+44
*
RegisteredTransformedPoint: fix methods to use const&.
Johan B. C. Engelen
2008-04-05
1
-2
/
+2
*
changes to use RegisteredTransformedPoint as widget for LPE point. not complete
Johan B. C. Engelen
2008-03-22
1
-2
/
+21
*
* add RegisteredTransformedPoint widget, that transforms the point before dis...
Johan B. C. Engelen
2008-03-22
1
-0
/
+47
*
Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed Register...
Johan B. C. Engelen
2008-02-27
1
-121
/
+37
*
gray out widgets when grid is disabled.
Johan B. C. Engelen
2008-01-26
1
-2
/
+2
*
RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> in...
gustav_b
2008-01-17
1
-19
/
+18
*
remove unnecessary cast + cosmetic changes.
Johan B. C. Engelen
2008-01-16
1
-7
/
+28
*
RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old R...
Johan B. C. Engelen
2008-01-16
1
-36
/
+0
*
RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old Regi...
Johan B. C. Engelen
2008-01-16
1
-32
/
+18
*
r17673@shi: ted | 2008-01-15 23:01:59 -0800
Ted Gould
2008-01-16
1
-1
/
+0
*
r17645@shi: ted | 2008-01-14 22:05:15 -0800
Ted Gould
2008-01-16
1
-0
/
+2
[next]