Commit Graph

  • f7a4bc8f45 Sync to Wine-20040505: Francois Gouget <[email protected]> - Make Unicode strings static const. - Add a stub for StgCreateStorageEx(). Returns STG_E_UNIMPLEMENTEDFUNCTION as per MSDN. Fixes an error saving files in Word XP. - Make our ascii strings static const. Remove a couple string variables that were used only once and use the string literal directly. Marcus Meissner <[email protected]> - Fixed strict aliasing issues in dlls/ole32. - Implemented CoReleaseMarshalData. - Fixed lvalue casts. - Fixed strict aliasing issues in dlls/ole32. Filip Navara <[email protected]> - Get rid of E_UNSPEC non-standard error value. Gé van Geldorp 2004-05-08 13:32:51 +00:00
  • 4c54d1cace Implement recursive deletion of start menu groups and desktop items. Eric Kohl 2004-05-08 13:11:07 +00:00
  • b1e6d9458c minor fixes Thomas Bluemel 2004-05-08 13:06:12 +00:00
  • af54a29030 Sync to Wine-20040505: Mike McCormack <[email protected]> - Implemented WNetEnumCachedPasswords. Gé van Geldorp 2004-05-08 12:58:08 +00:00
  • 4e0fa347fa Sync to Wine-20040505: Pavel Roskin <[email protected]> - Make the file type combobox non-editable. Ilya Korniyko <[email protected]> - Added Ukrainian translations. Wolfgang Schwotzer <[email protected]> - Update OFN_READONLY flag when closing file dialog. - Make file dialog support FNERR_BUFFERTOSMALL if buffer too small. Francois Gouget <[email protected]> - Make Unicode strings static const. - If lpstrTitle is NULL, set it to either 'Open File' or 'Save as'. - Constify the string constants. - Make Unicode const strings static so they are not copied to the stack each time we enter the function. Gé van Geldorp 2004-05-08 12:53:14 +00:00
  • 9c710c79db silence debug messages Thomas Bluemel 2004-05-08 12:49:34 +00:00
  • c862df0add fixed handling of CW_USEDEFAULT with CreateWindow(Ex)() Thomas Bluemel 2004-05-08 12:42:46 +00:00
  • 2f07e000b4 Sync to Wine-20040505: Ilya Korniyko <[email protected]> - Added Ukrainian translations. Francois Gouget <[email protected]> - Make Unicode strings static const. - Make our ascii strings static const. - Remove a couple string variables that were used only once and use the string literal directly. Krzysztof Foltman <[email protected]> - make monthcal a child of datetime (it was a sibling before, causing completely incorrect message flow) - update monthcal after date change in datetime - choose different coordinates when DTS_SHOWNONE is not used - embedded monthcal is now 200 pixels wide - selecting a day in embedded monthcal updates the datetime and hides the monthcal - changing months/years by clicking month name/year in title bar works - embedded month calendar is correctly destroyed (it used to stick on the screen long after the datetime's container was closed) - next/prev month don't stick anymore - min/max ranges initialized to some reasonable values - fixed some bugs caused by reversed order of arguments of MONTHCAL_CopyTime - update current month/year after setting current date - changing months etc doesn't send MCN_SELECT (which could be sent only after a particular day was clicked) - changed (hit && MCHT_CALENDARDATE) to (hit == MCHT_CALENDARDATE) Huw Davies <[email protected]> - Deleting column zero should only delete the column and not the item data. - Implemented TVS_NOSCROLL. Maxime Bellenge <[email protected]> - Add NM_RCLICK notification support for toolbars. - Fix the size of the listview items in the customize dialog. - Fix TB_GETSTYLE message to return the style of the toolbar and not the style of a button. Robert Shearman <[email protected]> - Optimise accessing toolbar style by storing it in the TOOLBAR_INFO structure. - Replace {Get,Set}WindowLong by {Get,Set}WindowLongPtr where appropriate. Gé van Geldorp 2004-05-08 11:41:05 +00:00
  • 739592deab Patch by tonik <[email protected]> GuiConsoleUpdateBitmap ignores the color attribute of the first character in line, instead it takes the attribute of the last character of the previous line. Gé van Geldorp 2004-05-08 09:19:53 +00:00
  • eb065653f6 - Protect against reads from (and writes to) closed named pipes. Filip Navara 2004-05-07 12:13:13 +00:00
  • 83d8ef34bb Enable the creation of nested desktop and start menu groups. Eric Kohl 2004-05-07 11:18:53 +00:00
  • 60676825a8 use bugcheck macros where appropriate so users have a better idea of why they crashed. Royce Mitchell III 2004-05-07 05:12:10 +00:00
  • 85f77bb306 fixed output from test Royce Mitchell III 2004-05-07 04:04:10 +00:00
  • bcde8100ea fixed GetThreadDesktop() (not fully working yet because it requires a ObFindHandleForObject() implementation in case the requested thread doesn't belong to the calling process) Thomas Bluemel 2004-05-05 22:47:06 +00:00
  • 879f672ffe rewrote NtUserBuildHwndList() Thomas Bluemel 2004-05-05 22:26:04 +00:00
  • e8953aae82 properly handle HTTRANSPARENT hittest with mouse messages Thomas Bluemel 2004-05-05 22:13:17 +00:00
  • 333e6a58cb - Fixed various problems (hangs/crashes) with connecting, disconnecting and closing named pipes. Filip Navara 2004-05-05 18:30:16 +00:00
  • 65093d7a1e - Compile RPCRT4 without debug messages. Filip Navara 2004-05-05 18:30:13 +00:00
  • 233a41e696 Implement AddItemW(). Eric Kohl 2004-05-05 15:29:15 +00:00
  • 34d4fe2efd support the WS_EX_LEFTSCROLLBAR Thomas Bluemel 2004-05-05 13:58:59 +00:00
  • 2ff07f4497 Return reasonably correct result querying a null memory area. Still a TODO left. Mike Nordell 2004-05-05 02:00:01 +00:00
  • 857e0edb82 - Fix recognition of CALL instruction. Spotted by Anich Gregor. Filip Navara 2004-05-04 21:16:51 +00:00
  • 311d1ab004 Added Spinlock in ObpGetHandleCountbyHandleTable. James Tabor 2004-05-04 20:18:52 +00:00
  • 4aeca8b2b1 - Remove old RPCRT4. Filip Navara 2004-05-04 20:12:04 +00:00
  • 97a1bb9c2e added option -s to silence status output while processing Thomas Bluemel 2004-05-04 20:10:18 +00:00
  • 1021b58459 - Merge RPC runtime from Wine. Filip Navara 2004-05-04 20:10:07 +00:00
  • 3eb8552cf1 - Remove old RPCRT4. Filip Navara 2004-05-04 20:03:37 +00:00
  • cf6647ab2e - Forgot to commit this file when syncing the kernel32 test. Filip Navara 2004-05-04 19:55:10 +00:00
  • ae6296eb10 - Remove IPHLPAPI headers copied from Wine. - Add the necessary structures to W32API headers. Filip Navara 2004-05-04 19:53:14 +00:00
  • c789493a59 - Updated kernel32 test to Wine-20040504. Filip Navara 2004-05-04 17:25:19 +00:00
  • 57aa128d43 Implement DeleteItemW(). Eric Kohl 2004-05-04 13:11:22 +00:00
  • a02cf9bbfb Implement GetMenuItemInfoA/W Gé van Geldorp 2004-05-03 22:16:09 +00:00
  • 73812409b4 - Implementation of IOCTL_VIDEO_QUERY_CURRENT_MODE. Based on patch by Herv� Poussineau. Filip Navara 2004-05-03 17:15:14 +00:00
  • 99282d8160 forgot to remove some temporary debug output Thomas Bluemel 2004-05-03 17:12:27 +00:00
  • 69e19de407 cleanup of the unicode mess (im)ported from wine Thomas Bluemel 2004-05-03 16:59:59 +00:00
  • 2bde1ad87b removed WINE from list of EXTERNALS, disabled building psx and os2 subsystem from externals for the time being. Steven Edwards 2004-05-03 15:29:01 +00:00
  • eae24c4093 implemented LoadModule() Thomas Bluemel 2004-05-03 14:34:44 +00:00
  • 03cfc7943a - Implement DeleteGroup(). - Implement ANSI profile directory functions. Eric Kohl 2004-05-03 12:05:44 +00:00
  • 560afee25c - Don't read the disk informations at boot time from removable medias like zip drives. This prevents from merging removable disks into the order of partitions from hard disks. Hartmut Birr 2004-05-02 22:54:45 +00:00
  • 2440a90d73 - Don't assign arc names to removable media drives like zip drives. Hartmut Birr 2004-05-02 22:49:24 +00:00
  • 8220b586b4 Handle MENUITEMINFOW compiled with _WIN32_WINNT < 0x0500 (MENUITEMINFOW misses the HBITMAP hbmpItem at the end in that case). Gé van Geldorp 2004-05-02 21:41:18 +00:00
  • 01e86752a1 Make loader tell what module it is relocating (debug) Mike Nordell 2004-05-02 20:53:50 +00:00
  • 7450b416e4 - Fixed checking for a FAT file system on a removable media. - Check more exactly for a FAT file system. Hartmut Birr 2004-05-02 20:16:46 +00:00
  • 38ed29a671 - Check more exactly for a FAT file system. Hartmut Birr 2004-05-02 20:12:38 +00:00
  • a4b7d6a7a5 - Removed old debug code which may crash a user mode application. Hartmut Birr 2004-05-02 20:08:29 +00:00
  • 00010bb088 Add missing io performance counters. SystemPerformanceInformation reads io counters. Eric Kohl 2004-05-02 19:34:21 +00:00
  • 9ea61adcf9 implemented IsWindowInDestroy() Thomas Bluemel 2004-05-02 17:25:21 +00:00
  • b2aa394176 implemented GetThreadLocale() and partly implemented SetThreadLocale() Thomas Bluemel 2004-05-02 15:47:34 +00:00
  • 3cc6704954 ported GetBinaryType() from wine Thomas Bluemel 2004-05-02 14:47:05 +00:00
  • 6ec9cfe422 Explanation of the files here. Art Yerkes 2004-05-02 07:36:36 +00:00
  • 223730ca41 First rev where a full connect - receive - disconnect cycle worked, although data wasn't delivered to the client program. The TCP performed correctly in handling incoming data, connecting and acknowledging traffic. Pared down files to minimum needed. I'll be able to do more later with the directory structure, but this is quite workable. Art Yerkes 2004-05-02 07:24:43 +00:00
  • f9df303240 Proper way for counting process handles. James Tabor 2004-05-02 04:40:25 +00:00
  • f36cfa653a Always reset AUTO_RESIZE flag on exit from REBAR_ForceResize Gé van Geldorp 2004-05-01 21:22:18 +00:00
  • db2d21de92 Fix Nt/ZwGetTickCount. Eric Kohl 2004-05-01 19:22:49 +00:00
  • 9c2e9ae15d include welcome.exe on the bootcd Thomas Bluemel 2004-05-01 19:05:29 +00:00
  • 6afc02946b Display module names with the stack trace on unhandled exception (debug) Mike Nordell 2004-05-01 18:09:53 +00:00
  • 1c49860e46 implemented AnyPopup() Thomas Bluemel 2004-05-01 18:06:59 +00:00
  • 86805ab86a MmQuerySectionView now returns correct AllocationBase (Hartmut Birr) Mike Nordell 2004-05-01 17:11:34 +00:00
  • 9e1f523308 implemented LockWindowStation() and UnlockWindowStation() (forgot to commit these changes in my previous commit) Thomas Bluemel 2004-05-01 17:06:55 +00:00
  • 56ee4446f0 implemented RegisterLogonProcess(), LockWindowStation() and UnlockWindowStation() Thomas Bluemel 2004-05-01 16:43:15 +00:00
  • 346aa0cca2 - Set ALLUSERSPROFILE environment variable upon logon. - Implement CreateGroup(). Eric Kohl 2004-05-01 11:55:38 +00:00
  • 58fa3560b2 Add required user shell folder settings. Eric Kohl 2004-05-01 11:53:20 +00:00
  • 29963dba5d don't use DrawFocusFrame for thin window moving rectangles Thomas Bluemel 2004-05-01 11:43:52 +00:00
  • 36599d2a2b fixed DrawFocusRect() to use values from SPI_GETFOCUSBORDERWIDTH/HEIGHT Thomas Bluemel 2004-05-01 11:38:28 +00:00
  • 9900ed382e changed SetCursorPos() to use SendInput() Thomas Bluemel 2004-05-01 09:31:59 +00:00
  • d490382a4f Use only LSBit for 1bpp putpixel Gé van Geldorp 2004-05-01 09:04:37 +00:00
  • b4abd1fae0 setup the cursor in the middle of the screen Thomas Bluemel 2004-05-01 08:55:04 +00:00
  • b88aed24cb fix mouse clipping Thomas Bluemel 2004-05-01 08:47:14 +00:00
  • 1eeed5accd - Add ASSERT for a palette size. Filip Navara 2004-05-01 00:51:51 +00:00
  • 5b7d8220d3 Make MmQuerySectionView tell how many bytes it actually did set. Fixes VirtualQuery. Mike Nordell 2004-05-01 00:25:41 +00:00
  • 8b99b4b1c0 - Avoid potencial access violation. Might fix bug #297. Filip Navara 2004-04-30 23:42:20 +00:00
  • c2d319d2d2 use SendInput() to send mouse input data Thomas Bluemel 2004-04-30 22:18:00 +00:00
  • d25a045798 Change bugcheck parameter to easily find out which SESSION5_INITIALIZATION_FAILED bugcheck occurred Gé van Geldorp 2004-04-30 20:49:39 +00:00
  • afb4fdb6f1 Remove Visual Mingw. It didnt build anyway, Steven Edwards 2004-04-30 17:56:14 +00:00
  • c7eed44a94 CMD Enhancements: - Fixed UNICODE build. - Make the DIR /W behave like in Windows. - Fixed various problems with command input going mad when the screen contents have scrolled. Filip Navara 2004-04-30 16:52:42 +00:00
  • 8352c9c082 fixed brush origin Thomas Bluemel 2004-04-30 14:22:44 +00:00
  • db615bc523 Fix TB_GETSTYLE to return the style of the toolbar when wParam is 0. Spotted by Maxime Belleng� <[email protected]>. Fixes bug #290. Gé van Geldorp 2004-04-30 09:55:16 +00:00
  • 8d041e5355 silence debug message Thomas Bluemel 2004-04-29 22:42:51 +00:00
  • e9a87d53bd Return NULL only in error case Gé van Geldorp 2004-04-29 21:17:36 +00:00
  • edbeb9c88b Implement DDE Execute: - Do required translations (KernelMode -> UserMode format, ASCII/Unicode) in GetMessage - Call window proc directly from DispatchMessage instead of via callback - Apply message filter to WM_PAINT and WM_NCPAINT messages - Implement marshalling of pointer lParams for PostMessage Gé van Geldorp 2004-04-29 21:13:16 +00:00
  • 0f0200e106 don't crash if no thread desktop set Thomas Bluemel 2004-04-29 20:41:03 +00:00
  • ddcbbf2e8d implemented keybd_event(), mouse_event(), BlockInput() and SendInput() - the server side however isn't implemented yet Thomas Bluemel 2004-04-29 20:26:35 +00:00
  • ed9f67afe7 - Initialize the serial port to reasonable state after the detection. (Needed by Virtual PC) Filip Navara 2004-04-29 17:06:21 +00:00
  • 0419425cb7 - Simplified the mapping of video memory. Now it works in Virtual PC 2004. Filip Navara 2004-04-29 16:55:37 +00:00
  • 4056581a21 Implement AddDesktopItem() and DeleteDesktopItem(). Eric Kohl 2004-04-29 14:41:26 +00:00
  • de1dd3b0d4 stop kernel crashing on thread termination Mike Nordell 2004-04-28 23:46:26 +00:00
  • 8111f57e17 - Dereference the idle process in some of the NtQuerySystemInformation functions. Hartmut Birr 2004-04-28 20:50:02 +00:00
  • a0588eb04b - Set the offset for a physical page in MmGetPhysicalAddress. Hartmut Birr 2004-04-28 20:46:03 +00:00
  • 3c66806fb0 - Call the DriverStartIo routine at DISPATCH_LEVEL in IoStartPacket. Hartmut Birr 2004-04-28 20:42:01 +00:00
  • e9ee16d561 - Fixed _chmod and _wchmod. Hartmut Birr 2004-04-28 20:20:00 +00:00
  • 47b812dde4 - Simplified handling of palettes selected into device contexts. Now DC->w.hPalette should always point to palette object and shoudn't be NULL. - Fixed bitfield conversion when creating Color -> Mono XLATEOBJs. Fixes bug #275. Filip Navara 2004-04-28 18:38:07 +00:00
  • 3f814d3837 Sorry about that it took so long to commit this file - I was installing a new HDD -> means a new OS installation, etc. Aleksey Bragin 2004-04-28 12:55:21 +00:00
  • de492d049e Followed Casper's advice to use macros to simplify regression tests Jason Filby 2004-04-27 20:31:32 +00:00
  • 6cb09490e5 - Fixed line endings and imm32.dll name. Filip Navara 2004-04-27 20:16:42 +00:00
  • 17bf83aa38 Second MDL test Jason Filby 2004-04-27 17:48:52 +00:00
  • 855d8095ef Added imm32 and psapi to the CD. (sorry if this messes up this is the first time I am doing development from a Linux cross-compile) Steven Edwards 2004-04-26 20:33:13 +00:00
  • 42ad6cb85f make sure temp directory exist Gunnar Dalsnes 2004-04-26 20:26:15 +00:00
  • 63bc13d624 fix broken MakeSureDirectoryPathExists. It depended on Wine's CreateDirectory, which seems to be more relaxed that the ros/Windows version. Gunnar Dalsnes 2004-04-26 20:24:04 +00:00
  • bdce3452a0 build imagehlp Gunnar Dalsnes 2004-04-26 20:20:11 +00:00
  • 68d020f48d make imagehlp import lib Gunnar Dalsnes 2004-04-26 20:19:21 +00:00