summaryrefslogtreecommitdiff
path: root/src/video/x11/SDL_x11window.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-04Updated copyright for 2019Sam Lantinga1-1/+1
2018-08-02Some drag'and'drop improvements.Ryan C. Gordon1-0/+1
2018-01-03Updated copyright for 2018Sam Lantinga1-1/+1
2017-01-01Updated copyright for 2017Sam Lantinga1-1/+1
2016-11-20Renaming of guard header names to quiet -Wreserved-id-macroSam Lantinga1-3/+3
2016-09-29Added SDL_SetWindowResizable(). (thanks, Ethan!)Ryan C. Gordon1-0/+1
2016-09-29Implemented SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH on X11Sam Lantinga1-0/+1
2016-03-04x11: Deal with window borders better.Ryan C. Gordon1-0/+4
2015-04-21Added SDL_SetWindowModalFor().Ryan C. Gordon1-0/+1
2016-01-05Added SDL_SetWindowInputFocus().Ryan C. Gordon1-0/+1
2016-01-05Added SDL_SetWindowOpacity() and SDL_GetWindowOpacity().Ryan C. Gordon1-0/+1
2016-01-05Added SDL_GetWindowBordersSize().Ryan C. Gordon1-0/+1
2016-01-04x11: Support _NET_WM_USER_TIME and give _NET_ACTIVE_WINDOW a valid timestamp.Ryan C. Gordon1-0/+1
2016-01-02Updated copyright to 2016Sam Lantinga1-1/+1
2015-05-26Updated the copyright year to 2015Sam Lantinga1-1/+1
2015-01-26X11: Don't delay delivery of focus events unless we just changed vidmodes.Ryan C. Gordon1-2/+1
2014-05-28Changed drag area API to a hit-testing API.Ryan C. Gordon1-1/+1
2014-05-27Initial work on X11 implementation of SDL_SetWindowDragAreas().Damian Kaczmarek1-0/+1
2014-02-02Fixed bug 2374 - Update copyright for 2014...Sam Lantinga1-1/+1
2013-11-24Make internal SDL sources include SDL_internal.h instead of SDL_config.hRyan C. Gordon1-1/+1
2013-08-19Fixes bug #2037, common EGL code for Android and X11Gabriel Jacobo1-0/+7
2013-08-09Fixed bug 2007 - SDL_SetWindowMinimumSize() not implemented on X11 (thanks Ra...Sam Lantinga1-0/+2
2013-03-13XDnD implementation from Davey Taylor, need some cleanupSam Lantinga1-0/+2
2013-02-15Happy New Year!Sam Lantinga1-1/+1
2012-11-07SDL no longer grabs the keyboard by default on X11.Sam Lantinga1-1/+1
2012-10-03Keep track of the configure events we've received from the X server.Sam Lantinga1-0/+1
2012-09-28We need to queue the focus in/out changes because they may occur during video...Sam Lantinga1-0/+16
2012-09-28Simplified the NetWM code a little bit, and it now operates on X11 WindowSam Lantinga1-2/+2
2012-09-27Compositing window managers can show and hide windows without ever affecting ...Sam Lantinga1-0/+3
2012-09-27Removed executable bit from source filesSam Lantinga1-0/+0
2012-09-27X11: Attempt to go fullscreen the way SDL 1.2 did it.Ryan C. Gordon1-0/+1
2012-09-13Added SDL_SetWindowBordered() API.Ryan C. Gordon1-0/+1
2011-12-31Happy New Year!Sam Lantinga1-1/+1
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga1-16/+15
2011-03-11Gamma support is back!Sam Lantinga1-0/+2
2011-02-15Fixed a host of issues with Windows fullscreen modes. Toggling fullscreen Op...Sam Lantinga1-1/+1
2011-02-15Implemented X11 fullscreen toggling with modern window managersSam Lantinga1-0/+1
2011-02-11Happy 2011! :)Sam Lantinga1-1/+1
2011-02-04Added the X11 framebuffer implementation. Simple! :)Sam Lantinga1-0/+8
2010-07-13Lots of prep for the "real" way to support fullscreen mode on modern window m...Sam Lantinga1-0/+1
2010-01-24Fixed bug #926Sam Lantinga1-1/+1
2010-01-21Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* ...Sam Lantinga1-2/+2
2009-01-02Implemented SDL_SetWindowIcon(), with translucent icon support under X11.Sam Lantinga1-0/+1
2008-12-08Updated copyright dateSam Lantinga1-1/+1
2006-07-27Initial work on X11 window code in.Sam Lantinga1-0/+54