Ryan C. Gordon
714687427a
Make some string literals "const char *", not "char *" (thanks, Martin!).
...
Fixes Bugzilla #3007 .
2015-06-12 11:58:31 -04:00
Ryan C. Gordon
699f879a8f
Fixed a memory leak (thanks, Zack!).
...
We should probably rework this piece of code a little more after 2.0.4 ships,
though.
Fixes Bugzilla #3004 .
2015-06-07 17:54:39 -04:00
Ryan C. Gordon
36ecb766c8
Changed a static function to match the naming scheme of rest of source file.
2015-06-01 01:25:22 -04:00
Alex Baines
dae40bff0d
[IBus] Only register interest in messages sent to our input context.
2015-02-27 21:17:29 +00:00
Alex Baines
42d9cf6978
[ibus] Send an empty TextEditing event when the text is cleared by pressing backspace.
2015-02-01 21:08:54 +00:00
Sam Lantinga
2c4a6ea0a2
Updated the copyright year to 2015
2015-05-26 06:27:46 -07:00
Sam Lantinga
507157abdb
Wait for devices to finish initializing when inserted, before using them. Fixes hotplug issue with XBox 360 game controller.
2015-05-25 16:22:09 -07:00
Ryan C. Gordon
b72938c861
Windows: Always set the system timer resolution to 1ms by default.
...
An existing hint lets apps that don't need the timer resolution changed avoid
this, to save battery, etc, but this fixes several problems in timing, audio
callbacks not firing fast enough, etc.
Fixes Bugzilla #2944 .
2015-04-20 12:22:44 -04:00