summaryrefslogtreecommitdiff
path: root/hw/xwin
AgeCommit message (Expand)AuthorFilesLines
2005-02-12print window handle in message outoutAlexander Gottwald2-6/+14
2005-02-08Updated fix for ABNT2 and HK_Toggle keys.Alexander Gottwald3-3/+23
2005-02-08Backout ABNT2 and HK_Toggle fix since it broke keys F1 and F4.Alexander Gottwald3-4/+10
2005-02-07Moved keyboard layout table to external file.Alexander Gottwald3-40/+263
2005-02-02Force ShowWindow if XWin was started via run.exe. Fixes mainwindow notAlexander Gottwald2-3/+26
2005-01-31winmultiwindowwindow.cAlexander Gottwald3-2/+73
2005-01-31Added hungarian keyboard layout.Alexander Gottwald2-0/+16
2005-01-31winmessages.hAlexander Gottwald6-42/+45
2005-01-31resolve SHGetFolderPath dynamicly since it is not available on all WindowsAlexander Gottwald2-2/+38
2005-01-12winmsg.cAlexander Gottwald4-4/+22
2005-01-11Document the -silent-dup-error switchAlexander Gottwald2-0/+8
2005-01-11Do not grab ALT-TAB when window is in multiwindow modeAlexander Gottwald2-2/+29
2005-01-11Fix crash with not matching definitions of PATH_MAXAlexander Gottwald2-1/+8
2005-01-10winkeybd.hAlexander Gottwald3-4/+11
2005-01-10winkeybd.hAlexander Gottwald4-8/+15
2005-01-08Fix a possible null-pointer dereference (Keishi Suenaga)Alexander Gottwald2-2/+10
2005-01-06ImakefileAlexander Gottwald2-2/+3
2005-01-06ImakefileAlexander Gottwald7-18/+33
2005-01-06Fix crash with non-nullterminated strings (reported by Øyvind Harboe)Alexander Gottwald3-6/+16
2004-12-15latest changes from CYGWINAlexander Gottwald3-15/+61
2004-12-08import changes from CYGWIN branchAlexander Gottwald6-6/+194
2004-12-06include windows.hAlexander Gottwald2-1/+7
2004-12-06problem with max() macro. this one slipped though againAlexander Gottwald1-1/+1
2004-12-05missed another wBOOL issueAlexander Gottwald2-2/+2
2004-12-05redone ddraw.h to be able to mix it with w32api style COM header files.Alexander Gottwald14-834/+932
2004-12-04Encoding of numerous files changed to UTF-8Markus Kuhn1-1/+1
2004-12-03Removed scprintf, aprintf and snprintf stuff and use newXprintfAlexander Gottwald4-68/+24
2004-12-02Adjust the width of the rootless backbuffer to match 32 bit alignmentAlexander Gottwald3-4/+29
2004-12-01Remove code which sneaked in recently. It is not proven to be correct, justAlexander Gottwald1-13/+0
2004-12-01Set XERRORDB environment variable to relocate the XErrorDB fileAlexander Gottwald2-0/+13
2004-11-29Fixed windows.h include for cygwin.Alexander Gottwald3-1/+17
2004-11-24Finally the multiwindow mode defines a default cursorAlexander Gottwald2-1/+16
2004-11-22Fixes for building multiwindow and internalwm on mingwAlexander Gottwald3-9/+16
2004-11-22Xming: Place logfile in users tempdirAlexander Gottwald4-7/+31
2004-11-15Remove override of HasSnprintfAlexander Gottwald1-0/+5
2004-11-15Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 AddedAlexander Gottwald28-164/+541
2004-11-06Wrap all mwextwm and internalwm code with XWIN_MULTIWINDOWEXTWMAlexander Gottwald5-14/+40
2004-11-04Add InternalWM mode.Kensuke Matsuzaki13-108/+748
2004-10-28Import recent changes from CYGWIN branchAlexander Gottwald14-31/+329
2004-10-08Allow rootless implementations to override frame reordering. This is usedTorrey Lyons2-0/+7
2004-09-18Bugzilla #1032: Make rootless acceleration functions compatible withTorrey Lyons2-0/+22
2004-09-16Remove code which prevented the use from specifying the window size inAlexander Gottwald2-30/+18
2004-09-15add support for mice with more than 3 buttons and one scroll wheel (ChrisAlexander Gottwald7-10/+79
2004-08-16document broken composite in XWinAlexander Gottwald1-2/+9
2004-08-03Merge from CYGWIN branchAlexander Gottwald5-27/+43
2004-08-01added README for Cygwin/XAlexander Gottwald1-0/+134
2004-07-31adjust prototype for winInitCmapPrivates to match Egberts change.Alexander Gottwald1-1/+1
2004-07-31adjust prototype for winInitCmapPrivates to match Egberts change.Alexander Gottwald1-2/+8
2004-07-30Adding a colormap index to the InitColormapPrivate() func call. Without itEgbert Eich2-2/+10
2004-07-27Merge latest changes from CYGWIN branchAlexander Gottwald6-5/+128