2000-12-21 |
Francois Jacques | Updated SafeArrayGetUBound and SafeArrayGetLBound with... |
commit | commitdiff | tree | snapshot |
2000-12-21 |
Eric Pouech | Rewrote the allocation of MM driver descriptors. |
commit | commitdiff | tree | snapshot |
2000-12-21 |
Eric Kohl | Use handle to palette instead of index for EMR_SELECTPA... |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Alexandre Julliard | Fixed debug routines to work before the process heap... |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Alexandre Julliard | Do not call thread attach/detach routines during proces... |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Gerard Patel | Set the color mask with BI_BITFIELD dibs, don't use the |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Dmitry Timoshkov | Make new edit control allocate its buffers with granula... |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Guy L. Albertelli | - print out WM_NOTIFY message code if we know it. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Alexandre Julliard | Set last error in GlobalUnlock. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Andrew Johnston | Documentation update. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
François Gouget | DUMMYSTRUCTNAME2 creates a conflict when using anonymou... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Stefan Leichter | Added description of printerports section of the win... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
James Hatheway | Fix IConnectionPointContainer interface macros. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Francois Jacques | Implementation of Dispatch API. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Jon Griffiths | - Add several mbcs and CP 932 functions, fix some exist... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Alexandre Julliard | Include stdlib.h instead of wchar.h. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Marcus Meissner | shlwapi forwarders for SetWindowLongW and CallWindowProcW. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Dmitry Timoshkov | Protect against NULL buffer in the profile functions. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Dmitry Timoshkov | New unicode edit control. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
François Gouget | winuser.h now requires that we include winbase.h first. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
François Gouget | Added CreateWindowStation. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
François Gouget | Removed the 'extern "C" { ... }' statement. It is not... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
François Gouget | Moved a misplaced 'extern "C" { ... }' statement. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
François Gouget | Added better support for Unicode: |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Ulrich Weigand | Fixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Gerard Patel | Stub for DllDebugObjectRPCHook. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Gerard Patel | Misc fixes for QueryPathOfRegTypeLib, TLB_ReadTypeLib, |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Gerard Patel | Do not send a WM_NOTIFYFORMAT to a non-existent owner. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Alexandre Julliard | Merged the get_read_fd and get_write_fd requests. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Marcus Meissner | Implemented DIGDD_PEEK for SysMouseA::GetDeviceData. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
François Gouget | _str{dec,inc}: Cast the parameters to the proper type... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
François Gouget | Moved some of the STDMETHOD/STDAPI to winnt.h. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
François Gouget | Removed some of the SECURITY_xxx types. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
François Gouget | Added SetUserObjectSecurity. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guy L. Albertelli | Add notify structures NMMOUSE, NMOBJECTNOTIFY, NMKEY... |
commit | commitdiff | tree | snapshot |
2000-12-18 |
Hidenori Takeshima | Implemented keyboard layout and context - far from... |
commit | commitdiff | tree | snapshot |
2000-12-18 |
Morten Welinder | (strcasecmp): Conform to ANSI specs for toupper. |
commit | commitdiff | tree | snapshot |
2000-12-18 |
Morten Welinder | (parse_options): Allow GNU-like option arguments like |
commit | commitdiff | tree | snapshot |
2000-12-18 |
Patrik Stridvall | Solaris fixes. |
commit | commitdiff | tree | snapshot |
2000-12-18 |
Guy L. Albertelli | - Implement drag for vertical rebars (drag up and down). |
commit | commitdiff | tree | snapshot |
2000-12-18 |
Guy L. Albertelli | Pass WM_COMMAND and WM_NOTIFY to parent as received. |
commit | commitdiff | tree | snapshot |
2000-12-18 |
Gerard Patel | Change the current directory as the user browses the... |
commit | commitdiff | tree | snapshot |
2000-12-18 |
David Elliott | Changed typo va_list to valist. |
commit | commitdiff | tree | snapshot |
2000-12-18 |
Gerard Patel | Allow for the dialog font size to be set directly in... |
commit | commitdiff | tree | snapshot |
2000-12-18 |
Gerard Patel | WM_GETMINMAXINFO track min size should be used in SetWi... |
commit | commitdiff | tree | snapshot |
2000-12-18 |
Marcus Meissner | Mapping for ICM_SETSTATE (ptr in lParam1 to private... |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Patrik Stridvall | - Minor API file update. |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Jon Griffiths | - Fix _fullpath & splitpath, winapi_check fixes |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Alexandre Julliard | Avoid a couple of dependencies on input.c internal... |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Alexandre Julliard | Fixed infinite loop in CRTDLL__fcloseall. |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Hidenori Takeshima | Implemented some APIs and IME class - far from complete. |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Marcus Meissner | Check for NULL before doing IsEqualGUID(). |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Eric Pouech | Fixed loading of 16 bit MCI drivers (for command tables). |
commit | commitdiff | tree | snapshot |
2000-12-16 |
Andreas Mohr | - don't initialize with pFirstLDD if pFirstLDD isn... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Alexandre Julliard | Allocate entry points dynamically to allow for a larger... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Hidenori Takeshima | Implemented some DDK APIs - far from complete. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Francois Gouget | Create a symbolic link to ole/libuuid.a. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Francois Gouget | Always link with uuid. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Ulrich Czekalla | Only capture mouse when an item is selected. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
François Gouget | Moved some macros like NULL, FALSE to winnt.h |
commit | commitdiff | tree | snapshot |
2000-12-15 |
François Gouget | Needs to include windef.h. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
François Gouget | Added OleIsCurrentClipboard and OleSetClipboard. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
François Gouget | Fixed the prototype of GetClassFile. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Gerard Patel | Don't return last active popup if it is pointing to... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Andreas Mohr | Improved usage message. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Alexandre Julliard | Converted enum_key_value request to the new request... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Huw D M Davies | Status of CDROM_AUDIO_INVALID seems to mean the disk... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Aric Stewart | Fixed some difficulties with the font on vertical tabs... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Ulrich Czekalla | Mark width as valid when we send HDN_ENDTRACKA. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Huw D M Davies | Check to see whether any ancestor windows are drop... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Huw D M Davies | Spelling fix. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
François Gouget | Changed the type of Function to PDWORD as on Windows. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
François Gouget | Removed the declspec specifier. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Alexandre Julliard | Added support for Unicode applications in winebuild. |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Martin Pilka | - registry loading speed up (reduced client <-> server... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Jon Griffiths | Added "ignore" directive for skipping individual symbol... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Vasily I. Volchenko | Added more Russian support. |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Hidenori Takeshima | Added a spec file for 16bit imm. |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Alexandre Julliard | Added inline definition for MapSL. |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Andreas Mohr | Fixed an unquoted string. |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Lawson Whitney | Add strerror() to the "Could not stat" and "Invalid... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Alexandre Julliard | Commented out large stack init now that thread stacks... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Marcus Meissner | If DirectDrawCreate gets passed a IDirectDraw{2,4,7... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Francois Gouget | Removed the name of APIs exported by ordinal. |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Nemeth Peter | Some NLS updates. |
commit | commitdiff | tree | snapshot |
2000-12-13 |
John R. Sheets | Documentation update. |
commit | commitdiff | tree | snapshot |
2000-12-13 |
James Abbatiello | Work around glibc 2.1.x dlopen bug (again). |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Andreas Mohr | - implemented proper LDD/LDID handling |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Andreas Mohr | SHGetMalloc must use MEMCTX_TASK, otherwise CoGetMalloc... |
commit | commitdiff | tree | snapshot |
2000-12-13 |
François Gouget | Added mapi.h with the definitions needed by the MFC. |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Eric Kohl | Implemented _ultow() and export [Nt/Zw]QueryVolumeInfor... |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Eric Pouech | Fixed path resolution for a/b.c source files. |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Louis Philippe... | Invalidate the focus rect when a listbox is resized. |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Alexandre Julliard | Removed some unnecessary includes. |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Alexandre Julliard | Use getpagesize() instead of VIRTUAL_GetPageSize(). |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Alexandre Julliard | Replaced PTR_SEG_TO_LIN macro by exported MapSL function. |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Alexandre Julliard | Fixed some warnings. |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Eric Pouech | Split driver functions into USER (16 bit part) and... |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Marcus Meissner | Fixed crtdll compile problem regarding fpos_t in glibc2.2. |
commit | commitdiff | tree | snapshot |
next |