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
/
panel.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-01
Move Preview to Inkscape namespace
Alexander Valavanis
1
-2
/
+2
2019-01-01
C++ify EekPreview
Alexander Valavanis
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
-4
/
+0
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
-1
/
+1
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-1
/
+1
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-1
/
+1
2018-01-17
panel: Cleanup code
Stefano Facchini
1
-21
/
+6
2018-01-17
Move code related to SwatchesPanel where it belongs
Stefano Facchini
1
-449
/
+5
2018-01-16
panel: Remove the unused "title" label
Stefano Facchini
1
-30
/
+1
2018-01-16
panel: remove the "apply_label" API
Stefano Facchini
1
-7
/
+1
2017-12-26
GtkMM popup menu deprecation fixes
Alexander Valavanis
1
-0
/
+4
2017-10-19
Remove unused icon-size.h
Stefano Facchini
1
-1
/
+0
2017-06-29
Remove old icon handling code
Alexander Valavanis
1
-2
/
+2
2016-12-27
Rm some deprecated Gtk::Stock usage
Alex Valavanis
1
-9
/
+1
2016-12-26
Fix a few Gtkmm deprecations
Alex Valavanis
1
-6
/
+4
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-4
/
+2
2016-07-28
ui/widgets: Drop GTK2 fallbacks
Alex Valavanis
1
-6
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+6
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-6
/
+1
2016-05-18
GTK3: Give even more widgets names.
Tavmjong Bah
1
-1
/
+5
2016-05-06
Prevent scrollbar overlay from covering swatches in GTK3 build.
Tavmjong Bah
1
-1
/
+3
2015-04-27
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
1
-4
/
+0
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-1
/
+1
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-1
/
+2
2014-08-26
Standardise InkscapeApplication GObject implementation (namespace not support...
Alex Valavanis
1
-2
/
+2
2014-06-27
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
1
-3
/
+3
2014-03-30
Added "Gtk::" scope to "manage" function calls.
Markus Engel
1
-15
/
+15
2013-06-06
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
1
-0
/
+2
2013-06-04
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
1
-0
/
+2
2013-03-25
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
1
-2
/
+2
2012-12-16
GTK+ 3: Use orientable widgets
Alex Valavanis
1
-0
/
+6
2012-10-08
Fix for 1060563 : Swatches : Sort the list of swatch names
John Smith
1
-0
/
+1
2012-09-30
Fix for 1058470 : Trace Bitmap Live Preview
John Smith
1
-5
/
+9
2012-09-27
Fix for 171177 : Border in palette swatches
John Smith
1
-11
/
+88
2012-04-30
Fix typos in Gtk3 fixes, and fix separator API usage
Alex Valavanis
1
-0
/
+1
2012-04-28
gtkmm-3.0 fixes for Gtk::Box and header inclusions
Alex Valavanis
1
-0
/
+2
2012-04-10
Adopt obsolete GtkAnchorType enum as SPAnchorType
Alex Valavanis
1
-4
/
+4
2012-02-25
Header cleaning
Alex Valavanis
1
-0
/
+1
2012-02-06
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
1
-0
/
+1
2012-01-17
documentation
Kris De Gussem
1
-18
/
+9
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-7
/
+1
2011-10-03
Doxygen cleanup.
Jon A. Cruz
1
-1
/
+1
2011-06-03
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
1
-1
/
+1
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-09-24
i18n. Fix for bug #644967 (Translation of strings using NC_() macro are not a...
Nicolas Dufour
1
-10
/
+10
2010-08-22
i18n. Context cleanup (context|string replaced with C_).
Nicolas Dufour
1
-26
/
+14
2010-04-01
Initial cut of glyph selector dialog is in. Fixes bug #343186.
Jon A. Cruz
1
-6
/
+6
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-1
/
+1
[next]