summaryrefslogtreecommitdiff
path: root/src/video/os2
Commit message (Expand)AuthorAgeFilesLines
* Expose separate keyboard and mouse grab supportCameron Gutman2021-01-261-3/+3
* Rename SetWindowGrab() to SetWindowMouseGrab()Cameron Gutman2021-01-251-2/+2
* renamed my_gradd.h to SDL_gradd.hOzkan Sezer2021-01-212-4/+4
* Updated copyright for 2021Sam Lantinga2021-01-0211-11/+11
* fix bug #5253: handle NULL title or message fields in SDL_MessageBoxDataOzkan Sezer2020-12-101-5/+2
* SDL_os2messagebox.c (_makeDlg): fix crash if title and/or message is NULL.Ozkan Sezer2020-11-201-2/+5
* minor coding style cleanupOzkan Sezer2020-10-251-6/+6
* os2 video: updates to my_gradd.hOzkan Sezer2020-10-211-0/+66
* SDL_os2video.c (OS2_CreateDevice): remove duplicated assignment.Ozkan Sezer2020-10-171-1/+0
* os2video.c: add missing FOURCC_R666 define, enable FOURCC_R666 case in _getSD...Ozkan Sezer2020-10-161-2/+8
* os2: a _lot_ of coding style cleanup, sot that they match the SDL style.Ozkan Sezer2020-10-1510-2696/+2506
* os2: remove dependency to gradd.h from IBM's ddk which is non-free:Ozkan Sezer2020-10-142-6/+108
* os2: updated copyright dates for 2020. header guard fixes.Ozkan Sezer2020-10-1411-23/+23
* OS2_VideoQuit(): avoid double free()ing of displays.Ozkan Sezer2020-10-141-24/+1
* OS2_VideoInit: zero the stSDLDisplay and stSDLDisplayMode variablesOzkan Sezer2020-10-141-0/+2
* port from 2.0.12 to 2.0.13 / current SDL-hg repository.Ozkan Sezer2020-10-141-13/+14
* os/2: port from SDL2-2.0.5 to SDL2-2.0.12Ozkan Sezer2020-10-142-4/+2
* os/2: port from SDL2-2.0.4 to SDL2-2.0.5:Ozkan Sezer2020-10-141-2/+4
* os2: updates from Andrey Vasilkin's 2020-09-07 sources.Ozkan Sezer2020-10-143-5/+4
* os2: several warning fixes.Ozkan Sezer2020-10-144-21/+19
* os2: update include paths. add missing libc includes to geniconv.Ozkan Sezer2020-10-144-10/+9
* os2: add port files for SDL2-2.0.4 from Andrey VasilkinOzkan Sezer2020-10-1411-0/+3798