2000-01-09 |
Juergen Schmied | Corrected behaviour of RegOpenKey in case of failure. |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Juergen Schmied | - removed copying of HKEY_USERS to HKEY_CURRENT_USER |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Gerard Patel | Avoid deleting of the default 1x1 bitmap for memory... |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Alexandre Julliard | Built-in DLLs resources are now specified in spec file. |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Erez Volk | Added stubs for some BiDi API functions. |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Bradley Baetz | Fixed race condition between app and wine in WAVE_mciPlay. |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Pascal Lessard | Stop menu tracking when clicking on the menu bar where... |
commit | commitdiff | tree | snapshot |
2000-01-09 |
Erez Volk | Better error reporting. |
commit | commitdiff | tree | snapshot |
2000-01-08 |
Alexandre Julliard | Backed out scalable bitmap change (gives ugly results). |
commit | commitdiff | tree | snapshot |
2000-01-08 |
Marcus Meissner | GetMenuString should return itemlength on 0 nMax or... |
commit | commitdiff | tree | snapshot |
2000-01-08 |
David Elliott | Removed malloc/free hack and replaced with HeapAlloc... |
commit | commitdiff | tree | snapshot |
2000-01-08 |
Marcus Meissner | Look for our header files first, then for systems headers. |
commit | commitdiff | tree | snapshot |
2000-01-08 |
Marcus Meissner | The new filedialog stuff does not handle template.... |
commit | commitdiff | tree | snapshot |
2000-01-08 |
Rein Klazes | Avoid problems during changing the Z-order if the windo... |
commit | commitdiff | tree | snapshot |
2000-01-08 |
Marcus Meissner | Removed GUI junk from expand.c, so you can use it in... |
commit | commitdiff | tree | snapshot |
2000-01-08 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
commit | commitdiff | tree | snapshot |
2000-01-08 |
Patrik Stridvall | - Added support for auto allocated ordinals |
commit | commitdiff | tree | snapshot |
2000-01-08 |
Ulrich Weigand | Fixed alignment problem with VERSION_INFO members. |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Marcus Meissner | Add $X_EXTRA_LIBS to any X dependend checks or they... |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Patrik Stridvall | - Made FillRect behave like it does on Windows |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Peter Ganten | Check if winhelp is already running; use winhlp32.exe... |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Alexandre Julliard | Updated authors list from the Changelog. Please let... |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Marcus Meissner | TrueType clarification. |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Lionel Ulmer | - detect if the OpenGL implementation defines the palet... |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Alex Priem | - When processing WM_PAINT messages, the treeview might... |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Ulrich Weigand | Bugfix: uninitialized pointer caused crashes. |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Marcus Meissner | Made virus warning a bit more drastic, since some peopl... |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Marcus Meissner | Some comm clean up, much more error messages, only... |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Rein Klazes | Implement WritePrivateProfileSectionA(). |
commit | commitdiff | tree | snapshot |
2000-01-05 |
Adam Sacarny | Fix for compilers that don't support 'long long' (From... |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Alexandre Julliard | Moved allocation of the socket pair for a new thread... |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Alexandre Julliard | Made debug events and contexts standard objects. |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Alexandre Julliard | Made sleep_on usable from all requests. |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Eric Pouech | Added more MIDI messages 16<=>32 mapping. |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Eric Pouech | Removed the obsoleted CallTimeFuncProc, CallDriverProc, |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Eric Pouech | Put back visible minimum timer resolution to 1 ms. |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Lionel Ulmer | Give +0+0 as a default position for the desktop window. |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Bradley Baetz | Convert mmio to allow the use of 32 bit mmio procedures. |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Juergen Schmied | Small fixes. |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Patrik Stridvall | Updated winapi_check to handle the new additions. |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Alexandre Julliard | Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel... |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Juergen Schmied | Corrected parameter count for DialogBoxIndirectParamAorW. |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Rein Klazes | Don't show the scrollbar if SetScrollinfo() is called... |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Ove Kaaven | Added extra US keymap with the infamous phantom key. |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Eric Pouech | Use a uniform naming scheme for driver modules. |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Eric Pouech | Encapsulated Wine internal data into an ifdef __WINE__. |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Eric Pouech | Moved the 16 bit driver functions callout into the... |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Eric Pouech | Added support for WODM_BREAKLOOP message. |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Eric Pouech | Removed extraneous ERR message. |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Eric Pouech | Added support for MCI_INFO_COPYRIGHT and MCI_INFO_NAME. |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Eric Pouech | Use case insensitive comparison while searching for... |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Andreas Mohr | Added spec entry for _itoa. |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Bertho Stultiens | Generated labels of resource names must be unique throu... |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Andreas Mohr | "resultp" can be NULL in SendMessageTimeout*(). |
commit | commitdiff | tree | snapshot |
2000-01-04 |
Andreas Mohr | - prevent mem leak of CRTDLL_acmdln_dll |
commit | commitdiff | tree | snapshot |
2000-01-01 |
Peter Ganten | Implemented WaitForInputIdle. |
commit | commitdiff | tree | snapshot |
2000-01-01 |
Alexandre Julliard | Fixed potential buffer overflows (spotted by Francois... |
commit | commitdiff | tree | snapshot |
2000-01-01 |
Alexandre Julliard | Make use of automatic ordinal allocation. |
commit | commitdiff | tree | snapshot |
2000-01-01 |
Alexandre Julliard | Moved poll handling to the generic part of the server... |
commit | commitdiff | tree | snapshot |
1999-12-27 |
Alexandre Julliard | Cosmetics. |
commit | commitdiff | tree | snapshot |
1999-12-27 |
Francois Gouget | Buffer overflows and strncpy fixes. |
commit | commitdiff | tree | snapshot |
1999-12-27 |
Alexandre Julliard | PE_FindExportedFunction: use a binary search for functi... |
commit | commitdiff | tree | snapshot |
1999-12-26 |
Alexandre Julliard | Fixed/commented out duplicate entry point names. |
commit | commitdiff | tree | snapshot |
1999-12-26 |
Alexandre Julliard | Added support for automatic ordinal allocation. |
commit | commitdiff | tree | snapshot |
1999-12-26 |
Huw D M Davies | Move DCFuncs ExtTextOut and GetTextExtentPoint to Unicode. |
commit | commitdiff | tree | snapshot |
1999-12-26 |
Francois Gouget | Wrapped some strings in a debugstr_* call. |
commit | commitdiff | tree | snapshot |
1999-12-26 |
Francois Gouget | debugstr_w now returns something looking like 'L"xxxx... |
commit | commitdiff | tree | snapshot |
1999-12-26 |
Francois Gouget | FILEDLG95_HandleCustomDialogMessages: |
commit | commitdiff | tree | snapshot |
1999-12-25 |
Peter Hunnisett | Added support for playing more record types (still... |
commit | commitdiff | tree | snapshot |
1999-12-25 |
Francois Gouget | Better support very long strings by avoiding to copy... |
commit | commitdiff | tree | snapshot |
1999-12-25 |
Huw D M Davies | Fix PSDRV_StretchDIBits for non-integer byte src widths... |
commit | commitdiff | tree | snapshot |
1999-12-25 |
Marcus Meissner | Cast the unsigned int to signed, or NEAR_MATCH will... |
commit | commitdiff | tree | snapshot |
1999-12-25 |
Eric Pouech | Fixed first/last playable frame referencing. |
commit | commitdiff | tree | snapshot |
1999-12-25 |
Eric Pouech | Fixed some bogus values in MCI_STATUS handling (positio... |
commit | commitdiff | tree | snapshot |
1999-12-25 |
Marcus Meissner | Test pointers passed to copyrect for NULL. |
commit | commitdiff | tree | snapshot |
1999-12-25 |
Dmitry Timoshkov | Restore erroneously deleted lines. |
commit | commitdiff | tree | snapshot |
1999-12-25 |
Huw D M Davies | DPA_DeletePtr was resizing the array to a too small... |
commit | commitdiff | tree | snapshot |
1999-12-25 |
Huw D M Davies | Avoid infinite loop in WINPOS_FindIconPos if the width... |
commit | commitdiff | tree | snapshot |
1999-12-25 |
Steven Elliott | Added a document that describes configuring FAT filesys... |
commit | commitdiff | tree | snapshot |
1999-12-25 |
Juergen Schmied | NT allocates one page as TEB. Some native NT-dlls are... |
commit | commitdiff | tree | snapshot |
1999-12-25 |
Dmitry Timoshkov | Don't skip usable X fonts. Add support for koi8 fonts. |
commit | commitdiff | tree | snapshot |
1999-12-25 |
Francois Gouget | Modified IcmpCloseHandle and IcmpSendEchoRequest so... |
commit | commitdiff | tree | snapshot |
1999-12-25 |
Steven Elliott | Changed the "this_is_a_syntax_error" error message... |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Huw D M Davies | Move Bezier code out of x11drv into commmon GDI code... |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Peter Hunnisett | Fixed ordinal numbering and added new spec stub. |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Marcus Meissner | Readded Xpm autoconf checks. |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Rein Klazes | EnumSystemLocalesA should look for registry values... |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Marcus Meissner | Small fix to get GET_DEVICE_TYPE working (verified... |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Ian Schmidt | Corrected background color and fixed leaking GDI brush. |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Juergen Schmied | NT loader: don't stop loading a hive when an error... |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Huw D M Davies | PlayMetaFile and EnumMetaFile should work if the hdc... |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Juergen Lock | Updated the FreeBSD notes, the LDT patch finally made... |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Francois Gouget | If lpTitle==NULL and cbBuf==0 then we must return the... |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Shaun Morris | Implemented _TrackMouseEvent for the TME_LEAVE flag. |
commit | commitdiff | tree | snapshot |
1999-12-20 |
Lionel Ulmer | Adds resolution / depth switching with DGA 2.0. |
commit | commitdiff | tree | snapshot |
1999-12-13 |
Alexandre Julliard | Use waitable timers to implement service thread timers. |
commit | commitdiff | tree | snapshot |
1999-12-13 |
Alexandre Julliard | Use poll() instead of select() for the server main... |
commit | commitdiff | tree | snapshot |
1999-12-12 |
Alexandre Julliard | Release 991212. wine-991212 |
commit | commitdiff | tree | snapshot |
1999-12-12 |
Lionel Ulmer | Fixed handling of DGA2.0 keyboard events. |
commit | commitdiff | tree | snapshot |
next |