2005-06-02 |
Alexandre Julliard | Temp hack to clean up .def files and hopefully avoid...
|
commit | commitdiff | tree |
2005-06-01 |
Alexandre Julliard | Avoid dependency on thread.h.
|
commit | commitdiff | tree |
2005-06-01 |
Alexandre Julliard | Authors: Aric Stewart <aric@codeweavers.com>, Mike...
|
commit | commitdiff | tree |
2005-06-01 |
Alexandre Julliard | Use standard TLS functions instead of a TEB internal...
|
commit | commitdiff | tree |
2005-06-01 |
Alexandre Julliard | Always load 16-bit gdi.exe at init time.
|
commit | commitdiff | tree |
2005-06-01 |
Alexandre Julliard | Revert previous change, it shouldn't be necessary ...
|
commit | commitdiff | tree |
2005-05-31 |
Alexandre Julliard | Added a from_child parameter to the get_update_region...
|
commit | commitdiff | tree |
2005-05-31 |
Alexandre Julliard | Skip the Unicode signature if present.
|
commit | commitdiff | tree |
2005-05-31 |
Alexandre Julliard | Fixed RtlIsTextUnicode prototype, and made it properly...
|
commit | commitdiff | tree |
2005-05-31 |
Alexandre Julliard | Remove import lib on make clean.
|
commit | commitdiff | tree |
2005-05-31 |
Alexandre Julliard | Fixed install rule (reported by Vincent Béron).
|
commit | commitdiff | tree |
2005-05-31 |
Alexandre Julliard | Authors: Evan Deaubl <wine@warpedview.com>, Robert...
|
commit | commitdiff | tree |
2005-05-27 |
Alexandre Julliard | Added --list option to the tests and use that in winetest.
|
commit | commitdiff | tree |
2005-05-27 |
Alexandre Julliard | Authors: Mike McCormack <mike@codeweavers.com>, Aric...
|
commit | commitdiff | tree |
2005-05-27 |
Alexandre Julliard | Authors: Aric Stewart <aric@codeweavers.com>, Mike...
|
commit | commitdiff | tree |
2005-05-26 |
Alexandre Julliard | Crop the update region to the new window rectangle...
|
commit | commitdiff | tree |
2005-05-26 |
Alexandre Julliard | Don't fetch the window class name if it's not needed...
|
commit | commitdiff | tree |
2005-05-26 |
Alexandre Julliard | Workaround to allow using the async keyword as method...
|
commit | commitdiff | tree |
2005-05-25 |
Alexandre Julliard | Moved functions from windows/user.c to more appropriate...
|
commit | commitdiff | tree |
2005-05-25 |
Alexandre Julliard | Moved a couple of 16-bit functions to dlls/user/user16.c.
|
commit | commitdiff | tree |
2005-05-25 |
Alexandre Julliard | Moved the syscolor functions to dlls/user/sysparams.c.
|
commit | commitdiff | tree |
2005-05-25 |
Alexandre Julliard | Better support for building stand-alone tests.
|
commit | commitdiff | tree |
2005-05-25 |
Alexandre Julliard | Removed STANDALONE ifdefs.
|
commit | commitdiff | tree |
2005-05-24 |
Alexandre Julliard | Release 20050524.
|
commit | commitdiff | tree |
2005-05-24 |
Alexandre Julliard | Free delayed import modules on PROCESS_DETACH.
|
commit | commitdiff | tree |
2005-05-23 |
Alexandre Julliard | Support unloading 16-bit builtin modules, and properly...
|
commit | commitdiff | tree |
2005-05-23 |
Alexandre Julliard | Moved the generated code segment for 16-bit builtins...
|
commit | commitdiff | tree |
2005-05-23 |
Alexandre Julliard | Moved the loaddll trace into the load_builtin_dll function...
|
commit | commitdiff | tree |
2005-05-23 |
Alexandre Julliard | Comment out stub WEP entry points so that we can call...
|
commit | commitdiff | tree |
2005-05-23 |
Alexandre Julliard | Removed unnecessary code in the 16-bit DllEntryPoint...
|
commit | commitdiff | tree |
2005-05-20 |
Alexandre Julliard | Generate 16-bit resources in the proper format inside...
|
commit | commitdiff | tree |
2005-05-19 |
Alexandre Julliard | Revert previous patch, we still need the winedos import...
|
commit | commitdiff | tree |
2005-05-19 |
Alexandre Julliard | Disable Win16 support by default on non-x86 platforms.
|
commit | commitdiff | tree |
2005-05-19 |
Alexandre Julliard | We no longer need a winedos import library.
|
commit | commitdiff | tree |
2005-05-19 |
Alexandre Julliard | Fail more gracefully if 16-bit support is missing.
|
commit | commitdiff | tree |
2005-05-19 |
Alexandre Julliard | Refuse to load if 16-bit support is missing.
|
commit | commitdiff | tree |
2005-05-19 |
Alexandre Julliard | Use RaiseException instead of RtlRaiseException in...
|
commit | commitdiff | tree |
2005-05-19 |
Alexandre Julliard | Renamed __wine_(un)register_dll_16 to __wine_dll_(un...
|
commit | commitdiff | tree |
2005-05-19 |
Alexandre Julliard | Use a memory mapping instead of file I/O to load 16...
|
commit | commitdiff | tree |
2005-05-18 |
Alexandre Julliard | Removed last dependencies on 16-bit headers from ntdll.
|
commit | commitdiff | tree |
2005-05-18 |
Alexandre Julliard | Moved entry point definitions from module.h to kernel16_priv...
|
commit | commitdiff | tree |
2005-05-18 |
Alexandre Julliard | Generate the 16-bit module header in the standard on...
|
commit | commitdiff | tree |
2005-05-18 |
Alexandre Julliard | Split the module building functionality of NE_LoadExeHeader...
|
commit | commitdiff | tree |
2005-05-18 |
Alexandre Julliard | Removed implementation of LoadDIBIconHandler16 and
|
commit | commitdiff | tree |
2005-05-18 |
Alexandre Julliard | Fixed a couple of warnings.
|
commit | commitdiff | tree |
2005-05-18 |
Alexandre Julliard | Changed SNOOP16_RegisterDLL to take a module handle...
|
commit | commitdiff | tree |
2005-05-18 |
Alexandre Julliard | Moved import tracing to a separate channel so that...
|
commit | commitdiff | tree |
2005-05-17 |
Alexandre Julliard | Renamed some fields in NE_MODULE to use the same name...
|
commit | commitdiff | tree |
2005-05-17 |
Alexandre Julliard | Use the exported IMAGE_OS2_HEADER to generate the module...
|
commit | commitdiff | tree |
2005-05-16 |
Alexandre Julliard | Moved a bunch of definitions out of module.h into a new
|
commit | commitdiff | tree |
2005-05-16 |
Alexandre Julliard | Removed the special casing of kernel32 and ntdll for...
|
commit | commitdiff | tree |
2005-05-16 |
Alexandre Julliard | Moved the remaining stack frame definitions to kernel_privat...
|
commit | commitdiff | tree |
2005-05-16 |
Alexandre Julliard | Avoid referencing stackframe.h from outside kernel32.
|
commit | commitdiff | tree |
2005-05-16 |
Alexandre Julliard | Moved data structures for 16-bit relay calls to winbase16...
|
commit | commitdiff | tree |
2005-05-14 |
Alexandre Julliard | Store the 16-bit stack pointer in the WOW32Reserved...
|
commit | commitdiff | tree |
2005-05-14 |
Alexandre Julliard | Fixed a number of atom test failures.
|
commit | commitdiff | tree |
2005-05-14 |
Alexandre Julliard | Store the winsock per-thread data in NtCurrentTeb(...
|
commit | commitdiff | tree |
2005-05-14 |
Alexandre Julliard | Fixed another case where a mouse message could get...
|
commit | commitdiff | tree |
2005-05-13 |
Alexandre Julliard | Don't convert the template name to Unicode, it's not...
|
commit | commitdiff | tree |
2005-05-13 |
Alexandre Julliard | Process the pending expose events on RDW_UPDATENOW...
|
commit | commitdiff | tree |
2005-05-13 |
Alexandre Julliard | Only set the new window of a hardware message if the...
|
commit | commitdiff | tree |
2005-05-13 |
Alexandre Julliard | Added yet another missing OpenGL define.
|
commit | commitdiff | tree |
2005-05-13 |
Alexandre Julliard | Build import libraries also when only doing an install...
|
commit | commitdiff | tree |
2005-05-11 |
Alexandre Julliard | Allow passing a string to the window property server...
|
commit | commitdiff | tree |
2005-05-11 |
Alexandre Julliard | Changed atom handling to use counted strings instead of
|
commit | commitdiff | tree |
2005-05-11 |
Alexandre Julliard | Added a few missing structure names.
|
commit | commitdiff | tree |
2005-05-11 |
Alexandre Julliard | Store a bitmap of active hooks on the client side to...
|
commit | commitdiff | tree |
2005-05-10 |
Alexandre Julliard | Build and load import libraries directly from the dll...
|
commit | commitdiff | tree |
2005-05-09 |
Alexandre Julliard | Added rules for building import libraries in the individual dll
|
commit | commitdiff | tree |
2005-05-09 |
Alexandre Julliard | For each imported dll, check if there is a static library...
|
commit | commitdiff | tree |
2005-05-07 |
Alexandre Julliard | Removed no longer used support for 32-bit register...
|
commit | commitdiff | tree |
2005-05-07 |
Alexandre Julliard | Converted all the kernel32 register functions to the
|
commit | commitdiff | tree |
2005-05-07 |
Alexandre Julliard | Prefix the internal name of all register functions...
|
commit | commitdiff | tree |
2005-05-07 |
Alexandre Julliard | Get rid of the DOS version combobox, normal users should...
|
commit | commitdiff | tree |
2005-05-07 |
Alexandre Julliard | Use RaiseException instead of RtlRaiseException for...
|
commit | commitdiff | tree |
2005-05-07 |
Alexandre Julliard | Treat 0xffff the same as 0 for the handle generation...
|
commit | commitdiff | tree |
2005-05-07 |
Alexandre Julliard | Added rules to build import libraries in the individual...
|
commit | commitdiff | tree |
2005-05-06 |
Alexandre Julliard | Renamed wineps.dll to wineps.drv for consistency.
|
commit | commitdiff | tree |
2005-05-06 |
Alexandre Julliard | Store the module instance we get in DllMain to avoid...
|
commit | commitdiff | tree |
2005-05-06 |
Alexandre Julliard | Renamed ttydrv and x11drv to winetty.drv and winex11...
|
commit | commitdiff | tree |
2005-05-06 |
Alexandre Julliard | Removed a bunch of obsolete makefile hacking sed code.
|
commit | commitdiff | tree |
2005-05-06 |
Alexandre Julliard | Added support in winebuild for specifying import libraries...
|
commit | commitdiff | tree |
2005-05-06 |
Alexandre Julliard | Eric Kohl <eric.kohl_at_t-online.de>
|
commit | commitdiff | tree |
2005-05-05 |
Alexandre Julliard | Don't retrieve a window DC in GetUpdateRect if there...
|
commit | commitdiff | tree |
2005-05-05 |
Alexandre Julliard | output_name already contains .exe extension, don't...
|
commit | commitdiff | tree |
2005-05-04 |
Alexandre Julliard | Get rid of the winapi_check_dir config parameter.
|
commit | commitdiff | tree |
2005-04-27 |
Alexandre Julliard | Moved the USER syslevel to dlls/user/user_main.c.
|
commit | commitdiff | tree |
2005-04-27 |
Alexandre Julliard | Moved remaining messaging definitions to user_private...
|
commit | commitdiff | tree |
2005-04-27 |
Alexandre Julliard | Removed the MESSAGEQUEUE structure, and store the corresponding
|
commit | commitdiff | tree |
2005-04-27 |
Alexandre Julliard | Added proper names for the remaining TEB fields.
|
commit | commitdiff | tree |
2005-04-26 |
Alexandre Julliard | Removed a few more strncpy calls.
|
commit | commitdiff | tree |
2005-04-26 |
Alexandre Julliard | Make sure a thread has a queue as soon as it creates...
|
commit | commitdiff | tree |
2005-04-26 |
Alexandre Julliard | Moved some messaging and input functions to message...
|
commit | commitdiff | tree |
2005-04-25 |
Alexandre Julliard | Define strncpy to an error to make sure it doesn't...
|
commit | commitdiff | tree |
2005-04-25 |
Alexandre Julliard | Moved the ScrollWindow and ScrollDC functions to dlls...
|
commit | commitdiff | tree |
2005-04-25 |
Alexandre Julliard | Remove a few more instances of strncpy.
|
commit | commitdiff | tree |
2005-04-25 |
Alexandre Julliard | Moved most files from the windows directory to dlls...
|
commit | commitdiff | tree |
2005-04-21 |
Alexandre Julliard | Moved the UsePrimary config parameter to the x11drv...
|
commit | commitdiff | tree |
2005-04-21 |
Alexandre Julliard | Get rid of the remaining calls to strncpyW, and remove...
|
commit | commitdiff | tree |
2005-04-20 |
Alexandre Julliard | Handle posted internal messages directly in PeekMessageW...
|
commit | commitdiff | tree |