index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
/
desktop-widget.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-12-05
Changed from Desktop to namedview to handle multiples documents
Jabier Arraiza Cenoz
1
-13
/
+16
2015-12-03
String desc fix
Jabier Arraiza Cenoz
1
-2
/
+0
2015-12-03
Add global lock guides to the rulers
Jabier Arraiza Cenoz
1
-6
/
+52
2015-05-08
fixes a few of jenkins warnings
Marc Jeanmougin
1
-1
/
+3
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-1
/
+1
2014-11-26
Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...
Tavmjong Bah
1
-2
/
+2
2014-11-24
Units: make it absolutely clear that Document properties unit dropdown is for...
Johan B. C. Engelen
1
-5
/
+5
2014-10-05
Move GtkAction subclasses to widgets/
Liam P. White
1
-1
/
+1
2014-10-05
Move obvious ui component to ui/
Liam P. White
1
-1
/
+1
2014-09-27
Update to experimental r13565
Liam P. White
1
-62
/
+77
2014-09-07
Update to experimental r13543
Liam P. White
1
-61
/
+76
2014-09-07
Back out changes in r13514 -- seems to break build
Liam P. White
1
-61
/
+76
2014-08-24
desktop-widget: GObject boilerplate reduction
Alex Valavanis
1
-76
/
+61
2014-06-27
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
1
-4
/
+4
2014-06-26
3. remove dead code, refactor existing code. Connect overlooked signals.
Liam P. White
1
-1
/
+1
2014-06-25
1. make it compile
Liam P. White
1
-4
/
+4
2014-06-19
Fix a crash where the canvas does not have a valid main element
Liam P. White
1
-0
/
+3
2014-06-19
Fix a crash where the canvas does not have a valid main
Liam P. White
1
-0
/
+3
2014-03-12
Reverted swatches
Liam P. White
1
-1
/
+1
2014-03-05
Added new swatches dialog
Liam P. White
1
-1
/
+1
2014-02-27
Move extended input events stuff from desktop-widget.cpp to sp-canvas.cpp,
Krzysztof Kosi??ski
1
-5
/
+0
2014-01-11
gtkmmification (seems there is more margin in desktop-widget.cpp)
Kris De Gussem
1
-17
/
+8
2014-01-02
Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated
Alex Valavanis
1
-3
/
+3
2013-11-09
Moved and renamed some tool-related files.
Markus Engel
1
-1
/
+1
2013-10-12
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
1
-3
/
+3
2013-08-27
Added viewBox implement document unit support.
Matthew Petroff
1
-2
/
+2
2013-08-04
Switched to global UnitTable.
Matthew Petroff
1
-1
/
+1
2013-07-22
Ported "widgets/ruler.*" away from SPMetric.
Matthew Petroff
1
-8
/
+9
2013-07-19
Ported "ui/widget/selected-style.*".
Matthew Petroff
1
-2
/
+3
2013-07-17
Port remaining files away from "helper/unit-tracker.h".
Matthew Petroff
1
-4
/
+4
2013-07-17
Fixed memory corruption introduced in a previous commit.
Matthew Petroff
1
-2
/
+2
2013-07-17
Fixed conversion factors and missed unit include removal.
Matthew Petroff
1
-2
/
+2
2013-07-09
Ported sp-namedview.cpp (todo: fix a bunch of things).
Matthew Petroff
1
-5
/
+5
2013-07-01
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
1
-2
/
+4
2013-06-16
Fix for 1184408 : Additional zoom levels in zoom context menu
John Smith
1
-35
/
+78
2013-06-15
Revert Fix for 600285 : Zoom slider
John Smith
1
-14
/
+6
2013-04-28
Warning cleanup.
Jon A. Cruz
1
-5
/
+4
2013-04-21
Removed some unused files; more refactoring in EventContext tree.
Markus Engel
1
-1
/
+4
2013-04-21
Fix for 600285 : Zoom slider
John Smith
1
-6
/
+14
2013-03-09
Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPicker
Alex Valavanis
1
-0
/
+5
2013-03-04
Drop dead Inkboard code. Config flag no longer exists
Alex Valavanis
1
-5
/
+0
2013-02-23
Null pointer check (should fix Bug #966441 )
Kris De Gussem
1
-0
/
+4
2013-02-02
Fix for 1091582 : Problem with key release when pressing space with cursor of...
John Smith
1
-4
/
+5
2013-01-30
Disconnect size_allocation signal handler before disposing desktop widget
Alex Valavanis
1
-22
/
+24
2013-01-27
desktop-widget: Add callback to ensure that ruler ranges are correctly update...
Alex Valavanis
1
-0
/
+23
2013-01-27
Migrate ruler position tracking to new track_widget API
Alex Valavanis
1
-7
/
+3
2012-12-31
rulers: Merge all remaining changes from GIMP. Up-to-date at commit a929a (20...
Alex Valavanis
1
-4
/
+4
2012-12-31
rulers: (Merge from GIMP) Set range in ruler units, not in px
Alex Valavanis
1
-11
/
+5
2012-12-25
Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...
Alex Valavanis
1
-13
/
+13
2012-12-25
Stop using UNUSED_PIXELS hack in ruler. This was only required because of th...
Alex Valavanis
1
-19
/
+10
[prev]
[next]