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
2012-04-11
i18n. Adding some context tags (disambiguation).
Nicolas Dufour
1
-3
/
+3
2012-04-11
UI. Restoring context menu items order (Embed image) and activation test (Ext...
Nicolas Dufour
1
-2
/
+2
2012-04-10
Additional cleanup.
Jon A. Cruz
1
-38
/
+0
2012-04-10
Replace remaining gtk_hbox_new usage
Alex Valavanis
1
-0
/
+10
2012-04-09
Documentation / dropping some pointer conversions in context menu
Kris De Gussem
1
-78
/
+34
2012-04-06
restore item order of dialogs in context menu (Bug #910529)
Kris De Gussem
1
-45
/
+27
2012-04-06
fixes issue with revision 11160?
Kris De Gussem
1
-6
/
+6
2012-04-06
build warning fix
Kris De Gussem
1
-1
/
+1
2012-04-05
C++ify context menu:
Kris De Gussem
1
-105
/
+687
2012-04-05
add NULL checks to perhaps fix bug 970105
Johan B. C. Engelen
1
-13
/
+15
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+1
2012-02-12
Cleaning up a few headers
Alex Valavanis
1
-0
/
+2
2012-02-08
Patch from lp 721448 to make OSX Aqua builds more stable
Josh Andler
1
-15
/
+0
2012-02-06
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
1
-0
/
+1
2012-01-05
GTK 2.20 compat for interface.cpp
Alex Valavanis
1
-0
/
+8
2012-01-03
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
1
-13
/
+16
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
[prev]
[next]