2000-12-22 |
Marcus Meissner | IDirectDrawSurface::Blt::SRCCOPY is the default ROP...
|
commit | commitdiff | tree |
2000-12-22 |
Patrik Stridvall | Various documentation fixes.
|
commit | commitdiff | tree |
2000-12-22 |
Alexandre Julliard | Removed the dummy mouse event in SetWindowPos.
|
commit | commitdiff | tree |
2000-12-22 |
Eric Pouech | Added some 16 bit entry points needed by multimedia...
|
commit | commitdiff | tree |
2000-12-22 |
Alexandre Julliard | Replaced WIN16_GlobalLock16 by "official" function...
|
commit | commitdiff | tree |
2000-12-22 |
Alexandre Julliard | Authors: Ove Kaaven <ovek@transgaming.com>, Gavriel...
|
commit | commitdiff | tree |
2000-12-21 |
Patrik Stridvall | Fixed some issues found by winapi_check.
|
commit | commitdiff | tree |
2000-12-21 |
Patrik Stridvall | - Minor API file update.
|
commit | commitdiff | tree |
2000-12-21 |
Marcus Meissner | Handle errors for IDsDriver_GetPosition.
|
commit | commitdiff | tree |
2000-12-21 |
Eric Pouech | Cleaned up the code a bit.
|
commit | commitdiff | tree |
2000-12-21 |
Ove Kaaven | Enable the DirectSound HAL for sound drivers that do...
|
commit | commitdiff | tree |
2000-12-21 |
Francois Jacques | - TLB_DoFuncs: code cleanup and elemdescFunc read correctly...
|
commit | commitdiff | tree |
2000-12-21 |
Dmitry Timoshkov | Don't write to buffer with zero length.
|
commit | commitdiff | tree |
2000-12-21 |
Dmitry Timoshkov | Do not free the not owned error string.
|
commit | commitdiff | tree |
2000-12-21 |
Francois Jacques | Updated SafeArrayGetUBound and SafeArrayGetLBound with...
|
commit | commitdiff | tree |
2000-12-21 |
Eric Pouech | Rewrote the allocation of MM driver descriptors.
|
commit | commitdiff | tree |
2000-12-21 |
Eric Kohl | Use handle to palette instead of index for EMR_SELECTPALETTE.
|
commit | commitdiff | tree |
2000-12-20 |
Alexandre Julliard | Fixed debug routines to work before the process heap...
|
commit | commitdiff | tree |
2000-12-20 |
Alexandre Julliard | Do not call thread attach/detach routines during process...
|
commit | commitdiff | tree |
2000-12-20 |
Gerard Patel | Set the color mask with BI_BITFIELD dibs, don't use the
|
commit | commitdiff | tree |
2000-12-20 |
Dmitry Timoshkov | Make new edit control allocate its buffers with granularity...
|
commit | commitdiff | tree |
2000-12-20 |
Guy L. Albertelli | - print out WM_NOTIFY message code if we know it.
|
commit | commitdiff | tree |
2000-12-19 |
Alexandre Julliard | Set last error in GlobalUnlock.
|
commit | commitdiff | tree |
2000-12-19 |
Andrew Johnston | Documentation update.
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | DUMMYSTRUCTNAME2 creates a conflict when using anonymous...
|
commit | commitdiff | tree |
2000-12-19 |
Stefan Leichter | Added description of printerports section of the win...
|
commit | commitdiff | tree |
2000-12-19 |
James Hatheway | Fix IConnectionPointContainer interface macros.
|
commit | commitdiff | tree |
2000-12-19 |
Francois Jacques | Implementation of Dispatch API.
|
commit | commitdiff | tree |
2000-12-19 |
Jon Griffiths | - Add several mbcs and CP 932 functions, fix some existing...
|
commit | commitdiff | tree |
2000-12-19 |
Alexandre Julliard | Include stdlib.h instead of wchar.h.
|
commit | commitdiff | tree |
2000-12-19 |
Marcus Meissner | shlwapi forwarders for SetWindowLongW and CallWindowProcW.
|
commit | commitdiff | tree |
2000-12-19 |
Dmitry Timoshkov | Protect against NULL buffer in the profile functions.
|
commit | commitdiff | tree |
2000-12-19 |
Dmitry Timoshkov | New unicode edit control.
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | winuser.h now requires that we include winbase.h first.
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | Added CreateWindowStation.
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | Removed the 'extern "C" { ... }' statement. It is not...
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | Moved a misplaced 'extern "C" { ... }' statement.
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | Added better support for Unicode:
|
commit | commitdiff | tree |
2000-12-19 |
Ulrich Weigand | Fixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian...
|
commit | commitdiff | tree |
2000-12-19 |
Gerard Patel | Stub for DllDebugObjectRPCHook.
|
commit | commitdiff | tree |
2000-12-19 |
Gerard Patel | Misc fixes for QueryPathOfRegTypeLib, TLB_ReadTypeLib,
|
commit | commitdiff | tree |
2000-12-19 |
Gerard Patel | Do not send a WM_NOTIFYFORMAT to a non-existent owner.
|
commit | commitdiff | tree |
2000-12-19 |
Alexandre Julliard | Merged the get_read_fd and get_write_fd requests.
|
commit | commitdiff | tree |
2000-12-19 |
Marcus Meissner | Implemented DIGDD_PEEK for SysMouseA::GetDeviceData.
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | _str{dec,inc}: Cast the parameters to the proper type...
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | Moved some of the STDMETHOD/STDAPI to winnt.h.
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | Removed some of the SECURITY_xxx types.
|
commit | commitdiff | tree |
2000-12-19 |
François Gouget | Added SetUserObjectSecurity.
|
commit | commitdiff | tree |
2000-12-19 |
Guy L. Albertelli | Add notify structures NMMOUSE, NMOBJECTNOTIFY, NMKEY...
|
commit | commitdiff | tree |
2000-12-18 |
Hidenori Takeshima | Implemented keyboard layout and context - far from...
|
commit | commitdiff | tree |
2000-12-18 |
Morten Welinder | (strcasecmp): Conform to ANSI specs for toupper.
|
commit | commitdiff | tree |
2000-12-18 |
Morten Welinder | (parse_options): Allow GNU-like option arguments like
|
commit | commitdiff | tree |
2000-12-18 |
Patrik Stridvall | Solaris fixes.
|
commit | commitdiff | tree |
2000-12-18 |
Guy L. Albertelli | - Implement drag for vertical rebars (drag up and down).
|
commit | commitdiff | tree |
2000-12-18 |
Guy L. Albertelli | Pass WM_COMMAND and WM_NOTIFY to parent as received.
|
commit | commitdiff | tree |
2000-12-18 |
Gerard Patel | Change the current directory as the user browses the...
|
commit | commitdiff | tree |
2000-12-18 |
David Elliott | Changed typo va_list to valist.
|
commit | commitdiff | tree |
2000-12-18 |
Gerard Patel | Allow for the dialog font size to be set directly in...
|
commit | commitdiff | tree |
2000-12-18 |
Gerard Patel | WM_GETMINMAXINFO track min size should be used in SetWindowP...
|
commit | commitdiff | tree |
2000-12-18 |
Marcus Meissner | Mapping for ICM_SETSTATE (ptr in lParam1 to private...
|
commit | commitdiff | tree |
2000-12-16 |
Patrik Stridvall | Fixed some issues found by winapi_check.
|
commit | commitdiff | tree |
2000-12-16 |
Patrik Stridvall | - Minor API file update.
|
commit | commitdiff | tree |
2000-12-16 |
Jon Griffiths | - Fix _fullpath & splitpath, winapi_check fixes
|
commit | commitdiff | tree |
2000-12-16 |
Alexandre Julliard | Avoid a couple of dependencies on input.c internal...
|
commit | commitdiff | tree |
2000-12-16 |
Alexandre Julliard | Fixed infinite loop in CRTDLL__fcloseall.
|
commit | commitdiff | tree |
2000-12-16 |
Hidenori Takeshima | Implemented some APIs and IME class - far from complete.
|
commit | commitdiff | tree |
2000-12-16 |
Marcus Meissner | Check for NULL before doing IsEqualGUID().
|
commit | commitdiff | tree |
2000-12-16 |
Eric Pouech | Fixed loading of 16 bit MCI drivers (for command tables).
|
commit | commitdiff | tree |
2000-12-16 |
Andreas Mohr | - don't initialize with pFirstLDD if pFirstLDD isn...
|
commit | commitdiff | tree |
2000-12-15 |
Alexandre Julliard | Allocate entry points dynamically to allow for a larger...
|
commit | commitdiff | tree |
2000-12-15 |
Hidenori Takeshima | Implemented some DDK APIs - far from complete.
|
commit | commitdiff | tree |
2000-12-15 |
Francois Gouget | Create a symbolic link to ole/libuuid.a.
|
commit | commitdiff | tree |
2000-12-15 |
Francois Gouget | Always link with uuid.
|
commit | commitdiff | tree |
2000-12-15 |
Ulrich Czekalla | Only capture mouse when an item is selected.
|
commit | commitdiff | tree |
2000-12-15 |
François Gouget | Moved some macros like NULL, FALSE to winnt.h
|
commit | commitdiff | tree |
2000-12-15 |
François Gouget | Needs to include windef.h.
|
commit | commitdiff | tree |
2000-12-15 |
François Gouget | Added OleIsCurrentClipboard and OleSetClipboard.
|
commit | commitdiff | tree |
2000-12-15 |
François Gouget | Fixed the prototype of GetClassFile.
|
commit | commitdiff | tree |
2000-12-15 |
Gerard Patel | Don't return last active popup if it is pointing to...
|
commit | commitdiff | tree |
2000-12-15 |
Andreas Mohr | Improved usage message.
|
commit | commitdiff | tree |
2000-12-15 |
Alexandre Julliard | Converted enum_key_value request to the new request...
|
commit | commitdiff | tree |
2000-12-15 |
Huw D M Davies | Status of CDROM_AUDIO_INVALID seems to mean the disk...
|
commit | commitdiff | tree |
2000-12-15 |
Aric Stewart | Fixed some difficulties with the font on vertical tabs...
|
commit | commitdiff | tree |
2000-12-15 |
Ulrich Czekalla | Mark width as valid when we send HDN_ENDTRACKA.
|
commit | commitdiff | tree |
2000-12-15 |
Huw D M Davies | Check to see whether any ancestor windows are drop...
|
commit | commitdiff | tree |
2000-12-15 |
Huw D M Davies | Spelling fix.
|
commit | commitdiff | tree |
2000-12-15 |
François Gouget | Changed the type of Function to PDWORD as on Windows.
|
commit | commitdiff | tree |
2000-12-15 |
François Gouget | Removed the declspec specifier.
|
commit | commitdiff | tree |
2000-12-15 |
Alexandre Julliard | Added support for Unicode applications in winebuild.
|
commit | commitdiff | tree |
2000-12-15 |
Martin Pilka | - registry loading speed up (reduced client <-> server...
|
commit | commitdiff | tree |
2000-12-14 |
Jon Griffiths | Added "ignore" directive for skipping individual symbol...
|
commit | commitdiff | tree |
2000-12-14 |
Vasily I. Volchenko | Added more Russian support.
|
commit | commitdiff | tree |
2000-12-14 |
Hidenori Takeshima | Added a spec file for 16bit imm.
|
commit | commitdiff | tree |
2000-12-14 |
Alexandre Julliard | Added inline definition for MapSL.
|
commit | commitdiff | tree |
2000-12-14 |
Andreas Mohr | Fixed an unquoted string.
|
commit | commitdiff | tree |
2000-12-14 |
Lawson Whitney | Add strerror() to the "Could not stat" and "Invalid...
|
commit | commitdiff | tree |
2000-12-14 |
Alexandre Julliard | Commented out large stack init now that thread stacks...
|
commit | commitdiff | tree |
2000-12-14 |
Marcus Meissner | If DirectDrawCreate gets passed a IDirectDraw{2,4,7...
|
commit | commitdiff | tree |
2000-12-14 |
Francois Gouget | Removed the name of APIs exported by ordinal.
|
commit | commitdiff | tree |
2000-12-14 |
Nemeth Peter | Some NLS updates.
|
commit | commitdiff | tree |