2000-06-23 |
Hidenori Takeshima | Added include/winresrc.h for porting with winelib. |
commit | commitdiff | tree | snapshot |
2000-06-23 |
Francois Gouget | Merged DeviceCapabilities and DeviceCapabilitiesA. |
commit | commitdiff | tree | snapshot |
2000-06-23 |
Francois Gouget | Merged MCIWndCreate and MCIWndCreateA. |
commit | commitdiff | tree | snapshot |
2000-06-23 |
Huw D M Davies | CLSIDFromString apparently also accepts ProgIDs as... |
commit | commitdiff | tree | snapshot |
2000-06-23 |
Hidenori Takeshima | Added SC_ICON/SC_ZOOM (obsolete macros). |
commit | commitdiff | tree | snapshot |
2000-06-23 |
Marcus Meissner | Added prototypes for new InternetCheckConnection*. |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Alexandre Julliard | Cleaned up a few inter-dll dependencies. |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Alexander V... | Fixed problems with compilation/install out of source... |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Noomen Hamza | OleConvertOLESTREAMToIStorage fails (returns REGDB_E_CL... |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Uwe Bonnes | Make WritePrivateProfileSectionA care for "" and NULL... |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Gerald Pfeifer | Fixed format strings. |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Rein Klazes | Fix a crash in winhelp caused by hmemcpy16 without... |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Alexandre Julliard | For dlls, derive SPEC_SRCS from MODULE and ALTNAMES. |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Ove Kaaven | Fixed WHDR_DONE race condition. |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Huw D M Davies | Implemented StrCatBuff. |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Hidenori Takeshima | Added typedef of DROPFILES. |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Hidenori Takeshima | Added ResultFromScode/GetScode (obsolete macros). |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Dave Hawkes | MoveToEx: return TRUE even if there is no driver implem... |
commit | commitdiff | tree | snapshot |
2000-06-20 |
Gerard Patel | Protect against programs creating parts with negative... |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Dmitry Timoshkov | Use GetSystemDefaultLangID() instead of WINE_LanguageId. |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Eric Pouech | - cleaned-up break handling |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Stephane Lussier | - Fixed a memory corruption in safe arrays when using... |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Dmitry Timoshkov | Do not assume that double byte font == unicode font. |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Francois Gouget | Added some missing prototypes. |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Francois Gouget | hmemcpy16 is a Win16 API, the macro is hmemcpy. |
commit | commitdiff | tree | snapshot |
2000-06-18 |
James Hatheway | Created an initial Winsock 2 (ws2_32) DLL. Makes use... |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Eric Pouech | Fixed port status query. |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Ove Kaaven | Added DirectSound device driver header file. |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Ove Kaaven | Make the base relocation message a WARN, not a FIXME. |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Gerald Pfeifer | Distinguish between SUBDIRS and INSTALLSUBDIRS. |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Gerard Patel | CB_SETCURSEL should not generate another listbox event... |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Noomen Hamza | WM_PAINT should be processed only by the TREEVIEW_Paint... |
commit | commitdiff | tree | snapshot |
2000-06-18 |
James Hatheway | We must return the atom of the class in GetClassInfoEx... |
commit | commitdiff | tree | snapshot |
2000-06-18 |
James Hatheway | Added a stub for CoCreateFreeThreadedMarshaler(). |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Dmitry Timoshkov | Reimplement CharToOemA/W, CharToOemBuffA/W, OemToCharA/W, |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Francois Jacques | GetSystemMenu called with bRevert argument set to TRUE... |
commit | commitdiff | tree | snapshot |
2000-06-18 |
Stephane Lussier | Fixed memory access outside of the range for source... |
commit | commitdiff | tree | snapshot |
2000-06-16 |
Francois Jacques | Make IIDFromString point to CLSIDFromString. |
commit | commitdiff | tree | snapshot |
2000-06-16 |
Juergen Schmied | - better error check when importing functions via GetPr... |
commit | commitdiff | tree | snapshot |
2000-06-16 |
Juergen Schmied | - fixed null-pidl from _ILCreateControl |
commit | commitdiff | tree | snapshot |
2000-06-16 |
Francois Jacques | Keep an internal copy of the icon. |
commit | commitdiff | tree | snapshot |
2000-06-16 |
Francois Gouget | Reorder the __attribute__ directive in the legacy macro... |
commit | commitdiff | tree | snapshot |
2000-06-16 |
Ken Coleman | Fixes to CreateDIBSection and other areas where biSizeI... |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Alexandre Julliard | Release 20000614. wine-20000614 |
commit | commitdiff | tree | snapshot |
2000-06-15 |
David Lassonde | Implemented the More Windows... menu item for MDI. |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Sheri Steeves | Check again for GetNextDlgTabItem after return from... |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Gerard Patel | Set clipping region to client window in LISTBOX_Paint. |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Andreas Mohr | More verbose error message. |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Uwe Bonnes | cp_mbstowcs: check functions return zero on success. |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Uwe Bonnes | GetFullPathName: get "drive" value too for absolute... |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Frederic Boulanger | CreateSpoolFile is called with a dos name, we have... |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Mike McCormack | - add prototypes for serial API functions |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Noomen Hamza | Added a NULL pointer check within DCE_AddClipRects... |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Dmitry Timoshkov | Optimized implementation of LoadStringA. |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Ove Kaaven | Text of WWN article "The X11 driver". |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Wilbur N. Dale | WineLib does not support Win16. Removed references... |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Sheri Steeves | Added setting of cursor postition to MSG_PostToQueue. |
commit | commitdiff | tree | snapshot |
2000-06-15 |
Gerard Patel | WM_SETREDRAW should repaint the listbox when set to... |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Alexandre Julliard | Removed @PROGEXT@ (it was broken anyway). |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Alexandre Julliard | ConvertToGlobalHandle: fixed handle leak. |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Alexandre Julliard | Fixed options structure definition. |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Noomen Hamza | Made SetWindowPos handle the case when inserting a... |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Lionel Ulmer | Updated OpenGL documentation. |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Gerard Patel | Set the base for the ordinals of olepro32 to 248. |
commit | commitdiff | tree | snapshot |
2000-06-14 |
Matthew J.... | Alias NMUPDOWN to be NM_UPDOWN, rather than overwrite... |
commit | commitdiff | tree | snapshot |
2000-06-14 |
<jimregan... | Added difftime function. |
commit | commitdiff | tree | snapshot |
2000-06-13 |
Bertho Stultiens | Initial release of the message compiler. |
commit | commitdiff | tree | snapshot |
2000-06-13 |
Juergen Schmied | - new dll shfolder.dll |
commit | commitdiff | tree | snapshot |
2000-06-13 |
Bertho Stultiens | - Bugfix: Corrected "off by one" error in the linenumbe... |
commit | commitdiff | tree | snapshot |
2000-06-13 |
Bertho Stultiens | Commented out IsBadWritePtr check. Makes winhlp32.exe... |
commit | commitdiff | tree | snapshot |
2000-06-13 |
Lionel Ulmer | OpenGL documentation. |
commit | commitdiff | tree | snapshot |
2000-06-13 |
Andreas Mohr | DRIVE_GetFreeSpace() is supposed to *always* return... |
commit | commitdiff | tree | snapshot |
2000-06-13 |
Gerard Patel | Do not change the WS_CHILD style in SetParent. |
commit | commitdiff | tree | snapshot |
2000-06-13 |
Alexandre Julliard | Use the Unicode string functions from wine/unicode... |
commit | commitdiff | tree | snapshot |
2000-06-13 |
Alexandre Julliard | Added a couple of Unicode string routines. |
commit | commitdiff | tree | snapshot |
2000-06-13 |
Marcus Meissner | Added 24->32 packed pixel mapping support to convert. |
commit | commitdiff | tree | snapshot |
2000-06-13 |
Marcus Meissner | Strip whitespace from front of profile values. |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Juergen Schmied | Implementation for PrivateExtractIcons, PrivateExtractI... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Juergen Schmied | - implemented Get/SetThreadLocale |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Marcus Meissner | Added struct offsets so understanding game disassembly... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Huw D M Davies | If printer only supports level 1 PostScript then compla... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Marcus Meissner | Corrected IsEqualGUID prototype. |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Lionel Ulmer | replaced a DPRINTF by a TRACE |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Lionel Ulmer | - moved the 'constructor' into a real DLL init function |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Gerard Patel | hookThunk was not initialized in GetDcState. |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Alexandre Julliard | Use the font default char for undefined characters... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Lionel Ulmer | New OpenGL thunk generation script. |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Lionel Ulmer | Removed the Release in case of error as we do not AddRe... |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Andreas Mohr | Made the DLL version clash error message more verbose. |
commit | commitdiff | tree | snapshot |
2000-06-12 |
Alexandre Julliard | Reimplemented Unicode case mapping in a slightly more... |
commit | commitdiff | tree | snapshot |
2000-06-11 |
Aric Stewart | We were not properly masking the item that was sent... |
commit | commitdiff | tree | snapshot |
2000-06-11 |
Jason Mawdsley | Take focus before setting the caret position and select... |
commit | commitdiff | tree | snapshot |
2000-06-11 |
James Abbatiello | Fix for compiler warning (due to setjmp/longjmp being... |
commit | commitdiff | tree | snapshot |
2000-06-11 |
Sheri Steeves | Added save and reset of SetBKMode values in WM_PAINT. |
commit | commitdiff | tree | snapshot |
2000-06-11 |
Francois Gouget | Reordered the CALLBACK and WINAPI directives so that... |
commit | commitdiff | tree | snapshot |
2000-06-11 |
Francois Gouget | - Define HIC in this header rather than in windef.h... |
commit | commitdiff | tree | snapshot |
2000-06-11 |
Francois Gouget | Fixed a typo in the name of FreePrinterNotifyInfo. |
commit | commitdiff | tree | snapshot |
2000-06-11 |
Ulrich Czekalla | HTTP protocol now supported, InternetCrackUrl fixed... |
commit | commitdiff | tree | snapshot |
2000-06-11 |
Patrik Stridvall | Fixed some warnings. |
commit | commitdiff | tree | snapshot |
2000-06-11 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
commit | commitdiff | tree | snapshot |
next |