Brandon Schaefer <brandon.schaefer@canonical.com> [Wed, 13 Jul 2016 09:41:43 -0700] rev 10196
Tests: Would be wise to compile this
Brandon Schaefer <brandon.schaefer@canonical.com> [Wed, 13 Jul 2016 07:39:01 -0700] rev 10195
Tests: Somehow tabs leaked in...
Brandon Schaefer <brandon.schaefer@canonical.com> [Wed, 13 Jul 2016 07:34:06 -0700] rev 10194
Tests: Add a manual test for a custom cursor (Taken from the API docs)
Brandon Schaefer <brandon.schaefer@canonical.com> [Wed, 13 Jul 2016 07:07:46 -0700] rev 10193
Tests: Mir needs the window to swap at lease 1 frame for the cursor to show. So render in testwm2
Brandon Schaefer <brandon.schaefer@canonical.com> [Wed, 13 Jul 2016 07:07:08 -0700] rev 10192
MIR: Fix system cursors. Been broken since custom cursor support was added!
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Sat, 09 Jul 2016 22:06:00 +0200] rev 10191
Android: Added new key codes from API 24.
Alex Szpakowski <slime73@gmail.com> [Sat, 02 Jul 2016 13:38:31 -0300] rev 10190
iOS: Fix an OpenGL ES error when rotating the device if MSAA is used (thanks Cole Campbell!)
Fixes bug #3378.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Tue, 28 Jun 2016 21:15:16 +0200] rev 10189
Fixed three source comments in tests.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Tue, 28 Jun 2016 21:14:11 +0200] rev 10188
Added a simple test case for SDL_sscanf() to tests.
It fails on platforms where SDL's custom implementation is used.
Relates to Bugzilla #3341.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Tue, 28 Jun 2016 21:08:23 +0200] rev 10187
Fixed freeing strings created by strdup() with SDL_free().
This only worked on platforms where SDL_free() wraps free().