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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-10-29
Fixing initializer order and missing initializers.
Jon A. Cruz
2
-5
/
+5
2011-10-29
cppcheck: variable initialisation
Kris De Gussem
1
-1
/
+2
2011-10-25
Cleanup pass on documentation that was dumping garbage into doxygen output.
Jon A. Cruz
1
-3
/
+4
2011-10-23
Documentation update pass.
Jon A. Cruz
10
-35
/
+34
2011-10-08
1) make snapping to clip/mask paths optional (see document properties dialog ...
Diederik van Lierop
1
-0
/
+8
2011-10-05
Cleanup for src/forward.h. (About 19 of the affected files did not require th...
Jon A. Cruz
5
-6
/
+13
2011-10-04
Cleaned up display-forward.h, including many redundant usages.
Jon A. Cruz
1
-1
/
+0
2011-10-04
More forward.h purging.
Jon A. Cruz
1
-4
/
+5
2011-10-03
Doxygen cleanup.
Jon A. Cruz
9
-50
/
+42
2011-09-04
1) Fix absolute scaling in transform dialog
Diederik van Lierop
1
-3
/
+5
2011-09-03
Allow changing dimensions of vertical/horizontal lines using the numeric inpu...
Diederik van Lierop
1
-1
/
+1
2011-08-28
Remove nr-object.h and nr-macros.h
Krzysztof Kosi??ski
3
-58
/
+35
2011-08-28
Tie the snapping of rectangle corners and quadrant points of ellipses to the ...
Diederik van Lierop
1
-2
/
+2
2011-08-27
Allow snapping to path intersections without snapping to the paths themselves
Diederik van Lierop
1
-3
/
+2
2011-08-27
Remove nr-forward.h
Krzysztof Kosi??ski
1
-7
/
+3
2011-08-27
Remove NRRect from paint servers and temporary calculations
Krzysztof Kosi??ski
1
-7
/
+3
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
5
-14
/
+11
2011-08-23
1) Use the "snap guides" button both for guides being snap sources, as well a...
Diederik van Lierop
1
-3
/
+3
2011-08-22
Use different icons to communicate the change in behavior of the snap buttons...
Diederik van Lierop
1
-12
/
+12
2011-08-22
Some code cosmetics and comments
Diederik van Lierop
1
-30
/
+30
2011-08-22
Refactoring of the snapping preferences; mainly about storing all toggles in ...
Diederik van Lierop
1
-49
/
+32
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
3
-34
/
+30
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
3
-23
/
+16
2011-07-22
Fixed bug where having a font-family with an uninstalled font (or with a
Tavmjong Bah
1
-95
/
+96
2011-07-22
Replace direct use of Cairo contexts and surfaces in the rendering tree
Krzysztof Kosi??ski
1
-34
/
+32
2011-07-19
Remove deprecated Glib symbols
Krzysztof Kosi??ski
1
-3
/
+1
2011-07-19
Add two new snap icons, and fix toggling bug for a single button
Diederik van Lierop
1
-1
/
+1
2011-07-16
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
2
-11
/
+17
2011-07-15
Address issues with GtkRuleMetric const warnings.
Jon A. Cruz
1
-20
/
+12
2011-07-15
Remove the icon-names.h thing, which was a mistake.
Krzysztof Kosi??ski
6
-131
/
+131
2011-07-14
Make cms_key in SPDesktopWidget a regular ustring rather than a pointer
Krzysztof Kosi??ski
1
-9
/
+5
2011-07-10
Selector's toolbar: changing the dimensions of the visual bounding box of sel...
Diederik van Lierop
1
-19
/
+23
2011-07-10
Refactored to abstract lcms usage more. Added CMSSystem class.
Jon A. Cruz
3
-12
/
+16
2011-07-09
Next step in refactoring color management. More to come.
Jon A. Cruz
2
-8
/
+12
2011-07-06
Refactoring color profile to bring more internal. Help to prep for optional l...
Jon A. Cruz
2
-6
/
+5
2011-07-03
GTK+ cleanup: gtk_object_sink
Alex Valavanis
1
-1
/
+1
2011-07-03
GTK+ cleanup: gtk_type_class
Alex Valavanis
15
-31
/
+17
2011-07-02
Fix problem with merged code where a pointer to a plain C GTK+ object was cas...
Jon A. Cruz
1
-4
/
+3
2011-07-02
Be accurate when changing width/height in the toolbar, in case geometric boun...
Diederik van Lierop
1
-1
/
+8
2011-07-02
GTK+ cleaning: gtk_type_new
Alex Valavanis
15
-35
/
+22
2011-07-02
added missing header
Campbell Barton
1
-0
/
+3
2011-07-01
Remove some deprecated Gtk+ headers
Alex Valavanis
1
-7
/
+0
2011-06-30
Implement decent snapping to text (baseline & anchor), and provide a toggle b...
Diederik van Lierop
1
-0
/
+18
2011-06-28
Replaced a 'reshow_with_initial_size' by a simple 'resize', to address what l...
Gellule Xg
1
-1
/
+1
2011-06-27
Rm a few instances of deprecated GtkNotebookPage. gtkmm-2.4 still uses it
Alex Valavanis
2
-4
/
+4
2011-06-26
- Add a third group of snap sources/targets, called ¨others¨ (before we had...
Diederik van Lierop
1
-4
/
+23
2011-06-26
Gtk cleanup: gtk_object_get_data
Alex Valavanis
7
-37
/
+37
2011-06-26
Gtk cleanup: gtk_menu_append
Alex Valavanis
5
-18
/
+18
2011-06-25
Gtk cleanup: gtk_object_set_data
Alex Valavanis
8
-38
/
+38
2011-06-25
warning cleanup (no functional changes)
Campbell Barton
2
-3
/
+3
[next]