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
...
*
Fix for Bug #181663 (Font style errors / assert when changing style)
Gail Carmichael
2008-01-10
1
-6
/
+38
*
fix compile. rename Proj::FINITE and INFINITE to VP_* because of apparent nam...
Johan B. C. Engelen
2008-01-09
1
-1
/
+1
*
Enable 3D box toolbar
Maximilian Albert
2008-01-08
1
-259
/
+280
*
noop (cleanup): remove commented line in widgets/toolbox.cpp obviously left o...
Maximilian Albert
2008-01-06
1
-1
/
+0
*
Applying Gail's patch for font-specification
Bryce Harrington
2008-01-05
1
-16
/
+82
*
Fundamentally reworked version of the 3D box tool (among many other things, t...
Maximilian Albert
2007-12-13
1
-100
/
+157
*
Warning cleanup
Jon A. Cruz
2007-12-08
1
-162
/
+0
*
Removed conditional GTK+ < 2.6.0 code since 2.8.0 has been a requirement for ...
Jon A. Cruz
2007-12-06
1
-11
/
+0
*
Warning cleanup
Jon A. Cruz
2007-12-06
1
-2
/
+1
*
Add unit selector for node coordinate entries
Maximilian Albert
2007-12-05
1
-8
/
+36
*
Always set coord entry fields inactive when switching to the node tool
Maximilian Albert
2007-12-05
1
-0
/
+4
*
Add icon for "Edit next LPE parameter" and add it to toolbar of nodetool.
Johan B. C. Engelen
2007-12-05
1
-0
/
+18
*
Add entry fields for x/y coordinates of selected nodes (fixes bugs #170116 an...
Maximilian Albert
2007-12-05
1
-49
/
+184
*
Implemented use of "short_label" for toolbar items.
Jon A. Cruz
2007-12-04
1
-165
/
+191
*
make the order of buttons the same as that of menu commands
bulia byak
2007-11-16
1
-4
/
+4
*
store paint bucket offset units in preferences to work around toolbar initial...
John Bintz
2007-11-01
1
-3
/
+4
*
keep family list open when font is selected
MenTaLguY
2007-10-05
1
-3
/
+2
*
* Marking empty strings as non-translatable
Luca Bruno
2007-09-13
1
-12
/
+12
*
add select all, select all in all layers, deselect to selector toolbar
bulia byak
2007-09-11
1
-0
/
+4
*
ensure select-one labels in tweak and paintbucket
bulia byak
2007-09-10
1
-10
/
+10
*
rearrange, disable fidelity for color modes
bulia byak
2007-09-10
1
-2
/
+8
*
reorder widgets for better logical grouping
bulia byak
2007-09-10
1
-5
/
+6
*
Decent support for setting the direction of infinite VPs via the toolbar and ...
Maximilian Albert
2007-09-01
1
-34
/
+251
*
four more modes
bulia byak
2007-08-27
1
-11
/
+154
*
add Affect: label, fill in presets for shape tools
bulia byak
2007-08-21
1
-20
/
+43
*
naming: avoid unintentional double-meanings (part 2)
MenTaLguY
2007-08-19
1
-3
/
+3
*
Remove second option for resizing 3D boxes (now we have 8 handles; the four f...
Maximilian Albert
2007-08-16
1
-97
/
+0
*
Hold perspectives on document level rather than globally; this corrects the c...
Maximilian Albert
2007-08-09
1
-8
/
+10
*
tweak tool
bulia byak
2007-08-08
1
-1
/
+157
*
Fix behaviour of toggle buttons (for VP states) in 3D box toolbar; reshape bo...
Maximilian Albert
2007-08-07
1
-22
/
+7
*
Don't draw auxiliary vanishing points any more
Maximilian Albert
2007-08-06
1
-1
/
+0
*
Store a global list of existing perspectives; for each perspective hold a lis...
Maximilian Albert
2007-08-06
1
-8
/
+8
*
move the box tool back where it belongs, in shapes
bulia byak
2007-07-10
1
-1
/
+1
*
Different resizing variant for 3D boxes (8 handles)
Maximilian Albert
2007-07-10
1
-1
/
+1
*
small cleanups
Maximilian Albert
2007-07-10
1
-0
/
+3
*
Two variants of resizing 3D boxes (using three/four handles, respectively, de...
Maximilian Albert
2007-07-04
1
-0
/
+99
*
small cleanup (consistently use Box3D::Axis to specify axis directions)
Maximilian Albert
2007-07-03
1
-12
/
+8
*
More meaningful name for 3D axis directions
Maximilian Albert
2007-07-03
1
-1
/
+1
*
switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...
bulia byak
2007-06-27
1
-6
/
+6
*
unref temporary styles properly
bulia byak
2007-06-27
1
-1
/
+10
*
Move icon of 3D Box tool between Text tool and Connector tool
Maximilian Albert
2007-06-26
1
-1
/
+1
*
Complete fix of cast causing compile error on x86-64 (see commit no. 15178)
Maximilian Albert
2007-06-26
1
-3
/
+3
*
Fix cast causing compile error on x86-64
gustav_b
2007-06-24
1
-1
/
+1
*
First (very limited) version of the 3D box tool; allows for drawing of new bo...
Maximilian Albert
2007-06-21
1
-0
/
+94
*
Add auto gap filling for Paint Bucket and implement "safety valve" to prevent...
John Bintz
2007-05-28
1
-0
/
+31
*
fixed fixme's in shapeeditor and changed verbs for node editting. helps with ...
Johan B. C. Engelen
2007-05-11
1
-13
/
+45
*
Added preference to allow for system toolbox size
Jon A. Cruz
2007-05-08
1
-3
/
+14
*
Set up toolbox so that paint bucket defaults can be reset
John Bintz
2007-04-25
1
-0
/
+38
*
Supress initial change due to feedback loop
Jon A. Cruz
2007-04-22
1
-3
/
+13
*
Switched connector toobar to stock GTK+ toolbars
Jon A. Cruz
2007-04-21
1
-101
/
+100
[prev]
[next]