Commit Graph

  • fbd7136c2e Adapted GdiTransparentBlt by Kevin Koltzau From WINE Friday the 13th 2004 Steven Edwards 2004-02-14 00:31:39 +00:00
  • 9a8ead9623 - Eliminate function pointer typecasts in csqtest - Move the csq.h header to the right place - Added .cvsignore files Filip Navara 2004-02-13 09:37:11 +00:00
  • b68208f089 patch by blight: Simple GL programs should work if you have hardware-accelerated video drivers installed, still some bugs left and things to implement; Have already played a model-flight simulator with it. Royce Mitchell III 2004-02-12 23:56:15 +00:00
  • ca9c59183f - Fixed clipping code in NtGdiGetPixel. Patch by James Pritchard. Filip Navara 2004-02-12 21:50:19 +00:00
  • 6c33cfe3ac - Locale values are specified in hexadecimal numbers. Filip Navara 2004-02-12 15:55:57 +00:00
  • 3c3e6a4430 added EngGetCurrentProcessId() and EngGetCurrentThreadId() Thomas Bluemel 2004-02-11 22:36:40 +00:00
  • ba374c4128 Make a few stubs return something to get Dependancy Walker loading. Steven Edwards 2004-02-11 21:52:28 +00:00
  • f90d73ad9d - Adding my pesum tool which does set the attribute IMAGE_SCN_MEM_NOT_PAGED to sections with the name '.text', '.data', '.bss' and '.idata'. - Some time ago I've wrote this tool because ld wasn't able to set the pe checksum to images. Hartmut Birr 2004-02-11 21:04:18 +00:00
  • e83ebbae2d added EngGetCurrentProcessId() and EngGetCurrentThreadId() Thomas Bluemel 2004-02-11 19:26:51 +00:00
  • 3c0afd1a21 minor corrections by M.Taguchi Martin Fuchs 2004-02-11 18:11:21 +00:00
  • ca73abde9a - Return more correct error codes from NtUserRegisterClassExWOW. - Delete atom in NtUserUnregisterClass. - Corrected DC locking in NtGdiSetDIBColorTable. - Check region handles in NtGdiPaintRgn. Filip Navara 2004-02-11 17:56:29 +00:00
  • d54eeab6a3 Patch from Gregor Anich: Vizzini 2004-02-11 17:39:24 +00:00
  • 6deb9707f4 Add setupapi_main.c into makefile Aleksey Bragin 2004-02-11 12:44:27 +00:00
  • 3d647705b7 Temp fix, because setupapi takes a wrong guess (RtlIsTextUnicode) whether the text is unicode and doesn't work. For now it's assumed all .inf-files are not-unicode. Aleksey Bragin 2004-02-11 12:40:01 +00:00
  • 1765aab70d Remove InstallHinfSection from stubs Aleksey Bragin 2004-02-11 12:38:30 +00:00
  • b97de22cf5 Initial implementation of InstallHinfSection, it even works in small test inf-files for adding/removing/changing registry entries. Not tested further. Aleksey Bragin 2004-02-11 12:38:12 +00:00
  • cec35a5347 fix context menu support Martin Fuchs 2004-02-11 08:35:10 +00:00
  • 27aa9a168f fix and enable japanese resources for windres Martin Fuchs 2004-02-11 08:34:28 +00:00
  • 979c2579ad Remove old file locking test. Steven Edwards 2004-02-11 00:05:40 +00:00
  • 2da07c972c Wine regression tests already check for File Locking APIs Steven Edwards 2004-02-11 00:05:08 +00:00
  • 3f66c6c806 Fix compilation of setupapi by copying setupapi.h from Wine. The w32api version contains an incorrect declaration for (at least) SetupGetLineTextA/W Gé van Geldorp 2004-02-10 23:46:24 +00:00
  • 8143621407 Don't copy from/to outside the visible screen region Gé van Geldorp 2004-02-10 23:40:55 +00:00
  • 76414f84fd Although drivers should accept NULL masks and colors for cursors, at least two don't and crash. So let's not pass NULL. Gé van Geldorp 2004-02-10 23:40:01 +00:00
  • 5ef2c3bbef context menu support for winefile Martin Fuchs 2004-02-10 23:10:43 +00:00
  • f0dea6d3a0 store statustexts in MDI children Martin Fuchs 2004-02-10 22:15:20 +00:00
  • 9f5e152d22 eliminated nasty warning message Martin Fuchs 2004-02-10 21:22:55 +00:00
  • 30462af124 remove DWebBrowserEvents event handler Martin Fuchs 2004-02-10 21:01:41 +00:00
  • 29d76f2c5b added japanese resources now in ShiftJIS encoding (however also not yet compatible to windres) Martin Fuchs 2004-02-10 20:31:37 +00:00
  • 9d2aeff0b9 remove UTF16 file with japanese resources Martin Fuchs 2004-02-10 20:30:42 +00:00
  • bf7fc36abb 2004-02-10 Casper S. Hornstrup <[email protected]> Casper Hornstrup 2004-02-10 20:22:34 +00:00
  • b00626d582 - STDCALL/STDCALL_FUNC usage fixes Filip Navara 2004-02-10 18:11:12 +00:00
  • 8ccf098ee6 reactos/drivers/net/afd/afd/afd.c (AfdDispatch): Correctly set Irp->IoStatus.Information. (AfdUnload): Make it STDCALL. (DriverEntry): Don't cast function pointers. reactos/drivers/net/afd/afd/dispatch.c (AfdDispGetName): New function, still incomplete. reactos/drivers/net/afd/include/afd.h (AfdDispGetName): Declare. reactos/drivers/net/tcpip/tcpip/main.c (TiDispatchOpenClose): Use STDCALL instead of STDCALL_FUNC. (TiUnload): Make it STDCALL. (DriverEntry): Don't cast function pointers. reactos/drivers/net/tcpip/transport/tcp/tcp.c (TCPConnect): Don't free the NDIS buffer, it's already done on another place and return STATUS_PENDING to avoid completing the Irp two times. reactos/lib/msafd/misc/stubs.c (WSPGetSockName, WSPGetPeerName): Moved to ... reactos/lib/msafd/misc/dllmain.c (WSPGetSockName, WSPGetPeerName): ... here, direct the calls to afd.sys. Filip Navara 2004-02-10 17:12:42 +00:00
  • f80022635e Port of netapi32 from WINE Steven Edwards 2004-02-10 16:57:59 +00:00
  • aebff275f5 - Eliminate function pointer typecasts Filip Navara 2004-02-10 16:22:57 +00:00
  • 7ee686f0e0 Spinlock can also be acquired using KeAcquireSpinLockRaiseToSynch(), take this into account when checking the IRQL on release Gé van Geldorp 2004-02-10 15:16:12 +00:00
  • fe2c30c13d Hardcode build number consistent with major/minor version (NVidia driver depends on it). Gé van Geldorp 2004-02-10 15:13:35 +00:00
  • 98531c0d4d fixed behaviour of sizing grip (2) Thomas Bluemel 2004-02-10 10:17:30 +00:00
  • db915d211a fixed behaviour of sizing grip Thomas Bluemel 2004-02-10 08:11:56 +00:00
  • 28c16df7d2 Added an unload handler for easier testing Vizzini 2004-02-10 02:54:14 +00:00
  • 02b8eb1430 Eric Pouech - Winelib host process support and Code cleanup. Steven Edwards 2004-02-10 00:36:46 +00:00
  • e760b79c60 display status texts Martin Fuchs 2004-02-09 23:21:20 +00:00
  • 435db13da9 new TODO entries Martin Fuchs 2004-02-09 22:39:05 +00:00
  • 9c5264c5eb re-show all hidden windows at explorer termination Martin Fuchs 2004-02-09 22:37:52 +00:00
  • 418a293612 define __WINDRES__ to disable UTF16 resource script Martin Fuchs 2004-02-09 22:36:13 +00:00
  • 04866685b1 fixed bounds checking in SHELL_GetPathFromIDListA/W() Martin Fuchs 2004-02-09 22:33:05 +00:00
  • a505cc660f merged WineHQ commits Martin Fuchs 2004-02-09 22:24:35 +00:00
  • 46849d1bdd basic implementation of filling gradient triangles in GradientFill() Thomas Bluemel 2004-02-09 22:16:50 +00:00
  • 8fe4a9e38d use GradientFill() for gradient captions Thomas Bluemel 2004-02-09 16:37:59 +00:00
  • 8336410c76 implemented horizontal and vertical gradients in GradientFill() Thomas Bluemel 2004-02-09 15:33:30 +00:00
  • 5a908e7efe Re-introduce define for MIM_MENUDATA, shell32 depends on it Gé van Geldorp 2004-02-09 10:21:01 +00:00
  • 099b88ed6f use web child window instead of ShellExecute() Martin Fuchs 2004-02-09 09:20:26 +00:00
  • 5398f1df0d Program from Skywing: Vizzini 2004-02-09 08:07:58 +00:00
  • 66f9b32741 Patch by Anich Gregor: Vizzini 2004-02-09 08:00:15 +00:00
  • 8eb11ab73e - Added kmlibrary target type - Added description of MK_ variables - Re-arranged library order to include TARGET_DDKLIBS before standard DDK import libs on GCC command line (fixes linking problem with static libs) Vizzini 2004-02-09 07:03:16 +00:00
  • f9d689b644 - Updated CSQ library to use new kmlibrary target type - Updated includes in csq.c - Added IPv6 ethertype in lan.h - Fixed a typo in ip.c - Added csqtest driver for testing cancel-safe queues Vizzini 2004-02-09 06:59:01 +00:00
  • 9a53ebcb92 better foreground window handling (VCL applications had problems with the old one) Martin Fuchs 2004-02-08 22:47:25 +00:00
  • a320c0cca9 better window sizing Martin Fuchs 2004-02-08 22:30:14 +00:00
  • 2141be1489 removed a re-defiition Thomas Bluemel 2004-02-08 22:24:07 +00:00
  • d8e8ec2a96 Work on thread-awareness in gdbstub Gé van Geldorp 2004-02-08 22:12:53 +00:00
  • 30ada1654d Prevent some debug messages from appearing Gé van Geldorp 2004-02-08 22:02:40 +00:00
  • feb6118e10 1. added test app for GradientFill() 2. removed obsolete cliarea test app Thomas Bluemel 2004-02-08 21:57:36 +00:00
  • 2966583cc6 - Fix race condition resulting in WM_xBUTTONUP sometimes being delivered befor WM_xBUTTONDOWN - Fix double click Gé van Geldorp 2004-02-08 21:47:10 +00:00
  • dfd90b8ad1 add sekelton for the GradientFill() implementation. Thomas Bluemel 2004-02-08 21:37:53 +00:00
  • d9ae46ef9d text -> bin Martin Fuchs 2004-02-08 21:31:14 +00:00
  • 4f9a01cc0b text -> bin Martin Fuchs 2004-02-08 21:30:57 +00:00
  • 8f1114e759 Japanese resource by Masahiro Taguchi (not supported by windres) Martin Fuchs 2004-02-08 21:27:31 +00:00
  • 59cd294e28 desktop switching Martin Fuchs 2004-02-08 18:58:45 +00:00
  • 0dc86c7a3e Added tcpioctl.h which is used by iphlpapi. Art Yerkes 2004-02-08 18:48:08 +00:00
  • 72d09d2bb0 ReactOS implementation of cancel-safe queue library Vizzini 2004-02-08 17:51:32 +00:00
  • 671f7f1315 - Very basic implementation of ExtEscape Filip Navara 2004-02-08 16:16:24 +00:00
  • a99ec32abd - Minor correction to hit testing algorithm Filip Navara 2004-02-08 15:13:22 +00:00
  • 50b64b7cd1 - Language constants needed for OLEAUT32 Filip Navara 2004-02-08 10:56:15 +00:00
  • af3e717b32 - Reclaculate window client size in NtUserSetMenu even if the window isn't visible - Properly move child windows in NtUserSetWindowPos. Filip Navara 2004-02-08 10:53:17 +00:00
  • 7715328fc5 CreateFileMappingA/CreateFileMappingW: a NULL size argument for this function should result in the filesize being used. Patch by Gero Kuehn ([email protected]). Jason Filby 2004-02-08 10:42:15 +00:00
  • 2535445a70 - Fixed algorithm for 4BPP bitblts with ROP != SRCCOPY - Minor coordinate correction for software mouse pointer emulation Filip Navara 2004-02-08 09:27:39 +00:00
  • 2a78934eed Wait a little between retries. Fixes bug #106. Gé van Geldorp 2004-02-07 21:36:56 +00:00
  • 97ea59d7c9 toolbars to control web browser Martin Fuchs 2004-02-07 21:17:27 +00:00
  • 77d84e17ca display nice error message Martin Fuchs 2004-02-07 19:51:53 +00:00
  • 73b7358882 corrected error handling if no web control could be found Martin Fuchs 2004-02-07 19:04:03 +00:00
  • 36f96a21b7 imported WINE oleaut32.dll and inserted numerous FIXMEs to be able to compile it with MinGW headers" Makefile lib\oleaut32 -> Now can explorer be used again. Martin Fuchs 2004-02-07 18:53:59 +00:00
  • 885ca2f7f3 - Free or recycle the remaining path string after a call to ObFindObject. Hartmut Birr 2004-02-07 17:30:14 +00:00
  • f6f4ac5f7b - Set the previous pointer from the next block, if some blocks was merged (in add_to_free_list). Hartmut Birr 2004-02-07 16:37:23 +00:00
  • 094ace70db - Corrected timeouts to really wait one millisecond. Filip Navara 2004-02-07 15:44:13 +00:00
  • 46df458f5f - Do not call initialization of both Mouse callback and classical Mouse driver interface. Because the latter is initialized in separate thread and accesses the same global variables as the callback detection, it causes unexpected effects. This should solve the mouse detection problem as seen on WineConf. Filip Navara 2004-02-07 15:39:14 +00:00
  • 8962ef5080 Add TEMP and TMP environment variables. Fixes bug #180. Gé van Geldorp 2004-02-07 15:33:20 +00:00
  • f83b41a218 fixed some wrong library names for keyboard drivers Martin Fuchs 2004-02-07 15:03:37 +00:00
  • c414fe7978 first version of web control embedding: Explorer tries to instantiate an IE web control, if that failes it tries again using the CLASS-ID of Mozilla's Active-X web control. Martin Fuchs 2004-02-07 15:00:28 +00:00
  • 6c639db134 - Fixed some address calculations Filip Navara 2004-02-07 12:03:11 +00:00
  • 826d5e693a Add bootcd target Gé van Geldorp 2004-02-07 08:37:57 +00:00
  • 24fecbb518 Added afd/tdiconn.c with corrections by filip navara afd/dispatch.c fixed ptr arith + bug fix by filip afd/tdi.c removed functions dealing with TDI_CONNECTION_INFORMATION (tdiconn) tcpip fixes by filip Art Yerkes 2004-02-07 04:50:44 +00:00
  • 03aba39688 - Minor correction to FILE_FULL_EA_INFORMATION prototype Filip Navara 2004-02-07 03:56:18 +00:00
  • 8a0ee5fc06 - Properly include FreeType header Filip Navara 2004-02-07 00:24:46 +00:00
  • 5b1a3e7233 - Get rid of some compilation warnings Filip Navara 2004-02-07 00:21:45 +00:00
  • 88b0aebe1a - Fixed compilation of the updated freetype Filip Navara 2004-02-07 00:11:02 +00:00
  • 650d796921 small dialog size corrections Martin Fuchs 2004-02-06 22:45:49 +00:00
  • 42355ae5c6 use better looking bitmaps Martin Fuchs 2004-02-06 22:44:35 +00:00
  • 2bc8028175 forgot a file. Richard Campbell 2004-02-06 22:18:56 +00:00
  • 5c75940f98 Updated freetype to Freetype 2.1.8-CVS-20040206 in an attempt to fix some of the autohinting issues present in our version, does it help? Richard Campbell 2004-02-06 21:53:11 +00:00
  • 4ed1751218 portugal translation by Paulo Silva Martin Fuchs 2004-02-06 21:35:34 +00:00
  • b6c9a9d585 minimize all button Martin Fuchs 2004-02-06 21:34:47 +00:00