Mercurial
Mercurial
>
icculus
>
SDL-audio-capture
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
2014-05-06, by David Ludwig
eglGetProcAddress fails the same way on MIR as ANDROID does on arm. Thanks Sylvain Becker for the patch!
2014-05-06, by Brandon Schaefer
Update the machine-generated configure code.
2014-05-06, by Ryan C. Gordon
Fix build on Windows targets without dxgi.h, like MingW32.
2014-05-06, by Ryan C. Gordon
Remove code that found its way back into the diff
2014-05-02, by Brandon Schaefer
Fix software rendering in the mir backend. The window assumed hardware buffer, which caused testdrawchessboard to fail to mmap a buffer.
2014-05-02, by Brandon Schaefer
WinRT: suppressed an unused param warning when building for Windows Phone 8.1
2014-04-30, by David Ludwig
WinRT: preliminary support for building against the Windows Phone 8.1 SDK
2014-04-30, by David Ludwig
Fixed a linker error when building SDL/WinRT
2014-04-29, by David Ludwig
WinRT: added project files for Windows 8.1 + MSVC 2013
2014-04-29, by David Ludwig
Removed comma at end of enum in a public header, to make -Wpedantic happy.
2014-04-29, by Ryan C. Gordon
Set the tag type in libtool invocations
2014-04-19, by Steven Stewart-Gallus
Fixed bug 2508 - don't redefine WIN32_LEAN_AND_MEAN
2014-04-26, by Sam Lantinga
Fixed the inertia effect in the test program
2014-04-26, by Sam Lantinga
Better compiler for Windows XP systems
2014-04-26, by Sam Lantinga
Mac OS X: Look for joystick hotplug in its own CFRunLoop.
2014-04-24, by Ryan C. Gordon
Mac: Correct the y-axis position after 94af945dbb57
2014-04-24, by Jørgen P. Tjernø
Fixed cygwin build
2014-04-23, by Sam Lantinga
Fixed detecting output on second adapter
2014-04-23, by Sam Lantinga
Don't crash in WIN_GL_InitExtensions() if the OpenGL library couldn't be loaded
2014-04-23, by Sam Lantinga
Fixed compiler warning
2014-04-23, by Sam Lantinga
Don't try to load d3dcompiler_46.dll on Windows XP
2014-04-23, by Sam Lantinga
Removed possible implicit memset()
2014-04-23, by Sam Lantinga
Revert MIR_CFLAGS to SDL_CFLAGS. Use forward declaration for the real fix. (We shouldn't expose mir headers!)
2014-04-21, by Brandon Schaefer
Work has been grafted onto the default branch.
2014-04-19, by Jørgen P. Tjernø
Mac: SDL_SetWindowPosition is now relative to the menubar.
2014-04-19, by Jørgen P. Tjernø
Render: Allow empty cliprect.
2014-04-19, by Jørgen P. Tjernø
Mac: SDL_SetWindowPosition is now relative to the menubar.
2013-07-30, by Jørgen P. Tjernø
Fixed missing j
2014-04-19, by Sam Lantinga
Cleaned up and rearranged WinRT project file structure.
2014-04-19, by David Ludwig
Removed global variable from test program.
2014-04-19, by Philipp Wiesemann
Mir 14.04 headers available that allow scroll + touch events.
2014-04-19, by Brandon Schaefer
Turn off Wayland support for Raspberry Pi on the buildbot.
2014-04-19, by Ryan C. Gordon
Fixed some issues reported on new Ubuntu 14.04 buildbots.
2014-04-19, by Ryan C. Gordon
Fixed logic error loading DXGI
2014-04-18, by Sam Lantinga
SDL_DXGIGetOutputInfo() checks input parameters and returns a boolean value whether or not it succeeded.
2014-04-18, by Sam Lantinga
Mac: Don't prompt to reopen windows after crash.
2014-04-15, by Jørgen P. Tjernø
Fixed bug 2475 - Incorrect SDL_Log() format specifiers in test/testgesture.c
2014-04-17, by Sam Lantinga
Fixed bug 2325 - SDL_EnableUNICODE sometimes drops keyboard events completely
SDL-1.2
2014-04-17, by Sam Lantinga
Fixed bug 2489 - SDL2.framework references __Block_copy in /usr/lib/libSystem.B.dylib, but this symbol cannot be found on OSX-10.5
2014-04-17, by Sam Lantinga
Enable building of Android libraries using a standalone NDK
2014-04-06, by Dimitris Zenios
Fixed bug 2496 - mouse left button double click event issue
2014-04-17, by Sam Lantinga
Wayland: Resize windows with 0x0 requested size to screen size
2014-04-05, by Thomas Perl
Fixed bug 2485 - [PATCH] Wayland: cursor disappears permanently after window loses mouse focus
2014-04-17, by Sam Lantinga
Fixed bug 2482 - Wayland_CreateSystemCursor trying to load nonexistent "wait" cursor
2014-04-17, by Sam Lantinga
Fixed bug 2477 - [PATCH] Joysticks do not work on RHEL6/CentOS6 systems
2014-04-17, by Sam Lantinga
Fixed window losing the SDL_WINDOW_FOREIGN flag if something tries to recreate it.
2014-04-17, by Sam Lantinga
Fixed bug 2086 - valgrind memory not released
2014-04-17, by Sam Lantinga
Fixed bug 2502 - Memory leak inside SDL_x11events.c -> X11_DispatchEvent(_THIS)
2014-04-17, by Sam Lantinga
Fixed bug 2503 - Loop indexing and event union errors in SDL_gesture.c
2014-04-17, by Sam Lantinga
Updated configure with Brandon Schaefer's changes
2014-04-17, by Sam Lantinga
Add DIRECTFB_CFLAGS to SDL_CFLAGS so its cflags will get added to the sdl2.pc
2014-04-17, by Brandon Schaefer
Add MIR_CFLAGS to SDL_CFLAGS so these cflags are added to the sdl2.pc file.
2014-04-17, by Brandon Schaefer
WinRT: keyboard VirtualKey translation improvements from Sylvain Becker
2014-04-17, by David Ludwig
Comment out eglWaitGL from Android_GLES_SwapWindow
2014-04-17, by Gabriel Jacobo
Minor change to a README to test Mercurial server.
2014-04-12, by Ryan C. Gordon
Added a README file regarding WinRT support
2014-04-09, by David Ludwig
Fail if we couldn't create the specified renderer
2014-04-05, by Sam Lantinga
Removed empty statements.
2014-04-05, by Philipp Wiesemann
Fixed names of four hint environment variables.
2014-04-05, by Philipp Wiesemann
less
more
|
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
tip