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
2019-08-29
Document Properties Grid tab keeps current position
Nathan Lee
1
-4
/
+16
2019-05-26
Rm unused code now Gtk+ >= 3.22 dependency is set
Alexander Valavanis
1
-32
/
+0
2019-05-12
Remove support for LCMS 1
Karl Cheng
1
-10
/
+10
2019-04-02
Tidy various dialog UIs
Nathan Lee
1
-23
/
+30
2019-03-22
Realign labels in "Fill and Stroke" dialog
Patrick Storz
1
-1
/
+1
2019-03-22
Document Properties: General UI cleanup
Patrick Storz
1
-135
/
+114
2019-03-06
Avoid the “using std::*;” or “using namespace std;” constructs.
Emmanuel Gil Peyrot
1
-2
/
+1
2019-02-28
Update background-color tooltips in document-properties.cpp (#101)
Tim Rawlinson
1
-2
/
+2
2019-01-02
modernize loops
Marc Jeanmougin
1
-8
/
+8
2018-11-09
Fix codding style
Jabiertxof
1
-1
/
+1
2018-11-09
Move icon-loader and provide a temporary fallback to render pixbuf
Jabiertxof
1
-1
/
+1
2018-11-09
This improve symbolic icon rendering moving it to CSS only. There is places i...
Jabiertxof
1
-1
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-1
/
+1
2018-10-01
Move GTKMM_CHECK_VERSION from config.h to it's own header
Eduard Braun
1
-8
/
+6
2018-07-21
adding gtk-theme
Jabier Arraiza
1
-3
/
+3
2018-06-18
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-51
/
+51
2018-05-20
DocumentProperties: Fix undefined references without lcms
Patrick McDermott
1
-24
/
+24
2018-05-14
Misc. typos
luz.paz
1
-1
/
+1
2018-05-09
Create and use LabelledColorPicker widget
Geoff Lankow
1
-9
/
+5
2018-05-04
Add global guide controls to guides panel
Geoff Lankow
1
-1
/
+36
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-13
/
+14
2018-01-16
panel: Remove the unused "title" label
Stefano Facchini
1
-1
/
+1
2017-12-26
GtkMM popup menu deprecation fixes
Alexander Valavanis
1
-0
/
+12
2017-12-25
Use a macro for GtkMM version checks
Alexander Valavanis
1
-3
/
+3
2017-11-07
Misc. typos
Unknown
1
-1
/
+1
2017-07-26
UX compres document dialog from Ronaldo idea with target to backport to 0.92.2
Jabier Arraiza
1
-20
/
+38
2017-07-08
Fix Gtk alignment API
Alexander Valavanis
1
-13
/
+9
2017-07-06
Fix gtk margin API
Alexander Valavanis
1
-0
/
+17
2017-07-05
Use std::transform instead of a for loop
Tobias Ellinghaus
1
-6
/
+7
2017-07-05
Clean up color profiles code
Tobias Ellinghaus
1
-13
/
+19
2017-06-29
Remove old icon handling code
Alexander Valavanis
1
-4
/
+5
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
[next]