Commit Graph

249 Commits

Author SHA1 Message Date
Remy Marquis c60c3ef4d5 libs: adjusted main CMakeList.txt for FreeType 2018-02-02 22:08:55 +01:00
Remy Marquis 2bbf9dfa65 libs: adjusted FreeType for windows compilation 2018-02-02 22:01:27 +01:00
Remy Marquis 7f8b606667 libs: updated to FreeType 2.9 2018-02-02 21:49:16 +01:00
Remy Marquis e68dddced3 libs: updated to GLEW 2.1.0 2018-02-02 21:47:15 +01:00
Remy Marquis 3d9f664aba libs: updated to libogg 1.3.3 2018-02-02 21:45:08 +01:00
Remy Marquis 168ace7cf2 libs: added libjpeg-turbo cmake files 2018-02-02 21:45:08 +01:00
Remy Marquis ea08ac2269 libs: updated to libjpeg-turbo 1.5.3 2018-02-02 21:26:52 +01:00
Remy Marquis 585e495917 libs: updated to OpenAL 1.18.2 2018-02-02 21:24:34 +01:00
Remy Marquis 43d5629b0d libs: updated to SQLite 3.22.0 2018-02-02 21:22:19 +01:00
Remy Marquis 827b878881 libs: updated to SDL 2.0.7 (win) 2018-02-02 21:20:04 +01:00
IR4T4 3342d154f7 libs: updated to SDL 2.0.7 (unix) 2018-02-01 12:55:20 +01:00
Jacker 1667f1c246 added openssl and fixed the mingw sdl2 build 2017-11-20 19:24:16 +02:00
Jacker 1c6865b8d0 use external project on the bundled libs 2017-11-14 20:27:22 +02:00
Jacker 0878166c22 windows: fixed the jpeg-turbo library build 2017-07-03 16:24:25 +03:00
Remy Marquis 36a07c51dc libs: added required libjpeg-turbo definitions for Windows 2017-07-01 20:32:09 +02:00
Remy Marquis 5d9f912930 libs: temporary workaround for missing Perl on Windows
See
* https://github.com/curl/curl/pull/1421
* https://github.com/curl/curl/issues/1565
* https://github.com/curl/curl/pull/1568
2017-07-01 20:22:22 +02:00
Remy Marquis b09ec8db88 libs: added libjpeg-turbo cmake files 2017-07-01 18:56:13 +02:00
Remy Marquis fe772d81da libs: updated to libjpeg-turbo 1.5.1 2017-07-01 16:55:13 +02:00
Remy Marquis e4382d0bed libs: updated to OpenAL 1.18 2017-07-01 16:52:31 +02:00
Remy Marquis 8fce07d36f libs: updated to SQLite3 3.19.3 2017-07-01 16:52:31 +02:00
Remy Marquis b06f948872 libs: adjusted FreeType for windows compilation 2017-07-01 16:52:30 +02:00
Remy Marquis 9eda0bd17e libs: updated to FreeType 2.8 2017-07-01 16:52:29 +02:00
Remy Marquis 4254dc4787 libs: adjusted cURL for windows compilation 2017-07-01 16:52:29 +02:00
Remy Marquis b39b4258f6 libs: adjusted CMakeList for new nghttp2 cURL option 2017-07-01 16:52:29 +02:00
Remy Marquis 49247cead3 libs: updated to cURL 7.54.1 2017-07-01 16:09:47 +02:00
Remy Marquis be9d5fe80f libs: set SQLITE_HAVE_ISNAN for fast-math support with GCC 2017-03-03 15:34:05 +01:00
Remy Marquis 3bf03e6604 libs: adjusted cURL for windows compilation 2017-03-02 23:49:54 +01:00
Remy Marquis 57eda2498b libs: updated to cURL 7.53.1 2017-03-02 23:46:25 +01:00
Remy Marquis 27679002e1 libs: explicitly set SQLite3 fast-math option and cleanup
This fixes usage of float in SQLite db.
2017-03-02 22:35:30 +01:00
Remy Marquis 8e1e9d6999 libs: re-enabled fast-math for SQLite3 2017-03-01 21:17:01 +01:00
Remy Marquis 158851b781 libs: fixed SQLITE_OMIT_FLOATING_POINT option mismatch 2017-03-01 19:17:22 +01:00
Remy Marquis 1c40a729fc libs: updated to SQLite3 3.17.0 2017-03-01 15:33:05 +01:00
Remy Marquis 49323f368b adjusted libs for partial project building 2017-02-03 22:05:55 +01:00
Remy Marquis 2f35d057da libs: modified Lua release for POSIX requirement 2017-01-30 12:27:56 +01:00
Remy Marquis 12563a444b libs: updated to Lua 5.3.4 2017-01-30 12:22:43 +01:00
Remy Marquis 47ac5737f6 libs: adjusted FreeType for windows compilation 2017-01-22 09:04:50 +01:00
Remy Marquis 6228ce7920 libs: updated to FreeType 2.7.1 2017-01-22 09:02:54 +01:00
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