- 21 Feb, 2006 24 commits
-
-
Alexandre Julliard authored
Find the proper modref in that case based on the dlopen handle.
-
Alexandre Julliard authored
This ensures that we never fixup imports twice on the same dll.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Fixed the startup_info signaled state to avoid blocking the parent process when the child crashes on startup.
-
Alexandre Julliard authored
when loadorder is set to builtin only.
-
Uwe Bonnes authored
-
Jason Green authored
-
Jeff Latimer authored
-
Jeff Latimer authored
The key function is to calculate the total of the ABC widths of the characters converted to gylphs by ScriptShape.
-
Jacek Caban authored
-
Roderick Colenbrander authored
Let the few existing parts which need the capabiliteis use the WineD3D capability structure (gl_info). This info structure contains next to 'flags' inidicating certain features also all GL/GLX functions pointers. Because D3D8 moves over to the wined3d gl_info structure all the gl prototypes in d3dcore_gl.h were unneeded and removed.
-
Lei Zhang authored
Fixed the cpMin/cpMax validation code for EM_FINDTEXT. Removed todo flag from affected EM_FINDTEXT tests.
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
trio of functions.
-
James Hawkins authored
-
Dr J A Gow authored
Stream methods called after parent object has been closed correctly return STG_E_REVERTED. Stream refcounting fixed. Now can safely call IStorage destructor before IStream destructor and guarantee file will be closed.
-
Dr J A Gow authored
Fix up permissions when opening streams in storage objects when storage object has been opened in transacted mode.
-
Mike McCormack authored
-
Mike McCormack authored
-
Mike McCormack authored
Add them to or remove them from existing recursive watches.
-
Detlef Riekenberg authored
-
- 20 Feb, 2006 16 commits
-
-
Hans Leidekker authored
-
Rein Klazes authored
-
Robert Shearman authored
Print an error if __NR_sigaction doesn't exist as this means the wrong syscall header is being used.
-
Vitaly Lipatov authored
-
Jeff Latimer authored
-
Roger Hoang authored
and their tests.
-
Jacek Caban authored
-
Mike McCormack authored
ReadDirectoryChangesW. Add a test for it.
-
Eric Pouech authored
Rewrote virtual modules handling so that it's an option to either PE or ELF modules rather than a specific type.
-
Alexandre Julliard authored
done in winedos if necessary.
-
Rein Klazes authored
-
Rein Klazes authored
- check mark is drawn left of a bitmap; - if a MNS_CHECKORBMP-style menu has a checkmark, do no draw any bitmap; - space for the popup arrow is also reserved for non popup items; - implement the MNS_NOCHECK style.
-
Rein Klazes authored
- Use DrawText in stead of GetTextExtendPoint32, to properly measure strings with ampersands like "&File"; - Fix mess with strings with an embedded tab; - In case of a menu bar, two extra pixels are added if the item has both a bitmap and string.
-
Rein Klazes authored
Replace some #defined constants by values calculated from windows metrics.
-
Rein Klazes authored
- Move sending WM_MEASUREITEM message for HBMMENU_CALLBACK bitmaps to MENU_GetBitmapItemSize(); - Save the received bitmap size in the menu item structure as it will need to be sent in the WM_DRAWITEM message; - Move sending WM_DRAWITEM message for HBMMENU_CALLBACK bitmaps to MENU_DrawBitmapItem(); - This also means that HBMMENU_CALLBACK bitmaps are now supported in menu bars.
-
Rein Klazes authored
level of some large if statements in the drawing code. Some updates to the comments.
-