2000-01-23 |
Alexandre Julliard | Moved winsock implementation to dlls/winsock.
|
commit | commitdiff | tree |
2000-01-23 |
Marcus Meissner | Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore...
|
commit | commitdiff | tree |
2000-01-23 |
Marcus Meissner | Corrected arguments to VirtualFree().
|
commit | commitdiff | tree |
2000-01-23 |
Dmitry Timoshkov | Replaced LocalToWideChar() by lstrcpynAtoW(), WideCharToLoca...
|
commit | commitdiff | tree |
2000-01-23 |
Gerard Patel | Map WM_MENUSELECT 32->16 bits for closing menu.
|
commit | commitdiff | tree |
2000-01-23 |
Gerard Patel | Fix parameters for MDI_RestoreFrameMenu in WM_DESTROY...
|
commit | commitdiff | tree |
2000-01-23 |
Marcus Meissner | Implemented (Register|Get|Revoke)ActiveObject from...
|
commit | commitdiff | tree |
2000-01-23 |
Ove Kaaven | Supercharged XShm implementation for DirectDraw.
|
commit | commitdiff | tree |
2000-01-23 |
Ulrich Weigand | Bugfix: missing NULL pointer checks.
|
commit | commitdiff | tree |
2000-01-23 |
Uwe Bonnes | Check for MZ header before trying to decipher the PE...
|
commit | commitdiff | tree |
2000-01-23 |
Uwe Bonnes | Export GetLongPathName[A|W].
|
commit | commitdiff | tree |
2000-01-23 |
Guy Albertelli | Fix problems with GlobalHandle and GlobalFree so results...
|
commit | commitdiff | tree |
2000-01-23 |
Huw D M Davies | Actually print return value of message.
|
commit | commitdiff | tree |
2000-01-23 |
Marcus Meissner | Corrected arguments in DIB_DeleteDIBSection.
|
commit | commitdiff | tree |
2000-01-23 |
Marcus Meissner | Handle \\.\<dosdevice> like <dosdevice> in CreateFile...
|
commit | commitdiff | tree |
2000-01-20 |
Alexandre Julliard | Added Get/SetThreadContext support through the server.
|
commit | commitdiff | tree |
2000-01-18 |
Alexandre Julliard | Added debugstr_guid function and used it to replace
|
commit | commitdiff | tree |
2000-01-18 |
Uwe Bonnes | Always initialize lpWaveHdr->lpNext to NULL.
|
commit | commitdiff | tree |
2000-01-17 |
Dmitry Timoshkov | Add some defines needed for Unicode to Ascii conversions.
|
commit | commitdiff | tree |
2000-01-17 |
Juergen Schmied | Better error handling, less keys held open.
|
commit | commitdiff | tree |
2000-01-17 |
Marcus Meissner | EnumDisplayModes must pass lPitch.
|
commit | commitdiff | tree |
2000-01-17 |
Gerard Patel | Validate the menu handles.
|
commit | commitdiff | tree |
2000-01-17 |
Gerard Patel | Rounds to the lowest integer, not the nearest.
|
commit | commitdiff | tree |
2000-01-17 |
Ulrich Weigand | Fixed race between Win16 parent and child for first...
|
commit | commitdiff | tree |
2000-01-16 |
Eric Pouech | Use --whole-archive to force linking all of libwine...
|
commit | commitdiff | tree |
2000-01-16 |
Alexandre Julliard | Added automatic registration of built-in DLLs.
|
commit | commitdiff | tree |
2000-01-15 |
Aaron Hope | Fixed IPX detection.
|
commit | commitdiff | tree |
2000-01-15 |
Juergen Schmied | New implementation of the win95 registry loader.
|
commit | commitdiff | tree |
2000-01-15 |
Juergen Schmied | If there is enough space in the buffer and the type...
|
commit | commitdiff | tree |
2000-01-15 |
Gerard Patel | Display the external modules after the internal modules...
|
commit | commitdiff | tree |
2000-01-15 |
Ove Kaaven | Made SetVolumeLabel report failure on CD-ROM drives.
|
commit | commitdiff | tree |
2000-01-15 |
Peter Hunnisett | Updated documentation.
|
commit | commitdiff | tree |
2000-01-15 |
Eric Pouech | Replaced Wine specific DRIVER_GetType by a correct...
|
commit | commitdiff | tree |
2000-01-15 |
Lionel Ulmer | - (ugly) fix for the 'Xmd.h' problem
|
commit | commitdiff | tree |
2000-01-15 |
Juergen Schmied | - added NT fields to TEB
|
commit | commitdiff | tree |
2000-01-15 |
Todd T. Fries | Add HAVE_SOUNDCARD_H to support OpenBSD.
|
commit | commitdiff | tree |
2000-01-15 |
Peter Hunnisett | - Added some missing EMR record types and updated and...
|
commit | commitdiff | tree |
2000-01-15 |
Peter Hunnisett | Store reference hdc size into enhanced metafile header...
|
commit | commitdiff | tree |
2000-01-15 |
Marcus Meissner | Implemented OleRun.
|
commit | commitdiff | tree |
2000-01-15 |
Gerard Patel | Removed DeleteObject call left over from previous patch.
|
commit | commitdiff | tree |
2000-01-15 |
Ove Kaaven | Fixed bad register constraint in InterlockedCompareExchange.
|
commit | commitdiff | tree |
2000-01-15 |
Ove Kaaven | Added prototypes for the NT synchronization functions
|
commit | commitdiff | tree |
2000-01-15 |
Ulrich Weigand | Don't access 'wm->modname' after the modref has been...
|
commit | commitdiff | tree |
2000-01-15 |
Guy Albertelli | Added null check in GlobalHandle.
|
commit | commitdiff | tree |
2000-01-12 |
Alexandre Julliard | Removed a dependency between oleaut32 and comctl32.
|
commit | commitdiff | tree |
2000-01-12 |
Juergen Schmied | More STATUS_ codes.
|
commit | commitdiff | tree |
2000-01-12 |
Steve Langasek | Fixed macro definition of IDirectDrawSurface_Restore.
|
commit | commitdiff | tree |
2000-01-12 |
Steve Langasek | Fixed typos in macro definitions for IDirectSoundBuffer_GetS...
|
commit | commitdiff | tree |
2000-01-12 |
Steve Langasek | Missing Winelib declarations for AUXCAPS.
|
commit | commitdiff | tree |
2000-01-12 |
Ulrich Weigand | Fix (harmless) assembler warnings.
|
commit | commitdiff | tree |
2000-01-12 |
Peter Hunnisett | Fix problem with initialization (reported by Andreas...
|
commit | commitdiff | tree |
2000-01-12 |
Alex Priem | InfoPtr checking mixed up WM_DESTROY and WM_CREATE.
|
commit | commitdiff | tree |
2000-01-09 |
Alexandre Julliard | Release 20000109.
|
commit | commitdiff | tree |
2000-01-09 |
Patrik Stridvall | Non-Linux compile fix.
|
commit | commitdiff | tree |
2000-01-09 |
Francois Gouget | DOSFS_DoGetFullPathName would underflow (p would get...
|
commit | commitdiff | tree |
2000-01-09 |
Juergen Schmied | Corrected behaviour of RegOpenKey in case of failure.
|
commit | commitdiff | tree |
2000-01-09 |
Juergen Schmied | - removed copying of HKEY_USERS to HKEY_CURRENT_USER
|
commit | commitdiff | tree |
2000-01-09 |
Gerard Patel | Avoid deleting of the default 1x1 bitmap for memory...
|
commit | commitdiff | tree |
2000-01-09 |
Alexandre Julliard | Built-in DLLs resources are now specified in spec file.
|
commit | commitdiff | tree |
2000-01-09 |
Erez Volk | Added stubs for some BiDi API functions.
|
commit | commitdiff | tree |
2000-01-09 |
Bradley Baetz | Fixed race condition between app and wine in WAVE_mciPlay.
|
commit | commitdiff | tree |
2000-01-09 |
Pascal Lessard | Stop menu tracking when clicking on the menu bar where...
|
commit | commitdiff | tree |
2000-01-09 |
Erez Volk | Better error reporting.
|
commit | commitdiff | tree |
2000-01-08 |
Alexandre Julliard | Backed out scalable bitmap change (gives ugly results).
|
commit | commitdiff | tree |
2000-01-08 |
Marcus Meissner | GetMenuString should return itemlength on 0 nMax or...
|
commit | commitdiff | tree |
2000-01-08 |
David Elliott | Removed malloc/free hack and replaced with HeapAlloc...
|
commit | commitdiff | tree |
2000-01-08 |
Marcus Meissner | Look for our header files first, then for systems headers.
|
commit | commitdiff | tree |
2000-01-08 |
Marcus Meissner | The new filedialog stuff does not handle template....
|
commit | commitdiff | tree |
2000-01-08 |
Rein Klazes | Avoid problems during changing the Z-order if the window...
|
commit | commitdiff | tree |
2000-01-08 |
Marcus Meissner | Removed GUI junk from expand.c, so you can use it in...
|
commit | commitdiff | tree |
2000-01-08 |
Patrik Stridvall | Fixed some issues found by winapi_check.
|
commit | commitdiff | tree |
2000-01-08 |
Patrik Stridvall | - Added support for auto allocated ordinals
|
commit | commitdiff | tree |
2000-01-08 |
Ulrich Weigand | Fixed alignment problem with VERSION_INFO members.
|
commit | commitdiff | tree |
2000-01-05 |
Marcus Meissner | Add $X_EXTRA_LIBS to any X dependend checks or they...
|
commit | commitdiff | tree |
2000-01-05 |
Patrik Stridvall | - Made FillRect behave like it does on Windows
|
commit | commitdiff | tree |
2000-01-05 |
Peter Ganten | Check if winhelp is already running; use winhlp32.exe...
|
commit | commitdiff | tree |
2000-01-05 |
Alexandre Julliard | Updated authors list from the Changelog. Please let...
|
commit | commitdiff | tree |
2000-01-05 |
Marcus Meissner | TrueType clarification.
|
commit | commitdiff | tree |
2000-01-05 |
Lionel Ulmer | - detect if the OpenGL implementation defines the paletted...
|
commit | commitdiff | tree |
2000-01-05 |
Alex Priem | - When processing WM_PAINT messages, the treeview might...
|
commit | commitdiff | tree |
2000-01-05 |
Ulrich Weigand | Bugfix: uninitialized pointer caused crashes.
|
commit | commitdiff | tree |
2000-01-05 |
Marcus Meissner | Made virus warning a bit more drastic, since some people...
|
commit | commitdiff | tree |
2000-01-05 |
Marcus Meissner | Some comm clean up, much more error messages, only...
|
commit | commitdiff | tree |
2000-01-05 |
Rein Klazes | Implement WritePrivateProfileSectionA().
|
commit | commitdiff | tree |
2000-01-05 |
Adam Sacarny | Fix for compilers that don't support 'long long' (From...
|
commit | commitdiff | tree |
2000-01-04 |
Alexandre Julliard | Moved allocation of the socket pair for a new thread...
|
commit | commitdiff | tree |
2000-01-04 |
Alexandre Julliard | Made debug events and contexts standard objects.
|
commit | commitdiff | tree |
2000-01-04 |
Alexandre Julliard | Made sleep_on usable from all requests.
|
commit | commitdiff | tree |
2000-01-04 |
Eric Pouech | Added more MIDI messages 16<=>32 mapping.
|
commit | commitdiff | tree |
2000-01-04 |
Eric Pouech | Removed the obsoleted CallTimeFuncProc, CallDriverProc,
|
commit | commitdiff | tree |
2000-01-04 |
Eric Pouech | Put back visible minimum timer resolution to 1 ms.
|
commit | commitdiff | tree |
2000-01-04 |
Lionel Ulmer | Give +0+0 as a default position for the desktop window.
|
commit | commitdiff | tree |
2000-01-04 |
Bradley Baetz | Convert mmio to allow the use of 32 bit mmio procedures.
|
commit | commitdiff | tree |
2000-01-04 |
Juergen Schmied | Small fixes.
|
commit | commitdiff | tree |
2000-01-04 |
Patrik Stridvall | Fixed some issues found by winapi_check.
|
commit | commitdiff | tree |
2000-01-04 |
Patrik Stridvall | Updated winapi_check to handle the new additions.
|
commit | commitdiff | tree |
2000-01-04 |
Alexandre Julliard | Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello...
|
commit | commitdiff | tree |
2000-01-04 |
Juergen Schmied | Corrected parameter count for DialogBoxIndirectParamAorW.
|
commit | commitdiff | tree |
2000-01-04 |
Rein Klazes | Don't show the scrollbar if SetScrollinfo() is called...
|
commit | commitdiff | tree |
2000-01-04 |
Ove Kaaven | Added extra US keymap with the infamous phantom key.
|
commit | commitdiff | tree |