index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update to trunk
Jabier Arraiza Cenoz
2013-07-05
6
-12
/
+22
|
\
|
*
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
2013-07-01
6
-12
/
+22
*
|
Upadate to trunk
Jabier Arraiza Cenoz
2013-07-04
20
-273
/
+403
|
\
|
|
*
cppcheck
Kris De Gussem
2013-06-21
1
-2
/
+4
|
*
Fix for 1184408 : Additional zoom levels in zoom context menu
John Smith
2013-06-16
1
-35
/
+78
|
*
Revert Fix for 600285 : Zoom slider
John Smith
2013-06-15
2
-15
/
+7
|
*
Use fixed inkscape icon for 'no-marker' instead of gtk theme icon
Martin Owens
2013-06-12
3
-7
/
+10
|
*
Use 'remove' instead of 'gtk-remove' for theme.
Martin Owens
2013-06-12
1
-2
/
+2
|
*
Change back to using NULL and fix windows theme error by checking
Martin Owens
2013-06-11
1
-5
/
+8
|
*
Fix new bug with No-Marker having no icon, use Stock GTK::Remove icon for No-...
Martin Owens
2013-06-11
1
-2
/
+5
|
*
Change marker layout in stroke-widget so they are all on one line.
Martin Owens
2013-06-11
3
-45
/
+8
|
*
Remove use of separate array for scale values.
Jon A. Cruz
2013-06-09
1
-34
/
+47
|
*
Replace multiple copies of GTK2/GTK3 #ifdef code with single helper function.
Jon A. Cruz
2013-06-09
1
-78
/
+52
|
*
C++ conversion of parallel arrays to vector of class instances.
Jon A. Cruz
2013-06-07
1
-89
/
+137
|
*
Check for value in range before dereferencing.
Jon A. Cruz
2013-06-07
1
-2
/
+5
|
*
Adding inclusion of config.h where needed for threads.h check.
Jon A. Cruz
2013-06-07
7
-0
/
+28
|
*
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
2013-06-06
14
-0
/
+30
|
*
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
2013-06-04
14
-0
/
+25
*
|
update to trunk
Jabier Arraiza Cenoz
2013-05-18
1
-95
/
+89
|
\
|
|
*
Refactored internals to use a vector of structs instead of several parallel a...
Jon A. Cruz
2013-05-18
1
-95
/
+89
*
|
Update to trunk
Jabier Arraiza Cenoz
2013-05-16
2
-288
/
+306
|
\
|
|
*
Moved icc selector members to internal helper.
Jon A. Cruz
2013-05-13
2
-288
/
+306
*
|
update to trunk
Jabier Arraiza Cenoz
2013-05-06
8
-28
/
+19
|
\
|
|
*
Fixed logic error confusing bitwise and with logical and.
Jon A. Cruz
2013-04-29
2
-4
/
+4
|
*
Warning cleanup.
Jon A. Cruz
2013-04-28
2
-6
/
+5
|
*
minor cppcheck stuff
Kris De Gussem
2013-04-28
6
-18
/
+10
*
|
update icons
Jabier Arraiza Cenoz
2013-04-26
1
-0
/
+1
*
|
update to trunk
Jabier Arraiza Cenoz
2013-04-26
2
-7
/
+15
|
\
|
|
*
Fix for 600285 : Zoom slider
John Smith
2013-04-21
2
-7
/
+15
*
|
Remove mesh tool active from source
root
2013-04-18
1
-1
/
+1
*
|
Fix bspline icon show
Jabier Arraiza Cenoz
2013-03-29
1
-0
/
+1
*
|
Update to trunk
Jabier Arraiza Cenoz
2013-03-26
23
-47
/
+24
|
\
|
|
*
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
2013-03-25
22
-46
/
+23
|
*
Fixed uninitialized variables & misc warnings.
Jon A. Cruz
2013-03-25
1
-1
/
+1
*
|
Update to trunk
Jabier Arraiza Cenoz
2013-03-23
2
-65
/
+120
|
\
|
|
*
Use subclass of RadioButton rather than setting gobject data in Stroke Style ...
Alex Valavanis
2013-03-23
2
-65
/
+120
*
|
Adding mesh
jtx
2013-03-22
1
-1
/
+1
|
\
\
|
*
|
Enabling Mesh
Jabier Arraiza Cenoz
2013-03-22
1
-1
/
+1
|
*
|
Fixed end extremium node delete fault, ready for testing
root
2013-03-22
1
-3
/
+3
|
/
/
*
|
Fixing regression
jtx
2013-03-19
3
-6
/
+4
*
|
Working with widjets
Jabier Arraiza Cenoz
2013-03-17
3
-4
/
+6
*
|
Working in widgets
root
2013-03-17
3
-6
/
+4
|
\
|
|
*
Fix remaining forward declaration tags (except for unavoidable internal error...
Alex Valavanis
2013-03-15
2
-5
/
+3
|
*
Fix another load of forward declaration tags
Alex Valavanis
2013-03-14
1
-1
/
+1
*
|
widget working not compile
root
2013-03-16
26
-32
/
+79
|
\
|
|
*
Fix another tonne of forward declaration tags
Alex Valavanis
2013-03-14
4
-4
/
+4
|
*
Kill ancient gcc version check in configure.ac and fix a load of broken forwa...
Alex Valavanis
2013-03-14
20
-20
/
+20
|
*
Further migration to Gtk::Grid
Alex Valavanis
2013-03-12
2
-8
/
+55
*
|
Merge from trunk
Jabier Arraiza Cenoz
2013-03-10
1
-0
/
+5
|
\
|
|
*
Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPicker
Alex Valavanis
2013-03-09
1
-0
/
+5
[next]