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
*
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
|
*
add expression evaluator for spinbox input boxes. also knows a little about u...
Johan B. C. Engelen
2011-04-13
5
-25
/
+47
|
*
fix build
Johan B. C. Engelen
2011-04-12
1
-0
/
+2
|
*
Use the subclassed SpinButton class for numeric inputs, such that '.' and ','...
Johan B. C. Engelen
2011-04-11
4
-25
/
+26
|
*
add a subclassed spinbutton class. this numeric entry box accepts both ',' an...
Johan B. C. Engelen
2011-04-08
3
-0
/
+119
*
|
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
17
-26
/
+188
|
\
|
|
*
Added some mnemonics for filter path effects (Bug #170765)
Kris De Gussem
2011-03-20
1
-1
/
+1
|
*
Layers. Fix for Bug #249035: Undo crash when executing extensions.
Nicolas Dufour
2011-03-18
1
-0
/
+4
|
*
compatibility patch to compile using gcc 4.6
Adib Taraben
2011-02-27
5
-0
/
+5
|
*
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
2011-02-22
7
-10
/
+10
|
*
Finished cleanup of outdated SP_OBJECT_STYLE C macro.
Jon A. Cruz
2011-02-22
1
-1
/
+1
|
*
Finished cleanup of outdated SP_OBJECT_PARENT C macro.
Jon A. Cruz
2011-02-21
1
-7
/
+7
|
*
Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally d...
Nicolas Dufour
2011-02-21
2
-0
/
+151
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
2
-4
/
+4
|
*
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...
Jon A. Cruz
2010-12-23
2
-1
/
+2
|
*
Mnemonics in fill and stroke dialog and menu
Kris De Gussem
2010-12-17
2
-2
/
+3
*
|
Merge from trunk (again)
Krzysztof Kosi??ski
2010-12-15
14
-112
/
+150
|
\
|
|
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
13
-104
/
+130
|
|
\
|
|
*
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
2010-07-02
11
-52
/
+52
|
|
*
C++fied SPDocument added
Abhishek Sharma Public
2010-07-01
2
-5
/
+5
|
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
2
-8
/
+8
|
*
|
A proper fix for dock item mising icon problem. Fixes bug #658055.
Jon A. Cruz
2010-12-06
1
-12
/
+18
|
*
|
Fix crash when floating dialog icon is not found
Krzysztof Kosi??ski
2010-11-21
1
-5
/
+11
*
|
|
Merge from trunk
Krzysztof Kosi??ski
2010-11-25
43
-76
/
+71
|
\
|
|
[next]