Commit Graph

21325 Commits

Author SHA1 Message Date
Frank Richter
4d4c0a2da9 UXTHEME_LoadImage(): Set default image count to 1 to avoid division by
zero in case image count property is not given. Properly support 0
state IDs.
2005-07-05 14:05:35 +00:00
Oliver Stieber
abb11f30cd Implemented stateblocks in wined3d. 2005-07-05 14:05:18 +00:00
Vitaliy Margolen
d30f1fd738 Fix some failing tests. 2005-07-05 14:04:25 +00:00
Alexandre Julliard
aeb4e6e5d2 Get rid of the global debugging flag. 2005-07-05 12:52:57 +00:00
Alexandre Julliard
2b33634018 Intercept functions for 16-bit relay debugging by patching the
CALLFROM16 table instead of having the wine_call_from_16 functions
call out the relay functions explicitly.
2005-07-05 12:52:07 +00:00
Stefan Huehner
2440dcfe88 Fix -Wmissing-declarations warnings. 2005-07-05 12:49:14 +00:00
Detlef Riekenberg
8761a1d5df LoadImageW: Fix type of TRACE parameter. 2005-07-05 12:40:25 +00:00
Vijay Kiran Kamuju
96b7cce02f Added declaration for IMimeInfo interface. 2005-07-05 12:39:38 +00:00
Alexandre Julliard
e56d9deac4 Added vararg argument type so that the relay code can distinguish from
a normal cdecl function.
Don't rely on the relay thunk preserving the stack pointer.
2005-07-05 11:50:40 +00:00
Paul Vriens
1943208eec Added some tests for other information classes.
Correct comment for test 0x3.
2005-07-05 11:46:53 +00:00
Paul Vriens
d5820a0422 Improved stubs to show the correct behavior. 2005-07-05 11:46:37 +00:00
Huw Davies
81fb184da7 Add an English neutral version of the graphics tab. 2005-07-05 11:46:22 +00:00
Mike McCormack
713ca17b23 Fix some gcc 4.0 warnings. 2005-07-05 11:46:09 +00:00
Frank Richter
420d7a82da Opening some theme class data now also increases the reference count
of the theme file, so as long as theme class data is still opened
somewhere, the theme file won't get freed. Otherwise, it could happen
that invalid class data was used, which could lead to problems.
2005-07-05 11:45:57 +00:00
Frank Richter
204f32eae2 Changed the default transparent color in case none was explicitly
specified from the upper left pixel color to magenta. Empirically
gives better results.
2005-07-05 11:45:41 +00:00
Frank Richter
b25fa587a7 Add support for drawing menus in "flat" style. 2005-07-05 11:45:28 +00:00
Stefan Huehner
17ed5537e7 Fix some more -Wmissing-declarations warnings. 2005-07-05 11:05:50 +00:00
Mike McCormack
c7fdb4565a Fix gcc 4.0 -Wpointer-sign warnings. 2005-07-05 11:02:54 +00:00
Mike McCormack
89424ce848 -Wpointer-sign fixes for gcc 4.0. 2005-07-05 11:02:37 +00:00
Robert Shearman
27407fad35 Document active object and variant functions. 2005-07-05 11:02:19 +00:00
Felix Nawothnig
7a4b579b11 Fix DPA tests on Win95. 2005-07-05 11:01:29 +00:00
Paul Vriens
7e3d50617f Removed 4 bytes from the SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION
struct.
Changed some dwSpare into liKernelTime and liUserTime.
2005-07-05 11:01:22 +00:00
Maarten Lankhorst
2b0c06bc37 Added missing declaration for ITextServices->OnTxInPlaceDeactivate. 2005-07-05 11:01:01 +00:00
Huw Davies
651fa65f77 Add English neutral version of IDS_COLOR_GRAY. 2005-07-05 11:00:47 +00:00
Jonathan Ernst
4335719eaf Updated winefile French resources. 2005-07-05 11:00:33 +00:00
Jonathan Ernst
7628ee176c - Updated winecfg French resources.
- Fixed control size and placement.
2005-07-05 11:00:20 +00:00
Huw Davies
df9c4341ec Add one more level of indirection to the printer handle array to allow
more information than just the name to be stored.
Wrap accesses to the printer handle array in a critsec.
2005-07-05 11:00:09 +00:00
Dmitry Timoshkov
ea632a581a Add a test case for IsWindowUnicode. 2005-07-05 10:59:46 +00:00
Marcelo Duarte
af80bbe701 Update shell32 resources for Portuguese. 2005-07-05 10:59:11 +00:00
Marcelo Duarte
993aa33b99 Remove double SEPARATOR. 2005-07-05 10:58:53 +00:00
Oliver Stieber
d760208a5a Make sure that the OpenGL visual created for a window has a stencil
buffer.
2005-07-05 10:58:41 +00:00
Vincent Béron
f4ab6de6c0 Clean wineinstall from config file references. 2005-07-05 10:58:20 +00:00
Michael Jung
8130a6eb44 Return correct attributes in ParseDisplayName. 2005-07-05 10:58:11 +00:00
Mike McCormack
a2479eca44 Fix gcc 4.0 warnings. 2005-07-05 10:57:47 +00:00
Frank Richter
c81d46d77f Let property sheets update the cached system colors upon receiving
WM_SYSCOLORCHANGE.
2005-07-05 10:57:37 +00:00
Frank Richter
72d6a98469 Write WCHAR strings to registry with correct size. 2005-07-05 10:57:17 +00:00
Hans Leidekker
eea3109770 Fix color directory handling. 2005-07-05 10:56:52 +00:00
Thomas Weidenmueller
e1d2852def IsThemeDialogTextureEnabled should have one parameter to match the
prototype in the official headers.
2005-07-05 10:56:27 +00:00
Frank Richter
66033f6b37 Add support for SPI_[SG]ETFLATMENU in SystemParametersInfo (although
without saving of the setting).
2005-07-05 10:55:44 +00:00
Frank Richter
796f941bee Enable/disable "flat menus" based on the setting from the active
theme.
2005-07-05 10:55:22 +00:00
Mike McCormack
058e38af72 Fix -Wpointer-sign warnings. 2005-07-03 12:05:03 +00:00
Mike McCormack
e28c014a84 -Wpointer-sign fixes. 2005-07-03 12:03:35 +00:00
Felix Nawothnig
126af8653e Rewrote the DPA testsuite. 2005-07-03 12:02:09 +00:00
Mike McCormack
447582234f Define more Nt* functions. 2005-07-03 12:01:58 +00:00
Alexandre Julliard
1a0f2863db Moved all 16-bit relay code to the text section.
Changed a few symbol names for better consistency.
2005-07-03 11:28:44 +00:00
Alexandre Julliard
84f9d13664 Added error message for missing LDT support on i386. 2005-07-03 11:26:13 +00:00
Alexandre Julliard
2e1f8fc8dd Some fixes for the Darwin build. 2005-07-03 11:24:54 +00:00
Vitaliy Margolen
ade3dd2828 Change messages about config file to registry. 2005-07-03 11:23:48 +00:00
Mike McCormack
b8fc783be2 Avoid warnings in generated tests by casting sizeof(x) to an int. 2005-07-03 11:23:30 +00:00
Jacek Caban
4aa1607a64 Added stub implementation of IServiceProvider. 2005-07-03 11:22:23 +00:00