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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
GTK+ cleanup: gtk_timeout_add
Alex Valavanis
2011-07-03
2
-2
/
+2
|
*
|
GTK+ cleanup: gtk_type_class
Alex Valavanis
2011-07-03
1
-1
/
+1
|
*
|
GTK+ cleanup: gtk_type_new
Alex Valavanis
2011-07-02
1
-1
/
+1
|
*
|
Implement decent snapping to text (baseline & anchor), and provide a toggle b...
Diederik van Lierop
2011-06-30
1
-0
/
+2
|
*
|
- Add a third group of snap sources/targets, called ¨others¨ (before we had...
Diederik van Lierop
2011-06-26
1
-0
/
+2
|
*
|
Gtk cleanup: gtk_object_get_data
Alex Valavanis
2011-06-26
1
-12
/
+12
|
|
\
\
|
|
*
|
Gtk cleanup: gtk_object_get_data
Alex Valavanis
2011-06-26
1
-12
/
+12
|
*
|
|
Gtk cleanup: gtk_menu_append
Alex Valavanis
2011-06-26
1
-18
/
+18
|
|
\
|
|
|
|
*
|
Gtk cleanup: gtk_menu_append
Alex Valavanis
2011-06-26
1
-18
/
+18
|
*
|
|
Gtk cleanup: gtk_object_set_data
Alex Valavanis
2011-06-25
2
-17
/
+17
|
|
\
|
|
|
|
*
|
Gtk cleanup: gtk_object_set_data
Alex Valavanis
2011-06-25
2
-17
/
+17
|
*
|
|
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
|
|
/
/
|
*
|
Switch to GObject
Alex Valavanis
2011-06-24
1
-13
/
+12
|
*
|
update file lists
Campbell Barton
2011-06-24
1
-3
/
+0
*
|
|
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
10
-11
/
+13
|
/
/
*
|
Completely remove Inkboard
Krzysztof Kosi??ski
2011-06-23
7
-1027
/
+0
*
|
Warning cleanup.
Jon A. Cruz
2011-06-22
1
-2
/
+1
*
|
Merge from trunk
Krzysztof Kosi??ski
2011-06-19
73
-520
/
+1382
|
\
\
|
*
|
I am not sure if it is possible to have a script element with more than a sin...
Felipe Corr??a da Silva Sanches
2011-06-19
1
-0
/
+9
|
*
|
Patch sent by Fernando Lucchesi (GSoC student) and modified by me.
Felipe Corr??a da Silva Sanches
2011-06-19
2
-21
/
+248
|
*
|
UI fix / mnemonics
Kris De Gussem
2011-06-18
2
-5
/
+5
|
*
|
user interface for selecting colors of guidelines
Felipe Corr??a da Silva Sanches
2011-06-18
2
-0
/
+19
|
*
|
patch reviewed and accepted from fernandolbastos@gmail.com (GSoC student)
Felipe Corr??a da Silva Sanches
2011-06-17
2
-8
/
+26
|
*
|
add preference for relative guideline rotation snapping (see rev 10303)
Johan B. C. Engelen
2011-06-15
2
-1
/
+5
|
*
|
Clean up deprecated GTK_WIDGET API
Alex Valavanis
2011-06-15
1
-1
/
+1
|
*
|
Remove deprecated glib macro wrappers
Alex Valavanis
2011-06-14
2
-8
/
+8
|
*
|
adding preferences page for Measure Tool with option (enabled by default) to ...
Felipe Corr??a da Silva Sanches
2011-06-13
2
-0
/
+8
|
*
|
Replace deprecated GtkSignal
Alex Valavanis
2011-06-13
2
-23
/
+23
|
*
|
cmake:
Campbell Barton
2011-06-13
1
-1
/
+127
|
*
|
cmake: now builds without having most of the source listed in 1 file.
Campbell Barton
2011-06-13
1
-9
/
+2
|
*
|
cmake:
Campbell Barton
2011-06-13
5
-118
/
+98
|
*
|
cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...
Campbell Barton
2011-06-12
1
-2
/
+2
|
*
|
cmake: commented unused files/dirs, double checked all files compile this time
Campbell Barton
2011-06-12
1
-4
/
+4
|
*
|
work in progress cmake commit:
Campbell Barton
2011-06-12
5
-114
/
+140
|
*
|
Save a copy dialog now opens in current directory if this option is set for s...
Johan B. C. Engelen
2011-06-08
1
-1
/
+1
|
*
|
Introducing our new nice measurement tool! :-D
Felipe Corr??a da Silva Sanches
2011-06-06
2
-0
/
+3
|
*
|
Possible Win32 compile fix.
Jon A. Cruz
2011-06-04
1
-17
/
+20
|
*
|
Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, b...
Jon A. Cruz
2011-06-04
24
-38
/
+24
|
|
\
\
|
|
*
|
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
2011-06-03
20
-34
/
+20
|
*
|
|
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
2011-06-04
9
-22
/
+26
|
|
/
/
|
*
|
Queue swatch updates during periods of high UI usage, such as dragging gradie...
Jon A. Cruz
2011-05-30
2
-3
/
+89
|
*
|
add entry widget to guideline dialog to change guide's label
Johan B. C. Engelen
2011-05-26
2
-2
/
+14
|
*
|
unitmenu: add method to add a unit
Johan B. C. Engelen
2011-05-26
2
-0
/
+9
|
*
|
Fixing bug 600267: "Languages are not sorted alphabetically in Inkscape prefe...
Felipe Corr??a da Silva Sanches
2011-05-23
1
-0
/
+25
|
*
|
actually fontforge flipping of y-axis for svgfont glyphs is compliant with th...
Felipe Corr??a da Silva Sanches
2011-05-22
2
-5
/
+25
|
*
|
Remove flipping of y-axis from methods that get curves from selection in the ...
Felipe Corr??a da Silva Sanches
2011-05-20
1
-13
/
+0
|
*
|
Reinstating version bump.
Jon A. Cruz
2011-05-20
2
-22
/
+0
|
*
|
Revert version bump so win devlibs can catch up.
Jon A. Cruz
2011-05-19
2
-0
/
+22
[prev]
[next]