2003-10-21 |
Steven Edwards | - Win16/32 cleanup. |
tree | commitdiff |
2003-10-21 |
Daniel Marmier | RegCreateKeyEx{A,W}: state that class string is constant. |
tree | commitdiff |
2003-10-15 |
Jon Griffiths | Added string folding support. |
tree | commitdiff |
2003-10-15 |
Alexandre Julliard | Get rid of the drive codepages and use CP_UNIXCP instead. |
tree | commitdiff |
2003-10-15 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
tree | commitdiff |
2003-10-15 |
Alex Pasadyn | Check for Xrandr extension. |
tree | commitdiff |
2003-10-14 |
Alexandre Julliard | Moved the 16-bit storage interfaces out of the exported... |
tree | commitdiff |
2003-10-14 |
Maxime Bellengé | - Implemented HEADER_SetBitmapMargin and HEADER_GetBitm... |
tree | commitdiff |
2003-10-14 |
Dmitry Timoshkov | Fixed some problems found while compiling and linking... |
tree | commitdiff |
2003-10-14 |
Alexandre Julliard | Set or clear the BeingDebugged flag in the PEB when... |
tree | commitdiff |
2003-10-14 |
Alexandre Julliard | Added check for pthread.h (reported by Steven Edwards). |
tree | commitdiff |
2003-10-10 |
Alexandre Julliard | Don't reference the environ global variable from kernel... |
tree | commitdiff |
2003-10-10 |
Alexandre Julliard | Changed the init code to make libwine load only ntdll... |
tree | commitdiff |
2003-10-09 |
Alexandre Julliard | Use the Rtl bitmap functions to implement Tls allocation. |
tree | commitdiff |
2003-10-09 |
Steven Edwards | Bring imagehlp (mostly) inline with the PSDK and Mingw. |
tree | commitdiff |
2003-10-09 |
Alexandre Julliard | Moved the constructor for the initial TEB to ntdll... |
tree | commitdiff |
2003-10-08 |
Mike McCormack | Don't share some protected mode interrupts in winedos. |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Added hack to call CreateFileW through a pointer so... |
tree | commitdiff |
2003-10-08 |
Warren Baird | Changed InternetSetStatusCallback declaration to |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Get rid of the argv0 and full_argv0 global variables. |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Added wine_get_argv0_path() to retrieve the path of... |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Store a "removable" flag instead of the full drive... |
tree | commitdiff |
2003-10-07 |
Warren Baird | Added extern "C". |
tree | commitdiff |
2003-10-07 |
Steven Edwards | Remove a few unneeded include statements in internal... |
tree | commitdiff |
2003-10-07 |
Rein Klazes | Added a check for <scsi/scsi.h> and include it in dlls... |
tree | commitdiff |
2003-10-07 |
Alexandre Julliard | Store the global shell, progman and taskman windows... |
tree | commitdiff |
2003-10-06 |
Alexandre Julliard | Moved the final process init and dependency loading to |
tree | commitdiff |
2003-10-06 |
Kevin Koltzau | Added missing defines and fixed a few typos. |
tree | commitdiff |
2003-10-04 |
Alexandre Julliard | Converted process creation to Unicode. |
tree | commitdiff |
2003-10-04 |
Kevin Koltzau | Initial implementation of uxtheme.dll, mostly stubbed... |
tree | commitdiff |
2003-10-04 |
Alexandre Julliard | Implemented RtlCreateProcessParameters and related... |
tree | commitdiff |
2003-10-04 |
Dave Belanger | Implemented the SetArcDirection metarecord in EMF driver. |
tree | commitdiff |
2003-10-03 |
Pavel Roskin | Added check for scsi/scsi_ioctl.h. |
tree | commitdiff |
2003-10-03 |
Kevin Koltzau | Added tmschema.h and some other theme defines. |
tree | commitdiff |
2003-10-03 |
Pavel Roskin | Added check for st_blocks in struct stat. |
tree | commitdiff |
2003-10-02 |
Alexandre Julliard | Changed LdrLoadDll to only search for the dll in the... |
tree | commitdiff |
2003-10-02 |
Rolf Kalbermatter | Moved definition of newly documented API SHRestricted... |
tree | commitdiff |
2003-10-02 |
Robert Reif | Added some missing defines. |
tree | commitdiff |
2003-09-30 |
Alexandre Julliard | Store module names in Unicode in the server. |
tree | commitdiff |
2003-09-30 |
Daniel Marmier | Use #ifdef instead of #if for all feature tests. |
tree | commitdiff |
2003-09-29 |
Alexandre Julliard | Converted most of the loader code to Unicode. |
tree | commitdiff |
2003-09-27 |
Alexandre Julliard | Converted the load order code to use Unicode throughout. |
tree | commitdiff |
2003-09-27 |
Alexandre Julliard | Added strspnW and strcspnW. |
tree | commitdiff |
2003-09-27 |
Dmitry Timoshkov | Implemented RealGetWindowClass. |
tree | commitdiff |
2003-09-27 |
Mike McCormack | Added AW defines to msi.h and msiquery.h. |
tree | commitdiff |
2003-09-25 |
Alexandre Julliard | Moved WINE_MODREF definition to loader.c. |
tree | commitdiff |
2003-09-25 |
Alexandre Julliard | Moved loadorder support to dlls/ntdll. |
tree | commitdiff |
2003-09-24 |
Alexandre Julliard | Moved DLLFLAGS to a separate variable instead of includ... |
tree | commitdiff |
2003-09-24 |
Pavel Roskin | Added configure check for spawnvp(). |
tree | commitdiff |
2003-09-24 |
Alexandre Julliard | Moved the Windows version code to dlls/ntdll, and imple... |
tree | commitdiff |
2003-09-23 |
Alexandre Julliard | Authors: Juraj Hercek <juraj@syncad.com>, Eric Frias... |
tree | commitdiff |
2003-09-23 |
Juraj Hercek | Added SS_ENDELLIPSIS. |
tree | commitdiff |
2003-09-23 |
Jon Griffiths | Added StrFormatKBSizeA/W. |
tree | commitdiff |
2003-09-23 |
Felix Nawothnig | Added definitions for ListView_GetColumnWidth, ListView... |
tree | commitdiff |
2003-09-22 |
Maxime Bellengé | Added LVKF_* defines. |
tree | commitdiff |
2003-09-22 |
Rolf Kalbermatter | Added declarations for newly documented SHChangeNotify... |
tree | commitdiff |
2003-09-22 |
Rolf Kalbermatter | Don't redefine declspec under MSVC. |
tree | commitdiff |
2003-09-19 |
Alexandre Julliard | Moved 32-bit relay and snoop support to dlls/ntdll. |
tree | commitdiff |
2003-09-19 |
Alexandre Julliard | Moved the 32-bit builtin loader and the remaining bits... |
tree | commitdiff |
2003-09-19 |
Eric Pouech | Implemented kernel32.GetIoProcessCounters and stubbed |
tree | commitdiff |
2003-09-18 |
Alexandre Julliard | Moved the wine server client-side support to dlls/ntdll... |
tree | commitdiff |
2003-09-18 |
Alexandre Julliard | Moved synchronization and syslevel routines to dlls... |
tree | commitdiff |
2003-09-18 |
Alexandre Julliard | Keep the file handle of 16-bit modules open while the... |
tree | commitdiff |
2003-09-17 |
Alexandre Julliard | Moved I/O port handling to dlls/winedos. |
tree | commitdiff |
2003-09-17 |
Alexandre Julliard | Use WOWCallback16Ex to switch to vm86 mode so that... |
tree | commitdiff |
2003-09-17 |
Alexandre Julliard | Moved undocumented functions out of the exported commct... |
tree | commitdiff |
2003-09-17 |
Alexandre Julliard | Moved out of windef.h a few definitions that don't... |
tree | commitdiff |
2003-09-16 |
Mike McCormack | Added mailslot defines. |
tree | commitdiff |
2003-09-16 |
Filip Navara | Fixed definitions of TTTOOLINFOA/W_V1_SIZE and |
tree | commitdiff |
2003-09-16 |
Eric Pouech | - Implemented a few information classes in NtQuerySyste... |
tree | commitdiff |
2003-09-15 |
Rolf Kalbermatter | Added IFileSystemBindData implementation. |
tree | commitdiff |
2003-09-15 |
Eric Pouech | - Moved Wine extension to get DSound interface from... |
tree | commitdiff |
2003-09-15 |
Mike McCormack | Declare mailslot functions. |
tree | commitdiff |
2003-09-12 |
Kevin Groeneveld | Add missing wReserved1 member to DCB structure definition. |
tree | commitdiff |
2003-09-12 |
Eric Pouech | Moved some MM internal definition to internal include... |
tree | commitdiff |
2003-09-11 |
Dimitrie O. Paun | Remove checks from {pop,psh}pack[1248].h that were... |
tree | commitdiff |
2003-09-11 |
Alexandre Julliard | Moved list.h to include/wine so that it can be used... |
tree | commitdiff |
2003-09-11 |
Dimitrie O. Paun | The Get[RGB]Value() macros should return a BYTE, not... |
tree | commitdiff |
2003-09-11 |
Geoff Thorpe | Added a stub for NetStatisticsGet. |
tree | commitdiff |
2003-09-11 |
Geoff Thorpe | Added a stub for Heap32ListFirst. |
tree | commitdiff |
2003-09-11 |
Francois Gouget | Modify winetest_ok to only add a trailing '\n' if there... |
tree | commitdiff |
2003-09-10 |
Alexandre Julliard | Removed the A/W constants for builtin cursors, icons... |
tree | commitdiff |
2003-09-09 |
Alexandre Julliard | Fixed a few more headers dependency issues. |
tree | commitdiff |
2003-09-09 |
Alexandre Julliard | Converted the rest of the obj_*.h headers to IDL into... |
tree | commitdiff |
2003-09-09 |
Alexandre Julliard | Some STATUS_* defines have to be duplicated in winnt.h. |
tree | commitdiff |
2003-09-08 |
Alexandre Julliard | On TlsFree, clear the released TLS index in all threads. |
tree | commitdiff |
2003-09-08 |
Rolf Kalbermatter | Change parameter in SHGetSpecialFolderPathA/W to int... |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-09-04 |
Alexandre Julliard | Implemented shtypes.idl and shobjidl.idl and removed... |
tree | commitdiff |
2003-09-04 |
Dimitrie O. Paun | Removed non-standard header includes. |
tree | commitdiff |
2003-09-04 |
Alexandre Julliard | Converted obj_webbrowser.h to IDL and moved the definit... |
tree | commitdiff |
2003-09-04 |
Alexandre Julliard | Converted docobj.h to IDL. |
tree | commitdiff |
2003-09-04 |
Alexandre Julliard | Removed no longer needed include protections. |
tree | commitdiff |
2003-09-04 |
Alexandre Julliard | Converted ocidl.h to IDL. |
tree | commitdiff |
2003-09-03 |
Alexandre Julliard | Converted urlmon.h to IDL. |
tree | commitdiff |
2003-09-03 |
Alexandre Julliard | Converted servprov.h to IDL. |
tree | commitdiff |
2003-09-03 |
Alexandre Julliard | Converted oleidl.h to IDL. |
tree | commitdiff |
2003-09-03 |
Alexandre Julliard | Converted comcat.h to IDL. |
tree | commitdiff |
2003-09-03 |
Alexandre Julliard | Use <> format in generated #include statements. |
tree | commitdiff |
2003-09-03 |
Alexandre Julliard | Moved the implementation of the pthread wrappers to... |
tree | commitdiff |
next |