index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
interface.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-10-03
Another minor pass of Doxygen cleanup.
Jon A. Cruz
1
-33
/
+36
2011-08-28
Remove nr-object.h and nr-macros.h
Krzysztof Kosi??ski
1
-25
/
+12
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-1
/
+1
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-4
/
+4
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-2
/
+2
2011-07-06
Refactoring color profile to bring more internal. Help to prep for optional l...
Jon A. Cruz
1
-4
/
+0
2011-06-26
Gtk cleanup: gtk_menu_append
Alex Valavanis
1
-5
/
+5
2011-06-23
Remove/replace deprecated gtk_window_set_policy symbol
Alex Valavanis
1
-3
/
+1
2011-04-21
UI. New mnemonics (see Bug #768277 , Add mnemonics for menu items without ver...
Nicolas Dufour
1
-3
/
+3
2011-03-20
Cleaned up memory patch. Fixes bug #737298.
Jon A. Cruz
1
-4
/
+12
2011-02-21
NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)
Johan B. C. Engelen
1
-27
/
+32
2011-02-21
Finished cleanup of outdated SP_OBJECT_PARENT C macro.
Jon A. Cruz
1
-13
/
+13
2010-12-23
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...
Jon A. Cruz
1
-13
/
+12
2010-12-06
Restore copies of renamed icons on certain gtk versions. Fixes bug #651678.
Jon A. Cruz
1
-2
/
+33
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-09-06
Automatically add shortcuts to tooltips
Jasper van de Gronde
1
-81
/
+9
2010-08-04
Wholesale cruft removal part 3
Krzysztof Kosi??ski
1
-2
/
+2
2010-07-30
i18n. Fix for Bug #611025 (Setup for widescreen work does not show translated).
Nicolas Dufour
1
-1
/
+1
2010-07-30
i18n. Fix for Bug #611025 (Setup for widescreen work does not show translated).
Nicolas Dufour
1
-1
/
+1
2010-07-12
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
1
-1
/
+1
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-8
/
+8
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-2
/
+2
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-2
/
+2
2010-06-28
Partial C++-ification of SPGradient
Jon A. Cruz
1
-1
/
+1
2010-06-17
Fix for show/hide.
Jon A. Cruz
1
-2
/
+1
2010-06-16
Move the task view changing to the "View" menu. Fixes bugs #170781 and #171663.
Jon A. Cruz
1
-25
/
+74
2010-03-18
Changed the embed/link dialog to use radio buttons instead of a checkbox to m...
Jon A. Cruz
1
-3
/
+3
2010-03-04
Improve behavior when pasting, DnDing and importing bitmap images
Krzysztof Kosi??ski
1
-41
/
+21
2010-03-02
Cleanup on id access.
Jon A. Cruz
1
-3
/
+3
2009-12-11
- new: Print Colors Preview Dialog and rendermode
Felipe Corr??a da Silva Sanches
1
-0
/
+2
2009-12-01
recent files: show tooltips with uri, hide local files which are missing or u...
buliabyak
1
-0
/
+3
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-5
/
+5
2009-08-05
SPDocument->Document
johnce
1
-5
/
+5
2009-07-28
Fix bug #168387 (Display mode toggle doesn't update radio button)
Diederik van Lierop
1
-5
/
+49
2009-06-06
When closing a window and while asking whether to save, Inkscape should not b...
Diederik van Lierop
1
-7
/
+16
2009-05-25
Also store the window's geometry when saving through the data-loss warning di...
Diederik van Lierop
1
-2
/
+0
2009-05-23
Inkscape should not discard negative window positions. For example, a maximiz...
Diederik van Lierop
1
-6
/
+4
2009-05-17
remove temporary prefs hack
Thomas Holder
1
-7
/
+3
2009-03-24
consistent capitalization
bulia byak
1
-1
/
+1
2009-03-20
Renamed ColorDef to PaintDef to prep for expanded functionality.
Jon A. Cruz
1
-4
/
+4
2009-03-18
Rough code to preserve drag-n-drop of solid gradients.
Jon A. Cruz
1
-3
/
+26
2009-03-18
Whitespace cleanup
Jon A. Cruz
1
-14
/
+14
2009-03-08
Reworked internals of color and drag-n-drop.
Jon A. Cruz
1
-56
/
+75
2009-03-07
Moving dnd data generation into the generic ColorDef class.
Jon A. Cruz
1
-2
/
+1
2009-03-05
Adding clear-color swatch to complement no-color.
Jon A. Cruz
1
-1
/
+4
2009-03-03
Adding some no-color to drag-n-drop
Jon A. Cruz
1
-1
/
+65
2009-02-22
Use g_base64_encode_step when importing images via drag and drop.
Krzysztof Kosi??ski
1
-34
/
+20
2009-02-09
Make the recent menu react to changes in max recent documents preference
Krzysztof Kosi??ski
1
-0
/
+21
2009-01-10
Added a new toolbar with snapping controls
Diederik van Lierop
1
-15
/
+17
2008-12-28
More NR ==> Geom changes
Joshua L. Blocher
1
-6
/
+6
[next]