1. 06 Jul, 2010 11 commits
    • dewyatt's avatar
      Added empty text input functions for win32. · a9eb1670
      dewyatt authored
      a9eb1670
    • dewyatt's avatar
      Merge · 07e6c521
      dewyatt authored
      07e6c521
    • dewyatt's avatar
    • dewyatt's avatar
      Added mouse button click to toggle IMM. · 56aecc48
      dewyatt authored
      56aecc48
    • Sam Lantinga's avatar
      Merged changes from default · 8145b502
      Sam Lantinga authored
      8145b502
    • Sam Lantinga's avatar
      Cleaned up the mouse window focus handling: you always pass in the relative... · 320eb460
      Sam Lantinga authored
      Cleaned up the mouse window focus handling: you always pass in the relative window when sending a mouse event.
      Fixed a bug where only mouse wheel up was sent on Mac OS X
      Fixed a bug where mouse window focus was getting hosed by the fullscreen mouse code on Mac OS X
      320eb460
    • Sam Lantinga's avatar
    • Sam Lantinga's avatar
    • Sam Lantinga's avatar
    • Sam Lantinga's avatar
    • Sam Lantinga's avatar
      Split out the Visual C++ 2005 and 2008 projects explicitly. · cd68729b
      Sam Lantinga authored
      Added the test programs to the Visual C++ 2008 project.
      
      --HG--
      rename : VisualC/SDL/SDL.vcproj => VisualC/SDL/SDL_VS2005.vcproj
      rename : VisualC/SDL.sln => VisualC/SDL_VS2005.sln
      rename : VisualC/SDLmain/SDLmain.vcproj => VisualC/SDLmain/SDLmain_VS2005.vcproj
      rename : VisualC/tests/automated/automated.vcproj => VisualC/tests/automated/automated_VS2008.vcproj
      rename : VisualC/tests/checkkeys/checkkeys.vcproj => VisualC/tests/checkkeys/checkkeys_VS2005.vcproj
      rename : VisualC/tests/graywin/graywin.vcproj => VisualC/tests/graywin/graywin_VS2005.vcproj
      rename : VisualC/tests/loopwave/loopwave.vcproj => VisualC/tests/loopwave/loopwave_VS2005.vcproj
      rename : VisualC/tests/testalpha/testalpha.vcproj => VisualC/tests/testalpha/testalpha_VS2005.vcproj
      rename : VisualC/tests/testdraw2/testdraw2.vcproj => VisualC/tests/testdraw2/testdraw2_VS2005.vcproj
      rename : VisualC/tests/testfile/testfile.vcproj => VisualC/tests/testfile/testfile_VS2005.vcproj
      rename : VisualC/tests/testgamma/testgamma.vcproj => VisualC/tests/testgamma/testgamma_VS2005.vcproj
      rename : VisualC/tests/testgl/testgl.vcproj => VisualC/tests/testgl/testgl_VS2005.vcproj
      rename : VisualC/tests/testgl2/testgl2.vcproj => VisualC/tests/testgl2/testgl2_VS2005.vcproj
      rename : VisualC/tests/testjoystick/testjoystick.vcproj => VisualC/tests/testjoystick/testjoystick_VS2005.vcproj
      rename : VisualC/tests/testoverlay/testoverlay.vcproj => VisualC/tests/testoverlay/testoverlay_VS2005.vcproj
      rename : VisualC/tests/testoverlay2/testoverlay2.vcproj => VisualC/tests/testoverlay2/testoverlay2_VS2005.vcproj
      rename : VisualC/tests/testpalette/testpalette.vcproj => VisualC/tests/testpalette/testpalette_VS2005.vcproj
      rename : VisualC/tests/testplatform/testplatform.vcproj => VisualC/tests/testplatform/testplatform_VS2005.vcproj
      rename : VisualC/tests/testpower/testpower.vcproj => VisualC/tests/testpower/testpower_VS2005.vcproj
      rename : VisualC/tests/testsprite/testsprite.vcproj => VisualC/tests/testsprite/testsprite_VS2005.vcproj
      rename : VisualC/tests/testsprite2/testsprite2.vcproj => VisualC/tests/testsprite2/testsprite2_VS2005.vcproj
      rename : VisualC/tests/testvidinfo/testvidinfo.vcproj => VisualC/tests/testvidinfo/testvidinfo_VS2005.vcproj
      rename : VisualC/tests/testwin/testwin.vcproj => VisualC/tests/testwin/testwin_VS2005.vcproj
      rename : VisualC/tests/testwm/testwm.vcproj => VisualC/tests/testwm/testwm_VS2005.vcproj
      cd68729b
  2. 05 Jul, 2010 4 commits
  3. 04 Jul, 2010 2 commits
  4. 30 Jun, 2010 1 commit
  5. 28 Jun, 2010 2 commits
  6. 26 Jun, 2010 2 commits
  7. 21 Jun, 2010 1 commit
    • dewyatt's avatar
      Starting to implement ITextStoreACP. · 4b2cb56c
      dewyatt authored
      It's very incomplete and will probably change quite a bit but it's a start.
      ITextStoreACP is the minimum interface to be considered TSF-aware.
      4b2cb56c
  8. 18 Jun, 2010 1 commit
    • Sam Lantinga's avatar
      Hello Sam. · b46edfbd
      Sam Lantinga authored
      I did fix/update the SDL 1.3 pandora port today ( 11 june 2010 ) and you can find the "hg diff" attached :)
      
      David Carré ( Cpasjuste )
      b46edfbd
  9. 17 Jun, 2010 1 commit
  10. 12 Jun, 2010 2 commits
  11. 11 Jun, 2010 1 commit
  12. 10 Jun, 2010 1 commit
  13. 09 Jun, 2010 1 commit
    • dewyatt's avatar
      Added On_Char method to Window_Listener for WM_CHAR messages. · 649b2309
      dewyatt authored
      Removed a lot of TSF code because part of it was wrong and part was too complicated.
      Added Clear method to clear the window.
      
      IME input should work in both windowed mode and fullscreen mode with these changes.
      I have tested on Windows XP SP3 and Windows 7 Ultimate in VirtualBox.
      When you type a character (with an IME or not), the console will show the code point as U+XXXX.
      You use Left Alt+Shift (or whatever you have it set to) to switch input languages as usual.
      Hit ESC to exit (or close the window in windowed mode).
      The program will pause before exiting so you can review the console output (press a key to exit).
      649b2309
  14. 08 Jun, 2010 1 commit
  15. 07 Jun, 2010 1 commit
  16. 30 May, 2010 1 commit
  17. 28 May, 2010 1 commit
  18. 25 May, 2010 2 commits
  19. 18 May, 2010 1 commit
    • Sam Lantinga's avatar
      author Eric Wing <ewing . public |-at-| gmail . com> · 21099fe9
      Sam Lantinga authored
      	Wed May 12 12:49:28 2010 -0700 (5 days ago)
      
      Added the automated test plist file and modified .hgignore to be less aggressive.
      
      Discovered that the new plist file for the automated test was not checked in because the .hgignore file was too aggressive. I changed the .hgignore to not ignore the Xcode directory and instead added a longer list of things to ignore.
      21099fe9
  20. 12 May, 2010 1 commit
  21. 10 May, 2010 2 commits