2000-10-19 |
Alexandre Julliard | Brian Pirie |
commit | commitdiff | tree | snapshot |
2000-10-19 |
Francois Gouget | Added/fixed missing extern "C". |
commit | commitdiff | tree | snapshot |
2000-10-19 |
Francois Gouget | Fixed a char/NULL comparison. |
commit | commitdiff | tree | snapshot |
2000-10-19 |
Francois Gouget | Added the {HRESULT,SCODE}_SEVERITY macros. |
commit | commitdiff | tree | snapshot |
2000-10-19 |
Alexandre Julliard | Use a binary search to find entries in resource directo... |
commit | commitdiff | tree | snapshot |
2000-10-19 |
Alexandre Julliard | Call PrivateExtractIcon in user32 instead of duplicatin... |
commit | commitdiff | tree | snapshot |
2000-10-19 |
Francois Jacques | Should test unixdev against -1 (see wodOpen/widOpen). |
commit | commitdiff | tree | snapshot |
2000-10-19 |
Andreas Mohr | Back out my ELFDLL_dlopen patch and add a warning for... |
commit | commitdiff | tree | snapshot |
2000-10-19 |
Ulrich Weigand | Allow freeing locked global memory handles. |
commit | commitdiff | tree | snapshot |
2000-10-19 |
Ulrich Weigand | Watch out for DefMDIChildProc calls on non-MDI-child... |
commit | commitdiff | tree | snapshot |
2000-10-19 |
Ulrich Weigand | Don't hold the X11 lock while calling GDI object routines. |
commit | commitdiff | tree | snapshot |
2000-10-19 |
Lionel Ulmer | Do not do any GLX calls on a display that does not... |
commit | commitdiff | tree | snapshot |
2000-10-19 |
Chris Morgan | Recalculate nItemHeight when LVS_SETIMAGELIST is called... |
commit | commitdiff | tree | snapshot |
2000-10-19 |
Chris Morgan | Stub CreateDispTypeInfo, CreateStdDispatch16 and Create... |
commit | commitdiff | tree | snapshot |
2000-10-19 |
Peter Hunnisett | - Add proper message reply mechanism and sp player... |
commit | commitdiff | tree | snapshot |
2000-10-19 |
Francois Gouget | Added support for three levels of nesting of the 'pragm... |
commit | commitdiff | tree | snapshot |
2000-10-17 |
Ove Kaaven | Implemented DOS INT21 AH=4B (EXEC). |
commit | commitdiff | tree | snapshot |
2000-10-17 |
Dmitry Timoshkov | Added support for keyboard input in various locales. |
commit | commitdiff | tree | snapshot |
2000-10-17 |
Chris Morgan | Implement LVM_SETITEMPOSITION32. |
commit | commitdiff | tree | snapshot |
2000-10-17 |
Uwe Bonnes | Remember owner HWND when creating and use this hwnd... |
commit | commitdiff | tree | snapshot |
2000-10-17 |
Guy L. Albertelli | Added flag and notification definitions for ComboBoxEx. |
commit | commitdiff | tree | snapshot |
2000-10-17 |
Andreas Mohr | Implemented old Win 2.x string functions. |
commit | commitdiff | tree | snapshot |
2000-10-17 |
Lionel Ulmer | Warning fix. |
commit | commitdiff | tree | snapshot |
2000-10-17 |
Gerald Pfeifer | Add appropriate casts to caddr_t for the third paramete... |
commit | commitdiff | tree | snapshot |
2000-10-15 |
Ove Kaaven | Fixed a couple of recent bugs, and added some more... |
commit | commitdiff | tree | snapshot |
2000-10-15 |
Alexandre Julliard | Converted a few more server requests to the new mechanism. |
commit | commitdiff | tree | snapshot |
2000-10-15 |
Alexandre Julliard | Fixed a few prototypes. |
commit | commitdiff | tree | snapshot |
2000-10-15 |
Alexandre Julliard | Set selector 0000H base to 0xf0000 until the first... |
commit | commitdiff | tree | snapshot |
2000-10-15 |
Eric Pouech | Fixed ShellMessageBox[AW] buffers usage (in some cases... |
commit | commitdiff | tree | snapshot |
2000-10-15 |
Gerald Pfeifer | Remove unused variable orig_mode. |
commit | commitdiff | tree | snapshot |
2000-10-15 |
Uwe Bonnes | Draw the scrollbar beside the buddy when neither UDS_AL... |
commit | commitdiff | tree | snapshot |
2000-10-15 |
Uwe Bonnes | Localization and expect leapdays when looking for the... |
commit | commitdiff | tree | snapshot |
2000-10-15 |
Uwe Bonnes | Localization and many changes to behaviour and outlook. |
commit | commitdiff | tree | snapshot |
2000-10-15 |
Uwe Bonnes | Split out resources that might be localized. |
commit | commitdiff | tree | snapshot |
2000-10-15 |
Uwe Bonnes | Added additional resource IDs. |
commit | commitdiff | tree | snapshot |
2000-10-15 |
Marcus Meissner | Stubbed LookupAccountNameA. |
commit | commitdiff | tree | snapshot |
2000-10-15 |
Marcus Meissner | Return "default" DirectDraw driver if we have at least... |
commit | commitdiff | tree | snapshot |
2000-10-15 |
Dmitry Timoshkov | Fixed behaviour of window's system buttons. |
commit | commitdiff | tree | snapshot |
2000-10-15 |
Rein Klazes | LoadStringA inserts terminating null in the buffer... |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Chris Morgan | Implemented the IDC_HAND cursor. |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Francois Gouget | Fixed the signature of the FormatMessage APIs. |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Francois Gouget | The MODEM stuff has been spun off to its rightful place... |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Francois Gouget | Completed/corrected the list of include files. |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Francois Gouget | Added a NOGDI protection. |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Francois Gouget | Must include objbase.h. |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Francois Gouget | HFILE is an int, not a regular HANDLE. |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Andreas Mohr | Added MSGF_DDEMGR. |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Gerald Pfeifer | Fixed incorrect format string. |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Chris Morgan | Added changing mouse cursor when over a help topic... |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Marcus Meissner | Implemented DirectInputCreateEx. |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Louis Philippe... | Do not send a WM_CONTEXTMENU message when a TreeView... |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Lawson Whitney | Make findfunc look for .spec files, and put it with... |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Guy Albertelli | Validate access even if wrap past address 0 for IsBadSt... |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Andreas Mohr | - stupid spelling fixes |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Alexandre Julliard | Added a few more large integer functions. |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Marcus Meissner | Stubbed GetDeviceGammaRamp. |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Peter Hawkins | Added DOS int 21h function 4452h support (DR-DOS versio... |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Ove Kaaven | Fill in the dsBmih.biSizeImage field of DIBSections... |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Chris Morgan | Indicate that the MIDI error message only affects progr... |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Andreas Mohr | Get rid of shared heap fixme messages. |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Ove Kaaven | Merged DOSVM_Int with DOSVM_SimulateInt, and made it... |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Susan Farley | To improve custom-drawn items, add focus border to... |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Mike McCormack | Moved comm.c into kernel32. |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Francois Gouget | Claim that our headers conform to the version 5.0. |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Francois Gouget | The string fields in PROPSHEETPAGEA should be ANSI... |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Francois Gouget | Removed the DUMMY_UNION_NAME in favor of DUMMYUNIONNAME. |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Francois Gouget | Added the missing TVINSERTSTRUCT synonyms. |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Francois Gouget | Fixed the signature of SysAllocStringByteLen. |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Susan Farley | Status bars on managed windows should not have SIZEGRIP... |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Uwe Bonnes | Make reg the default output chanel. |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Rein Klazes | Ignore setsockopt calls that make the size of the recei... |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Stephane Lussier | Subitems of listviews were not painted with the right... |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Stephane Lussier | After accept is called on the socket, the listening... |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Marcus Meissner | Check for buffer overflows on data returns from RegQuer... |
commit | commitdiff | tree | snapshot |
2000-10-13 |
Konrad Rieck | Changed repne to repnz for Solaris assembler. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Francois Gouget | Moved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Francois Gouget | Added many missing *Pxxx types. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Francois Gouget | ROTFLAGS have their own ifdef protection, take them... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Francois Gouget | Added a declaration for GetEnhMetaFileDescription. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Andreas Mohr | Added Fonts registry key. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Eric Pouech | Fixed regression for debugger startup event creation. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Chris Morgan | Fix depressed state with flat toolbars so pressing... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Susan Farley | On InsertItem with TVI_FIRST, the check for resetting... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Lionel Ulmer | Support non-buffered overlays. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Guy L. Albertelli | Rewrite to support rows of bands. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Serge Ivanov | Simple NULL check. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Stephane Lussier | - Background should not be drawn if the background... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Marcus Meissner | Added 16 (565) -> 15 (555) bit depth converter. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Hidenori Takeshima | Added support for cp936. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Alexandre Julliard | Work-around for gcc bug. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Lionel Ulmer | Implememnted GetFourCCCodes. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Marcus Meissner | Enable XF86vmode switching possible for X11 too. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Eric Pouech | Added PCM converter internal driver. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Lionel Ulmer | Fixed the OpenGL detection code. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Juergen Schmied | Fixed loading of symbols from libraries. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Rein Klazes | Prevent SetFileAttributeA from making directory read... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Francois Gouget | Enable anonymous struct/union support by default in... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Francois Gouget | Added four DDElParam functions. |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Francois Gouget | Fix the parameter types and comments of the DDElParam... |
commit | commitdiff | tree | snapshot |
2000-10-12 |
Francois Gouget | Removed stray A/W from invocations of WINELIB_NAME_AW. |
commit | commitdiff | tree | snapshot |
next |