- 20 Feb, 2006 39 commits
-
-
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.
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Martin Fuchs authored
-
Alexandre Julliard authored
the relative location of the wine libraries.
-
Michael Stefaniuc authored
- remove unused argument from functions - print the pointer in the str_array_push TRACE to be able to distinguish the different arrays. - comment and white space cleanups
-
Michael Stefaniuc authored
Add some tests for unDName() checking: - data type modifiers A,B,P,Q,R,S - literal strings - back references to names
-
Michael Stefaniuc authored
Use a separate array/stack for the back references to names as sym->stack is used to push temporary strings to it which breaks back referencing in some occasions (26 symbols in the mfc42 dll). During this cleanup get_class() a little bit.
-
Michael Stefaniuc authored
unDName: Move the code to parse a literal string from get_class() to a separate function. Add some error handling to the new function.
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
In test_demangle use a custom strcmp that treats multiple spaces as single space. __unDName() from older msvcrt (including W2K it seems) emit in some places 2 spaces instead of one. Fixes 20 failing tests on those old Windows versions.
-
Robert Shearman authored
-
Robert Shearman authored
Change the apartment model field to a boolean that just specifies whether the apartment is multi-threaded or not and fix up all the places where this is used. Fixes a bug where we would return an error if the previous apartment model passed into CoInitializeEx matches the new apartment model, but additional optimisation flags are specified.
-
YunSong Hwang authored
-
YunSong Hwang authored
-
Eric Pouech authored
criteria (it was mainly doing the opposite).
-
Jacek Caban authored
E_NOTIMPL in Windows as well.
-
Jacek Caban authored
-
Saulius Krasuckas authored
-
Saulius Krasuckas authored
-
Mike McCormack authored
-
Michael Kaufmann authored
-
Uwe Bonnes authored
-
Roderick Colenbrander authored
-
Eric Pouech authored
-
- 18 Feb, 2006 1 commit
-
-
Jeff Latimer authored
-