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
/
input.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate clang warnings
Thomas Holder
2019-08-23
1
-6
/
+7
*
Rm unused code now Gtk+ >= 3.22 dependency is set
Alexander Valavanis
2019-05-26
1
-7
/
+0
*
Tidy various dialog UIs
Nathan Lee
2019-04-02
1
-0
/
+1
*
modernize loops (2)
Marc Jeanmougin
2019-01-02
1
-6
/
+4
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-31
/
+29
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
2018-06-18
1
-5
/
+4
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-2
/
+2
*
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
2018-06-18
1
-5
/
+5
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-4
/
+4
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-4
/
+4
*
Move code related to SwatchesPanel where it belongs
Stefano Facchini
2018-01-17
1
-0
/
+1
*
Misc. typos
Unknown
2017-11-07
1
-1
/
+1
*
input devices: Update treeview usage
Alexander Valavanis
2017-07-10
1
-54
/
+4
*
Update Gtk margin handling
Alexander Valavanis
2017-07-09
1
-1
/
+11
*
End GTK+ 2 support and remove GDL fork
Alex Valavanis
2016-08-04
1
-129
/
+2
|
\
|
*
Drop remaining GTKMM 2 fallback support
Alex Valavanis
2016-07-28
1
-129
/
+2
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-9
/
+0
*
|
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+9
*
|
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-9
/
+0
|
/
*
i18n. Fix for Bug #380522 (strings that need to be fixed for translation).
Nicolas Dufour
2014-10-02
1
-1
/
+1
*
Added "Gtk::" scope to "manage" function calls.
Markus Engel
2014-03-30
1
-2
/
+2
*
"fix" GTK3 build.
Johan B. C. Engelen
2014-03-23
1
-39
/
+43
*
Fix even more forward declaration tags
Alex Valavanis
2013-03-15
1
-0
/
+2
*
Migrate remaining dialogs to Gtk::Grid
Alex Valavanis
2013-03-13
1
-2
/
+86
*
UI uniformisation
Kris De Gussem
2013-01-20
1
-1
/
+1
*
GTK+ 3: Switch to more orientable widgets
Alex Valavanis
2012-12-16
1
-0
/
+21
*
Fix for 1086643 : Input devices : Simplify dialog
John Smith
2012-12-10
1
-122
/
+341
*
Drop support for GTK+ < 2.24
Alex Valavanis
2012-11-26
1
-21
/
+0
*
Drop GTK+ 2.20 support.
Alex Valavanis
2012-07-05
1
-23
/
+0
*
Stop using deprecated private members of GdkDevice.
Alex Valavanis
2012-05-26
1
-6
/
+18
*
Some GDK deprecation fixes for Input Devices dialog
Alex Valavanis
2012-05-26
1
-6
/
+31
*
Don't use extension events API in GTK+3 builds
Alex Valavanis
2012-05-24
1
-0
/
+5
*
Fix for 169888 : HIG Style frame
John Smith
2012-04-17
1
-9
/
+16
*
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
2012-02-26
1
-1
/
+1
*
Lots of gtkmm deprecation fixes
Alex Valavanis
2012-02-11
1
-0
/
+25
*
Fix for bugs #910463, #910467 and #910479 (default widget size too small) by ...
Nicolas Dufour
2012-01-02
1
-2
/
+4
*
Doxygen cleanup.
Jon A. Cruz
2011-10-03
1
-2
/
+3
*
Translations. Context removed in filter-enums (context support too complex to...
Nicolas Dufour
2011-02-03
1
-1
/
+1
*
Mnemonics in "Input devices", and LPE dialogs (Bug 170765)
Kris De Gussem
2010-12-29
1
-2
/
+2
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
Tablet auto-organization and naming.
Jon A. Cruz
2010-09-23
1
-32
/
+122
*
Simplify/clarify enabling of individual devices.
Jon A. Cruz
2010-09-18
1
-13
/
+65
*
Simplifying sigc::bind use. Possible fix for mac compile.
Jon A. Cruz
2010-04-12
1
-12
/
+14
*
Switching to new input dialog. Allows for a better UI and addresses bug #3348...
Jon A. Cruz
2010-04-11
1
-142
/
+376
*
Cleanup of device internal handling and API.
Jon A. Cruz
2010-04-08
1
-17
/
+17
*
From trunk
Ted Gould
2008-10-27
1
-29
/
+33
*
warning cleanup and fixed string free issue
Jon A. Cruz
2008-05-04
1
-13
/
+13
*
Visually indicate linked devices
Jon A. Cruz
2008-03-24
1
-11
/
+137
*
Tracking of live axes
Jon A. Cruz
2008-03-22
1
-12
/
+32
[next]