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
2019-07-27
Make doc2dt a document property
Thomas Holder
1
-1
/
+1
2019-06-16
Remove custom tab order in Document Properties
Karl Cheng
1
-7
/
+0
2019-06-15
PageSizer: Avoid writing terminating NULL to pages.csv
Patrick Storz
1
-1
/
+1
2019-06-14
PageSizer: Allow spaces in pages.csv
Patrick Storz
1
-0
/
+2
2019-06-14
PageSizer: Do not require portrait page sizes
Patrick Storz
1
-3
/
+4
2019-03-22
Document Properties: General UI cleanup
Patrick Storz
1
-86
/
+63
2019-03-06
Avoid the “using std::*;” or “using namespace std;” constructs.
Emmanuel Gil Peyrot
1
-10
/
+4
2018-12-29
Rm deprecated budget widgets
Alexander Valavanis
1
-1
/
+0
2018-11-21
-Werror=format-security: g_warning(_("..."))
Thomas Holder
1
-1
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-19
Fix memory leak
Marc Jeanmougin
1
-0
/
+1
2018-10-19
Fix typos
Marc Jeanmougin
1
-10
/
+11
2018-10-19
Makes page sizes in document properties customizable
Marc Jeanmougin
1
-188
/
+38
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-09-12
New option to invert y-axis
Thomas Holder
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
1
-7
/
+7
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-2
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-4
/
+4
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-2
/
+2
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-2
/
+2
2018-03-27
Minor cleanup of warnings. No functional change.
Felipe Corrêa da Silva Sanches
1
-6
/
+1
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-2
/
+4
2017-11-16
Add label
Jabiertxo Arraiza Cenoz
1
-1
/
+1
2017-11-16
Add tooggle icon button intead checkbox
Jabiertxo Arraiza Cenoz
1
-5
/
+16
2017-11-15
Fix unincilizated value that not work in release mode. also remove duplicate ...
Jabiertxo Arraiza Cenoz
1
-3
/
+3
2017-11-15
Add auto update margins on checkbutton
Jabiertxo Arraiza Cenoz
1
-3
/
+25
2017-11-10
Add lock margins to document settings
Jabiertxo Arraiza Cenoz
1
-8
/
+37
2017-09-30
Hunted every GList to the last (except in libnrtype and libcroco)
Marc Jeanmougin
1
-8
/
+6
2017-08-15
Alow shink in document dialog on expanders close
Jabier Arraiza
1
-1
/
+1
2017-07-26
UX compres document dialog from Ronaldo idea with target to backport to 0.92.2
Jabier Arraiza
1
-5
/
+1
2017-07-06
Gtkmm deprecation fixes
Alexander Valavanis
1
-30
/
+24
2016-08-16
Adjust label for resize in page sizer tab
Martin Owens
1
-1
/
+1
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-18
/
+1
2016-07-28
ui/widgets: Drop GTK2 fallbacks
Alex Valavanis
1
-43
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+18
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-18
/
+1
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
[next]