Skip to content

Commit

Permalink
updated docs for changes so far.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Aug 4, 2019
1 parent 903669d commit 33b9ef4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
9 changes: 5 additions & 4 deletions WhatsNew
Expand Up @@ -35,17 +35,18 @@ Changes include:
- X11video: fix for XChangeProperty() crash (bug 1427.)
- X11video: fix SDL_EnableUNICODE sometimes dropping keyboard events
completely (bug 2325.)
- X11video: fixed no SDL_VIDEORESIZE event being generated when the
- X11video: fix no SDL_VIDEORESIZE event being generated when the
window manager sets the window size (bug 1859.)
- X11video: fix X11_SetGammaRamp not checking the return value of
XStoreColors (bugs 1979, 3770.)
- X11video: fix SDL_VIDEORESIZE events not received when resizing
window from the corner (inverted logic in X11 ConfigureNotify, i.e.
resize handling - bug 1430.)
- X11video: unblock SDL_WM_GrabInput() GrabNotViewable case (bug 1155.)
- Mac OS X: fixed crash on any input in Quartz code (bug 2560.)
- Mac OS X: fixed crash in Quartz gamma ramp code.
- Mac OS X: fixed build for 10.9 Mavericks or newer (bug 2085.)
- Mac OS X: fix crash on any input in Quartz code (bug 2560.)
- Mac OS X: fix crash in Quartz gamma ramp code.
- Mac OS X: fix build for 10.9 Mavericks or newer (bug 2085.)
- Mac OS X, Quartz: fix cursor transparency (bug 4076.)
- Mac OS X, joystick: update to support Saitek p2500 gamepad (bug 2025)
- Mac OS X, main: updates for -psn_XXX command line arg for Finder
launches in new macOS versions.
Expand Down
11 changes: 7 additions & 4 deletions docs.html
Expand Up @@ -87,7 +87,7 @@ <H2> SDL 1.2.16 Release Notes </H2>
completely (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=2325">2325</a>.)
</P>
<P>
X11video: fixed no SDL_VIDEORESIZE event being generated when the
X11video: fix no SDL_VIDEORESIZE event being generated when the
window manager sets the window size (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=1859">1859</a>.)
</P>
<P>
Expand All @@ -103,13 +103,16 @@ <H2> SDL 1.2.16 Release Notes </H2>
X11video: unblock SDL_WM_GrabInput() GrabNotViewable case (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=1155">1155</a>.)
</P>
<P>
Mac OS X: fixed crash on any input in Quartz code (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=2560">2560</a>.)
Mac OS X: fix crash on any input in Quartz code (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=2560">2560</a>.)
</P>
<P>
Mac OS X: fixed crash in Quartz gamma ramp code.
Mac OS X: fix crash in Quartz gamma ramp code.
</P>
<P>
Mac OS X: fixed build for 10.9 Mavericks or newer (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=2085">2085</a>.)
Mac OS X: fix build for 10.9 Mavericks or newer (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=2085">2085</a>.)
</P>
<P>
Mac OS X, Quartz: fix cursor transparency (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=4076">4076</a>.)
</P>
<P>
Mac OS X, joystick: update to support Saitek p2500 gamepad (bug <a href="https://bugzilla.libsdl.org/show_bug.cgi?id=2025">2025</a>)
Expand Down

0 comments on commit 33b9ef4

Please sign in to comment.