index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
extension
/
param
/
notebook.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove 'document-private.h' where not needed plus some other header cleanup.
Tavmjong Bah
2018-10-22
1
-1
/
+0
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-4
/
+0
*
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
2018-06-19
1
-2
/
+2
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-21
/
+21
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-3
/
+3
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-3
/
+3
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-1
/
+0
*
Removed all GSList occurences in .h files
Marc Jeanmougin
2017-10-01
1
-84
/
+41
*
Extensions: Fixes and improvements for "gui-description" parameter attribute ...
Eduard Braun
2017-04-24
1
-1
/
+1
*
Some code refactoring for consistency
Eduard Braun
2017-04-09
1
-31
/
+31
*
Remove unused field "scope"
Eduard Braun
2017-04-09
1
-19
/
+3
*
Remove unused field "gui_tip"
Eduard Braun
2017-04-09
1
-10
/
+3
*
Gtk+ 3 deprecation fixes
Alex Valavanis
2017-02-26
1
-0
/
+4
*
Extensions: Harmonize appearance and try to simplify layouting a bit
Eduard Braun
2017-02-12
1
-3
/
+4
*
Extensions: Make "indent" attribute a common attribute for all parameters tha...
Eduard Braun
2017-02-12
1
-7
/
+32
*
extensions: Drop GTKMM2 fallbacks
Alex Valavanis
2016-07-28
1
-8
/
+0
*
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
2015-04-27
1
-4
/
+0
*
i18n. Fix for Bug #1318339 (Tooltips in extensions page elements are not tran...
Nicolas Dufour
2014-05-22
1
-1
/
+1
*
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
2013-06-06
1
-0
/
+2
*
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
2013-06-04
1
-0
/
+1
*
Extensions. Fix for Bug #1089814 (INX: hidden parameter inside a notebook pag...
Nicolas Dufour
2012-12-16
1
-8
/
+10
*
Drop deprecated GtkNotebookPage usage
Alex Valavanis
2012-05-22
1
-2
/
+9
*
various minor things
Kris De Gussem
2012-03-01
1
-16
/
+18
*
cppcheck
Kris De Gussem
2012-02-29
1
-2
/
+0
*
Extensions: replace deprecated gtkmm symbols
Alex Valavanis
2012-02-06
1
-1
/
+1
*
Janitorial tasks: get rid of deprecated repr wrapper functions
Kris De Gussem
2012-01-03
1
-4
/
+4
*
Fixed null-pointer ctor crashes.
Jon A. Cruz
2012-01-03
1
-2
/
+5
*
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
2012-01-03
1
-10
/
+2
*
Const correctness fixes that also correct bug #893146.
Jon A. Cruz
2011-12-19
1
-76
/
+68
*
fix initialization. add todo comment about gui-hidden not being used.
Johan B. C. Engelen
2011-10-28
1
-1
/
+3
*
Extensions. Notebooks now work with internal extensions.
Nicolas Dufour
2010-12-03
1
-1
/
+39
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
Extensions. General UI improvements (gnome HIG). New group header extension p...
Nicolas Dufour
2010-09-07
1
-2
/
+2
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-6
/
+6
*
SPDocument->Document
johnce
2009-08-05
1
-6
/
+6
*
From trunk
Ted Gould
2008-10-27
1
-10
/
+4
*
Refactored preferences handling into a new version of
Krzysztof Kosi??ski
2008-09-16
1
-4
/
+5
*
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Ted Gould
2008-04-21
1
-0
/
+6
*
r18381@shi: ted | 2008-03-07 20:11:34 -0800
Ted Gould
2008-04-04
1
-0
/
+430