index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
desktop.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for 819671 : No visual indication for grid and snap being on/off
John Smith
2012-08-09
1
-0
/
+6
*
Fix for 378413 : Show/Hide all layers
John Smith
2012-07-12
1
-0
/
+7
*
Fixing to use explicit enum types instead of generic guint & bool.
Jon A. Cruz
2012-05-08
1
-2
/
+2
*
Fix typos in Gtk3 fixes, and fix separator API usage
Alex Valavanis
2012-04-30
1
-1
/
+1
*
Replace deprecated gdk_cursor_unref
Alex Valavanis
2012-04-09
1
-0
/
+4
*
Preferences. New desktop integration preference for Windows users (native/gtk...
Nicolas Dufour
2012-03-21
1
-1
/
+1
*
Fix for 390458 : Convert Export Bitmap to a dockable dialog
John Smith
2012-03-03
1
-1
/
+1
*
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
2012-02-29
1
-0
/
+4
*
Fix for 171579 : Make inkscape remember dialogs window status
John Smith
2012-02-17
1
-1
/
+74
*
Header cleaning
Alex Valavanis
2012-02-12
1
-1
/
+2
*
GSEAL fixes
Alex Valavanis
2012-02-11
1
-1
/
+1
*
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
2012-02-06
1
-1
/
+0
*
Initial C++ification of SPCanvas.
Jon A. Cruz
2012-01-12
1
-7
/
+6
*
Added signal for desktop destruction to allow for proper removal of tracked s...
Jon A. Cruz
2012-01-01
1
-1
/
+5
*
UI. Patch for wishlist Bug #169623 (Canvas color option) by William Swanson.
Nicolas Dufour
2011-12-20
1
-9
/
+8
*
Fixing more broken and split doc comments.
Jon A. Cruz
2011-10-27
1
-33
/
+1
*
Another minor pass of Doxygen cleanup.
Jon A. Cruz
2011-10-03
1
-24
/
+22
*
Remove all NRRect use.
Krzysztof Kosi??ski
2011-08-27
1
-41
/
+16
*
Remove NRRect from paint servers and temporary calculations
Krzysztof Kosi??ski
2011-08-27
1
-0
/
+1
*
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
2011-08-27
1
-7
/
+7
*
Merge rendering cache branch (GSoC 2011)
Krzysztof Kosi??ski
2011-08-25
1
-50
/
+52
|
\
|
*
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
2011-08-07
1
-10
/
+11
|
*
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
2011-08-06
1
-44
/
+45
*
|
Better memory-leak fix by just changing member to Glib::ustring. Eliminates p...
Jon A. Cruz
2011-07-31
1
-20
/
+13
*
|
Memory leaks fix / code cleanup
Kris De Gussem
2011-07-30
1
-0
/
+3
|
/
*
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
2011-07-17
1
-2
/
+1
*
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
2011-07-16
1
-7
/
+8
*
Merge from trunk
Krzysztof Kosi??ski
2011-07-06
1
-2
/
+2
|
\
|
*
Switch to GObject
Alex Valavanis
2011-06-24
1
-2
/
+2
*
|
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
1
-0
/
+1
|
/
*
Merge from trunk
Krzysztof Kosi??ski
2011-06-19
1
-1
/
+10
|
\
|
*
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
2011-06-04
1
-1
/
+3
|
*
Adding initial cut of resource manager.
Jon A. Cruz
2011-05-06
1
-0
/
+7
*
|
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-10
/
+40
|
\
|
|
*
Cleaned up memory patch. Fixes bug #737298.
Jon A. Cruz
2011-03-20
1
-0
/
+3
|
*
NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)
Johan B. C. Engelen
2011-02-21
1
-1
/
+21
|
*
Pass removing some outdated C-macro use.
Jon A. Cruz
2011-02-20
1
-4
/
+4
|
*
Fix the zoom changed signal to no longer be sent out before the values have f...
Jon A. Cruz
2011-02-19
1
-1
/
+7
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-4
/
+4
|
*
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...
Jon A. Cruz
2010-12-23
1
-0
/
+1
*
|
Merge from trunk (again)
Krzysztof Kosi??ski
2010-12-15
1
-36
/
+52
|
\
|
|
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-36
/
+52
|
|
\
|
|
*
XML Privatisation Stuff after a long time
Abhishek Sharma public
2010-08-11
1
-7
/
+12
|
|
*
More in XML privatisation with new create3DBox function and other supplements...
Abhishek Sharma Public
2010-07-17
1
-0
/
+22
|
|
*
C++fied SPDocument added
Abhishek Sharma Public
2010-07-01
1
-9
/
+9
|
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-7
/
+7
*
|
|
Merge from trunk
Krzysztof Kosi??ski
2010-11-25
1
-2
/
+8
|
\
|
|
|
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
|
*
|
Fix LP bug #622350: Discard events when desktop->event_context has not been s...
Diederik van Lierop
2010-08-28
1
-1
/
+7
*
|
|
merge from trunk
Krzysztof Kosi??ski
2010-08-08
1
-2
/
+2
|
\
|
|
[next]