2002-02-15 |
Patrik Stridvall | Added some defines for compatibility with Windows headers. |
commit | commitdiff | tree | snapshot |
2002-02-15 |
Jukka Heinonen | Convert some invalid offsets in GetWindowLong16 into... |
commit | commitdiff | tree | snapshot |
2002-02-15 |
Bill Medland | Measure the text more reasonably. This handles intercha... |
commit | commitdiff | tree | snapshot |
2002-02-15 |
Dave Hawkes | Added a keyboard matched to VNC. |
commit | commitdiff | tree | snapshot |
2002-02-15 |
Ron Gage | Added several structures. |
commit | commitdiff | tree | snapshot |
2002-02-15 |
Rein Klazes | In SHFileOperation() when requested to copy files,... |
commit | commitdiff | tree | snapshot |
2002-02-15 |
Alexandre Julliard | Fixed installation issues caused by new configure script. |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Alexandre Julliard | version.h is now in include/wine directory. |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Alexandre Julliard | Upgraded configure script to use autoconf 2.50 features... |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Alexandre Julliard | Updated to newer version. |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Martin Dalecki | Some artwork on the default icons. |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Bill Medland | DrawText should not split words just because of clipping. |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Rein Klazes | In ShellExecute16, make sure there is a space between... |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Lawson Whitney | Protect against NULL wsaddrlen in ws_sockaddr_alloc. |
commit | commitdiff | tree | snapshot |
2002-02-12 |
Gavriel State | Some older versions of GDB need to have the filename... |
commit | commitdiff | tree | snapshot |
2002-02-12 |
Dmitry Timoshkov | Make Home, End and Enter on the keypad work in the... |
commit | commitdiff | tree | snapshot |
2002-02-12 |
Jukka Heinonen | SetFileAttributes returns now an error if target file... |
commit | commitdiff | tree | snapshot |
2002-02-12 |
Jukka Heinonen | Added missing break statement. |
commit | commitdiff | tree | snapshot |
2002-02-12 |
Guy L. Albertelli | Partially implement SHRegWriteUSValue{A|W}. |
commit | commitdiff | tree | snapshot |
2002-02-12 |
Guy L. Albertelli | When the commandID was being treated as the index,... |
commit | commitdiff | tree | snapshot |
2002-02-12 |
Guy L. Albertelli | Fix regression in some programs due to CLR_DEFAULT... |
commit | commitdiff | tree | snapshot |
2002-02-12 |
Dmitry Timoshkov | Allow ToAscii/ToUnicode to work with scanCode = 0. |
commit | commitdiff | tree | snapshot |
2002-02-12 |
Guy L. Albertelli | Correct tests involved with processing the LVIF_DI_SETI... |
commit | commitdiff | tree | snapshot |
2002-02-12 |
Guy L. Albertelli | Initialize pszText to 0 for internal ->ceItem to elimin... |
commit | commitdiff | tree | snapshot |
2002-02-12 |
Marcus Meissner | Added default function marshaller registry entry. |
commit | commitdiff | tree | snapshot |
2002-02-12 |
Bill Medland | Put in place a proper tab model within DrawText (also... |
commit | commitdiff | tree | snapshot |
2002-02-08 |
C. Scott Ananian | Filled out the implementation of fscanf and _cscanf. |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Eric Pouech | Fixed bug in cache init. |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Aric Stewart | Use the supplied buffer when copying item text. |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Huw D M Davies | Fix PAN_FAMILYSTYLE_INDEX name. |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Huw D M Davies | We need fttrigon.h, so don't define HAVE_FREETYPE if... |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Lawson Whitney | Fix off-by-one error in placing trailing \0. |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Ori Pessach | Set WS_EX_TOOLWINDOW in a tooltip's dwExStyle. |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Aric Stewart | Don't return overflow if no class buffer was specified. |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Gerhard Gruber | WritePrivateProfileSection should allow to create dupli... |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Rein Klazes | In X11DRV_ScrollDC only move pixels that are within... |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Dave Hawkes | Fix for GetNearestColor so it returns the true color... |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Alexandre Julliard | Authors: Guy L. Albertelli <galberte@neo.lrun.com>... |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Marcus Meissner | Implemented Local Server COM. |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Patrik Stridvall | MSVC compile fixes. |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Dmitry Timoshkov | Remove PROGRESS_Refresh, always do InvalidateRect(... |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Dimitrie O... | Various cleanups: |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Bill Medland | Split the path and word/end ellipsification out of... |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Dmitry Timoshkov | Support for generation of .def files from .spec files. |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Dimitrie O... | Complete Listview Unicodification. |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Eric Pouech | - wineconsole now exits if the started program inside... |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Eric Pouech | Fixed some bad behavior when many symbols with same... |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Aric Stewart | Added implementation of SetItemW. |
commit | commitdiff | tree | snapshot |
2002-02-04 |
François Gouget | Storing an IP address in a signed int results in bugs... |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Dmitry Timoshkov | Reimplement GetStringTypeA and GetStringTypeExA. |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Malte Starostik | Do not destroy ITypeLib held by ITypeInfo before the... |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Marcus Meissner | VT_EMPTY can be coerced to VT_I4, value 0. |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Dmitry Timoshkov | Moved style correcting code to the WM_CREATE handler... |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Alexandre Julliard | Authors: Dmitry Timoshkov <dmitry@codeweavers.com>... |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Guy L. Albertelli | Fix problem exposed by the improvements in version... |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Patrik Stridvall | Move __stdcall/__cdecl to the right place. |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Patrik Stridvall | - Made runtest "use strict". |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Francois Gouget | malloc.h is obsolete and stdlib.h should be used instead. |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Alexandre Julliard | We can use normal imports for shell32 now. |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Bill Medland | Ensure that the whole modified text is returned from... |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Alexandre Julliard | Do not use the PEB lock as loader lock, use a separate... |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Andreas Mohr | Fixed some more missing parenthesis issues. |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Andreas Mohr | - add documentation section to README |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Huw D M Davies | Flip A<->W conversion in dispinfo_notifyT. |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Aric Stewart | Fix to GetItemW to stop whiping out the items text. |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Francois Gouget | config.h should be included first (if at all). |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Guy Albertelli | Don't try to set fields in nonexistant lpLineCountryList. |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Rein Klazes | Allow integer atoms in set_property and remove_property... |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Alexandre Julliard | LOAD_LIBRARY_AS_DATAFILE modules must be mapped like... |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Patrik Stridvall | Move __stdcall/__cdecl to the right place. |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Uwe Bonnes | Give users a hint to clean their config from comments... |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Gerard Patel | Added missing parenthesis in ShGetFileInfoA. |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Nog | Fixed function 0xb. |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Patrik Stridvall | Minor API update. |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Alexandre Julliard | CodeWeavers |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Guy Albertelli | Paint control immediately on WM_SETTEXT. |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Alexandre Julliard | CodeWeavers |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Guy Albertelli | - better trace output |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Nog | Implement function 0xb (Read mouse motion counters... |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Bill Medland | - Introduce a significant design decision. |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Alexandre Julliard | Authors: Dmitry Timoshkov <dmitry@codeweavers.com>... |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Gerard Patel | Don't repaint header when scrolling a listview vertically. |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Guy Albertelli | - fix order of parameters is SendNotify |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Guy Albertelli | Added NULL checks on all rectangle pointers. |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Dmitry Timoshkov | Added LdrDisableThreadCalloutsForDll. |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Alexandre Julliard | Authors: Aric Stewart <aric@codeweavers.com>, Huw D... |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Eric Kohl | Added location of local application data. |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Dmitry Timoshkov | Fixed RtlAddAccessAllowedAce return value. |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Mike McCormack | Added stubs for NdrDllCanUnloadNow and NdrDllGetClassOb... |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Dmitry Timoshkov | Added GetComputerNameEx[AW] semi-stub. |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Eric Kohl | Added FindFirstUrlCacheEntry[AW] stubs. |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Aric Stewart | Added some MAPI stubs. |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Aric Stewart | Added a pass-through msvcrt20. |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Eric Kohl | Added Extract stub. |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Eric Kohl | Added ImmDisableIME stub. |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Dmitry Timoshkov | Implemented _wmakepath. |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Jukka Heinonen | Added support for DOS EMS memory. |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Francois Gouget | 'test -e' is not supported on Solaris, replace with... |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Gerard Patel | Fix problems with listview notification. |
commit | commitdiff | tree | snapshot |
next |