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
/
dialog
/
document-properties.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-12-27
Rm some deprecated Gtk::Stock usage
Alex Valavanis
1
-6
/
+3
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-13
/
+1
2016-07-28
Drop remaining GTKMM 2 fallback support
Alex Valavanis
1
-128
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+13
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-13
/
+0
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-2
/
+2
2016-07-14
Last part of new SPObject children list
Adrian Boguszewski
1
-8
/
+6
2016-06-02
Sort color profile lists
houz
1
-24
/
+67
2016-05-21
Fix regression: restore order in resources (e.g. pattern list)
Marc Jeanmougin
1
-16
/
+16
2016-02-21
Apply from patch from houz (Fixes color profile name mangling)
Liam P. White
1
-2
/
+2
2015-12-28
Corrects attribute name for saving page 'checkerboard' background state.
Tavmjong Bah
1
-2
/
+2
2015-12-21
Add option for checkerboard background.
Tavmjong Bah
1
-5
/
+19
2015-12-18
brings back CMS tab
Marc Jeanmougin
1
-4
/
+10
2015-12-07
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
1
-36
/
+28
2015-12-05
cppification: GSList replaced by vectors (mostly related to guides and grids)
Marc Jeanmougin
1
-14
/
+8
2015-05-08
fixes a few of jenkins warnings
Marc Jeanmougin
1
-2
/
+2
2015-03-11
Allow changing document scale (via changing viewBox). Start of GUI.
Tavmjong Bah
1
-0
/
+5
2015-02-22
Make icon creation more consistent - use sp_icon_new where possible
Liam P. White
1
-42
/
+13
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-15
/
+15
2014-12-21
Purge sp_desktop_namedview in favor of SPDesktop::getNamedView
Liam P. White
1
-11
/
+11
2014-11-24
Units: make it absolutely clear that Document properties unit dropdown is for...
Johan B. C. Engelen
1
-2
/
+2
2014-11-22
Revert old behavior: changing "Default units" changes *only* the displayed un...
Johan B. C. Engelen
1
-3
/
+7
2014-11-21
properly name the document units as "Document units" in the UI. The setting i...
Johan B. C. Engelen
1
-1
/
+1
2014-11-15
Purged GTKish macros SP_SCRIPT/SP_IS_SCRIPT.
Jon A. Cruz
1
-7
/
+12
2014-10-05
Move more UI code into ui/
Liam P. White
1
-2
/
+2
2014-09-27
Update to experimental r13565
Liam P. White
1
-3
/
+7
2014-09-08
partial rollback of r13544, allow old recursive behavior for some locations, ...
mathog
1
-1
/
+2
2014-09-07
Update to experimental r13543
Liam P. White
1
-3
/
+7
2014-08-26
Fix rotation center regression caused by my own commit 13512
Diederik van Lierop
1
-3
/
+7
2014-08-26
Standardise InkscapeApplication GObject implementation (namespace not support...
Alex Valavanis
1
-2
/
+2
2014-08-14
Fix some transformation center regressions, related to the viewbox/units changes
Diederik van Lierop
1
-3
/
+4
2014-07-28
fix crash bug (reported by su_v on IRC) related to removing color profiles
Johan B. C. Engelen
1
-0
/
+1
2014-06-27
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
1
-2
/
+2
2014-04-04
fix crash. Iterating through a list to find an object is not necessary, SPDoc...
Johan B. C. Engelen
1
-16
/
+9
2014-03-31
Fix Gtkmm 3.8 build issues on systems with Gtk+ 3.10
Alex Valavanis
1
-6
/
+6
2014-03-30
Added "Gtk::" scope to "manage" function calls.
Markus Engel
1
-24
/
+24
2014-03-13
Reimplement global aliasing toggle as a 'shape-rendering' property
Krzysztof Kosi??ski
1
-2
/
+6
2014-03-13
Provide a toggle in the document properties to optionally turn off
Krzysztof Kosi??ski
1
-8
/
+11
2014-02-22
offset of viewBox on document unit change (Bug 1280684)
Alvin Penner
1
-1
/
+7
2014-02-17
scaling of viewBox on document unit change (Bug 1236257)
Alvin Penner
1
-3
/
+8
2014-01-02
Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated
Alex Valavanis
1
-7
/
+43
2013-10-29
units: fix stroke/gradient/whatever scaling when changing document unit in th...
Johan B. C. Engelen
1
-5
/
+25
2013-10-25
don't update doc unit stuff when initializing DocumentProperties dialog widgets
Johan B. C. Engelen
1
-8
/
+14
2013-10-12
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
1
-5
/
+5
2013-09-23
Fix percentage document size handling.
Matthew Petroff
1
-2
/
+8
2013-09-14
Fix bug with tool handles during document unit change.
Matthew Petroff
1
-0
/
+9
2013-09-11
Finish fixing document unit change undo bug.
Matthew Petroff
1
-4
/
+6
2013-09-11
Fix document unit change undo bug.
Matthew Petroff
1
-0
/
+15
2013-08-27
Added viewBox implement document unit support.
Matthew Petroff
1
-18
/
+25
2013-08-25
Use real world units for page sizes.
Matthew Petroff
1
-3
/
+27
[next]