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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
2018-06-18
1
-7
/
+7
*
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
2018-06-18
1
-2
/
+1
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-4
/
+4
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-2
/
+2
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-2
/
+2
*
Minor cleanup of warnings. No functional change.
Felipe Corrêa da Silva Sanches
2018-03-27
1
-6
/
+1
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-2
/
+4
*
Add label
Jabiertxo Arraiza Cenoz
2017-11-16
1
-1
/
+1
*
Add tooggle icon button intead checkbox
Jabiertxo Arraiza Cenoz
2017-11-16
1
-5
/
+16
*
Fix unincilizated value that not work in release mode. also remove duplicate ...
Jabiertxo Arraiza Cenoz
2017-11-15
1
-3
/
+3
*
Add auto update margins on checkbutton
Jabiertxo Arraiza Cenoz
2017-11-15
1
-3
/
+25
*
Add lock margins to document settings
Jabiertxo Arraiza Cenoz
2017-11-10
1
-8
/
+37
*
Hunted every GList to the last (except in libnrtype and libcroco)
Marc Jeanmougin
2017-09-30
1
-8
/
+6
*
Alow shink in document dialog on expanders close
Jabier Arraiza
2017-08-15
1
-1
/
+1
*
UX compres document dialog from Ronaldo idea with target to backport to 0.92.2
Jabier Arraiza
2017-07-26
1
-5
/
+1
*
Gtkmm deprecation fixes
Alexander Valavanis
2017-07-06
1
-30
/
+24
*
Adjust label for resize in page sizer tab
Martin Owens
2016-08-16
1
-1
/
+1
*
End GTK+ 2 support and remove GDL fork
Alex Valavanis
2016-08-04
1
-43
/
+0
|
\
|
*
ui/widgets: Drop GTK2 fallbacks
Alex Valavanis
2016-07-28
1
-43
/
+0
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-18
/
+1
*
|
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-1
/
+18
*
|
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-18
/
+1
|
/
*
Don't allow zero values for width/height and corresponding viewBox numbers.
Tavmjong Bah
2015-07-13
1
-2
/
+4
*
Fix GTK3 build (typo).
Tavmjong Bah
2015-03-21
1
-1
/
+1
*
Add GUI for 'viewBox'.
Tavmjong Bah
2015-03-21
1
-22
/
+147
*
Remove sleep() left over from debugging.
Tavmjong Bah
2015-03-17
1
-1
/
+0
*
Allow changing document scale (via changing viewBox). Start of GUI.
Tavmjong Bah
2015-03-11
1
-1
/
+117
*
Avoid calling root->updateRepr() twice when changing width and height.
Tavmjong Bah
2015-01-05
1
-2
/
+1
*
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
1
-3
/
+3
*
Purge sp_desktop_namedview in favor of SPDesktop::getNamedView
Liam P. White
2014-12-21
1
-1
/
+1
*
do not recalculate page height unless it is necessary. (Bug 1384915, comment 24)
Alvin Penner
2014-12-06
1
-2
/
+4
*
avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24)
Alvin Penner
2014-11-28
1
-4
/
+5
*
Units: make it absolutely clear that Document properties unit dropdown is for...
Johan B. C. Engelen
2014-11-24
1
-2
/
+2
*
Rename variable to better express its use. (units -> page_size_units)
Tavmjong Bah
2014-11-20
1
-2
/
+2
*
Fix modelines
Alex Valavanis
2014-08-30
1
-2
/
+2
*
inspired by r13052, fix up the code to hopefully work when someone has differ...
Johan B. C. Engelen
2014-02-24
1
-14
/
+18
*
fix typos in page-sizer (Bug 1240308)
Alvin Penner
2014-02-24
1
-2
/
+2
*
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
2013-10-12
1
-5
/
+4
*
Fix percentage document size handling.
Matthew Petroff
2013-09-23
1
-0
/
+2
*
Use Quantity comparisons in PageSizer.
Matthew Petroff
2013-08-28
1
-5
/
+5
*
Added viewBox implement document unit support.
Matthew Petroff
2013-08-27
1
-2
/
+3
*
Use real world units for page sizes.
Matthew Petroff
2013-08-25
1
-32
/
+37
*
Fixed bug in page sizer.
Matthew Petroff
2013-08-06
1
-69
/
+69
*
Switched to global UnitTable.
Matthew Petroff
2013-08-04
1
-2
/
+1
*
Cleanup.
Matthew Petroff
2013-07-30
1
-2
/
+2
*
Switch unit functions from using pointer arguements to reference arguements.
Matthew Petroff
2013-07-18
1
-11
/
+6
*
Merge from trunk.
Matthew Petroff
2013-07-17
1
-1
/
+2
|
\
|
*
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
2013-07-01
1
-1
/
+2
*
|
Ported sp-namedview.cpp (todo: fix a bunch of things).
Matthew Petroff
2013-07-09
1
-2
/
+2
*
|
Switch setWidth and setHeight to use Quantity and switch to forward declarati...
Matthew Petroff
2013-07-06
1
-2
/
+2
[next]