Commit graph

312 commits

Author SHA1 Message Date
Remy Marquis
5c7d42e40f libs: updated to SQLite3 3.16.2 2017-01-22 09:00:19 +01:00
Remy Marquis
adbba12182 libs: updated to minizip 1.2.11 2017-01-22 08:55:20 +01:00
Remy Marquis
fc9a11adff libs: updated to zlib 1.2.11 2017-01-22 08:51:45 +01:00
Ryan C. Gordon
ba2ca5d0b7 Added some debug logging to print out every event added to the SDL queue. 2016-12-07 15:13:52 +01:00
Sam Lantinga
af8f595828 Fixed text input events with UIM
Alex Baines

I realized overnight that my patch probably broke text input events with
UIM, and I confirmed that it does. Can't believe I overlooked that...
I've been making stupid mistakes in these patches recently, sorry.

Anyway, *this* one seems to fix it properly. Knowing my luck it probably
breaks something else.
2016-12-07 15:12:20 +01:00
Alex Baines
5749f41b3e Skip duplicate key events sent by IMEs like uim. 2016-12-07 15:10:41 +01:00
Alex Baines
10c87bc904 Fix double events / no repeat flag on key events when built withoutibus/fcitx
Uses XkbSetDetectableKeyRepeat, and falls back to forcing @im=none if it's not
supported.

See https://bugzilla.libsdl.org/show_bug.cgi?id=3472
2016-12-06 14:23:37 +01:00
Remy Marquis
abb51b26ce libs: updated to SDL 2.0.5 (windows) 2016-12-04 14:40:13 +01:00
Remy Marquis
3b53dcddf1 libs: updated to SDL 2.0.5 (unix) 2016-12-04 14:33:54 +01:00
Remy Marquis
8ad67ece8a libs: adjusted cURL for windows compilation 2016-12-04 14:31:56 +01:00
Remy Marquis
18fd07728b libs: updated to cURL 7.51.0 2016-12-04 14:31:28 +01:00
Remy Marquis
a0c1c64fa2 libs: updated to sqlite-amalgamation-3150200 2016-12-04 14:25:02 +01:00
Remy Marquis
0c435cd3ad fixed minizip with partial project building 2016-10-26 22:01:11 +02:00
Jacker
9c5e1d1d49 win: group projects 2016-09-29 16:28:25 +03:00
Remy Marquis
64d8804aaf libs: fixed curl configure permission issue, refs #800 2016-09-16 13:19:06 +02:00
Remy Marquis
8ce68e4222 libs: updated CMakeList.txt for latest curl 2016-09-16 08:57:30 +02:00
Remy Marquis
6e350bf013 libs: adjusted cURL for windows compile
Missing .cmake files added from curl git repo
2016-09-16 08:08:15 +02:00
Remy Marquis
63a89f85f8 libs: updated to curl 7.50.3 2016-09-16 06:35:46 +02:00
Remy Marquis
6b903da627 libs: adjusted FreeType for windows compilation 2016-09-16 06:35:15 +02:00
Remy Marquis
cb9ab1c7e6 libs: updated to FreeType 2.7 2016-09-16 06:35:15 +02:00
Remy Marquis
8162618054 libs: updated to sqlite-amalgamation-3140200 2016-09-16 06:35:14 +02:00
Jacker
578c8aced6 only add the bundled libraries to the build if we actually need them 2016-09-13 15:01:38 +03:00
Remy Marquis
1cc823c99c libs: enable -fPIC for sqlite3 2016-08-25 19:29:43 +02:00
Remy Marquis
7311e4eefd libs: moved luasql to internal code 2016-08-25 12:54:43 +02:00
Remy Marquis
d276f9c46d libs: adjusted FreeType for windows compilation 2016-08-20 18:39:35 +02:00
Remy Marquis
1d25dc394b libs: updated to FreeType 2.6.5 2016-08-20 18:34:23 +02:00
Remy Marquis
60bbb1194a libs: updated to GLEW 2.0.0 2016-08-20 18:31:37 +02:00
Remy Marquis
f32739f7d8 libs: commited missing upstream files 2016-08-20 14:42:22 +02:00
Remy Marquis
7d0df9d2bd libs: updated to sqlite-amalgamation-3140100 2016-08-20 14:41:33 +02:00
Remy Marquis
d75da10905 libs: adjusted LuaSQL config file 2016-08-19 20:49:48 +02:00
Remy Marquis
b62e4ff6ca libs: updated to latest LuaSQL 2016-08-19 20:47:27 +02:00
Remy Marquis
aa43b3c0e8 libs: modified Lua release for POSIX requirement 2016-08-19 20:34:48 +02:00
Remy Marquis
fd1a83ddc5 libs: updated to Lua 5.3.3 2016-08-19 20:26:10 +02:00
Jacker
78782033b3 enbaled sdl2 main for windows 2016-03-09 13:42:17 +02:00
Remy Marquis
ba0f2a4383 lua: backported lua 5.3.2-1 fix
http://www.lua.org/bugs.html#5.3.2-1
2016-01-28 00:35:32 +01:00
Remy Marquis
d80d955ba7 libs: moved luasql to external file for dynamic linking 2016-01-27 23:10:25 +01:00
Remy Marquis
908ecdf31e libs: updated to sqlite-amalgamation-3100200 2016-01-27 23:07:16 +01:00
IR4T4
cba988204e sqlite: disable fast-math for sqlite3 lib
(omit floating-point number support)
2016-01-27 22:17:22 +01:00
Remy Marquis
62cd6af6ed fixed luaopen_luasql_sqlite3 undefined error 2016-01-27 17:12:54 +01:00
IR4T4
a8f2ed0e73 luasql: dependencies added, file name changed 2016-01-26 19:30:21 +01:00
IR4T4
f7c8bce71e FEATURE_LUASQL centralized 2016-01-26 17:32:31 +01:00
IR4T4
e9d7cbdeaa moved FEATURE_LUASQL to libs CMakeLists.txt 2016-01-26 17:29:06 +01:00
Remy Marquis
3844fb88ac libs: updated to openAL 1.17.2 2016-01-25 21:40:17 +01:00
IR4T4
cd4fc5d65c luasql script update 2016-01-23 17:19:51 +01:00
IR4T4
1381d987e8 start of build script for LuaSQL (bundled only) 2016-01-23 15:10:39 +01:00
Jacker
d6ef7ac437 VS:added the snprintf fix for jansson 2016-01-17 14:53:38 +02:00
Jacker
badf3ece3c OpenAL osx fixes 2016-01-15 22:53:22 +02:00
Jacker
7a5f106f98 fixed the build on windows mingw 2016-01-15 17:37:28 +02:00
Remy Marquis
15713713c9 libs: msvc runtime library adjustment with static openal 2016-01-13 17:48:54 +01:00
Remy Marquis
3ae105cb5d libs: adjusted openAL static build path on windows 2016-01-04 23:00:09 +01:00