2001-01-28 |
Dmitry Timoshkov | Add "OnlyOne" paper source, used by the Acrobat Distiller...
|
commit | commitdiff | tree |
2001-01-28 |
Josh DuBois | Fixed typo.
|
commit | commitdiff | tree |
2001-01-28 |
Eric Pouech | Fixed some mci string parsing issues.
|
commit | commitdiff | tree |
2001-01-28 |
Eric Pouech | Simplified memory allocation for asynchronous MCI message...
|
commit | commitdiff | tree |
2001-01-28 |
Eric Pouech | Delay importing user32 (only used for configuration).
|
commit | commitdiff | tree |
2001-01-28 |
Eric Pouech | Fixed a few oddities.
|
commit | commitdiff | tree |
2001-01-28 |
Eric Pouech | Added a bit more of flags handling in drawdib functions.
|
commit | commitdiff | tree |
2001-01-28 |
Chris Morgan | Put a '\n' at the end of the FIXME to prevent very...
|
commit | commitdiff | tree |
2001-01-28 |
Jon Griffiths | Improve name demangling, add 'demangle symbol' option.
|
commit | commitdiff | tree |
2001-01-26 |
Jeremy White | Remove the keyword 'function', as requested by Robert...
|
commit | commitdiff | tree |
2001-01-26 |
Martin Pilka | Fixed typo which caused the WritetoHomeRegistryFiles...
|
commit | commitdiff | tree |
2001-01-26 |
Guy L. Albertelli | - Rewrite WM_CREATE to match native (allocating own...
|
commit | commitdiff | tree |
2001-01-26 |
Guy L. Albertelli | - When painting the text, if the control is OWNERDRAWN...
|
commit | commitdiff | tree |
2001-01-26 |
Alexandre Julliard | Made exception_event_request non-blocking, and added
|
commit | commitdiff | tree |
2001-01-26 |
James Juran | Add <string.h> to files that needed it.
|
commit | commitdiff | tree |
2001-01-26 |
Andreas Mohr | Some more cleanups.
|
commit | commitdiff | tree |
2001-01-26 |
Ove Kaaven | Check that the linux 2.4 event interface is available...
|
commit | commitdiff | tree |
2001-01-26 |
Huw D M Davies | Handle the lpDx array properly.
|
commit | commitdiff | tree |
2001-01-26 |
Martin Pilka | Fixed SW_RESTORE handling.
|
commit | commitdiff | tree |
2001-01-26 |
Dmitry Timoshkov | Do not notify parent of the Edit control on WM_SETTEXT...
|
commit | commitdiff | tree |
2001-01-26 |
Guy L. Albertelli | - make hidden bands have valid (0 width) child window...
|
commit | commitdiff | tree |
2001-01-26 |
Alexandre Julliard | Changed wait_process and wait_debug_event requests...
|
commit | commitdiff | tree |
2001-01-26 |
Andreas Mohr | Don't open the comm handle with GENERIC_WRITE via FILE_GetUn...
|
commit | commitdiff | tree |
2001-01-26 |
Dmitry Timoshkov | Replace 16-bit calls in DefWindowProc by 32-bit, preferring...
|
commit | commitdiff | tree |
2001-01-25 |
Alexandre Julliard | Got rid of WPRINTF_ExtractVAPtr.
|
commit | commitdiff | tree |
2001-01-25 |
Patrik Stridvall | Fixed some issues found by winapi_check.
|
commit | commitdiff | tree |
2001-01-25 |
Patrik Stridvall | Minor bugfixes.
|
commit | commitdiff | tree |
2001-01-25 |
Patrik Stridvall | Documentation ordinal fixes.
|
commit | commitdiff | tree |
2001-01-25 |
Alexandre Julliard | Fixed typo in HKEY_USERS/.Default creation.
|
commit | commitdiff | tree |
2001-01-25 |
Gerard Patel | Don't send notifications for the initial display of...
|
commit | commitdiff | tree |
2001-01-25 |
Gerard Patel | Added a few messages and notifications.
|
commit | commitdiff | tree |
2001-01-25 |
Eric Kohl | Disabled setting of viewport origin from an EMF.
|
commit | commitdiff | tree |
2001-01-25 |
Susan Farley | Always restore the bit_gravity to BGForget after using...
|
commit | commitdiff | tree |
2001-01-25 |
John R. Sheets | Added the necessary registry entries for the Mozilla...
|
commit | commitdiff | tree |
2001-01-24 |
Andreas Mohr | Only set window text for WM_NCCREATE in DefWindowProc...
|
commit | commitdiff | tree |
2001-01-24 |
Alexandre Julliard | Removed non-standard OBM_RADIOCHECK bitmap.
|
commit | commitdiff | tree |
2001-01-24 |
Alexandre Julliard | Use DrawFrameControl() instead of OEM bitmaps to paint...
|
commit | commitdiff | tree |
2001-01-24 |
Eric Kohl | Several fixes for playing enhanced metafiles in a given...
|
commit | commitdiff | tree |
2001-01-24 |
Eric Kohl | Partial implementation of world transform support.
|
commit | commitdiff | tree |
2001-01-24 |
Andreas Mohr | Documentation updates.
|
commit | commitdiff | tree |
2001-01-24 |
John R. Sheets | - Split Winelib User Guide into smaller files for easier...
|
commit | commitdiff | tree |
2001-01-22 |
Dmitry Timoshkov | Protect read-only edit control from modification.
|
commit | commitdiff | tree |
2001-01-22 |
Jon Griffiths | Implemented __dllonexit.
|
commit | commitdiff | tree |
2001-01-22 |
Gerard Patel | Misc fixes in LISTVIEW_SetImageList, LISTVIEW_SetItemCount,
|
commit | commitdiff | tree |
2001-01-22 |
Gerard Patel | Display the config file location in the incorrect config...
|
commit | commitdiff | tree |
2001-01-22 |
James Juran | Use int instead of WCHAR in va_arg() (fixes gcc-current...
|
commit | commitdiff | tree |
2001-01-22 |
Francois Gouget | Added various definitions (mostly macros).
|
commit | commitdiff | tree |
2001-01-22 |
Francois Gouget | Added CHARRANGE.
|
commit | commitdiff | tree |
2001-01-22 |
Francois Gouget | Added PSN_GETOBJECT.
|
commit | commitdiff | tree |
2001-01-22 |
Josh DuBois | Include 'options.h' for a needed prototype.
|
commit | commitdiff | tree |
2001-01-22 |
Josh DuBois | Changed VarCyFromI1 to take a signed char.
|
commit | commitdiff | tree |
2001-01-22 |
Francois Gouget | Typo fixes in comments.
|
commit | commitdiff | tree |
2001-01-22 |
Jon Griffiths | - New msvcrt unicode functions, winapi_check/-Wall...
|
commit | commitdiff | tree |
2001-01-22 |
Jon Griffiths | Fixed Unicode strings.
|
commit | commitdiff | tree |
2001-01-22 |
Jon Griffiths | Made SpinCount FIXME into a TRACE.
|
commit | commitdiff | tree |
2001-01-22 |
Jon Griffiths | Increased debugger include limit to 512.
|
commit | commitdiff | tree |
2001-01-22 |
Jon Griffiths | - Remove <string.h> from winnt.h.
|
commit | commitdiff | tree |
2001-01-22 |
Jon Griffiths | - Fix a typo in TBSAVEPARAMS A/W declaration.
|
commit | commitdiff | tree |
2001-01-21 |
Alexandre Julliard | Fixed the size of the file dialog icons.
|
commit | commitdiff | tree |
2001-01-21 |
Guy L. Albertelli | - Added NMCBEENDEDIT structure for NOTIFY dump.
|
commit | commitdiff | tree |
2001-01-21 |
Guy L. Albertelli | Added NMCBEENDEDIT{W|A} structures and flags.
|
commit | commitdiff | tree |
2001-01-21 |
Gerard Patel | Fix the cmdline argument passed to NE_CreateThread...
|
commit | commitdiff | tree |
2001-01-21 |
Francois Gouget | Added missing pointer type declarations (usually Pxxx).
|
commit | commitdiff | tree |
2001-01-21 |
Huw D M Davies | Escape any spaces in lpszObjectName passed to HttpOpenRequest.
|
commit | commitdiff | tree |
2001-01-20 |
Alexandre Julliard | Warning fix.
|
commit | commitdiff | tree |
2001-01-20 |
Alexandre Julliard | Display the importing dll in the 0xdeadbeef message.
|
commit | commitdiff | tree |
2001-01-20 |
Alexandre Julliard | Fixed a number of incompatibilities in OEM icons/cursors...
|
commit | commitdiff | tree |
2001-01-20 |
Ulrich Czekalla | Prevent buffer overflow in TEXT_NextLineW.
|
commit | commitdiff | tree |
2001-01-20 |
Patrik Stridvall | - Minor API files update.
|
commit | commitdiff | tree |
2001-01-19 |
Marcus Meissner | Added configure check for old linux/input.h.
|
commit | commitdiff | tree |
2001-01-19 |
John R. Sheets | Added convenience script for generating online docs...
|
commit | commitdiff | tree |
2001-01-19 |
Josh DuBois | Specified 'signed' on chars compared to -1.
|
commit | commitdiff | tree |
2001-01-19 |
John R. Sheets | Make SGML ID attributes in packaging.sgml more unique...
|
commit | commitdiff | tree |
2001-01-19 |
Dmitry Timoshkov | Solve remaining problems with scroll bars in the edit...
|
commit | commitdiff | tree |
2001-01-18 |
John R. Sheets | Clean up db2html-winehq HTML generation script. Works...
|
commit | commitdiff | tree |
2001-01-18 |
Andreas Mohr | Implemented SHELL32.IsNetDrive and SHELL32.ILSaveToStream...
|
commit | commitdiff | tree |
2001-01-18 |
Chris Morgan | Updated for change in config file name. Removed references to
|
commit | commitdiff | tree |
2001-01-18 |
Alexandre Julliard | Store USER icons and cursors as resources instead of...
|
commit | commitdiff | tree |
2001-01-18 |
Huw D M Davies | Fix off by one error in buffer length check.
|
commit | commitdiff | tree |
2001-01-18 |
Chris Morgan | Switched from wine.config back to wine.conf, no need...
|
commit | commitdiff | tree |
2001-01-18 |
Francois Gouget | Added 3 missing FS_xxx macros.
|
commit | commitdiff | tree |
2001-01-17 |
Alexandre Julliard | Replaced some GetProcAddress() imports by the standard...
|
commit | commitdiff | tree |
2001-01-17 |
Alexandre Julliard | Cleaned up dll startup routines now that we have separate...
|
commit | commitdiff | tree |
2001-01-17 |
Andreas Mohr | Cosmetics.
|
commit | commitdiff | tree |
2001-01-17 |
Josh DuBois | Make some noise in a few cases where the X11drv doesn...
|
commit | commitdiff | tree |
2001-01-17 |
Josh DuBois | SERVICE_CreateServiceTable still returned TRUE if CreateThre...
|
commit | commitdiff | tree |
2001-01-17 |
Alexandre Julliard | Cleaned up the various errno location tests in configure.
|
commit | commitdiff | tree |
2001-01-17 |
James Hatheway | In WsControl, don't mix Linux and Wine socket calls...
|
commit | commitdiff | tree |
2001-01-17 |
James Juran | Added some stubs needed for IE 5.5 setup.
|
commit | commitdiff | tree |
2001-01-17 |
Jeremy White | Revised wineshelllink to wake up KDE 1.x so that application...
|
commit | commitdiff | tree |
2001-01-17 |
Alexandre Julliard | Fixed tmpfile buffer size.
|
commit | commitdiff | tree |
2001-01-17 |
Alexandre Julliard | Fixed typo in wine_get_unix_file_name().
|
commit | commitdiff | tree |
2001-01-17 |
Jeremy White | Revised shell link process to treat empty (e.g. ""...
|
commit | commitdiff | tree |
2001-01-17 |
Ulrich Czekalla | Only adjust item rect by horizontal scrollbar offset...
|
commit | commitdiff | tree |
2001-01-17 |
Gerard Patel | Change WSACleanup - wsinfo is a static structure now.
|
commit | commitdiff | tree |
2001-01-17 |
Jeremy White | Make winelauncher test for xmessage and warn the user...
|
commit | commitdiff | tree |
2001-01-15 |
Alexandre Julliard | Replaced X11DRV_CritSection references by wine_tsx11_...
|
commit | commitdiff | tree |
2001-01-15 |
Alexandre Julliard | Removed CALL_LARGE_STACK support.
|
commit | commitdiff | tree |
2001-01-15 |
Ulrich Weigand | Don't call a NE DLL's DllEntryPoint twice during one...
|
commit | commitdiff | tree |
2001-01-15 |
Uwe Bonnes | MapViewOfFileEx: make the returned error dependent...
|
commit | commitdiff | tree |