• Show log

    Commit

  • Hash : 260549d1
    Author : Sam Lantinga
    Date : 2014-06-15T18:31:30

    Fixed bug 2567 - x11: Local dropped files are not URI-decoded
    
    Melker Narikka
    
    Local files that are dropped onto a window under X11
    are not going through a URI decoding step, resulting in the following
    in my test application:
    
    Dropped file /home/meklu/Pictures/Screenshot%20from%202013-10-30%2014:04:50.png
    Couldn't load /home/meklu/Pictures/Screenshot%20from%202013-10-30%2014:04:50.png
    
    Expected result:
    
    Dropped file /home/meklu/Pictures/Screenshot from 2013-10-30 14:04:50.png
    Loaded /home/meklu/Pictures/Screenshot from 2013-10-30 14:04:50.png successfully
    
    I've attached a patch that fixes the issue by doing URI decoding in-place on
    the file string buffer.
    

  • 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