index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
device-manager.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rm unused code now Gtk+ >= 3.22 dependency is set
Alexander Valavanis
2019-05-26
1
-30
/
+16
*
Avoid the “using std::*;” or “using namespace std;” constructs.
Emmanuel Gil Peyrot
2019-03-06
1
-0
/
+1
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-19
/
+19
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
2018-06-18
1
-2
/
+2
*
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
2018-06-18
1
-4
/
+3
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
2018-06-18
1
-25
/
+25
*
Run clang-tidy’s modernize-use-equals-delete pass.
Emmanuel Gil Peyrot
2018-06-12
1
-2
/
+2
*
Use Gdk::Seat instead of Gdk::DeviceManager
Alex Henrie
2016-08-08
1
-3
/
+17
*
End GTK+ 2 support and remove GDL fork
Alex Valavanis
2016-08-04
1
-39
/
+13
|
\
|
*
device-manager: Drop GTK2 fallbacks
Alex Valavanis
2016-07-27
1
-39
/
+9
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-3
/
+1
*
|
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+3
*
|
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-3
/
+0
|
/
*
device-manager: Get rid of GLists
Alex Valavanis
2015-02-14
1
-55
/
+51
*
device-manager: Migrate to Gtkmm
Alex Valavanis
2015-02-14
1
-91
/
+102
*
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
2013-03-25
1
-2
/
+1
*
Fix missing headers for Gtk+ 3 build
Alex Valavanis
2013-02-23
1
-0
/
+1
*
ocaldialog: Use GtkSearchEntry in Gtk+ >= 3.6
Alex Valavanis
2013-01-04
1
-9
/
+0
*
Drop support for GTK+ < 2.24
Alex Valavanis
2012-11-26
1
-8
/
+1
*
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
2012-10-04
1
-2
/
+2
*
Don't include keyboards in input-device list. Remove comments about private f...
Alex Valavanis
2012-07-24
1
-70
/
+20
*
Drop GTK+ 2.20 support.
Alex Valavanis
2012-07-05
1
-43
/
+0
*
Stop using obsolete GdkDevice API. Needs testing with extended input devices
Alex Valavanis
2012-05-27
1
-13
/
+39
*
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
2012-02-29
1
-1
/
+1
*
Fix desktop-events backward compat (typo)
Alex Valavanis
2012-01-05
1
-1
/
+1
*
Backward compatibility for gdk_device_get_has_cursor
Alex Valavanis
2012-01-05
1
-2
/
+3
*
Fix remaining GSEAL issues in device manager and restore backward compatibility.
Alex Valavanis
2012-01-05
1
-4
/
+89
*
Backward compatibility: gdk_device_get_n_keys needs GTK 2.24
Alex Valavanis
2012-01-03
1
-1
/
+10
*
A few GSEAL issues in device-manager
Alex Valavanis
2012-01-03
1
-11
/
+18
*
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
2011-06-03
1
-1
/
+1
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
Simplifying sigc::bind use. Possible fix for mac compile.
Jon A. Cruz
2010-04-12
1
-12
/
+12
*
Do not emit signals when setting values to their existing state.
Jon A. Cruz
2010-04-10
1
-4
/
+9
*
Cleanup of device internal handling and API.
Jon A. Cruz
2010-04-08
1
-37
/
+295
*
Const char fixup
Jon A. Cruz
2008-04-05
1
-5
/
+5
*
Fixed unlinking of devices
Jon A. Cruz
2008-03-24
1
-19
/
+31
*
Tracking of live axes
Jon A. Cruz
2008-03-22
1
-1
/
+29
*
Adding signals and linking
Jon A. Cruz
2008-03-20
1
-13
/
+178
*
Turned off fake test sources
Jon A. Cruz
2008-03-15
1
-1
/
+1
*
Split data mode apart from UI and added button trackers
Jon A. Cruz
2008-03-15
1
-0
/
+225