2000-10-02 |
Andreas Mohr | Beautified the loadorder array (group DLLs according... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
James Hatheway | Silence unneeded exception to allow easier ACM debugging. |
commit | commitdiff | tree | snapshot |
2000-10-01 |
Alexandre Julliard | Converted some of the registry server requests to the... |
commit | commitdiff | tree | snapshot |
2000-10-01 |
Alexandre Julliard | Implemented a bunch of large integer functions in ntdll. |
commit | commitdiff | tree | snapshot |
2000-10-01 |
Alexandre Julliard | Added stdcall64 entry point type to allow correct relay... |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Andreas Mohr | Make sure we commit enough memory in a new subheap. |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Stefan Leichter | - moved some code from WINSPOOL_GetPrinterDriver into... |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Andreas Mohr | Fixed the default value handling (trailing spaces of... |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Alexandre Julliard | Moved a bunch of routines to kernel32.dll (with the... |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Andreas Mohr | GDISelectPalette16 checked GetObjectType() return value for |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Francois Gouget | Moved DLLVERSIONINFO to shlwapi.h. |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Andreas Mohr | Let InternalExtractIcon16 load icons from builtin DLLs. |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Francois Gouget | Modified the bitmap centering algorithm to take the... |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Stephane Lussier | Before calling the timer window proc, make sure it... |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Alexandre Julliard | Removed a few dependencies on kernel32 functions. |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Alexandre Julliard | Moved critical section implementation to ntdll. |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Alexandre Julliard | Moved $(MODULE).o rule out of Make.rules into the indiv... |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Mike McCormack | Implemented SHDeleteEmptyKeyA, SHDeleteKeyA. |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Sergei Ivanov | Fixed return values of GetRegionData. |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Susan Farley | Call ReleaseCapture (which triggers WM_CAPTURECHANGED... |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Francois Jacques | Use waveaudio, not waveform. |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Huw D M Davies | Fix a couple of TRACE messages. |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Gerald Pfeifer | Added missing cast. |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Francois Gouget | Fix the return type of mixerMessage16. |
commit | commitdiff | tree | snapshot |
2000-09-29 |
Francois Gouget | Renamed VS_USER_INFO to VS_USER_DEFINED. |
commit | commitdiff | tree | snapshot |
2000-09-27 |
Alexandre Julliard | Changed the Win32 dll descriptor to be in IMAGE_NT_HEAD... |
commit | commitdiff | tree | snapshot |
2000-09-27 |
Alexandre Julliard | Added a few missing imports. |
commit | commitdiff | tree | snapshot |
2000-09-27 |
Francois Gouget | Added various type and macro definitions that are neede... |
commit | commitdiff | tree | snapshot |
2000-09-27 |
Eric Pouech | Store a copy of MIDIOPENDESC information instead of... |
commit | commitdiff | tree | snapshot |
2000-09-27 |
Eric Pouech | Unlock win16 crst while thunking up to 32 bit dll. |
commit | commitdiff | tree | snapshot |
2000-09-27 |
Gerald Pfeifer | Include <unistd.h> for prototype of select(). |
commit | commitdiff | tree | snapshot |
2000-09-27 |
Stephane Lussier | Socket returned by accept function of Microsoft API... |
commit | commitdiff | tree | snapshot |
2000-09-27 |
Dmitry Timoshkov | If window was not resized and not moved, repaint only... |
commit | commitdiff | tree | snapshot |
2000-09-27 |
Alexandre Julliard | Generate Win32 dll descriptor structure in the .spec... |
commit | commitdiff | tree | snapshot |
2000-09-27 |
Jeremy White | Created zmouse.h, moved wheel code from mouse.h into it. |
commit | commitdiff | tree | snapshot |
2000-09-27 |
James Abbatiello | MCI_STATUS_LENGTH on Windows returns one frame less... |
commit | commitdiff | tree | snapshot |
2000-09-27 |
Alexandre Julliard | Fixed a few non portable zero-size array declarations. |
commit | commitdiff | tree | snapshot |
2000-09-27 |
Marcus Meissner | Have the UNIX cwd follow the current directory on the... |
commit | commitdiff | tree | snapshot |
2000-09-27 |
Stephane Lussier | On reception of a FocusOut event, don't deactivate... |
commit | commitdiff | tree | snapshot |
2000-09-26 |
Peter Hunnisett | - Remove winmm hack in dplay code |
commit | commitdiff | tree | snapshot |
2000-09-26 |
Marcus Meissner | Migrate $LDFLAGS from configure to Makefile and into... |
commit | commitdiff | tree | snapshot |
2000-09-26 |
Andreas Mohr | Display an ERR() in case of undefined symbols. |
commit | commitdiff | tree | snapshot |
2000-09-26 |
Andreas Mohr | Started some basic work on the more or less undocumente... |
commit | commitdiff | tree | snapshot |
2000-09-26 |
Susan Farley | Support for TBSTYLE_EX_DRAWDDARROWS style; reset captur... |
commit | commitdiff | tree | snapshot |
2000-09-26 |
Marcus Meissner | WORD is unsigned, so we need to transalte 0xffff into -1. |
commit | commitdiff | tree | snapshot |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
commit | commitdiff | tree | snapshot |
2000-09-26 |
Dmitry Timoshkov | Avoid crashes if 16-bit module handle was passed to... |
commit | commitdiff | tree | snapshot |
2000-09-26 |
Lionel Ulmer | Added support for DirectDraw overlays using the XVideo... |
commit | commitdiff | tree | snapshot |
2000-09-26 |
Hidenori Takeshima | Code cleanup. |
commit | commitdiff | tree | snapshot |
2000-09-26 |
Marcus Meissner | Fixed some commctl header issues reported in newsgroup. |
commit | commitdiff | tree | snapshot |
2000-09-26 |
Alexandre Julliard | A few includes cleanup. |
commit | commitdiff | tree | snapshot |
2000-09-26 |
Alexandre Julliard | Removed shell.h. Cleaned up the nested includes mess... |
commit | commitdiff | tree | snapshot |
2000-09-25 |
Alexandre Julliard | Use documented DROPFILES structure instead of internal... |
commit | commitdiff | tree | snapshot |
2000-09-25 |
Alexandre Julliard | Removed some of the XXX_reg macros now that we are... |
commit | commitdiff | tree | snapshot |
2000-09-25 |
Alexandre Julliard | Removed inclusion of wine/winestring.h from winbase... |
commit | commitdiff | tree | snapshot |
2000-09-24 |
Alexandre Julliard | Moved most global data out of the LPDOSTASK structure. |
commit | commitdiff | tree | snapshot |
2000-09-24 |
Alexandre Julliard | Call WH_GETMESSAGE hook in PeekMessage too (based on... |
commit | commitdiff | tree | snapshot |
2000-09-24 |
Gerard Patel | Locks the virtual views linked list. |
commit | commitdiff | tree | snapshot |
2000-09-24 |
Rein Klazes | Make calls to gethostbyname, gethostbyaddr, getservbyname, |
commit | commitdiff | tree | snapshot |
2000-09-24 |
Hidenori Takeshima | Use appropriate charset if facenames of font is known. |
commit | commitdiff | tree | snapshot |
2000-09-24 |
Gerard Patel | In WM_DRAWITEM, always calls the app with a valid curre... |
commit | commitdiff | tree | snapshot |
2000-09-24 |
Alexandre Julliard | Improved support for vm86 mode. |
commit | commitdiff | tree | snapshot |
2000-09-24 |
Alexandre Julliard | Added support for exception handling while in vm86... |
commit | commitdiff | tree | snapshot |
2000-09-24 |
Gerald Pfeifer | Fixed format strings. |
commit | commitdiff | tree | snapshot |
2000-09-24 |
Francois Gouget | Added set WS_CHILD and CCS_TOP to the toolbar's style. |
commit | commitdiff | tree | snapshot |
2000-09-24 |
Francois Gouget | The size of the comctl32 internal bitmaps is 24x24... |
commit | commitdiff | tree | snapshot |
2000-09-24 |
Francois Gouget | Filenames may contain '/' and '\'. |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Chris Morgan | Paint background before drawing item and subitems.... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Andreas Mohr | Make GetTickCount not use the whole Unix epoch (since... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Roberto Augusto... | Added S_ISFIFO check for Solaris. |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Francois Gouget | Added a macro for _declspec (backward compatibility... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Francois Gouget | Must include 'stdlib.h'. |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Francois Gouget | Added HANDLE_WM_NOTIFY and FORWARD_WM_NOTIFY. |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Huw D M Davies | Paper size and orientation prop sheet for wineps. |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Susan Farley | Added support DT_PATH_ELLIPSIS, DT_END_ELLIPSIS, and... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Andreas Mohr | Fixed WinExec16 to handle quoted filenames correctly. |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Damyan Ognyanoff | IErrorInfo is now derived from IUnknown. |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Aric Stewart | Correct some situations with listview selections. Speci... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Francois Gouget | Added a few missing macros, types and prototypes. |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Francois Gouget | New file. All RC files generated by VC6 include afxres... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Andreas Mohr | Spelling, trace fixes. |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Andreas Mohr | Added SetLastError() in GetEnvironmentVariableA. |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Damyan Ognyanoff | Added error correction when using symbol offsets. |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Eric Pouech | Fixed reentrancy issues in play/stop operations. |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Huw D M Davies | Fix PrintDlg collate icons. Add orientation icons. |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Huw D M Davies | Stubs for shlwapi.151 and shlwapi.153. |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Huw D M Davies | Stub for CoIsOle1Class. |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Huw D M Davies | Set close on exec() flag at times when we leave /dev... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Susan Farley | Added support for FLATBUTTON style tabs. |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Andreas Mohr | Add FIXMEs for all these nice completely unimplemented... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Andreas Mohr | fixed the win95 registry loader to have somewhat strict... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Chris Morgan | Fixed button image to be offset to the center of the... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Chris Morgan | Changed RedrawWindow()'s to InvalidateRect()'s. Redraw... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Chris Morgan | Fix behavior of TVS_SINGLEEXPAND style broken in Corel... |
commit | commitdiff | tree | snapshot |
2000-09-22 |
Francois Gouget | Raised MAX_DLLS to 100. |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Peter Hunnisett | - Added some missing WINELIB_NAME_AW definitions, types... |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Rein Klazes | Catch EXCEPTION_PRIV_INSTRUCTION exception too. |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Stephane Lussier | Notification NM_CLICK, NM_RCLICK and NM_DBLCLK sent... |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Andreas Mohr | Fixed window lock problem in SetMenu(). |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Alexandre Julliard | Henning Hoffmann |
commit | commitdiff | tree | snapshot |
next |