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