sdl2_frt/src/video
Sam Lantinga 260549d1ca 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.
2014-06-15 18:31:30 -07:00
..
android Hopefully really fixed the Android build 2014-06-02 09:20:09 -07:00
cocoa Fixed 2584 - Memory leak in Cocoa_GetDisplayName 2014-06-15 17:18:05 -07:00
directfb Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
dummy Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
haiku Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
mir Assume all motion events are mouse events unless tool_type states otherwise. 2014-06-04 12:55:18 -07:00
nacl Fixed typo in log message. 2014-06-08 13:03:45 +02:00
pandora Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
psp Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
raspberry Added an API function to warp the mouse cursor in global screen space: SDL_WarpMouseGlobal() 2014-06-04 10:55:26 -07:00
uikit Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
wayland Added an API function to warp the mouse cursor in global screen space: SDL_WarpMouseGlobal() 2014-06-04 10:55:26 -07:00
windows Fixed bug where changing the window border would change the window size on Windows. 2014-06-04 10:56:30 -07:00
winrt WinRT: fixed the max-button count for WinPhone 8.1 message boxes 2014-05-10 23:39:54 -04:00
x11 Fixed bug 2567 - x11: Local dropped files are not URI-decoded 2014-06-15 18:31:30 -07:00
SDL_blit_0.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_blit_1.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_blit_A.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_blit_auto.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_blit_auto.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_blit_copy.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_blit_copy.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_blit_N.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_blit_slow.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_blit_slow.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_blit.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_blit.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_bmp.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_clipboard.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_egl_c.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_egl.c Fixes #2519, clear error if using the default library path for EGL succeeds. 2014-05-10 16:13:22 -03:00
SDL_fillrect.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_pixels_c.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_pixels.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_rect_c.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_rect.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_RLEaccel_c.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_RLEaccel.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_shape_internals.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_shape.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_stretch.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_surface.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_sysvideo.h Chrome's Native Client backend implementation 2014-06-06 15:45:59 -03:00
SDL_video.c Chrome's Native Client backend implementation 2014-06-06 15:45:59 -03:00
sdlgenblit.pl Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00