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
/
toolbox.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add dx (kerning), dy (vertical shifting), and rotate widgets to
Tavmjong Bah
2010-05-14
1
-3
/
+216
*
Get rid of unneeded labels when the icons are self-explanatory.
Tavmjong Bah
2010-05-13
1
-2
/
+2
*
Add ability to set icons to insensitive. Used to disable "Justify"
Tavmjong Bah
2010-05-13
1
-14
/
+23
*
Unnecessary style selector removed from the Spray tool bar and preferences, a...
Nicolas Dufour
2010-04-28
1
-3
/
+9
*
inkscape-comboboxentry-action:
Tavmjong Bah
2010-04-27
1
-6
/
+19
*
some copyediting of labels
buliabyak
2010-04-27
1
-6
/
+6
*
Add alt-x shortcut to new text toolbar.
Tavmjong Bah
2010-04-24
1
-6
/
+7
*
Minor tweaks to text toolbar.
Tavmjong Bah
2010-04-23
1
-4
/
+4
*
Converted text toolbar to GTK toolbar.
Tavmjong Bah
2010-04-23
1
-822
/
+928
*
Second step in fixing changing of font faces.
Tavmjong Bah
2010-04-16
1
-25
/
+74
*
Leave uninitialized bools in preferences to the default 'false' value. Code s...
Jon A. Cruz
2010-04-12
1
-1
/
+1
*
Fixed state sync for node tool booleans. Addressing bug #426032.
Jon A. Cruz
2010-04-12
1
-430
/
+378
*
Correct calligraphic toggles getting out of sync with behavior.
Jon A. Cruz
2010-04-11
1
-25
/
+88
*
Fix "show handles" button state on Ctrl+H
Krzysztof Kosi??ski
2010-04-06
1
-0
/
+27
*
Move around files to remove some vanity directories.
Krzysztof Kosi??ski
2010-03-14
1
-1
/
+1
*
Move new "NodesShow*" action to be with the existing ones on the toolbar.
Jon A. Cruz
2010-03-08
1
-1
/
+1
*
Restore node toolbar buttons that were just commented out. Fixes bug #534045.
Jon A. Cruz
2010-03-07
1
-3
/
+3
*
Implement a preference that determines whether deleting nodes
Krzysztof Kosi??ski
2010-03-02
1
-3
/
+3
*
Disabled unfinished connection point edit mode. Added inkscape:connection-sta...
Arcadie M. Cracan
2010-02-21
1
-3
/
+3
*
Correcting statements collapsed to a single line.
Jon A. Cruz
2010-01-15
1
-12
/
+36
*
Warning cleanup.
Jon A. Cruz
2010-01-15
1
-2
/
+2
*
* Add "show transform handles" toggle button.
Krzysztof Kosi??ski
2010-01-14
1
-9
/
+27
*
Merge GSoC 2009 node tool rewrite
Krzysztof Kosi??ski
2010-01-14
1
-143
/
+91
|
\
|
*
Implement segment weld to make segment join similar to node join
Krzysztof Kosi??ski
2010-01-14
1
-1
/
+1
|
*
* Merge from trunk
Krzysztof Kosi??ski
2010-01-14
1
-679
/
+1264
|
|
\
|
*
|
First GSoC node tool commit to Bazaar
Krzysztof Kosi??ski
2009-11-29
1
-143
/
+91
*
|
|
Adding a 'widescreen' task.
Jon A. Cruz
2010-01-13
1
-13
/
+50
|
|
/
|
/
|
*
|
Initial cut of disabling floating windows on window managers with problems.
Jon A. Cruz
2010-01-12
1
-8
/
+20
*
|
Enabling now that some have confirmed proper functionality on 64-bit.
Jon A. Cruz
2010-01-12
1
-1
/
+1
*
|
Implemented dynamic repositioning of toolboxes.
Jon A. Cruz
2010-01-11
1
-0
/
+2
*
|
Disable questioned code section.
Jon A. Cruz
2010-01-11
1
-0
/
+28
*
|
Removed null'd use of icons.
Jon A. Cruz
2010-01-10
1
-9
/
+1
*
|
Temporarily block out code giving problems on 64-bit.
Jon A. Cruz
2010-01-10
1
-0
/
+4
*
|
Completed base code to flip toolbox orientation.
Jon A. Cruz
2010-01-10
1
-8
/
+69
*
|
Avoid crash by uninitialized perspectives.
Maximilian Albert
2010-01-10
1
-3
/
+3
*
|
Initial c++-ification of toolbox creation.
Jon A. Cruz
2010-01-09
1
-38
/
+85
*
|
Added UXManager. Cleaning up toolbox creation.
Jon A. Cruz
2010-01-07
1
-56
/
+48
*
|
Refactored common value.
Jon A. Cruz
2010-01-06
1
-15
/
+17
*
|
More refactoring to reduce copy-n-paste duplication.
Jon A. Cruz
2010-01-04
1
-88
/
+55
*
|
Refactoring copy-n-paste duplicate code out of toolbar creation.
Jon A. Cruz
2010-01-04
1
-79
/
+18
*
|
Spray cleanup
Steren Giannini
2010-01-03
1
-0
/
+3
*
|
i18n fix in toolbox.cpp (no-c-format %)
Nicolas Dufour
2010-01-02
1
-0
/
+2
*
|
Spray Tool clean up and Toolbar refactoring
Steren Giannini
2009-12-30
1
-39
/
+61
|
\
\
|
*
|
Spray toolbar is working + spray-context.cpp small cleanup
Steren Giannini
2009-12-30
1
-5
/
+5
|
*
|
rotation and scale variation in toolbar, still need some debug
Steren Giannini
2009-12-29
1
-2
/
+2
|
*
|
french comments translated and some clean up
Steren Giannini
2009-12-29
1
-6
/
+6
|
*
|
Spray UI : first refactoring of the toolbar
Steren Giannini
2009-12-29
1
-34
/
+56
*
|
|
Parens added for safety and misc whitespace cleanup.
Jon A. Cruz
2009-12-27
1
-421
/
+422
*
|
|
alignment change accompanied by compensating move, so the text stays put insi...
buliabyak
2009-12-26
1
-1
/
+77
*
|
|
Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti...
Maximilian Albert
2009-12-26
1
-13
/
+14
|
/
/
[prev]
[next]