index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
/
sp-attribute-widget.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-01
Fix various minor typos
Yuri Chornoivan
1
-1
/
+1
2019-05-26
Rm unused code now Gtk+ >= 3.22 dependency is set
Alexander Valavanis
1
-10
/
+0
2019-04-02
Tidy UI for Object Properties/Attributes
Nathan Lee
1
-1
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Move macros.h and remove unneeded macros
Eduard Braun
1
-1
/
+1
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-10-01
Move GTKMM_CHECK_VERSION from config.h to it's own header
Eduard Braun
1
-0
/
+2
2018-09-24
Remove #include "config.h" from header files where possible
Eduard Braun
1
-0
/
+4
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-10
/
+10
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-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-4
/
+6
2017-12-25
Use a macro for GtkMM version checks
Alexander Valavanis
1
-2
/
+2
2017-07-08
Fix Gtk alignment API
Alexander Valavanis
1
-1
/
+2
2017-07-06
Fix gtk margin API
Alexander Valavanis
1
-0
/
+10
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-4
/
+0
2016-07-28
Drop remaining GTKMM 2 fallback support
Alex Valavanis
1
-26
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+4
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-4
/
+0
2013-04-29
Fixed logic error confusing bitwise and with logical and.
Jon A. Cruz
1
-2
/
+2
2013-04-28
minor cppcheck stuff
Kris De Gussem
1
-3
/
+1
2013-03-12
Further migration to Gtk::Grid
Alex Valavanis
1
-5
/
+39
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-0
/
+2
2012-02-21
cppcheck: null pointer dereference fix
Kris De Gussem
1
-1
/
+1
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+2
2012-01-19
Update and documentation of sp-attribute-widget
Kris De Gussem
1
-204
/
+77
2012-01-08
Warning and uninitialized variable cleanup.
Jon A. Cruz
1
-7
/
+2
2012-01-03
documentation of item properties dialog and SPAttributeTable
Kris De Gussem
1
-7
/
+83
2012-01-01
Item and image properties dialog update: restoring correct behaviour in case ...
Kris De Gussem
1
-13
/
+27
2011-12-31
Item properties dialog:
Kris De Gussem
1
-10
/
+46
2011-12-30
C++ification of item properties dialog
Kris De Gussem
1
-38
/
+41
2011-12-17
Dropped unused SPAttributeWidget
Kris De Gussem
1
-152
/
+0
2011-12-17
fix compiler warnings
Kris De Gussem
1
-4
/
+4
2011-12-15
- Dropped deprecated sp_window_new
Kris De Gussem
1
-29
/
+20
2011-12-11
SPAttributeTable C++ified
Kris De Gussem
1
-333
/
+218
2011-12-11
SPAttributeWidget C++ified
Kris De Gussem
1
-232
/
+85
2011-12-04
cppcheck
Kris De Gussem
1
-38
/
+19
2011-10-23
Documentation update pass.
Jon A. Cruz
1
-4
/
+0
2011-10-03
Doxygen cleanup.
Jon A. Cruz
1
-2
/
+3
2011-07-03
GTK+ cleanup: gtk_type_class
Alex Valavanis
1
-2
/
+2
2011-07-02
GTK+ cleaning: gtk_type_new
Alex Valavanis
1
-11
/
+5
2011-06-24
Switch to GObject
Alex Valavanis
1
-2
/
+2
2011-06-03
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
1
-2
/
+1
2011-02-21
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.
Jon A. Cruz
1
-11
/
+9
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-2
/
+2
2009-02-21
Move files from the src/dialogs/ directory to the places where they
Krzysztof Kosi??ski
1
-0
/
+0
2008-11-21
Merge from fe-moved
Ted Gould
1
-13
/
+5
2008-05-10
More type registration cleanup
Jon A. Cruz
1
-22
/
+26
[next]