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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-09-12
Integrating with libdepixelize
VinÃcius dos Santos Oliveira
1
-0
/
+1
2013-08-02
reordered SPDesktop::set_event_context2; fixed last mismatched-tags
Markus Engel
1
-8
/
+14
2013-07-31
Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.
Markus Engel
1
-1
/
+1
2013-07-30
Further refactoring of EventContexts.
Markus Engel
1
-4
/
+63
2013-07-19
Ported "ui/widget/selected-style.*".
Matthew Petroff
1
-1
/
+0
2013-07-04
Code readability improvements and licence changes for action-context.*
Eric Greveson
1
-25
/
+25
2013-07-01
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
1
-132
/
+40
2013-06-16
Fix layer selection so defs don't change layers, updated symbol text.
Martin Owens
1
-0
/
+4
2013-04-21
Removed some unused files; more refactoring in EventContext tree.
Markus Engel
1
-2
/
+8
2013-04-21
More cleaning.
Markus Engel
1
-21
/
+3
2013-04-21
Cleaned up a bit.
Markus Engel
1
-3
/
+6
2013-04-20
Some refactoring in RectContext and StarContext.
Markus Engel
1
-1
/
+5
2013-04-20
Moved factories to different files.
Markus Engel
1
-1
/
+1
2013-04-20
Merging of EventContext classes complete.
Markus Engel
1
-1
/
+1
2013-04-20
Further changes to EventContexts; they work without GObject
Markus Engel
1
-28
/
+66
2013-04-13
Replaced casting macros for EventContext tree; added contructors.
Markus Engel
1
-13
/
+13
2013-04-12
Added prefPaths to contexts; modified SPFactory
Markus Engel
1
-30
/
+33
2013-03-26
Fixed broken logic in zoom history to fix bug 1106031 (and removed some unrel...
Craig Marshall
1
-1
/
+1
2013-03-25
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
1
-2
/
+1
2013-03-19
Partial fix for Bug #1071082 (Undo History doesn't work if open before file i...
Nicolas Dufour
1
-0
/
+7
2013-01-27
Migrate ruler position tracking to new track_widget API
Alex Valavanis
1
-6
/
+0
2013-01-13
make grayscale viewmode color factors configurable.
Johan B. C. Engelen
1
-0
/
+14
2013-01-01
zoom to entire drawing after delete (Bug 970370)
Alvin Penner
1
-0
/
+1
2012-11-18
Fix for 1079971 : Symbol dialog : Drag & Drop to the canvas
John Smith
1
-0
/
+1
2012-11-03
Fix for 1065933 : Better support for sub-layers in 'Show/Hide other layers'
John Smith
1
-4
/
+9
2012-10-11
Fix for 191020 : Lock/Unlock all layers - Lock other layers
John Smith
1
-0
/
+29
2012-10-11
Fix for 171904 : toggleToolbox verb
John Smith
1
-1
/
+12
2012-10-09
Fix for 191020 : Lock/Unlock all layers
John Smith
1
-2
/
+11
2012-08-09
Fix for 819671 : No visual indication for grid and snap being on/off
John Smith
1
-0
/
+6
2012-07-12
Fix for 378413 : Show/Hide all layers
John Smith
1
-0
/
+7
2012-05-08
Fixing to use explicit enum types instead of generic guint & bool.
Jon A. Cruz
1
-2
/
+2
2012-04-30
Fix typos in Gtk3 fixes, and fix separator API usage
Alex Valavanis
1
-1
/
+1
2012-04-09
Replace deprecated gdk_cursor_unref
Alex Valavanis
1
-0
/
+4
2012-03-21
Preferences. New desktop integration preference for Windows users (native/gtk...
Nicolas Dufour
1
-1
/
+1
2012-03-03
Fix for 390458 : Convert Export Bitmap to a dockable dialog
John Smith
1
-1
/
+1
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-0
/
+4
2012-02-17
Fix for 171579 : Make inkscape remember dialogs window status
John Smith
1
-1
/
+74
2012-02-12
Header cleaning
Alex Valavanis
1
-1
/
+2
2012-02-11
GSEAL fixes
Alex Valavanis
1
-1
/
+1
2012-02-06
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
1
-1
/
+0
2012-01-12
Initial C++ification of SPCanvas.
Jon A. Cruz
1
-7
/
+6
2012-01-01
Added signal for desktop destruction to allow for proper removal of tracked s...
Jon A. Cruz
1
-1
/
+5
2011-12-20
UI. Patch for wishlist Bug #169623 (Canvas color option) by William Swanson.
Nicolas Dufour
1
-9
/
+8
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-33
/
+1
2011-10-03
Another minor pass of Doxygen cleanup.
Jon A. Cruz
1
-24
/
+22
2011-08-27
Remove all NRRect use.
Krzysztof Kosi??ski
1
-41
/
+16
2011-08-27
Remove NRRect from paint servers and temporary calculations
Krzysztof Kosi??ski
1
-0
/
+1
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-7
/
+7
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
1
-10
/
+11
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-44
/
+45
[next]