summaryrefslogtreecommitdiff
path: root/src/video/win32
AgeCommit message (Expand)AuthorFilesLines
2011-01-20Fixed bug #925Sam Lantinga32-11395/+0
2011-01-20Added the ability to get the UIKit window through the SDL API.Sam Lantinga2-5/+5
2011-01-19John Wilson 2010-08-17 17:09:16 PDTSam Lantinga1-0/+34
2011-01-19Normalized line endingsSam Lantinga1-12/+12
2011-01-19Raw input is no longer used. Yay!Sam Lantinga1-8/+0
2011-01-03Fixed crash on Windows XPSam Lantinga1-2/+3
2010-12-29Removed carriage returnsSam Lantinga1-31/+31
2010-12-12Use the enumerated type for blend and scale mode instead of intSam Lantinga4-23/+23
2010-11-30First pass at Windows multi-touch gesture supportSam Lantinga4-37/+111
2010-11-28Better horizontal candidate list rendering.Daniel Wyatt1-35/+58
2010-11-23Code style updates.Daniel Wyatt1-70/+35
2010-11-23Windows candidate list support.Daniel Wyatt1-14/+562
2010-11-23Add variables needed for win32 candidate list support.Daniel Wyatt1-19/+38
2010-11-23Add ITfCandidateListUIElement to SDL_msctf.h for MinGW.Daniel Wyatt1-0/+25
2010-09-29Make the union nameless to reduce the complexity of the API.Sam Lantinga2-5/+5
2010-09-27Merged the Windows custom window system hooks into the union used by X11.Sam Lantinga2-5/+7
2010-09-19Fixed compiling with mingw32/64Sam Lantinga2-50/+37
2010-09-19Fixed all MinGW problems (except libraries not added to build yet).Daniel Wyatt3-5/+233
2010-09-19Added imm.h include, will be needed on MinGW.Daniel Wyatt1-22/+23
2010-08-29Fixed compiling with Visual Studio 2008Sam Lantinga2-16/+13
2010-08-22Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windowsSam Lantinga4-0/+154
2010-08-22Merged Daniel's Google Summer of Code work from SDL-gsoc2010_IMESam Lantinga6-4/+962
2010-08-22Removed spurious carriage returnsSam Lantinga1-230/+230
2010-08-22Merged Jim's Google Summer of Code work from SDL-gsoc2010_gestureSam Lantinga4-10/+54
2010-08-16Moved the +1 to mostly eliminate the visual artifact.egottlieb1-1/+1
2010-08-16Condensed flag-setting code and put parantheses in the appropriate places. I...egottlieb1-1/+1
2010-08-15Removed useless debugging code.egottlieb1-6/+1
2010-08-15Added hiding-as-positioning trick and finally fixed flags.egottlieb1-8/+8
2010-08-15Changed flags and positioning (for the fake-hiding) as Andreas recommended.Eli Gottlieb1-2/+4
2010-08-14Mostly seem to have fixed SDL_CalculateShapeTree. Mostly. There still seem ...egottlieb1-53/+15
2010-08-14Finally got the Win32 API code for shaping to work! Just need to fix SDL_Cal...egottlieb2-5/+17
2010-08-12Added SDL_SetWindowPosition() call to SDL_SetWindowShape(), going to see what...Eli Gottlieb1-3/+3
2010-08-10Switched over to poly-polygon region building and shape-tree traversal for Wi...egottlieb1-18/+46
2010-08-09Reformatting code to match the rest of SDL. Variable names seem OK; replaced...Eli Gottlieb1-64/+68
2010-08-04Updated to fit SDL style a little more.dewyatt1-127/+69
2010-08-03Large commit with initial reading string support, TSF UILess code, etc.dewyatt2-160/+947
2010-08-02Worked on Windows implementation and the quad-trees.egottlieb1-4/+8
2010-07-29Added Andreas's patch to fix my silly C++-style errors.Eli Gottlieb2-16/+34
2010-07-28Wrote out the system for breaking shape-masks into quad-trees of rectangles, ...Eli Gottlieb2-295/+23
2010-07-27Andrey A.Sam Lantinga13-680/+1256
2010-07-26OK, it appears that dramatic hacks are not necessary to make Cocoa work...Eli Gottlieb1-1/+0
2010-07-26Rejiggering the way shaped windows are created as preparation for OS X implem...Eli Gottlieb3-0/+6
2010-07-22Added color-key mode and redid the code to work with it.Eli Gottlieb1-3/+5
2010-07-21Fixed key repeat detection on X11, and simplified the code for everyone else.Sam Lantinga1-14/+3
2010-07-20Fixed remapping the Delete key and detecting the keypad Delete key.Sam Lantinga2-6/+9
2010-07-20Added support for keyboard repeat (only tested on Windows so far)Sam Lantinga1-6/+11
2010-07-18Minor bugfixes. testshape now draws a shaped window with bizarre, pixellated...Eli Gottlieb1-1/+1
2010-07-18Added SDL_win32shape.h to version control. D'oh.Eli Gottlieb1-0/+41
2010-07-18Merge with main repo (mainly for non-printable character fix)dewyatt7-328/+531
2010-07-12Merged changes from the main SDL codebaseSam Lantinga14-1725/+271