goma /
wine /
0691d74027b90cced7e1a4516c75976528fc35e9 - 0691d74 Fixed some commctl header issues reported in newsgroup. by Marcus Meissner · 25 years ago
- 56b9fea A few includes cleanup. by Alexandre Julliard · 25 years ago
- 74af67e Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. by Alexandre Julliard · 25 years ago
- 60e1752 Use documented DROPFILES structure instead of internal DROPFILESTRUCT. by Alexandre Julliard · 25 years ago
- d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 25 years ago
- 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
- 770eb51 Moved most global data out of the LPDOSTASK structure. by Alexandre Julliard · 25 years ago
- 0ff083b Call WH_GETMESSAGE hook in PeekMessage too (based on a patch by Rob Farnum). by Alexandre Julliard · 25 years ago
- 2a6acd3 Locks the virtual views linked list. by Gerard Patel · 25 years ago
- ff7a61f Make calls to gethostbyname, gethostbyaddr, getservbyname, by Rein Klazes · 25 years ago
- 2cc1508 Use appropriate charset if facenames of font is known. by Hidenori Takeshima · 25 years ago
- 8caa407 In WM_DRAWITEM, always calls the app with a valid current focus_item. by Gerard Patel · 25 years ago
- 954a413 Improved support for vm86 mode. by Alexandre Julliard · 25 years ago
- b59627c Added support for exception handling while in vm86 mode. by Alexandre Julliard · 25 years ago
- 1b490b4 Fixed format strings. by Gerald Pfeifer · 25 years ago
- 0ce209c Added set WS_CHILD and CCS_TOP to the toolbar's style. by Francois Gouget · 25 years ago
- 17acdf2 The size of the comctl32 internal bitmaps is 24x24 not 26x26. Fixed minor typos. by Francois Gouget · 25 years ago
- e355ee2 Filenames may contain '/' and '\'. Small typo fixes. by Francois Gouget · 25 years ago
- fca20f6 Paint background before drawing item and subitems. Paint any area of by Chris Morgan · 25 years ago
- c941eff Make GetTickCount not use the whole Unix epoch (since 1970) any more, by Andreas Mohr · 25 years ago
- 19f8dda Added S_ISFIFO check for Solaris. by Roberto Augusto Pungartnik · 25 years ago
- 52b2878 Added a macro for _declspec (backward compatibility synonym of by Francois Gouget · 25 years ago
- f2973ca Must include 'stdlib.h'. by Francois Gouget · 25 years ago
- 2fa2cf7 Added HANDLE_WM_NOTIFY and FORWARD_WM_NOTIFY. by Francois Gouget · 25 years ago
- e8aa1b9 Paper size and orientation prop sheet for wineps. by Huw D M Davies · 25 years ago
- 196daf8 Added support DT_PATH_ELLIPSIS, DT_END_ELLIPSIS, and DT_WORD_ELLIPSIS by Susan Farley · 25 years ago
- 7096384 Fixed WinExec16 to handle quoted filenames correctly. by Andreas Mohr · 25 years ago
- 72140b0 IErrorInfo is now derived from IUnknown. by Damyan Ognyanoff · 25 years ago
- dc2ffbe Correct some situations with listview selections. Specifically fixed by Aric Stewart · 25 years ago
- f2e6575 Added a few missing macros, types and prototypes. by Francois Gouget · 25 years ago
- cb08c82 New file. All RC files generated by VC6 include afxres.h which in turn by Francois Gouget · 25 years ago
- 260f1a1 Spelling, trace fixes. by Andreas Mohr · 25 years ago
- 0af222c Added SetLastError() in GetEnvironmentVariableA. by Andreas Mohr · 25 years ago
- ab965d9 Added error correction when using symbol offsets. by Damyan Ognyanoff · 25 years ago
- 29001b3 Fixed reentrancy issues in play/stop operations. by Eric Pouech · 25 years ago
- 3670667 Fix PrintDlg collate icons. Add orientation icons. by Huw D M Davies · 25 years ago
- 38610fa Stubs for shlwapi.151 and shlwapi.153. by Huw D M Davies · 25 years ago
- 545771b Stub for CoIsOle1Class. by Huw D M Davies · 25 years ago
- 044e082 Set close on exec() flag at times when we leave /dev/dsp and by Huw D M Davies · 25 years ago
- b409cf6 Added support for FLATBUTTON style tabs. by Susan Farley · 25 years ago
- 92dcad8 Add FIXMEs for all these nice completely unimplemented TOOLHELP functions. by Andreas Mohr · 25 years ago
- fd81049 fixed the win95 registry loader to have somewhat stricter checking. by Andreas Mohr · 25 years ago
- 3c72f96 Fixed button image to be offset to the center of the button horizontally, by Chris Morgan · 25 years ago
- a459193 Changed RedrawWindow()'s to InvalidateRect()'s. RedrawWindow() was by Chris Morgan · 25 years ago
- 36c8db8 Fix behavior of TVS_SINGLEEXPAND style broken in Corel merge. Optimize by Chris Morgan · 25 years ago
- a99ce7e Raised MAX_DLLS to 100. by Francois Gouget · 25 years ago
- 565b008 - Added some missing WINELIB_NAME_AW definitions, types and messages by Peter Hunnisett · 25 years ago
- 2826f57 Catch EXCEPTION_PRIV_INSTRUCTION exception too. by Rein Klazes · 25 years ago
- c5e86a2 Notification NM_CLICK, NM_RCLICK and NM_DBLCLK sent by the listview by Stephane Lussier · 25 years ago
- 6f07e8a Fixed window lock problem in SetMenu(). by Andreas Mohr · 25 years ago
- ab86a9e Henning Hoffmann Avoid deadlocks in EnumMetaFile. by Alexandre Julliard · 25 years ago
- 9005713 Avoid infinite loop if QueryPathOfRegTypeLib is called with lcid=0. by Gerard Patel · 25 years ago
- 9edc7d0 Misc cleanups. by Alexandre Julliard · 25 years ago
- 45b2c86 Added preliminary support for switching to vm86 mode with proper by Alexandre Julliard · 25 years ago
- 6dbf67e Moved FILE_dommap() to memory/virtual.c (and renamed it VIRTUAL_mmap). by Alexandre Julliard · 25 years ago
- 7b7c32c Change FIXME("Button size set after button in toolbar\n") in by Chris Morgan · 25 years ago
- 54449ce Remove unused local variable in DGA_IDirectDrawSurface4Impl_SetPalette(). by Gerald Pfeifer · 25 years ago
- 556d11d - removed redundant functions COMM_Get(Read/Write)Fd by Mike McCormack · 25 years ago
- 581fc92 - prefer wineinstall - mention debugger setup (temporary) by Andreas Mohr · 25 years ago
- 46bc534 Fixed incorrect arg count in SHGetSettings that causes winzip32.exe to by Mike McCormack · 25 years ago
- 3872d0a Sorting items in a listview using LVW_SORTITEMS is only sorting the items by Stephane Lussier · 25 years ago
- f37e3a4 Removed a coupld of unused functions in the Callout structure. by Alexandre Julliard · 25 years ago
- 3993216 Moved Select/RealizePalette implementation to USER and use by Alexandre Julliard · 25 years ago
- 654fcc7 Implemented SetCommMask, SetCommTimeouts, GetCommMask, GetCommTimeouts. by Mike McCormack · 25 years ago
- 007fb24 Added support for non-deletable system brushes and pens created by USER. by Andreas Mohr · 25 years ago
- 5180d56 Cleaned it up so that code paths which have unsupported WS_SO values by John Gilmore · 25 years ago
- 5bb7464 Added VirtualAllocEx. by Andreas Mohr · 25 years ago
- ecdde38 Added GetTimeZoneInformation and TIME_ZONE_ID_INVALID. by Hidenori Takeshima · 25 years ago
- 05aa048 Fixed tab control to use HTTRANSPARENT when mouse hits client area, by Andreas Mohr · 25 years ago
- 0c6e369 Silence some bogus error message. by Andreas Mohr · 25 years ago
- 65cab52 Adjusted to allow MFC compilation; prevent definition of struct fd_set by Jeremy White · 25 years ago
- 5825444 Added PWNDCLASS definition. by Jeremy White · 25 years ago
- 88968b8 Allow having a transparent background text color for the listview. by Stephane Lussier · 25 years ago
- b2628e5 Use the system local time if lpTime=NULL. by Dimitrie O. Paun · 25 years ago
- 53dbe16 Update ESP correctly on return from flat thunk routines. by Ulrich Weigand · 25 years ago
- a761e3d Modified CallTo16Register routines to update register context after by Ulrich Weigand · 25 years ago
- 52b2d2c Add some Str* prototypes to shlwapi.h. by Huw D M Davies · 25 years ago
- 5f9fd77 Merged main Wine changes into Corel's treeview control rewritten by by Chris Morgan · 25 years ago
- 6117fc4 (Merged by Marcus Meissner <marcus@jet.franken.de>) by Serge Ivanov · 25 years ago
- 48455b3 Upgrade also 15bpp to 16bpp surfaces. by Lionel Ulmer · 25 years ago
- 3489997 KDE 1.x has problems with using XShapeCombineMask when there was no by James Hatheway · 25 years ago
- ed66930 SetScrollInfo : don't show/hide scrollbar if no parameter (minval, by Gerard Patel · 25 years ago
- 7f04a17 Added missing __volatile__. by Alexandre Julliard · 25 years ago
- 20cd935 - fixes debugger output by Andreas Mohr · 25 years ago
- 973cc74 "implemented" GetSystemTimeAdjustment. by Andreas Mohr · 25 years ago
- 2f245af Don't try to delete a wndclass background brush if it's a COLOR_* constant. by Huw D M Davies · 25 years ago
- a2bdade Make sure NC_HandleNCCalcSize returns a valid rectangle. by Mike McCormack · 25 years ago
- 2a6c1e4 Hide the vertical scrollbar when listview style is LVS_LIST. by Chris Morgan · 25 years ago
- 9982a24 Add WM_USERCHANGED. by Jeremy White · 25 years ago
- 7f0b104 Use tpXXX instead of tbXXX in tagTHREADENTRY32. by Uwe Bonnes · 25 years ago
- 5e14b07 Fixed DGA / DGA 2 palette creation. by Lionel Ulmer · 25 years ago
- 0ca52b2 Fix a memory leak in X11DRV_GetTextExtentPoint. by Gerard Patel · 25 years ago
- 5ba91b6 Release 20000909. by Alexandre Julliard · 25 years ago wine-20000909
- 50097a0 Added WINESERVER environment variable to allow overriding the normal by Alexandre Julliard · 25 years ago
- 46b8c24 Removed chdir("/") until we have proper Unix cwd management. by Alexandre Julliard · 25 years ago
- 4b15574 Implemented RtlpWaitForCriticalSection and RtlpUnWaitCriticalSection. by Alexandre Julliard · 25 years ago
- c4a2644 Fixed NE_LoadExeHeader error handling. by Andreas Mohr · 25 years ago
- 208955c Fixed loader - broken search for already loaded modules. by Eric Pouech · 25 years ago
- 2650159 Fixed fallback code for StretchBlt on RLE DIBs with gaps. by Eric Pouech · 25 years ago
- bd6a039 Fixed bdftopcf command. by Marcus Meissner · 25 years ago