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