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
...
*
do not override myFilename for OCAL inport!
Kees Cook
2008-02-17
1
-9
/
+18
*
fix sticking in rotation mode after click (correct fix this time, sorry)
bulia byak
2008-02-17
1
-0
/
+2
*
fix sticking in rotation mode after click
bulia byak
2008-02-17
1
-2
/
+2
*
fixups for previous OCAL tempfile wranglings
Kees Cook
2008-02-17
1
-3
/
+8
*
fix bug #191847, based on patch from Lubomir Kundrak
Kees Cook
2008-02-17
1
-11
/
+21
*
fix bug #179326, thanks to Lubomir Kundrak
Kees Cook
2008-02-17
1
-52
/
+29
*
add x,y, width and height parameter settings for <filter> node in a separate ...
Felipe Corr??a da Silva Sanches
2008-02-16
2
-34
/
+114
*
fix for bug #184671 (Filter effects properties not updating correctly)
Felipe Corr??a da Silva Sanches
2008-02-15
4
-17
/
+111
*
i18n patch from Marcin
Alexandre Prokoudine
2008-02-13
1
-1
/
+2
*
infobox on filter effects dialog now is optional
Felipe Corr??a da Silva Sanches
2008-02-12
3
-0
/
+20
*
* Missing localization for Reset preferences button
Luca Bruno
2008-02-11
2
-2
/
+2
*
remaining g++ 4.3 compilation fix-ups
Kees Cook
2008-02-11
1
-0
/
+2
*
Offline work done during weekend:
Felipe Corr??a da Silva Sanches
2008-02-11
1
-3
/
+5
*
Patch from Marcin Floryan to get rid of one string in the pot file
Bryce Harrington
2008-02-10
1
-1
/
+1
*
* Alternative translation text for Grid|New, patch by Marcin Floryan (closes:...
Luca Bruno
2008-02-08
1
-1
/
+2
*
well... this is a better fix for bug #180117 (Filter Dialog soup) !
Felipe Corr??a da Silva Sanches
2008-02-07
1
-3
/
+4
*
fix for bug #180117 (Filter Dialog soup)
Felipe Corr??a da Silva Sanches
2008-02-07
1
-5
/
+3
*
Delete trailing whitespace
Bryce Harrington
2008-02-04
1
-94
/
+94
*
fix emphasize coloring of grid lines (preference, dotted xy-grid and axonomgrid)
Johan B. C. Engelen
2008-02-04
1
-1
/
+4
*
Whitespace cleanup
Bryce Harrington
2008-02-04
1
-46
/
+46
*
Fix dragging a connection in the filter effects dialog into the primitive typ...
Nicholas Bishop
2008-02-02
1
-0
/
+1
*
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
2008-01-31
1
-0
/
+3
*
When a panel dialog is presented, request it's panel to be presented as well.
gustav_b
2008-01-30
1
-4
/
+16
*
* don't strech buttons on lpe dialog when resizing the dialog
Felipe Corr??a da Silva Sanches
2008-01-30
1
-2
/
+4
*
- marked forgoten message for translation
Alexandre Prokoudine
2008-01-28
1
-1
/
+1
*
at least gray out the remove button if we can't remove it when no grids
bulia byak
2008-01-26
1
-3
/
+2
*
fix: show lpe parameters when new effect is applied
Johan B. C. Engelen
2008-01-26
1
-0
/
+2
*
gray out widgets when grid is disabled.
Johan B. C. Engelen
2008-01-26
3
-9
/
+9
*
* implemented feImage Settings UI
Felipe Corr??a da Silva Sanches
2008-01-24
1
-4
/
+139
*
fix clearing in Scale and unit conversion in Skew
bulia byak
2008-01-22
1
-3
/
+12
*
sorry... forgot to quote a \"
Felipe Corr??a da Silva Sanches
2008-01-21
1
-2
/
+2
*
* modified strings on infobox (filter effect dialog) to fit better english style
Felipe Corr??a da Silva Sanches
2008-01-21
1
-11
/
+11
*
Ctrl+click in pen/pencil tool: Created dots are now selected; Alt is used for...
Maximilian Albert
2008-01-20
1
-3
/
+3
*
don't update LPE dialog when selection is modified. try 2
Johan B. C. Engelen
2008-01-20
2
-31
/
+14
*
don't update LPE dialog when selection is modified.
Johan B. C. Engelen
2008-01-20
2
-14
/
+21
*
Make creation of dots via Ctrl+click also possible in pen context; fill dots ...
Maximilian Albert
2008-01-19
2
-0
/
+13
*
info-box for filter effects dialog
Felipe Corr??a da Silva Sanches
2008-01-18
2
-1
/
+87
*
Fixed crash in the filter effects dialog on loading files with the unimplemen...
Nicholas Bishop
2008-01-18
1
-2
/
+4
*
removing feTile and feComponentTransfer from UI
Felipe Corr??a da Silva Sanches
2008-01-17
1
-2
/
+8
*
Hide the Image filter effect primitive from the filter effects dialog. Files ...
Nicholas Bishop
2008-01-17
2
-0
/
+26
*
Fixed bug in filter effects dialog; incorrect desktop was being used with mul...
Nicholas Bishop
2008-01-17
1
-2
/
+4
*
Fixed a crash on removing a filter primitive in the filter effects dialog.
Nicholas Bishop
2008-01-17
2
-15
/
+16
*
RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> in...
gustav_b
2008-01-17
3
-60
/
+44
*
remove unnecessary cast + cosmetic changes.
Johan B. C. Engelen
2008-01-16
2
-42
/
+63
*
RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old R...
Johan B. C. Engelen
2008-01-16
3
-79
/
+46
*
RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old Regi...
Johan B. C. Engelen
2008-01-16
2
-47
/
+23
*
No need to use pointers for the widgets of document-properties.cpp, so don't.
Johan B. C. Engelen
2008-01-16
3
-105
/
+78
*
Remember state of 'Relative to:' combo box in Align and Distribute dialog acr...
Maximilian Albert
2008-01-16
1
-2
/
+5
*
Add option in Preferences to keep objects after conversion to guides
Maximilian Albert
2008-01-16
2
-0
/
+6
*
Move 'bounding box' option up one level (from Selector to Tools page in Prefe...
Maximilian Albert
2008-01-16
2
-9
/
+9
[prev]
[next]