index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sp-namedview.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-11-20
Rename variable to better express its use. (units -> page_size_units)
Tavmjong Bah
1
-2
/
+3
2014-10-04
Refactor SPGuide to use more C++
Liam P. White
1
-10
/
+6
2014-09-27
Update to experimental r13565
Liam P. White
1
-1
/
+1
2014-08-31
Header cleanup: stop using Glib types where they aren't truly needed. Eases G...
Liam P. White
1
-1
/
+1
2014-03-13
Reimplement global aliasing toggle as a 'shape-rendering' property
Krzysztof Kosi??ski
1
-6
/
+0
2014-03-13
Provide a toggle in the document properties to optionally turn off
Krzysztof Kosi??ski
1
-0
/
+6
2013-10-24
try to add some const-correctness
Johan B. C. Engelen
1
-0
/
+5
2013-10-12
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
1
-15
/
+10
2013-08-04
Switched to global UnitTable.
Matthew Petroff
1
-4
/
+1
2013-08-03
Cleaned up.
Markus Engel
1
-236
/
+217
2013-08-01
Fixed more mismatched-tags; replaced GObject-properties in SPGuide
Markus Engel
1
-6
/
+26
2013-07-31
Removed placement news / explicit destructor calls.
Markus Engel
1
-1
/
+1
2013-07-22
Removed SPMetric.
Matthew Petroff
1
-13
/
+0
2013-07-22
Ported "widgets/ruler.*" away from SPMetric.
Matthew Petroff
1
-0
/
+13
2013-07-18
Switch unit functions from using pointer arguements to reference arguements.
Matthew Petroff
1
-2
/
+1
2013-07-17
Fixed memory corruption introduced in a previous commit.
Matthew Petroff
1
-3
/
+3
2013-07-09
Ported sp-namedview.cpp (todo: fix a bunch of things).
Matthew Petroff
1
-12
/
+15
2013-07-02
Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class.
Matthew Petroff
1
-4
/
+7
2013-05-01
Update minimum window size logic for cases when not saving window positions.
Jon A. Cruz
1
-38
/
+58
2013-05-01
Fix for Bug #830663 (default window size is too small) by Jiabao Wu
Jon A. Cruz
1
-5
/
+12
2013-04-07
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
1
-2
/
+0
2013-04-06
Merged ObjectGroup and subclasses.
Markus Engel
1
-76
/
+53
2013-04-02
Added virtual destructor to SPObject. Switched to new factory. Replaced some ...
Markus Engel
1
-0
/
+11
2013-04-01
Added constructors to SP classes.
Markus Engel
1
-4
/
+28
2013-03-31
Prepared exchange of casting macros.
Markus Engel
1
-0
/
+1
2013-03-29
Renamed virtual function names.
Markus Engel
1
-11
/
+11
2013-03-29
Removed function pointers from SPObject and subclasses.
Markus Engel
1
-5
/
+5
2013-03-29
Added "virtual pads" to
Markus Engel
1
-3
/
+3
2013-03-14
Various changes.
Markus Engel
1
-1
/
+1
2013-01-23
Clean up more GObject type definitions
Alex Valavanis
1
-39
/
+12
2012-10-28
Fix for 928205 : Do not save viewport metadata option
John Smith
1
-2
/
+2
2012-08-28
Fix for 928205 : Preference to not save doc viewport metadata
John Smith
1
-3
/
+6
2012-08-21
Added "virtual pad" to SPNamedView.
Markus Engel
1
-21
/
+59
2012-08-09
Fix for 819671 : No visual indication for grid and snap being on/off
John Smith
1
-0
/
+11
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-1
/
+2
2012-02-17
Fix for 171579 : Make inkscape remember dialogs window status
John Smith
1
-0
/
+18
2012-02-14
1) Add checkboxes for perpendicular and tangential snapping to the document p...
Diederik van Lierop
1
-0
/
+10
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+1
2012-01-08
Warning and uninitialized variable cleanup.
Jon A. Cruz
1
-6
/
+2
2011-12-20
when resizing page, move the origin of the grids too. This way all objects wi...
Johan B. C. Engelen
1
-0
/
+9
2011-12-18
Refactor snap-preferences a bit more
Diederik van Lierop
1
-3
/
+3
2011-10-08
1) make snapping to clip/mask paths optional (see document properties dialog ...
Diederik van Lierop
1
-0
/
+10
2011-08-27
Remove all NRRect use.
Krzysztof Kosi??ski
1
-4
/
+1
2011-08-23
1) Use the "snap guides" button both for guides being snap sources, as well a...
Diederik van Lierop
1
-1
/
+1
2011-08-22
Some code cosmetics and comments
Diederik van Lierop
1
-19
/
+15
2011-08-22
Refactoring of the snapping preferences; mainly about storing all toggles in ...
Diederik van Lierop
1
-19
/
+19
2011-08-18
fix old standing issue of converting 0.45 grids to >0.45
Johan B. C. Engelen
1
-5
/
+5
2011-07-19
Remove deprecated Glib symbols
Krzysztof Kosi??ski
1
-3
/
+3
2011-06-30
Implement decent snapping to text (baseline & anchor), and provide a toggle b...
Diederik van Lierop
1
-0
/
+5
2011-06-26
- Add a third group of snap sources/targets, called ¨others¨ (before we had...
Diederik van Lierop
1
-29
/
+32
[prev]
[next]