Commit Graph

66358 Commits (d59227e5803c24c644d87d6f7b6c6a7eda2f2a32)
 

Author SHA1 Message Date
Alexandre Julliard d59227e580 makefiles: Make sure that dependencies are always updated when regenerating makefiles. 2010-02-22 10:40:33 +01:00
Alexandre Julliard bc82a78635 configure: Define AS_VAR_APPEND if necessary for older autoconf versions. 2010-02-20 10:59:04 +01:00
Alexandre Julliard e1437c5231 Release 1.1.39. 2010-02-19 19:23:45 +01:00
Jörg Höhle a956086e18 winmm: dwBytesRecorded controls how much is played, not dwBufferLength. 2010-02-19 15:10:29 +01:00
Nikolay Sivov 7a38ecb0d6 msxml3: Avoid direct vtable members internal usage. 2010-02-19 13:07:11 +01:00
Nikolay Sivov b679a690b4 msxml3: Accept IObjectSafety for query from IXMLDOMDocument, fix its implementation. 2010-02-19 13:07:05 +01:00
Hans Leidekker 1ff9923148 msi: Add summary information stream to the streams table. 2010-02-19 13:06:53 +01:00
Hans Leidekker ddb2091623 msi: Fix a memory leak. 2010-02-19 13:06:46 +01:00
Hans Leidekker 9f68142118 msi: Encode stream name in the callers of db_get_raw_stream. 2010-02-19 13:06:41 +01:00
Hans Leidekker d9e40b8219 msi: Destroy streams cache when applying a transform. 2010-02-19 13:06:36 +01:00
Hans Leidekker f80f1cc2db msi: Accept '\5' and '-' in SQL identifiers. 2010-02-19 13:06:32 +01:00
Hans Leidekker f4bcb105d2 msi: Include run mode in fixmes. 2010-02-19 13:06:27 +01:00
Alexandre Julliard adf9dcd6a7 user32: Fix Z-order handling of windows that have a top-most owner. 2010-02-19 13:05:08 +01:00
Alexandre Julliard 71fa5a36b1 advapi32/tests: Fix the ReadEventLog error checking. 2010-02-19 11:36:12 +01:00
Paul Vriens 2ef6101768 cmd/tests: Compare strings case-insensitive. 2010-02-19 11:30:03 +01:00
Trey Hunner 41c0db3ce9 cmd: Add test for 'if' case sensitivity. 2010-02-19 11:30:00 +01:00
Vincent Povirk 38c6628911 comdlg32/tests: Font sizes are influenced by the display dpi. 2010-02-19 11:29:14 +01:00
Jacek Caban cce35e2e7a urlmon.idl: Added some missing declarations. 2010-02-18 17:47:11 +01:00
Paul Vriens f468055408 cmd: Remove some unneeded extension checking. 2010-02-18 17:15:19 +01:00
Vitaly Perov cffd28f74d mshtml: Silence IExternalConnection in htmldoc_qi FIXME. 2010-02-18 17:15:15 +01:00
Huw Davies 35c7041779 fonts: Tidy up some of the extended Latin glyphs in the 9 ppem strike of Tahoma. 2010-02-18 17:15:01 +01:00
Dmitry Timoshkov c1fd55d6c9 comctl32: Listview should accept both unicode and ansi notifications.
Listview receives notifications not only from built-in header control,
but also from custom or subclassed application controls, there is no
need to assert(0) on application input, printing a FIXME is the maximum
we can do on an unknown input.
2010-02-18 15:01:01 +01:00
Huw Davies b10f8f254e fonts: Add a 9 ppem bitmap strike to Tahoma Bold. 2010-02-18 14:39:38 +01:00
Hans Leidekker 65c68efc8d msi: Implement MSIRUNMODE_MAINTENANCE and MSIRUNMODE_REBOOTATEND for MsiGetMode. 2010-02-18 14:39:11 +01:00
Hans Leidekker a11882fc0f msi: Implement MsiSetMode. 2010-02-18 14:39:06 +01:00
Gabriele Moabiti c65a3e81f7 comdlg32: Open should try to browse directory first. 2010-02-18 14:38:58 +01:00
Alexandre Julliard 4f6d085073 advapi32/tests: Avoid crashing if ReadEventLogA fails. 2010-02-18 14:06:10 +01:00
Alexandre Julliard 9b7d1041fc advapi32: Implemented RegDeleteKeyExA/W. 2010-02-18 14:01:45 +01:00
Alexandre Julliard 8543c32442 ntdll: Properly handle empty but present ACLs in self-relative descriptors. 2010-02-18 13:01:58 +01:00
Alexandre Julliard 9c87c88837 server: Fix tracing of invalid ACLs. 2010-02-18 12:57:03 +01:00
Dan Kegel 8110dde8ae cmd: Fix 'else', with tests. 2010-02-18 12:43:00 +01:00
Piotr Caban 12feffe49e oleaut32: Store names in list. 2010-02-18 12:43:00 +01:00
Piotr Caban 8354e37628 oleaut32: Store indices in list. 2010-02-18 12:43:00 +01:00
Piotr Caban 21bfd64e6c oleaut32: Compute TypeInfo offsets while writing data. 2010-02-18 12:43:00 +01:00
Piotr Caban d1c174837f oleaut32: Store CreateTypeInfo->typedata in list. 2010-02-18 12:43:00 +01:00
Marcus Meissner a3afe94831 winedbg: Segment registers are not affected by rex prefix (Coverity). 2010-02-18 12:43:00 +01:00
Andrew Nguyen f8ae018423 winnls32: Restore the correct export names. 2010-02-18 12:43:00 +01:00
Dylan Smith 2397171cf3 wordpad: Added text colour toolbar button. 2010-02-18 12:42:46 +01:00
Dylan Smith 003e7e9675 wordpad: Avoid making monochrome bitmaps for print preview.
Previewly monochrome bitmaps were being created by CreateCompatibleBitmap
because the hdc passed into that call came from CreateCompatibleDC which is
initialized with a single pixel monochrome bitmap.
2010-02-18 12:18:26 +01:00
Dylan Smith 9106860c85 richedit: Prevent crash on word selection at end of paragraph. 2010-02-18 12:18:17 +01:00
Alexandre Julliard a9a5dae064 user.exe: The default dialog button id is 0 on Win16. 2010-02-18 11:12:11 +01:00
Stefan Dösinger 5c4d3fb5a2 wined3d: Control SFLAG_CONVERTED in surface_prepare_texture.
This makes sure that the flag is set correctly when
surface_allocate_surface is called and client storage is disabled
properly for converted surfaces.
2010-02-17 16:50:38 +01:00
Roderick Colenbrander a19abd9fd5 winex11: Use PictOpOver instead of PictOpSrc in 1-bit -> color blits. 2010-02-17 16:49:53 +01:00
Roderick Colenbrander 5b29189da4 winex11: Fix xrender mono->mono blit.
Use plain xrender_blit for mono -> mono copies, masking in combination
with PictOpOver doesn't make sense and doesn't work.
2010-02-17 16:33:05 +01:00
Piotr Caban 1f2590be9b oleaut32: Return TYPE_E_NAMECONFLICT in ICreateTypeLib2::CreateTypeInfo. 2010-02-17 16:31:09 +01:00
Piotr Caban 2c911147b9 oleaut32: Fix crash in LoadTypeLib if typelib name is not specified. 2010-02-17 16:31:01 +01:00
Nikolay Sivov 16785efc27 msxml3/tests: Fix leaks and wrong pointer use. 2010-02-17 16:30:26 +01:00
Paul Chitescu 381bd1c0ca qedit: Always print a TRACE when a SampleGrabber pin gets connected. 2010-02-17 12:32:59 +01:00
Alexandre Julliard fb950a6da5 kernel32/tests: Fix a test failure on xp64. 2010-02-17 12:04:42 +01:00
Paul Vriens 387f050f68 winspool.drv/tests: Fix a test failure on Win9x/WinMe. 2010-02-17 11:45:34 +01:00