2003-09-18 |
Alexandre Julliard | Moved the wine server client-side support to dlls/ntdll... |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Alexandre Julliard | Moved a couple more functions to dlls/kernel. |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Alexandre Julliard | Moved 16-bit global heap, DOS memory and selector funct... |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Eric Pouech | Set default StdError to fd 2 (was on 1). |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Dimitrie O... | Complete rewrite of bin2res, for a cleaner codebase. |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Gabriele Giorgetti | Fix build with old libc. |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Alexandre Julliard | Remove the FAQ from the doc tarball, and build it as... |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Alexandre Julliard | Moved synchronization and syslevel routines to dlls... |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Alexandre Julliard | Keep the file handle of 16-bit modules open while the... |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Mike Hearn | - Implement "managed mode" setting. |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Eric Frias | Fixed combobox flags handling to allow CBS_DROPDOWN... |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Dimitrie O... | Add blurb about soft/hard dependencies to the Packaging... |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Alexandre Julliard | Moved the 16-bit environment support to dlls/kernel. |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Alexandre Julliard | Reimplemented the 16-bit FindFirstFile, FindNextFile... |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Alexandre Julliard | Link msdos/int21.c into kernel for now, until it is... |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Alexandre Julliard | Moved VxDCall support to dlls/kernel. |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Alexandre Julliard | Moved I/O port handling to dlls/winedos. |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Alexandre Julliard | Renamed the COMCTL32_* functions to use the exported... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Mike Hearn | - All settings in the drive edit dialog are now instant... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Jon Griffiths | More tests for kernel NLS functions. |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Jon Griffiths | Re-implement and optimise the NLS formatting functions... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Oleg Prokhorov | Avoid crash if invalid rate was specified. |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Igor Stepin | Added Russian translation. |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Dimitrie O... | Get rid of no longer needed files. |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Mike Hearn | Implemented mouse wheel support. |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Alexandre Julliard | Use WOWCallback16Ex to switch to vm86 mode so that... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Alexandre Julliard | Moved undocumented functions out of the exported commct... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Alexandre Julliard | Avoid linking error with older alsa libs. |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Igor Stepin | Added a lot of Russian translations. |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Igor Stepin | Added Russian translation. |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Jon Griffiths | Documentation updates. |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Mike McCormack | Created stub functions for advapi32.GetExplicitEntriesF... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Mike McCormack | Add missing LF in trace message. |
commit | commitdiff | tree | snapshot |
2003-09-17 |
José Manuel... | Updated Spanish translation. |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Alexandre Julliard | Moved almost all remaining process, thread, fiber and... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Alexandre Julliard | Moved instruction emulation to dlls/kernel. |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Alexandre Julliard | Moved out of windef.h a few definitions that don't... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Alexandre Julliard | SLOWORD and SHIWORD do not exist on Win32 (reported... |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Hannu Valtonen | Use native msi until our own implementation works decently. |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Rolf Kalbermatter | Fix another error under Win9x (hopefully). |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Rolf Kalbermatter | Implemented SHSimpleIDListFromPath correctly. |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Steven Edwards | Remove redundant includes. |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Alexandre Julliard | More robust detection of charset names. |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Alexandre Julliard | Moved most kernel string functions to dlls/kernel. |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Alexandre Julliard | Moved most 32-bit heap functions to dlls/kernel. |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Dimitrie O... | Do not require GUI support for displaying errors in... |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Mike McCormack | Implemented ImageGetCertificateData. |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Mike McCormack | Added mailslot defines. |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Pavel Roskin | Moved WINE_DEFAULT_DEBUG_CHANNEL outside of the #ifdef. |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Alex Pasadyn | Enable resolution changes for older D3D/DDraw applications. |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Alex Pasadyn | Enable resolution changes for D3D8 applications. |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Alex Pasadyn | - Allow applications to resize the Wine desktop window. |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Alex Pasadyn | - Use HeapAlloc instead of GlobalAlloc in FindNextFile. |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Rolf Kalbermatter | Added a few todo_wine tests with filenames with wildcards. |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Rolf Kalbermatter | Remove <ntstatus.h> to allow compilation with MS PSDK... |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Filip Navara | Fixed definitions of TTTOOLINFOA/W_V1_SIZE and |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Mike Hearn | Normalize win2000, nt2k, nt2000 to win2k, normalize... |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Eric Pouech | - Implemented a few information classes in NtQuerySyste... |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Dimitrie O... | Remove the unused WINE_DOC_SRCS, and the useless BOOKS_... |
commit | commitdiff | tree | snapshot |
2003-09-16 |
<develop@stueben... | Use SysAllocStringByteLen/SysStringByteLen to copy... |
commit | commitdiff | tree | snapshot |
2003-09-16 |
Vincent Béron | Updates for various French resources. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Ivan Leo Murray... | Added/improved Italian translations. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Rolf Kalbermatter | Make sure the bind context is forwarded in |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Rolf Kalbermatter | Signed/unsigned warnings and some formatting. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Rolf Kalbermatter | Added IFileSystemBindData implementation. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Rolf Kalbermatter | SHChangeNotify should use SHSimpleIDListFromPath as... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Mike Hearn | Added a simple TODO list. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Christian Costa | Added midi support to the ALSA driver. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Mike McCormack | Move the mailslot stubs into the dlls/kernel directory. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Dimitrie O... | Remove obsolete documentation/dlls.sgml. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Alexandre Julliard | Remove generated assembly code on make clean. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Eric Pouech | - Moved Wine extension to get DSound interface from... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Dimitrie O... | Remove no longer current issues from the Winelib guide. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Dimitrie O... | Update the porting documentation. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Robert Reif | Added better tests for volume and pan. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Robert Reif | Device enumeration callbacks should return a NULL guid... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Francois Gouget | Removed reference to 'systemname' and added a link... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Francois Gouget | Remove the Lycos link (which does not even point to... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Eric Pouech | BUILTIN32_LoadLibraryExA: set larger size for internal... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Lionel Ulmer | Check X11 errors on each XLoadQueryFont calls. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Dimitrie O... | Teach winegcc to masquerade as cpp. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Mike McCormack | Declare mailslot functions. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Kevin Groeneveld | - Fix small bug with parsing of numbers in BuildCommDCB... |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Lionel Ulmer | - add ZBuffer write support |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Lionel Ulmer | Use ddraw_geom in the execute buffer code. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Eric Pouech | - Implemented IsHungAppWindow. |
commit | commitdiff | tree | snapshot |
2003-09-15 |
Mike Hearn | Move packet linked list tail forward correctly on push. |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Alexandre Julliard | Release 20030911. wine-20030911 |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Kevin Groeneveld | Add missing wReserved1 member to DCB structure definition. |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Richard Cohen | Handle -L<dir> in a separate array. |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Eric Pouech | Moved some MM internal definition to internal include... |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Kevin Groeneveld | Modify CheckRadioButton function to be more consistent... |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Mike Hearn | Implement dispatch variant marshalling. |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Dave Miller | Alphabetized the functions. |
commit | commitdiff | tree | snapshot |
2003-09-12 |
Robert Shearman | - Make sure dropdown arrow is always centered. |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Alexandre Julliard | Set the dll search path to the location specified in... |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Dimitrie O... | Remove checks from {pop,psh}pack[1248].h that were... |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Jon Griffiths | MLLoadlibrary: Remove -noname and duplicate entry. |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Vincent Béron | Mention win2k3 support in the sample config and in... |
commit | commitdiff | tree | snapshot |
2003-09-11 |
Richard Cohen | Use an extendable array to store the lists of strings. |
commit | commitdiff | tree | snapshot |
next |