summaryrefslogtreecommitdiff
path: root/src/video/win32
AgeCommit message (Expand)AuthorFilesLines
2010-07-12Changed Start/StopTextInput back to not take any parameters.dewyatt2-12/+20
2010-07-12Initial IMM implementation.dewyatt4-3/+197
2010-07-10Changed StopTextInput to take an SDL_Window parameter.dewyatt2-2/+2
2010-07-09Put in a couple of fixes that I realized hadn't gotten done when I wrote out ...Eli Gottlieb2-0/+8
2010-07-08Amazingly the Windows code is almost identical to the Mac OS X code. :)Sam Lantinga5-2/+28
2010-07-08Ported over, to the best of my ability, the code for Win32 shaped windows and...Eli Gottlieb1-0/+261
2010-07-08Added Windows clipboard supportSam Lantinga7-22/+200
2010-07-08Changed StartTextInput to take an SDL_Window parameter.dewyatt3-4/+3
2010-07-06Updated test code, updated win32 code a bit (still not complete, but hopefull...Eli Gottlieb1-2/+61
2010-07-06Fixed fullscreen window positionSam Lantinga1-10/+23
2010-07-06Fixed fullscreen window positionSam Lantinga1-10/+23
2010-07-06Added missing line to make things compile.dewyatt1-1/+2
2010-07-06Added empty text input functions for win32.dewyatt3-0/+26
2010-07-06Mergedewyatt11-1691/+23
2010-07-05Cleaned up the mouse window focus handling: you always pass in the relative w...Sam Lantinga1-6/+3
2010-06-17Fixed mouse focus window reportingSam Lantinga1-5/+6
2010-06-10More fixes for windows. Disabled tablet code.jimtla4-11/+58
2010-06-09Added else to make things clear.dewyatt1-1/+3
2010-06-08Change SDL to not use DefWindowProc as the window class' window procedure.dewyatt2-2/+2
2010-06-05Fixed names of driver-specific implementation files.Eli Gottlieb1-0/+2
2010-05-21Added stub files, working on sample program SDLeyes.Eli Gottlieb1-0/+23
2010-05-09Removed multi-mouse / multi-keyboard support in anticipation of a real multi-...Sam Lantinga11-1688/+22
2010-03-25General improvements for user custom event registrationSam Lantinga1-1/+1
2010-03-10Fixed bug #943Sam Lantinga1-0/+1
2010-02-14Make sure STRICT is defined so the window proc has the correct prototypeSam Lantinga1-0/+1
2010-01-27Fixed bug #743Sam Lantinga2-5/+11
2010-01-24Fixed bug #926Sam Lantinga26-26/+26
2010-01-21Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* ...Sam Lantinga7-57/+54
2010-01-18Fixed bug #932Sam Lantinga1-0/+1
2010-01-06I can't compile this, but it should be updated for the new rendering API now.Sam Lantinga1-14/+34
2009-12-24Updated to compile on WindowsSam Lantinga2-24/+157
2009-12-15Default to allow either accelerated or notSam Lantinga1-3/+6
2009-12-15OpenGL hardware acceleration defaults onSam Lantinga1-6/+3
2009-12-15Fixed bug #905Sam Lantinga2-34/+44
2009-12-15Fixed bug #906Sam Lantinga2-2/+2
2009-12-14Added a BLENDMODE_MASK pixel shader so render tests succeedSam Lantinga1-0/+111
2009-12-13Note that the WritePixels call is unsupported right now.Sam Lantinga1-0/+1
2009-12-12Fixed line drawing for D3DSam Lantinga1-1/+10
2009-12-12Finished implementing RenderReadPixels()Sam Lantinga1-31/+54
2009-12-09Added interfaces for batch drawing of points, lines and rects:Sam Lantinga2-136/+180
2009-12-07Hey, those automated tests are coming in handy! Fixed GDI rendering semanticsSam Lantinga1-2/+6
2009-12-07Implemented RenderReadPixels() and RenderWritePixels() for GDI renderer.Sam Lantinga1-62/+159
2009-12-06The window position is display relative, at least for now...Sam Lantinga1-6/+9
2009-12-06Added an API function to query geometry of multiple monitors:Sam Lantinga4-8/+36
2009-12-06Fixed to use the correct display adapterSam Lantinga1-29/+64
2009-12-04Don't add any renderers if you can't add any displaysSam Lantinga3-4/+12
2009-12-04Fixed calls to SDL_AddRenderDriver()Sam Lantinga4-4/+15
2009-12-04Fixed compiling the D3D rendererSam Lantinga1-3/+3
2009-12-01Work in progress on multi-display support:Sam Lantinga4-16/+15
2009-11-27Adam Strzelecki to SDLSam Lantinga1-0/+4