projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add some missing prototypes, fix AssocIsDangerous.
[wine]
/
include
/
wine
/
2004-02-07
Alexandre Julliard
Added memchrW and memrchrW to the exported Unicode...
tree
|
commitdiff
2004-02-05
Alexandre Julliard
Revert the thread exit race fix for now, it doesn't...
tree
|
commitdiff
2004-02-05
Alexandre Julliard
Fixed a couple of race conditions in the wine_pthread...
tree
|
commitdiff
2004-01-28
Alexandre Julliard
lpCreateParams should be a SEGPTR in 16-bit code.
tree
|
commitdiff
2004-01-20
Rein Klazes
Fix MultiByteToWideChar and WideCharToMultiByte when...
tree
|
commitdiff
2004-01-15
Alexandre Julliard
Moved a bunch of definitions from gdi.h into a new...
tree
|
commitdiff
2004-01-14
Ivan Leo Murray...
Updated copyright information.
tree
|
commitdiff
2004-01-09
Alexandre Julliard
Get rid of no longer needed WINE_PACKED define.
tree
|
commitdiff
2004-01-08
Alexandre Julliard
There's no need for DUMMYUNIONNAME in private headers.
tree
|
commitdiff
2004-01-08
Alexandre Julliard
Added configure check for readlink.
tree
|
commitdiff
2004-01-03
Mike Hearn
Implemented RegFlushKey and NtFlushKey.
tree
|
commitdiff
2004-01-02
Alexandre Julliard
Added wine_dll_get_owner function that retrieves the...
tree
|
commitdiff
2003-12-13
Ge van Geldorp
When building a PE DLL (MinGW), variables exported...
tree
|
commitdiff
2003-12-11
Alexandre Julliard
Store a pointer to the client-side class structure...
tree
|
commitdiff
2003-12-10
Alexandre Julliard
Added window classes in the server, and support for...
tree
|
commitdiff
2003-12-10
Alexandre Julliard
Added support for inter-process GetWindowWord.
tree
|
commitdiff
2003-12-04
Alexandre Julliard
Moved the DEFINE_REGS_ENTRYPOINT macros to include...
tree
|
commitdiff
2003-12-01
Alexandre Julliard
Added wine_server_release_fd function to release the...
tree
|
commitdiff
2003-11-30
Dmitry Timoshkov
A general cleanup of the version resources in Wine...
tree
|
commitdiff
2003-11-30
Stefan Leichter
Changed the version resource to be created in the commo...
tree
|
commitdiff
2003-11-27
Alexandre Julliard
Porting fixes.
tree
|
commitdiff
2003-11-26
Alexandre Julliard
Added support for inter-process GetWindowLong on the...
tree
|
commitdiff
2003-11-25
Alexandre Julliard
Removed task.h.
tree
|
commitdiff
2003-11-22
Alexandre Julliard
Create a huge array in bss to reserve the memory area...
tree
|
commitdiff
2003-11-22
Dmitry Timoshkov
Move CompareString implementation to libwine_unicode...
tree
|
commitdiff
2003-11-18
Robert Shearman
- AVI Splitter implementation.
tree
|
commitdiff
2003-11-17
Alexandre Julliard
Added wine_ldt_is_system() to replace the IS_SELECTOR_S...
tree
|
commitdiff
2003-11-14
Raphael Junqueira
Add the wined3d dll for beginning a cleaner d3d archite...
tree
|
commitdiff
2003-11-12
Alexandre Julliard
Added sigsetjmp/siglongjmp and gettid to the portabilit...
tree
|
commitdiff
2003-11-11
Alexandre Julliard
Moved the exec_wine_binary function to the wine library...
tree
|
commitdiff
2003-11-09
Alexandre Julliard
Moved the remaining SYSDEPS_* functions to the wine_pth...
tree
|
commitdiff
2003-11-06
Alexandre Julliard
Added server_abort_thread to replace SYSDEPS_AbortThread.
tree
|
commitdiff
2003-11-05
Alexandre Julliard
Added wine_pthread_create_thread and wine_pthread_exit_...
tree
|
commitdiff
2003-11-04
Alexandre Julliard
Allocate the TEB and signal stack separately from the...
tree
|
commitdiff
2003-10-28
Alexandre Julliard
Increase WINE_LDT_FIRST_ENTRY to leave room for glibc...
tree
|
commitdiff
2003-10-24
Alexandre Julliard
Use sigsetjmp instead of setjmp in Wine internal except...
tree
|
commitdiff
2003-10-15
Jon Griffiths
Added string folding support.
tree
|
commitdiff
2003-10-15
Daniel Marmier
Fixed warnings with gcc option "-Wwrite-strings".
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-10
Alexandre Julliard
Don't reference the environ global variable from kernel...
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
Alexandre Julliard
Store the global shell, progman and taskman windows...
tree
|
commitdiff
2003-10-04
Alexandre Julliard
Converted process creation to Unicode.
tree
|
commitdiff
2003-09-30
Alexandre Julliard
Store module names in Unicode in the server.
tree
|
commitdiff
2003-09-27
Alexandre Julliard
Added strspnW and strcspnW.
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-18
Alexandre Julliard
Moved the wine server client-side support to dlls/ntdll...
tree
|
commitdiff
2003-09-17
Alexandre Julliard
Moved out of windef.h a few definitions that don't...
tree
|
commitdiff
2003-09-16
Eric Pouech
- Implemented a few information classes in NtQuerySyste...
tree
|
commitdiff
2003-09-11
Alexandre Julliard
Moved list.h to include/wine so that it can be used...
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
Converted the rest of the obj_*.h headers to IDL into...
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
Alexandre Julliard
Converted obj_webbrowser.h to IDL and moved the definit...
tree
|
commitdiff
2003-09-04
Alexandre Julliard
Converted ocidl.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
Moved the implementation of the pthread wrappers to...
tree
|
commitdiff
2003-09-03
Alexandre Julliard
Avoid including wine/obj_*.h files directly from C...
tree
|
commitdiff
2003-08-29
Alexandre Julliard
Export SYSDEPS_SwitchToThreadStack() functionality...
tree
|
commitdiff
2003-08-28
Dimitrie O. Paun
Use angle brackets (<>) rather than quotes ("") for...
tree
|
commitdiff
2003-08-28
Alexandre Julliard
Start using the exported TEB structure from winternl...
tree
|
commitdiff
2003-08-28
Alexandre Julliard
Renamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECOR...
tree
|
commitdiff
2003-08-27
Alexandre Julliard
Added varargs support for 16-bit entry points.
tree
|
commitdiff
2003-08-25
Alexandre Julliard
Don't build memcpy_unaligned on 386 to avoid MSVC break...
tree
|
commitdiff
2003-08-23
Alexandre Julliard
Extended WOWCallback16Ex to support register functions...
tree
|
commitdiff
2003-08-20
Steven Edwards
Fix building libwine_unicode with w32api headers.
tree
|
commitdiff
2003-08-19
Mike McCormack
Implement registry key unloading.
tree
|
commitdiff
2003-08-19
Eric Pouech
Fixed regression in process creation (std handle inheri...
tree
|
commitdiff
2003-07-26
Alexandre Julliard
Implemented inter-thread SendMessageCallback.
tree
|
commitdiff
2003-07-26
Martin Fuchs
Extend for additional Shell Content and Attribute Flags.
tree
|
commitdiff
2003-07-24
Mike McCormack
Added a security token object in wineserver.
tree
|
commitdiff
2003-07-21
Martin Fuchs
Define SHGDNF.
tree
|
commitdiff
2003-07-21
Martin Fuchs
Define IExtractIcon for ANSI/Unicode.
tree
|
commitdiff
2003-07-15
Casper Hornstrup
Define constants of M_PI & M_PI_2.
tree
|
commitdiff
2003-07-11
Alexandre Julliard
Run WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context...
tree
|
commitdiff
2003-07-11
Alexandre Julliard
Implemented the SMTO_ABORTIFHUNG flag of SendMessageTim...
tree
|
commitdiff
2003-07-09
Alexandre Julliard
Implemented the ThreadBasicInformation case for
tree
|
commitdiff
2003-07-03
Alexandre Julliard
Added a file_exists argument to wine_dll_load to allow...
tree
|
commitdiff
2003-06-27
Dmitry Timoshkov
Implement LCMapString using unicode collation tables.
tree
|
commitdiff
2003-06-24
Eric Pouech
- start moving a few file related functions from files...
tree
|
commitdiff
2003-06-23
Ulrich Czekalla
- use global atoms for the format ids
tree
|
commitdiff
2003-06-23
Eric Pouech
In console input record queue, replace semaphore with...
tree
|
commitdiff
2003-06-21
Eric Pouech
- adapted kernel32 so that it no longer (directly)...
tree
|
commitdiff
2003-06-14
Alexandre Julliard
Make it possible to retrieve an inheritable handle...
tree
|
commitdiff
2003-05-21
Mike McCormack
Remove code that starts wineshelllink, instead create...
tree
|
commitdiff
2003-05-20
Eric Pouech
Implement anonymous pipes on top of named pipes.
tree
|
commitdiff
2003-05-20
Eric Pouech
Implemented timer related functions in ntdll and make...
tree
|
commitdiff
2003-05-19
Robert Shearman
Fix value of IID_IShellFolder2.
tree
|
commitdiff
2003-05-15
Mike McCormack
- rewrite of the named pipe code
tree
|
commitdiff
2003-05-01
Alexandre Julliard
Moved the wpp library from tools/ to libs/.
tree
|
commitdiff
2003-04-20
Alexandre Julliard
Check for struct option independently of the getopt_lon...
tree
|
commitdiff
2003-04-17
Rolf Kalbermatter
Implemented ILGetDisplayNameExA and ILGetDisplayNameExW...
tree
|
commitdiff
next