index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
widget
/
page-sizer.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-07-13
Don't allow zero values for width/height and corresponding viewBox numbers.
Tavmjong Bah
1
-2
/
+4
2015-03-21
Fix GTK3 build (typo).
Tavmjong Bah
1
-1
/
+1
2015-03-21
Add GUI for 'viewBox'.
Tavmjong Bah
1
-22
/
+147
2015-03-17
Remove sleep() left over from debugging.
Tavmjong Bah
1
-1
/
+0
2015-03-11
Allow changing document scale (via changing viewBox). Start of GUI.
Tavmjong Bah
1
-1
/
+117
2015-01-05
Avoid calling root->updateRepr() twice when changing width and height.
Tavmjong Bah
1
-2
/
+1
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-3
/
+3
2014-12-21
Purge sp_desktop_namedview in favor of SPDesktop::getNamedView
Liam P. White
1
-1
/
+1
2014-12-06
do not recalculate page height unless it is necessary. (Bug 1384915, comment 24)
Alvin Penner
1
-2
/
+4
2014-11-28
avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24)
Alvin Penner
1
-4
/
+5
2014-11-24
Units: make it absolutely clear that Document properties unit dropdown is for...
Johan B. C. Engelen
1
-2
/
+2
2014-11-20
Rename variable to better express its use. (units -> page_size_units)
Tavmjong Bah
1
-2
/
+2
2014-08-30
Fix modelines
Alex Valavanis
1
-2
/
+2
2014-02-24
inspired by r13052, fix up the code to hopefully work when someone has differ...
Johan B. C. Engelen
1
-14
/
+18
2014-02-24
fix typos in page-sizer (Bug 1240308)
Alvin Penner
1
-2
/
+2
2013-10-12
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
1
-5
/
+4
2013-09-23
Fix percentage document size handling.
Matthew Petroff
1
-0
/
+2
2013-08-28
Use Quantity comparisons in PageSizer.
Matthew Petroff
1
-5
/
+5
2013-08-27
Added viewBox implement document unit support.
Matthew Petroff
1
-2
/
+3
2013-08-25
Use real world units for page sizes.
Matthew Petroff
1
-32
/
+37
2013-08-06
Fixed bug in page sizer.
Matthew Petroff
1
-69
/
+69
2013-08-04
Switched to global UnitTable.
Matthew Petroff
1
-2
/
+1
2013-07-30
Cleanup.
Matthew Petroff
1
-2
/
+2
2013-07-18
Switch unit functions from using pointer arguements to reference arguements.
Matthew Petroff
1
-11
/
+6
2013-07-09
Ported sp-namedview.cpp (todo: fix a bunch of things).
Matthew Petroff
1
-2
/
+2
2013-07-06
Switch setWidth and setHeight to use Quantity and switch to forward declarati...
Matthew Petroff
1
-2
/
+2
2013-07-02
Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class.
Matthew Petroff
1
-81
/
+78
2013-07-01
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
1
-1
/
+2
2012-12-16
Migrate PageSizer to Gtk::Grid
Alex Valavanis
1
-2
/
+50
2012-10-31
Fix for 1068763 : Opening 'File > Document Properties' dirties current document
John Smith
1
-0
/
+4
2012-06-17
Removed outdated classes.
Jon A. Cruz
1
-0
/
+3
2012-02-26
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
1
-1
/
+2
2012-02-06
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
1
-1
/
+0
2012-01-03
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
1
-1
/
+1
2011-11-05
increase significant digits for page dimensions
Johan B. C. Engelen
1
-0
/
+8
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-2
/
+4
2011-10-18
cppcheck
Kris De Gussem
1
-2
/
+2
2011-06-24
Document. Fix for bug #680347 (page margins can't be reset with single click ...
Nicolas Dufour
1
-13
/
+19
2011-06-23
Remove more of libnr
Krzysztof Kosi??ski
1
-0
/
+1
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-1
/
+1
2011-02-22
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
1
-3
/
+3
2010-09-26
Fix for Bug #586955 (the unit for user defined document size is not refreshed...
Nicolas Dufour
1
-0
/
+9
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-1
/
+1
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-3
/
+3
2010-06-01
Fixing order from r9463, correct order is Width -> Height -> Units. (Bug #587...
Alex Leone
1
-1
/
+1
2010-06-01
In the document properties dialog, changes tab order to units, width, height....
Alex Leone
1
-1
/
+10
2010-06-01
Makes the "Fit Page to Selection" margin options load from the opened file. (...
Alex Leone
1
-17
/
+52
2010-01-08
Patch by Alex Leone to add margins to resize page options in Document Properties
Josh Andler
1
-20
/
+49
2009-11-28
Patch by Dan_Krause to add Arch Paper sizes
Josh Andler
1
-0
/
+20
2009-09-05
patch by Adrian Johnson for 166678
bulia byak
1
-12
/
+11
[next]