• Show log

    Commit

  • Hash : f1cab8ae
    Author : Ozkan Sezer
    Date : 2020-12-10T11:20:56

    fix bug #5253: handle NULL title or message fields in SDL_MessageBoxData
    
    - SDL_video.c (SDL_ShowMessageBox): replace messageboxdata, set title
      or message field to "" if either of them is NULL.
    - SDL_video.c (SDL_ShowSimpleMessageBox):  set title or message to ""
      if either of them is NULL for EMSCRIPTEN builds.
    - SDL_bmessagebox.cc: add empty string check along with NULL check for
      title and message fields.
    - SDL_windowsmessagebox.c (AddDialogString): remove NULL string check
    - SDL_windowsmessagebox.c (AddDialogControl):  add empty string check
      along with the NULL check.
    - SDL_x11messagebox.c: revert commit 677c4cd68069
    - SDL_os2messagebox.c: revert commit 2c2a489d76e7
    - test/testmessage.c: Add NULL title and NULL message tests.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags

  • README.txt

  •                          Simple DirectMedia Layer
    
                                      (SDL)
    
                                    Version 2.0
    
    ---
    https://www.libsdl.org/
    
    Simple DirectMedia Layer is a cross-platform development library designed
    to provide low level access to audio, keyboard, mouse, joystick, and graphics
    hardware via OpenGL and Direct3D. It is used by video playback software,
    emulators, and popular games including Valve's award winning catalog
    and many Humble Bundle games.
    
    More extensive documentation is available in the docs directory, starting
    with README.md
    
    Enjoy!
    	Sam Lantinga				(slouken@libsdl.org)