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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Initial C++ification of SPCanvas.
Jon A. Cruz
2012-01-12
2
-3
/
+5
*
Fix pointer initialization
Johan B. C. Engelen
2012-01-08
1
-5
/
+5
*
minor documentation and header stuff
Kris De Gussem
2012-01-07
1
-9
/
+8
*
Fixed warning under gcc 4.5.2
Jon A. Cruz
2012-01-07
1
-6
/
+6
*
Warning and uninitialized data cleanup.
Jon A. Cruz
2012-01-07
1
-1
/
+1
*
Fixed null-pointer ctor crashes.
Jon A. Cruz
2012-01-03
3
-13
/
+28
*
More deprecated GtkTooltips
Alex Valavanis
2012-01-03
19
-116
/
+63
*
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
2012-01-03
20
-45
/
+19
*
Fix for Bug #494722 (Docked dialogs in a floating window crashes on shutdown)...
Nicolas Dufour
2011-12-31
1
-2
/
+2
*
GDL: Drop placement patches
Alex Valavanis
2011-12-29
1
-1
/
+0
*
mixed usage of class and struct for same object
Kris De Gussem
2011-12-11
1
-1
/
+1
*
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
2011-12-08
1
-1
/
+1
*
various: warnings and initalization
Kris De Gussem
2011-11-13
4
-28
/
+33
*
lpe: add slider to scalar param optionally (does not work very well yet)
Johan B. C. Engelen
2011-11-09
2
-2
/
+14
*
add const just because it can :)
Johan B. C. Engelen
2011-11-09
2
-2
/
+2
*
increase significant digits for page dimensions
Johan B. C. Engelen
2011-11-05
1
-0
/
+8
*
Fixing more broken and split doc comments.
Jon A. Cruz
2011-10-27
46
-589
/
+637
*
Cleanup pass on documentation that was dumping garbage into doxygen output.
Jon A. Cruz
2011-10-25
33
-143
/
+174
*
cppcheck
Kris De Gussem
2011-10-18
3
-5
/
+5
*
Doxygen cleanup.
Jon A. Cruz
2011-10-03
25
-31
/
+35
*
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
2011-08-27
2
-2
/
+0
*
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
2011-08-27
2
-4
/
+4
*
UI. Adding a digit in the blur spinbox (F&S dialog, see Bug #414767, More pre...
Nicolas Dufour
2011-08-23
1
-1
/
+1
*
Fix icon toggler breakage after the icon-names.h change. Patch from ~suv.
Krzysztof Kosi??ski
2011-07-15
1
-2
/
+2
*
Remove the icon-names.h thing, which was a mistake.
Krzysztof Kosi??ski
2011-07-15
1
-2
/
+2
*
Merge from trunk to pull in fix for LP #806105
Krzysztof Kosi??ski
2011-07-13
2
-2
/
+2
|
\
|
*
Merge upstream GDL 0.7.8 changes
Alex Valavanis
2011-07-09
2
-2
/
+2
*
|
Merge from trunk
Krzysztof Kosi??ski
2011-07-06
5
-18
/
+22
|
\
|
|
*
GTK+ cleanup: gtk_type_new
Alex Valavanis
2011-07-02
1
-1
/
+1
|
*
Gtk cleanup: gtk_object_set_data
Alex Valavanis
2011-06-25
1
-1
/
+1
|
|
\
|
|
*
Gtk cleanup: gtk_object_set_data
Alex Valavanis
2011-06-25
1
-1
/
+1
|
*
|
Removed questionable operator altogether.
Jon A. Cruz
2011-06-25
1
-2
/
+0
|
*
|
Removed questionable cast.
Jon A. Cruz
2011-06-25
1
-2
/
+1
|
*
|
Document. Fix for bug #680347 (page margins can't be reset with single click ...
Nicolas Dufour
2011-06-24
2
-13
/
+20
|
|
/
*
/
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
3
-5
/
+5
|
/
*
Merge from trunk
Krzysztof Kosi??ski
2011-06-19
26
-90
/
+423
|
\
|
*
Clean up deprecated GTK_WIDGET API
Alex Valavanis
2011-06-15
1
-1
/
+1
|
*
cmake:
Campbell Barton
2011-06-13
1
-43
/
+0
|
*
work in progress cmake commit:
Campbell Barton
2011-06-12
1
-39
/
+42
|
*
Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, b...
Jon A. Cruz
2011-06-04
4
-4
/
+4
|
|
\
|
|
*
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
2011-06-03
4
-4
/
+4
|
*
|
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
2011-06-04
2
-5
/
+6
|
|
/
|
*
unitmenu: add method to add a unit
Johan B. C. Engelen
2011-05-26
2
-0
/
+9
|
*
Adding inkscape:label parameter to guidelines so that our guidelanes can disp...
Felipe Corr??a da Silva Sanches
2011-05-18
1
-1
/
+1
|
*
fix duplicate units in Preferences > Steps
Johan B. C. Engelen
2011-04-17
1
-1
/
+1
|
*
add new preference widget for a number with a unit.
Johan B. C. Engelen
2011-04-17
6
-0
/
+87
|
*
change spinbox to new one in many places.
Johan B. C. Engelen
2011-04-16
6
-15
/
+15
|
*
ScalarUnit widget: fix initialization bug. add constructor which takes anothe...
Johan B. C. Engelen
2011-04-16
2
-0
/
+39
|
*
add undo to SpinButton
Johan B. C. Engelen
2011-04-15
2
-6
/
+74
|
*
ScalarUnit: add functionality to grab focus and select the entry text. and ad...
Johan B. C. Engelen
2011-04-14
2
-0
/
+25
[prev]
[next]