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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move GtkAction subclasses to widgets/
Liam P. White
2014-10-05
1
-1
/
+1
*
Move obvious ui component to ui/
Liam P. White
2014-10-05
1
-1
/
+1
*
Update to experimental r13543
Liam P. White
2014-09-07
1
-61
/
+76
*
Update to experimental r13531
Liam P. White
2014-08-31
1
-76
/
+61
|
\
|
*
desktop-widget: GObject boilerplate reduction
Alex Valavanis
2014-08-24
1
-76
/
+61
*
|
Update to experimental r13452
Liam P. White
2014-07-30
1
-2
/
+2
|
\
|
|
*
Fix a crash where the canvas does not have a valid main element
Liam P. White
2014-06-19
1
-0
/
+3
*
|
Update to experimental r13407
Liam P. White
2014-06-22
1
-0
/
+3
|
\
\
|
*
|
Fix a crash where the canvas does not have a valid main
Liam P. White
2014-06-19
1
-0
/
+3
|
|
/
*
|
Reverted swatches
Liam P. White
2014-03-12
1
-1
/
+1
*
|
Added new swatches dialog
Liam P. White
2014-03-05
1
-1
/
+1
|
/
*
Move extended input events stuff from desktop-widget.cpp to sp-canvas.cpp,
Krzysztof Kosi??ski
2014-02-27
1
-5
/
+0
*
gtkmmification (seems there is more margin in desktop-widget.cpp)
Kris De Gussem
2014-01-11
1
-17
/
+8
*
Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated
Alex Valavanis
2014-01-02
1
-3
/
+3
*
Moved and renamed some tool-related files.
Markus Engel
2013-11-09
1
-1
/
+1
*
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
2013-10-12
1
-3
/
+3
*
Merge from trunk.
Matthew Petroff
2013-09-20
1
-1
/
+4
|
\
|
*
Merged from trunk (r12488).
Markus Engel
2013-08-30
1
-13
/
+15
|
|
\
|
*
\
Merged from trunk (r12419).
Markus Engel
2013-07-14
1
-56
/
+92
|
|
\
\
|
*
\
\
Merged from trunk (r12305)
Markus Engel
2013-04-27
1
-6
/
+14
|
|
\
\
\
|
*
|
|
|
Removed some unused files; more refactoring in EventContext tree.
Markus Engel
2013-04-21
1
-1
/
+4
*
|
|
|
|
Added viewBox implement document unit support.
Matthew Petroff
2013-08-27
1
-2
/
+2
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Switched to global UnitTable.
Matthew Petroff
2013-08-04
1
-1
/
+1
*
|
|
|
Ported "widgets/ruler.*" away from SPMetric.
Matthew Petroff
2013-07-22
1
-8
/
+9
*
|
|
|
Ported "ui/widget/selected-style.*".
Matthew Petroff
2013-07-19
1
-2
/
+3
*
|
|
|
Port remaining files away from "helper/unit-tracker.h".
Matthew Petroff
2013-07-17
1
-4
/
+4
*
|
|
|
Merge from trunk.
Matthew Petroff
2013-07-17
1
-2
/
+4
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
2013-07-01
1
-2
/
+4
*
|
|
|
Fixed memory corruption introduced in a previous commit.
Matthew Petroff
2013-07-17
1
-2
/
+2
*
|
|
|
Fixed conversion factors and missed unit include removal.
Matthew Petroff
2013-07-17
1
-2
/
+2
*
|
|
|
Ported sp-namedview.cpp (todo: fix a bunch of things).
Matthew Petroff
2013-07-09
1
-5
/
+5
|
/
/
/
*
|
|
Fix for 1184408 : Additional zoom levels in zoom context menu
John Smith
2013-06-16
1
-35
/
+78
*
|
|
Revert Fix for 600285 : Zoom slider
John Smith
2013-06-15
1
-14
/
+6
*
|
|
Warning cleanup.
Jon A. Cruz
2013-04-28
1
-5
/
+4
|
|
/
|
/
|
*
|
Fix for 600285 : Zoom slider
John Smith
2013-04-21
1
-6
/
+14
|
/
*
Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPicker
Alex Valavanis
2013-03-09
1
-0
/
+5
*
Drop dead Inkboard code. Config flag no longer exists
Alex Valavanis
2013-03-04
1
-5
/
+0
*
Null pointer check (should fix Bug #966441 )
Kris De Gussem
2013-02-23
1
-0
/
+4
*
Fix for 1091582 : Problem with key release when pressing space with cursor of...
John Smith
2013-02-02
1
-4
/
+5
*
Disconnect size_allocation signal handler before disposing desktop widget
Alex Valavanis
2013-01-30
1
-22
/
+24
*
desktop-widget: Add callback to ensure that ruler ranges are correctly update...
Alex Valavanis
2013-01-27
1
-0
/
+23
*
Migrate ruler position tracking to new track_widget API
Alex Valavanis
2013-01-27
1
-7
/
+3
*
rulers: Merge all remaining changes from GIMP. Up-to-date at commit a929a (20...
Alex Valavanis
2012-12-31
1
-4
/
+4
*
rulers: (Merge from GIMP) Set range in ruler units, not in px
Alex Valavanis
2012-12-31
1
-11
/
+5
*
Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...
Alex Valavanis
2012-12-25
1
-13
/
+13
*
Stop using UNUSED_PIXELS hack in ruler. This was only required because of th...
Alex Valavanis
2012-12-25
1
-19
/
+10
*
desktop-widget: Use GtkStyleContext for GTK+ 3 widget rendering
Alex Valavanis
2012-12-25
1
-32
/
+24
*
desktop-widget: Cleanup GTK+ 3 grid rendering and ruler redrawing
Alex Valavanis
2012-12-25
1
-24
/
+0
*
ruler (Merge from GIMP): Convert to no-window widget and provide separate acc...
Alex Valavanis
2012-12-22
1
-12
/
+4
*
GTK+ 3: Switch to more orientable widgets
Alex Valavanis
2012-12-16
1
-0
/
+5
[next]