2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw |
2006-02-15 |
Emmanuel Maillard | loader: Reserve memory area on Darwin (based on Steve... |
blob | commitdiff | raw | diff to current |
2005-09-03 |
Alexandre Julliard | Use explicit function pointers for pthread support... |
blob | commitdiff | raw | diff to current |
2004-06-14 |
Alexandre Julliard | Yet another fix for the MacOS X environ brain damage. |
blob | commitdiff | raw | diff to current |
2004-05-29 |
Alexandre Julliard | Pass the environ variable from main to try to avoid... |
blob | commitdiff | raw | diff to current |
2004-05-28 |
Alexandre Julliard | Initial version of the Wine preloader, used to reserve... |
blob | commitdiff | raw | diff to current |
2004-05-25 |
Alexandre Julliard | Added support for managing reserved memory areas in... |
blob | commitdiff | raw | diff to current |
2004-01-20 |
Alexandre Julliard | Disable the exec shield workaround for now, it's causin... |
blob | commitdiff | raw | diff to current |
2003-11-22 |
Alexandre Julliard | Create a huge array in bss to reserve the memory area... |
blob | commitdiff | raw | diff to current |
2003-11-06 |
Alexandre Julliard | Re-use the loader directory for the main wine loader... |
blob | commitdiff | raw | diff to current |
2003-05-20 |
Alexandre Julliard | Moved all process initialisation code to process.c... |
blob | commitdiff | raw |
2002-11-23 |
Alexandre Julliard | Removed no longer needed PROFILE_LoadWineIni(). |
blob | commitdiff | raw | diff to current |
2002-08-28 |
Patrik Stridvall | MSVC compatibility fixes. |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
blob | commitdiff | raw | diff to current |
2002-06-25 |
Alexandre Julliard | Added support for path wildcards of the form "*dllname... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2001-07-23 |
Alexandre Julliard | Removed some unnecessary includes. |
blob | commitdiff | raw | diff to current |
2001-07-19 |
Alexandre Julliard | Moved server.h to include/wine. |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-03-20 |
Alexandre Julliard | - Added support for app-specific dll overrides using |
blob | commitdiff | raw | diff to current |
2000-12-12 |
Alexandre Julliard | Got rid of main.h. |
blob | commitdiff | raw | diff to current |
2000-09-26 |
Alexandre Julliard | Removed shell.h. Cleaned up the nested includes mess... |
blob | commitdiff | raw | diff to current |
2000-08-26 |
Andreas Mohr | - made the MIDI sequencer error message much better... |
blob | commitdiff | raw | diff to current |
2000-07-16 |
Alexandre Julliard | Get full path of argv[0] before we change directories. |
blob | commitdiff | raw | diff to current |
2000-06-03 |
Alexandre Julliard | Moved kernel initialization to kernel_main.c |
blob | commitdiff | raw | diff to current |
2000-06-03 |
Alexandre Julliard | Merged display.dll into USER. |
blob | commitdiff | raw | diff to current |
2000-05-30 |
Dimitrie O. Paun | Separate wineps out of Wine's core. |
blob | commitdiff | raw | diff to current |
2000-05-29 |
Alexandre Julliard | Exec a separate wine binary for every win32 process... |
blob | commitdiff | raw | diff to current |
2000-05-01 |
Alexandre Julliard | Rewrote Unix process launching to allow passing startup... |
blob | commitdiff | raw | diff to current |
2000-04-25 |
Patrik Stridvall | Added new configuration file option for selecting graph... |
blob | commitdiff | raw | diff to current |
2000-04-16 |
Alexandre Julliard | Save the registry on server exit without client interve... |
blob | commitdiff | raw | diff to current |
2000-04-15 |
Alexandre Julliard | Improved Winelib apps initialisation code. No longer... |
blob | commitdiff | raw | diff to current |
2000-03-20 |
Alexandre Julliard | Moved graphics initialisation to the x11drv/ttydrv... |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Eric Pouech | Now attaching imported DLLs of a winelib executable. |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Alexandre Julliard | Created separate dlls for user,gdi,ttydrv,x11drv. |
blob | commitdiff | raw | diff to current |
2000-03-18 |
Alexandre Julliard | Misc small cleanups. |
blob | commitdiff | raw | diff to current |
2000-03-18 |
Alexandre Julliard | Moved command-line option handling out of the X11 driver. |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Alexandre Julliard | Improved the selector get/set functions. |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
blob | commitdiff | raw | diff to current |
2000-02-03 |
Ulrich Weigand | Added .spec keyword 'mode' to allow creating built... |
blob | commitdiff | raw | diff to current |
2000-01-30 |
Ulrich Weigand | Mark initial process as 32-bit for WineLib apps. |
blob | commitdiff | raw | diff to current |
2000-01-25 |
Alexandre Julliard | Use argv[0] to locate the server executable. |
blob | commitdiff | raw | diff to current |
2000-01-25 |
Alexandre Julliard | Made the server listen for new clients on a Unix socket in |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Ulrich Weigand | Fixed 32-bit module name handling to conform better... |
blob | commitdiff | raw | diff to current |
1999-11-21 |
Niels Kristian Bec... | Removed extra #include statements. |
blob | commitdiff | raw | diff to current |
1999-11-10 |
Ulrich Weigand | Determine expected_version of PE buddies from the Subsy... |
blob | commitdiff | raw | diff to current |
1999-11-04 |
Alexandre Julliard | Fixed -debugmsg +server. |
blob | commitdiff | raw | diff to current |
1999-10-23 |
Ove Kaaven | Winsock rewrite. Sockets are now proper win32 handles. |
blob | commitdiff | raw | diff to current |
1999-10-23 |
Ulrich Weigand | Bugfix: don't call ExitProcess() before SYSLEVEL_Init(). |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Eric Pouech | Correct filename for kernel module is KRNL386.EXE. |
blob | commitdiff | raw | diff to current |
1999-09-27 |
Alexandre Julliard | Moved all signal support to a new platform-specific... |
blob | commitdiff | raw | diff to current |
1999-09-20 |
Ulrich Weigand | Make CallTo16 return stub segment owned by KERNEL. |
blob | commitdiff | raw | diff to current |
1999-09-05 |
Alexandre Julliard | Removed __winelib flag. |
blob | commitdiff | raw | diff to current |
1999-09-04 |
Pierre Mageau | Changed CopyImage to accept desiredX, desiredY and... |
blob | commitdiff | raw | diff to current |
1999-07-24 |
Ulrich Weigand | Unify startup sequence for Wine and WineLib. |
blob | commitdiff | raw | diff to current |
1999-07-03 |
Ulrich Weigand | On NE process creation, move major part of NE EXE modul... |
blob | commitdiff | raw | diff to current |
1999-06-22 |
Alexandre Julliard | Merged THDB and TEB structures. |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Alexandre Julliard | Converted to the new debug interface, using script... |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Eric Pouech | Made the service thread instanciable in every process. |
blob | commitdiff | raw | diff to current |
1999-06-06 |
Ulrich Weigand | Removed SERVICE_Exit(). |
blob | commitdiff | raw | diff to current |
1999-05-24 |
Ulrich Weigand | Moved WINSOCK network IO event handling to special... |
blob | commitdiff | raw | diff to current |
1999-05-22 |
Ulrich Weigand | Added UserRepaintDisable16(). |
blob | commitdiff | raw | diff to current |
1999-05-22 |
Ulrich Weigand | Added ExitKernel16 (replacing USER_ExitWindows), ExitPr... |
blob | commitdiff | raw | diff to current |
1999-05-08 |
Ulrich Weigand | Initialize WIN_CritSection earlier. |
blob | commitdiff | raw | diff to current |
1999-05-03 |
Ulrich Weigand | Load system DLLs into WineLib applications. |
blob | commitdiff | raw | diff to current |
1999-05-02 |
Eric Pouech | - got rid of all the internal MM tweaks to load builtin MCI |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-04-18 |
Bertho Stultiens | Reorganization of the loader to correctly load and... |
blob | commitdiff | raw | diff to current |
1999-04-11 |
Ulrich Weigand | Implemented 'kernel services thread'. |
blob | commitdiff | raw | diff to current |
1999-04-01 |
Ulrich Weigand | Added USER32.UserSignalProc to Callout table. |
blob | commitdiff | raw | diff to current |
1999-03-25 |
Stephane Lussier | Made the timer code thread safe. |
blob | commitdiff | raw | diff to current |
1999-03-18 |
Marcus Meissner | Lots of warning fixed, one missing WINAPI in ddraw... |
blob | commitdiff | raw | diff to current |
1999-03-16 |
Ulrich Weigand | Fix compiler warnings. |
blob | commitdiff | raw | diff to current |
1999-03-10 |
Ulrich Weigand | Adapted to cursor/icon handling changes. |
blob | commitdiff | raw | diff to current |
1999-02-28 |
Ulrich Weigand | Adapted to CreateProcess changes. |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-02-24 |
Ulrich Weigand | Modified process creation sequence: call PE_CreateModul... |
blob | commitdiff | raw | diff to current |
1999-02-24 |
Marcus Meissner | Optimized away more includes, readded some #includes... |
blob | commitdiff | raw | diff to current |
1999-02-21 |
Michael Veksler | - Fix headers to include less or smaller header files. |
blob | commitdiff | raw | diff to current |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
blob | commitdiff | raw | diff to current |
1999-02-14 |
Joseph Pranevich | Moved initialization until later. Also moved around... |
blob | commitdiff | raw | diff to current |
1999-01-24 |
Andreas Mohr | Implemented Int 0x15/0xc0: BIOS - GET CONFIG and some... |
blob | commitdiff | raw | diff to current |
1999-01-17 |
Alexandre Julliard | Group commit for recovery after disk crash. |
blob | commitdiff | raw | diff to current |
1999-01-17 |
Alexandre Julliard | Recovery of release 990110 after disk crash. wine-990110 |
blob | commitdiff | raw | diff to current |
1999-01-03 |
Joseph Pranevich | Set console video mode when loading DOS app. (Eventuall... |
blob | commitdiff | raw | diff to current |
1998-12-27 |
Alexandre Julliard | Added beginnings of server-side file handling. |
blob | commitdiff | raw | diff to current |
1998-12-25 |
Joseph Pranevich | Add support for selection of console mode drivers to... |
blob | commitdiff | raw | diff to current |
1998-12-24 |
Ulrich Weigand | Desktop window queue handling adapted. |
blob | commitdiff | raw | diff to current |
1998-12-08 |
Marcus Meissner | Move TWEAK_Init from USER to GDIInit. |
blob | commitdiff | raw | diff to current |
1998-12-02 |
Joseph Pranevich | Added console support. |
blob | commitdiff | raw | diff to current |
1998-12-02 |
Huw D M Davies | Move OEM resources to the x11drv. |
blob | commitdiff | raw | diff to current |
1998-11-22 |
Huw D M Davies | Takes print spooler functions out of win16drv. |
blob | commitdiff | raw | diff to current |
1998-11-15 |
Alexandre Julliard | Small atom fixes. |
blob | commitdiff | raw | diff to current |
1998-11-14 |
Ulrich Weigand | Some fixes to Wine startup/termination sequence with... |
blob | commitdiff | raw | diff to current |
1998-11-08 |
Ulrich Weigand | Bugfix: really *do* switch to the initial task's stack. |
blob | commitdiff | raw | diff to current |
1998-11-01 |
Ulrich Weigand | Implemented new Wine startup sequence, separating start... |
blob | commitdiff | raw | diff to current |
1998-08-09 |
Alexandre Julliard | Release 980809 wine-980809 |
blob | commitdiff | raw | diff to current |
1998-06-01 |
Alexandre Julliard | Release 980601 wine-980601 |
blob | commitdiff | raw | diff to current |
1998-05-17 |
Alexandre Julliard | Release 980517 wine-980517 |
blob | commitdiff | raw | diff to current |
1998-04-13 |
Alexandre Julliard | Release 980413 wine-980413 |
blob | commitdiff | raw | diff to current |
next |