Mercurial
Mercurial
>
icculus
>
SDL-audio-capture
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
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.
Merged Ryan's changes
2012-10-11, by Sam Lantinga
Only install/uninstall the colormap if we've created a DirectColor colormap.
2012-10-11, by Sam Lantinga
Added missing X11 call XUninstallColormap()
2012-10-11, by Sam Lantinga
Added missing X11 symbol.
2012-10-11, by Ryan C. Gordon
Use variables for what they were created for
SDL-1.2
2012-10-11, by Patrice Mandin
Test commit. Adding space to TODO..
2012-10-11, by Michael Sartain
Add GLX_X_VISUAL_TYPE_EXT so created window will use DirectColor if available (instead of TrueColor).
2012-10-11, by Michael Sartain
Add XInitThreads to X11_CreateDevice.
2012-10-11, by Michael Sartain
Fix Colormap when using X11_SetWindowFullscreenViaWM() path.
2012-10-11, by Michael Sartain
Allow specifying of OpenGL 3.2 Core Profile on Mac OS X.
2012-10-10, by Ryan C. Gordon
Add flags to the vidmode debug output
2012-10-06, by Sam Lantinga
When using Xinerama, XVidMode always works on screen 0. Otherwise use the real X11 screen.
2012-10-06, by Sam Lantinga
XVidMode only works on the screen at the origin
2012-10-06, by Sam Lantinga
XFlush() after setting the icon.
SDL-1.2
2012-10-05, by Ryan C. Gordon
Fixed memory leak in X11_SetWindowIcon().
2012-10-05, by Ryan C. Gordon
Try to use _NET_WM_ICON if possible for X11's SDL_WM_SetIcon() implementation.
SDL-1.2
2012-10-05, by Ryan C. Gordon
Fixed compiler warning in debug code.
2012-10-04, by Ryan C. Gordon
Turn off video mode debugging
2012-10-04, by Sam Lantinga
I'm becoming more and more convinced that the application should never use XRandR, and it's the window manager's responsibility to track and manage display modes for fullscreen windows.
2012-10-04, by Sam Lantinga
Support iPhone 5 launch images
2012-10-04, by Sam Lantinga
Keep the launch image up until the application has created an OpenGL view
2012-10-04, by Sam Lantinga
Fixed bug 1614 - SDL for Android does not implement TextInput API
2012-10-03, by Sam Lantinga
Fixed compiler warning
2012-10-03, by Sam Lantinga
This hack doesn't work very well. I'd rather just show the problem so it can be fixed.
2012-10-03, by Sam Lantinga
Merged Ryan's changes
2012-10-03, by Sam Lantinga
Fixed refresh rate calculation
2012-10-03, by Sam Lantinga
Don't try to query outputs that are not hooked up to a crtc
2012-10-03, by Sam Lantinga
Added a delay hack to let the window manager adjust to the mode change. I'm not sure if this is a good idea, but at least it works sometimes now. :)
2012-10-03, by Sam Lantinga
Rewritten X11 video mode support to directly set requested modes and exactly restore the desktop mode at shutdown.
2012-10-03, by Sam Lantinga
A window being fullscreen takes precedence over coordinate checks
2012-10-03, by Sam Lantinga
Helps to initialize variables in the right function. :)
2012-10-03, by Ryan C. Gordon
Fixed compiler warning.
2012-10-03, by Ryan C. Gordon
Use Ctrl modifier for window resize key bindings
2012-10-03, by Sam Lantinga
Added key bindings to resize the window (+/-)
2012-10-03, by Sam Lantinga
Keep track of the configure events we've received from the X server.
2012-10-03, by Sam Lantinga
Poke window managers to get them to respect the resize hints.
2012-10-03, by Sam Lantinga
Fix the size to the windowed mode, not the fullscreen mode.
2012-10-03, by Sam Lantinga
Always set the size hints for consistent behavior with all window managers, and it wasn't resetting when switching back from fullscreen mode.
2012-10-03, by Sam Lantinga
Fixed compile error - had work in progress in there.
2012-10-03, by Sam Lantinga
Fixed XRandR code to change resolution on the correct monitor in a multi-monitor setup.
2012-10-03, by Sam Lantinga
Fixed copying headers to the Framework
2012-10-02, by Sam Lantinga
Fixed bug where SDL thought the window was shown and it wasn't actually.
2012-10-02, by Sam Lantinga
Updated iOS Readme to reflect Game Center integration changes.
2012-10-02, by Gabriel Jacobo
Fixed texture list when swapping textures (thanks Drake Wilson!)
2012-10-02, by Sam Lantinga
Initialized default scale for software renderer (thanks Marcus von Appen!)
2012-10-01, by Sam Lantinga
Fixed a compiler warning
2012-10-01, by Sam Lantinga
Added SDL_RenderSetLogicalSize() and SDL_RenderGetLogicalSize()
2012-10-01, by Sam Lantinga
The viewport is already scaled to the output coordinates
2012-10-01, by Sam Lantinga
Added SDL_RenderSetScale() and SDL_RenderGetScale()
2012-10-01, by Sam Lantinga
Do the src and dst rectangle clipping without affecting the surface clip rectangle.
2012-10-01, by Sam Lantinga
Fixed scaled blitting for complex blit operations (e.g. color modulation and alpha blending)
2012-10-01, by Sam Lantinga
Whoops, that's a header!
2012-10-01, by Sam Lantinga
Added SDL_dropevents.c to the Visual C projects
2012-09-30, by Sam Lantinga
Fixed bug 1593 - SDL_DROPFILE event doesn't work on Windows
2012-09-30, by Sam Lantinga
The gl_data is optional for the driver, so don't early out of the context delete call if it doesn't exist.
2012-09-30, by Sam Lantinga
Remove the viewcontroller from the window when he OpenGL context is destroyed
2012-09-30, by Sam Lantinga
Make sure mode width/height and status bar orientation match
2012-09-29, by Sam Lantinga
Fixed issue with touch input on retina displays
2012-09-29, by Sam Lantinga
Refactored the UIKit mode code into a separate file so it's cleaner and more consistent with other backends
2012-09-29, by Sam Lantinga
Added a couple new test executables to be ignored
2012-09-29, by Sam Lantinga
Only change the UI orientation if it's actually necessary for the mode.
2012-09-29, by Sam Lantinga
Bring Cocoa application menus up to par with the OS X Human Interface Guidelines, including supporting key equivalents.
2012-09-29, by Sam Lantinga
Fixed beeping introduced when we started passing key events through the responder chain.
2012-09-29, by Sam Lantinga
If the window is resizable, reset the viewport by default if the window size changes.
2012-09-29, by Sam Lantinga
WINDOW_RESIZED events shouldn't flush WINDOW_SIZE_CHANGED events and vice versa.
2012-09-29, by Sam Lantinga
Updated support for external video output on the iPad
2012-09-29, by Sam Lantinga
No variable shadowing, reuse the size variable
2012-09-29, by Sam Lantinga
SDL 2.0 supports 32-bit icons with alpha. :)
2012-09-28, by Sam Lantinga
Show the size changed window message
2012-09-28, by Sam Lantinga
Merged Ryan's commits
2012-09-28, by Sam Lantinga
Get the correct screen bounds from xinerama
2012-09-28, by Sam Lantinga
Print the bounds of each display when showing mode information
2012-09-28, by Sam Lantinga
We need to queue the focus in/out changes because they may occur during video mode changes and we can respond to them by triggering more mode changes.
2012-09-28, by Sam Lantinga
Don't warn about the window size changing if the window is resizable
2012-09-28, by Sam Lantinga
Fixed detection of display bounds after a mode switch when Xinerama is enabled.
2012-09-28, by Sam Lantinga
Theoretically fixed the position of the child window, though it's always ending up at the upper left corner for some reason.
2012-09-28, by Sam Lantinga
A few more tweaks for the legacy fullscreen support
2012-09-28, by Sam Lantinga
Patched to compile on Visual Studio.
2012-09-28, by Ryan C. Gordon
Add a safety net X11 error handler, to reset the vidmodes before crashing.
2012-09-28, by Ryan C. Gordon
Fixed bug 1579 - Creating a texture with unsupported format may cause double-destruction
2012-09-28, by Sam Lantinga
Fixed bug 1605 - SDL_DestroyWindow causes erroneous error message
2012-09-28, by Sam Lantinga
Clear the queue active flag when we shutdown, so we don't have a mutex error trying to read the queue.
2012-09-28, by Sam Lantinga
Fixed bug 1584 - Improved glError checks in the opengl renderer
2012-09-28, by Sam Lantinga
Made it clear that locking a streaming texture is a write-only operation.
2012-09-28, by Sam Lantinga
Result of autogen.sh run with previous commit
2012-09-28, by Sam Lantinga
Fixed bug 1587 - "aclocal" fails to generate a sufficient "aclocal.m4"
2012-09-28, by Sam Lantinga
Fixed memory leak in an error case
2012-09-28, by Sam Lantinga
Fixed bug 1496 - SDLView not created for a Cocoa window, resulting in missing right mouse clicks
2012-09-28, by Sam Lantinga
We don't always get the focus change events. Argh!
2012-09-28, by Sam Lantinga
Simplified the NetWM code a little bit, and it now operates on X11 Window
2012-09-28, by Sam Lantinga
Don't set the hidden netwm state, that would mean we don't want to be shown, which is bad.
2012-09-28, by Sam Lantinga
Pass the flags in, not the window pointer!
2012-09-28, by Sam Lantinga
Don't base our resizable state on what the window manager decided, instead we want to base it on the size hints which we set.
2012-09-28, by Sam Lantinga
Only map/unmap if the window isn't already in the correct state.
2012-09-28, by Sam Lantinga
Fixed bug where desktop resolution was never restored if Xinerama was enabled.
2012-09-28, by Sam Lantinga
Compositing window managers can show and hide windows without ever affecting the mapped state. However they do send NetWM protocol messages to indicate this is happening.
2012-09-27, by Sam Lantinga
Hopefully improved legacy fullscreen handling (it works now on my Ubuntu Unity system)
2012-09-27, by Sam Lantinga
Removed unused variables
2012-09-27, by Sam Lantinga
Removed executable bit from source files
2012-09-27, by Sam Lantinga
When we're reparented we'll get both unmapnotify and mapnotify. Eat both so the unmap notify doesn't confuse the normal event processing.
2012-09-27, by Sam Lantinga
Show events from all windows (for the legacy fullscreen case)
2012-09-27, by Sam Lantinga
Fixed fullscreen origin for multi-head displays
2012-09-27, by Sam Lantinga
Added debug define (commented out)
2012-09-27, by Sam Lantinga
Use the legacy fullscreen code if the window manager doesn't support the NetWM protocol.
2012-09-27, by Sam Lantinga
Turned the X11 mode extension environment variables into hints so they can be more easily set from applications.
2012-09-27, by Sam Lantinga
Print a message if the window size was changed from the requested size.
2012-09-27, by Sam Lantinga
Removed unused functions
2012-09-27, by Sam Lantinga
Don't block Android event loop until all relevant events reach the app.
2012-09-27, by Gabriel Jacobo
Fixed bug where Xinerama was treated as being available even if it wasn't.
2012-09-27, by Sam Lantinga
X11: Attempt to go fullscreen the way SDL 1.2 did it.
2012-09-27, by Ryan C. Gordon
On Compiz (etc?), _NET_WM_ACTION_FULLSCREEN needs the window to be resizable.
2012-09-27, by Ryan C. Gordon
Fixed bug 1559 - SDL does not provide scancodes for all keys available on Android.
2012-09-26, by Sam Lantinga
Fixed bug 1573 - SDL does not support system clipboard on Android.
2012-09-26, by Sam Lantinga
Make SDL_atomic.h depend on the void pointer size determined at compile time
2012-09-26, by Gabriel Jacobo
allocate *Hint structures per Xlib docs
2012-09-26, by Edward Rudd
The beeping stopped.
2012-09-25, by Sam Lantinga
NetBSD wscons support by wiz
SDL-1.2
2012-09-25, by Sam Lantinga
Merged libtool fixes
2012-09-25, by Sam Lantinga
This isn't necessary anymore, with the latest autotools update.
2012-09-25, by Sam Lantinga
The SDK path is no longer needed (and no longer correct)
2012-09-25, by Sam Lantinga
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
tip