projects
/
wine
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
wine
2001-10-16
Alexandre Julliard
Added internal Wine messages to perform SetWindowPos...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-16
Alexandre Julliard
Added requests to store window rectangles in the server.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-16
Alexandre Julliard
Moved scrollbar tracking code to scroll.c.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-16
Gerard Patel
Misc doc updates.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-16
Ove Kaaven
Registry entries for stdole32.tlb.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-16
Guy L. Albertelli
- eliminate different segmentation faults.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-15
Gerard Patel
Fix the case where child=0 (last child) in MDI_ChildAct...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-15
Alexandre Julliard
Renamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-15
Hidenori Takeshima
Added some missing GUIDs.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-15
Francois Gouget
The _IOXXX macros conflict with system headers on Solar...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-15
Kai Morich
InternalExtractIcon16 forgot to close file handle.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-15
Francois Gouget
Add INVALID_ATOM and MAXINTATOM to winbase.h.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-14
Francois Gouget
When including 'wine/port.h', include it first.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-14
Francois Gouget
When including config.h, include it first.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-14
Ove Kaaven
Added some RPC definitions.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-14
Francois Gouget
Don't print NULL strings (crashes on Solaris).
commit
|
commitdiff
|
tree
|
snapshot
2001-10-14
Hidenori Takeshima
Started implementing AVI splitter.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-14
Hidenori Takeshima
Added MPEG1WAVEFORMAT and MPEGLAYER3WAVEFORMAT.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-14
Eric Pouech
Pass security attributes for DOSFS creation.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-14
Ove Kaaven
Fixed bugs with propget methods with input arguments.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-14
Ove Kaaven
Fixed bugs in safe arrays.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-14
Ove Kaaven
Fix a UINT16 redefinition problem.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-14
Francois Gouget
Recognize the Solaris dlopen equivalent of "cannot...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-14
Francois Gouget
Fix handling of empty lists in install and uninstall...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-12
Alexandre Julliard
Store window properties in the server. Moved property...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-12
Alexandre Julliard
Added atom_t type for atoms to make sure we use the...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-12
Alexandre Julliard
Moved MAKEINTATOM to winbase.h and added Unicode version.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-12
Marcus Meissner
Handle bad pointer arguments to LoadImageA() (and functions
commit
|
commitdiff
|
tree
|
snapshot
2001-10-12
Dominik Strasser
Workaround X11 BadWindow error if no parent window...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-12
Francois Gouget
Fix the Wine tools search path.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-11
Alexandre Julliard
Removed the cleanup_window_queue request.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-11
Alexandre Julliard
Removed next and child fields in the window structure...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-11
Hidenori Takeshima
Added some missing GUIDs.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-11
Francois Gouget
Fix the .spec.c rule.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-10
Alexandre Julliard
Store window parent as an HWND instead of a pointer.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-10
Mike McCormack
Do overlapped reads if and only if the file was opened...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-10
Francois Gouget
Allocate the array and strings in one lump (bug found...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-10
Huw D M Davies
GetTextCharsetInfo should return the charset that the...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-10
Andriy Palamarchuk
Include information about XFree86 Windows server.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-10
Francois Gouget
Move the RT_XXX macros to winuser.h.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-10
Chris Green
Added names of the "missing" paths for SHGetSpecialFold...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-09
Alexandre Julliard
Fixed locking of class list.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-09
Alexandre Julliard
Store window class atom in the server.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-09
Francois Gouget
Remove non windows macros.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-09
Alexandre Julliard
Silence the pthread_kill_other_threads_np FIXME.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-09
Alexandre Julliard
Fix MapViewOfFile to always return a 64K-aligned address.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-09
Patrik Stridvall
API files update.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-09
Patrik Stridvall
Fixed issue found by winapi_check.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-09
Patrik Stridvall
Added new include file ws2spi.h for adding needed types.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-09
Stefan Leichter
Fixed parameters of SetupOpenInfFileA.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-08
Alexandre Julliard
Moved MsgWaitForMultipleObjects call on RDW_UPDATENOW...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-08
Francois Gouget
Add support for NOCOLOR.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-08
Francois Gouget
Move WINDEBUGINFO from winbase.h to winbase16.h and...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-08
Marcus Meissner
WINELIB applications (like reaktivate) might have very...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-08
Gerard Patel
GetDiskFreeSpaceEx should accept an input like "C:".
commit
|
commitdiff
|
tree
|
snapshot
2001-10-08
Eric Pouech
- fixed copy&paste bug (GENERIC_WRITE instead of GENERI...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-08
Hidenori Takeshima
Started Implementing Video Renderer.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-08
Alexandre Julliard
Renamed USER_Init into UserClientDllInitialize.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-08
Mike McCormack
Make serial fd blocking mode depend on FILE_FLAG_OVERLA...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-08
Francois Gouget
Small typo fixes/updates.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-08
Francois Gouget
Move the ERR_XXX macros from winbase.h to error.c.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-08
Francois Gouget
Fix the SOCKADDR_IPX declaration.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-08
Dmitry Timoshkov
Defer edit style correction until EDITSTATE is fully...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-08
Francois Gouget
_beginthread: Don't store the trampoline on the stack.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-08
Francois Gouget
Move COLORREF from wingdi.h to windef.h.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-08
Francois Gouget
Wrappers must always be compiled in STRICT mode.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-08
Alexandre Julliard
Provide help even when in the NOPROCESS state.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-08
Francois Gouget
Fix infinite loop problem in wineclipsrv startup.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-08
Francois Gouget
Better handling of the timeout in WaitForInputIdle.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-08
Malte Starostik
CreateURLMoniker takes a LPCWSTR, not a LPWSTR.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-05
Alexandre Julliard
Process pending events before sending WM_PAINT on RDW_U...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-05
Alexandre Julliard
Added get_file_info support to named pipes and sockets...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-05
Stefan Leichter
Added defines for resource types RT_MESSAGETABLE, RT_VE...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-05
Gerard Patel
Fix sign extension problem in map_wparam_WtoA.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-05
Malte Starostik
Added IPersistPropertyBag2 and IPropertyBag2 definition...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-05
Johan Gill
The LR_ defines do not reside in windows.h anymore.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-05
Huw D M Davies
Remove some unnecessary AddRef's.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-05
Dmitry Timoshkov
Add XK_Mode_switch to the list of ignored keysyms.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-05
Daniel Sabo
A 'fi' was needed in the last if statement.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-04
Alexandre Julliard
Release 20011004.
wine-20011004
commit
|
commitdiff
|
tree
|
snapshot
2001-10-04
Alexandre Julliard
Ignore RLE data that goes past the line end (found...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-04
Nikolas Zimmermann
Skip port number before calling gethostbyname.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-04
Ove Kaaven
The DISPPARAMS parameter array is a reverse-order array.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-04
Mike McCormack
Fetch a handle type in FILE_GetUnixHandle.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-04
Alexandre Julliard
Don't ignore first chance debug exceptions since it...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-04
Bill Medland
A couple of minor points about converting Windows fonts.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-04
Ove Kaaven
Implement coercion to VT_UNKNOWN from VT_DISPATCH.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-04
Ove Kaaven
ITypeInfo::Invoke should also search inherited interfac...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-03
Alexandre Julliard
Skip BitBlt DIB optimization if source and dest DCs...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-03
Gerard Patel
Map a window if it is shown by a direct style change.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-03
Ove Kaaven
Don't ignore DISPATCH_METHOD in ITypeInfo::Invoke.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-03
Guy Albertelli
Fix SHAddToRecentDocs code to properly handle native...
commit
|
commitdiff
|
tree
|
snapshot
2001-10-03
Huw D M Davies
Looks like the SLTG_ImplInfo struct isn't a fixed size.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-03
Ove Kaaven
Corrected INVOKEKIND enumeration values.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-03
Aric Stewart
Make sure that newly allocated TLS indexes are cleared.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-03
Andreas Mohr
Better fake implementation of SetThreadExecutionState.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-02
Alexandre Julliard
Free cache DCEs if the DC gets deleted.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-02
Alexandre Julliard
Fixed typo in previous change.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-02
Alexandre Julliard
Avoid including winbase.h in generated .spec.c files.
commit
|
commitdiff
|
tree
|
snapshot
2001-10-02
Bill Medland
Allow two connections by not releasing the wrapped...
commit
|
commitdiff
|
tree
|
snapshot
next