2001-12-20 |
Alexandre Julliard | Use MapLS/UnMapLS instead of SEGPTR_* macros. |
tree | commitdiff |
2001-12-20 |
Mike McCormack | - move async activation into the server |
tree | commitdiff |
2001-12-19 |
Uwe Bonnes | Use GlobalPageLock for GetVDMPointer32W16 pointers. |
tree | commitdiff |
2001-12-19 |
Alexandre Julliard | Moved heap functions to ntdll. |
tree | commitdiff |
2001-12-19 |
Michael Stefaniuc | Fixed/implemented the ImageList_*Drag* functions. |
tree | commitdiff |
2001-12-19 |
Lawson Whitney | If there is no psInfo, it doesn't need to be cleaned up. |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Removed unnecessary includes. |
tree | commitdiff |
2001-12-17 |
Paul Rupe | Prevent "window belongs to another process" errors... |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Do not call THUNK_Init at startup, only do it when... |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Export DestroyIcon32 from user32 and use GetProcAddress... |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Changed 16-bit USER Enum* functions to not use thunks... |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Got rid of dynamic thunk allocation in mouse/keyboard... |
tree | commitdiff |
2001-12-17 |
Jon Griffiths | Implemented, documented or fixed SHDeleteOrphanKeyA... |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Changed 16-bit GDI Enum* functions to not use thunks... |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Changed DC hook and abort proc handling to avoid having... |
tree | commitdiff |
2001-12-17 |
Nog | Pass on all unhandeled messages to the owner. |
tree | commitdiff |
2001-12-17 |
Uwe Bonnes | PathIsURL(A|W): Check for NULL strings. |
tree | commitdiff |
2001-12-17 |
Johan Dahlin | Add a few extra fields to HTTP_GetStdHeaderIndex. |
tree | commitdiff |
2001-12-14 |
Alexandre Julliard | Changed 16->32 window procedure thunks to use winebuild... |
tree | commitdiff |
2001-12-14 |
Alexandre Julliard | Made register and interrupt flags instead of entry... |
tree | commitdiff |
2001-12-14 |
Paul Rupe | Very simple support for SO_OPENTYPE in getsockopt and... |
tree | commitdiff |
2001-12-14 |
Bang Jun-Young | Fix NetBSD compilation errors. |
tree | commitdiff |
2001-12-14 |
Eric Pouech | Thawed some freezes. |
tree | commitdiff |
2001-12-13 |
Alexandre Julliard | Started rewrite of painting functions for multiple... |
tree | commitdiff |
2001-12-13 |
Mike McCormack | Only RTS_CONTROL_HANDSHAKE should set CRTSCTS. |
tree | commitdiff |
2001-12-13 |
Eric Laforest | Add the missing functionality in the tty driver. |
tree | commitdiff |
2001-12-11 |
Alexandre Julliard | Exported CALL32_Regs from ntdll, renamed to __wine_call... |
tree | commitdiff |
2001-12-11 |
Jon Griffiths | Add new stub MLLoadLibrary. |
tree | commitdiff |
2001-12-11 |
Jon Griffiths | Add exclusion defs & remaining funcs, remove internal... |
tree | commitdiff |
2001-12-11 |
Bill Medland | A treeview item may be TVI_ROOT. |
tree | commitdiff |
2001-12-11 |
Dave Hawkes | Fix for toolbar potentially using a NULL pointer. |
tree | commitdiff |
2001-12-06 |
Andriy Palamarchuk | Implemented processing for actions: SPI_GET/SETGRIDGRAN... |
tree | commitdiff |
2001-12-05 |
Alexandre Julliard | Removed calls to HEAP_GetSegptr. |
tree | commitdiff |
2001-12-05 |
Alexandre Julliard | Fixed compile for !MZ_SUPPORTED. |
tree | commitdiff |
2001-12-05 |
Alexandre Julliard | Use ntdll functions instead of MultiByteToWideChar... |
tree | commitdiff |
2001-12-05 |
Alexandre Julliard | Removed ntdll dependency on MultiByteToWideChar/WideCha... |
tree | commitdiff |
2001-12-05 |
François Gouget | Cleanup and improve the mbcs support. |
tree | commitdiff |
2001-12-05 |
Dave Hawkes | The toolbar commands were not sent to the correct notif... |
tree | commitdiff |
2001-12-05 |
François Gouget | getenv is case insensitive. |
tree | commitdiff |
2001-12-05 |
François Gouget | mktime must normalize the struct tm fields. |
tree | commitdiff |
2001-12-04 |
Guy L. Albertelli | - Correct implementation of _169 (call of Release)... |
tree | commitdiff |
2001-12-04 |
Alexandre Julliard | Moved most of the real-mode stuff to dlls/winedos. |
tree | commitdiff |
2001-12-04 |
Marcus Meissner | Copy the correct number of bytes in WriteConsoleInputA. |
tree | commitdiff |
2001-12-04 |
Eric Pouech | Fixed bugs in output functions (write). |
tree | commitdiff |
2001-12-04 |
Eric Pouech | Fixed acmFormatChoose returned fields. |
tree | commitdiff |
2001-12-04 |
Gerard Patel | Initialize dialog data correctly in CreateTemplateDialog. |
tree | commitdiff |
2001-12-04 |
Gerard Patel | Misc fixes to DCB building from command line. |
tree | commitdiff |
2001-12-01 |
Guy L. Albertelli | Undocumented feature of TB_{GET|SET}BUTTONINFO{A|W... |
tree | commitdiff |
2001-12-01 |
Guy L. Albertelli | - Fixed PathIsURL{A|W}. |
tree | commitdiff |
2001-12-01 |
Guy L. Albertelli | - Stub routines for _164, _208, _210, _211, _239, _356... |
tree | commitdiff |
2001-11-30 |
Andriy Palamarchuk | Removed Get/SetScreenSaveTimeout user driver functions... |
tree | commitdiff |
2001-11-30 |
Michael Stefaniuc | Implemented ImageList_GetDragImage. |
tree | commitdiff |
2001-11-30 |
Glenn Schrader | Use gdi_display everywhere to avoid BadColor errors. |
tree | commitdiff |
2001-11-30 |
Paul Rupe | Fixed WS_getpeername parameter in WS_accept. |
tree | commitdiff |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
tree | commitdiff |
2001-11-24 |
Alexandre Julliard | Fixed registry routines broken by the structure sizes... |
tree | commitdiff |
2001-11-23 |
Eric Pouech | New console code based on Win32 windows. |
tree | commitdiff |
2001-11-23 |
Dmitry Timoshkov | Fixed packing and layout of many system structures. |
tree | commitdiff |
2001-11-23 |
Uwe Bonnes | MSVCRT_getenv: compare for the length of the key and... |
tree | commitdiff |
2001-11-23 |
Mike McCormack | Check for completed overlappeds in ReadComm16 to solve... |
tree | commitdiff |
2001-11-20 |
Andriy Palamarchuk | Implemented processing for actions SPI_GET/SETSCREENSAV... |
tree | commitdiff |
2001-11-20 |
James Juran | GetUserName should include the terminating null charact... |
tree | commitdiff |
2001-11-20 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-11-20 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2001-11-20 |
Dave Hawkes | TOOLBAR_GetRect did not correctly translate the command... |
tree | commitdiff |
2001-11-20 |
Francois Gouget | Fix LUID definition. |
tree | commitdiff |
2001-11-19 |
Andreas Mohr | - fix wrong hexadecimal GetLastError() output |
tree | commitdiff |
2001-11-19 |
James Juran | Prevent warnings about labels at end of switch statemen... |
tree | commitdiff |
2001-11-19 |
Francois Gouget | Fix the Solaris and FreeBSD compilation errors introduc... |
tree | commitdiff |
2001-11-19 |
Simon Britnell | Fix a loop playing failure and a problem with choppy... |
tree | commitdiff |
2001-11-19 |
Francois Gouget | A few typos. |
tree | commitdiff |
2001-11-19 |
Francois Gouget | Better relaying for _lcreat. |
tree | commitdiff |
2001-11-19 |
Marcus Meissner | Small typo in avicap32.spec fixed. |
tree | commitdiff |
2001-11-16 |
Jussi Jumppanen | Added missing RichEdit defines. |
tree | commitdiff |
2001-11-14 |
Alexandre Julliard | Moved WIN_FindWinToRepaint functionality to the server. |
tree | commitdiff |
2001-11-14 |
Francois Gouget | Make winsock.h and winsock2.h independent from the... |
tree | commitdiff |
2001-11-13 |
Gerard Patel | Fix the server paint count in SetWindowPos. |
tree | commitdiff |
2001-11-13 |
Eric Pouech | Fixed wave(In|Out)Open when called with WAVE_MAPPED... |
tree | commitdiff |
2001-11-13 |
Guy L. Albertelli | - Implement ordinals 7, 8, 9, 13, 14, 19, 36. |
tree | commitdiff |
2001-11-12 |
Eric Pouech | Fixed some race conditions in notification vs. operation |
tree | commitdiff |
2001-11-12 |
Huw D M Davies | Fixes stupid bug with typelib filenames. |
tree | commitdiff |
2001-11-12 |
Lawson Whitney | Cast id to unsigned in GetDlgItem16. |
tree | commitdiff |
2001-11-12 |
Gerson Kurz | Parity settings were not set properly in BuildCommDCBAn... |
tree | commitdiff |
2001-11-12 |
Gerard Patel | Fixed handling of -1 itemid in WM_DRAWITEM. |
tree | commitdiff |
2001-11-12 |
Gerard Patel | - implement mbscspn mostly as a stub |
tree | commitdiff |
2001-11-12 |
Andreas Mohr | - don't forget to initialize number of connections... |
tree | commitdiff |
2001-11-09 |
Simon Britnell | Cleaned up the wodPlayer functionality to make it easie... |
tree | commitdiff |
2001-11-09 |
Travis Michielsen | Test bits with '&' instead of '&&'. |
tree | commitdiff |
2001-11-09 |
Joshua Thielen | Changed BM_ messages SETCHECK and GETCHECK to SETCHECK1... |
tree | commitdiff |
2001-11-09 |
Guy L. Albertelli | Use proper unicode routine. |
tree | commitdiff |
2001-11-08 |
Alexandre Julliard | Implemented inline version of the iswxxx functions. |
tree | commitdiff |
2001-11-08 |
Ove Kaaven | Moved the int 9 (keyboard) handler to dlls/winedos. |
tree | commitdiff |
2001-11-08 |
Mike McCormack | Find out how much data is available when calling ReadFi... |
tree | commitdiff |
2001-11-07 |
Gerard Patel | Repaired child window activation broken by previous... |
tree | commitdiff |
2001-11-07 |
Ove Kaaven | Added RunInThread callout to winedos. |
tree | commitdiff |
2001-11-07 |
Mike McCormack | Make ConnectNamedPipe work in overlapped mode. |
tree | commitdiff |
2001-11-07 |
Mike McCormack | Ignore DSR/DTR flow control in DCB. termios doesn't... |
tree | commitdiff |
2001-11-06 |
Guy Albertelli | - Define rest of URL_ESCAPE... and other flags. |
tree | commitdiff |
2001-11-06 |
Guy Albertelli | - Implement URL_ESCAPE_SEGEMENT_ONLY, URL_ESCAPE_PERCENT, |
tree | commitdiff |
2001-11-06 |
Guy Albertelli | - Implement SHLWAPI_1 (ASCII version of SHLWAPI_2). |
tree | commitdiff |
next |