2005-03-11 |
Alexandre Julliard | Get rid of the Windows registry loading on startup...
|
commit | commitdiff | tree |
2005-03-10 |
Alexandre Julliard | Release 20050310.
|
commit | commitdiff | tree |
2005-03-10 |
Alexandre Julliard | Clear the internal paint flag in the server before...
|
commit | commitdiff | tree |
2005-03-10 |
Alexandre Julliard | Merge the rest of the messaging code into dlls/user...
|
commit | commitdiff | tree |
2005-03-10 |
Alexandre Julliard | Properly cope with get_message being called recursively...
|
commit | commitdiff | tree |
2005-03-10 |
Alexandre Julliard | Take message filtering into account when updating the...
|
commit | commitdiff | tree |
2005-03-10 |
Alexandre Julliard | Allocate fonts and regions from the large heap too.
|
commit | commitdiff | tree |
2005-03-09 |
Alexandre Julliard | Added WM_X11DRV_DELETE_WINDOW message to handle close...
|
commit | commitdiff | tree |
2005-03-09 |
Alexandre Julliard | Moved SendInput and related functions to the USER driver...
|
commit | commitdiff | tree |
2005-03-09 |
Alexandre Julliard | Remove a trace that's causing too much output.
|
commit | commitdiff | tree |
2005-03-09 |
Alexandre Julliard | Make the SwapMouseButton function and the SPI_SETMOUSEBUTTONSWAP
|
commit | commitdiff | tree |
2005-03-09 |
Alexandre Julliard | Don't check children of minimized windows in get_update_region.
|
commit | commitdiff | tree |
2005-03-08 |
Alexandre Julliard | Process only pending expose events during RDW_UPDATENOW...
|
commit | commitdiff | tree |
2005-03-08 |
Alexandre Julliard | Take into account the event mask passed to MsgWaitForMultipl...
|
commit | commitdiff | tree |
2005-03-08 |
Alexandre Julliard | Allow specifying extended control styles also in standard...
|
commit | commitdiff | tree |
2005-03-08 |
Alexandre Julliard | Make sure to always pass valid QS_* flags to
|
commit | commitdiff | tree |
2005-03-08 |
Alexandre Julliard | Added support for iso8859-16 charset.
|
commit | commitdiff | tree |
2005-03-08 |
Alexandre Julliard | Fixed WS_FD_CLR and WS_FD_SET macros (spotted by Thomas...
|
commit | commitdiff | tree |
2005-03-07 |
Alexandre Julliard | Added a missing prototype.
|
commit | commitdiff | tree |
2005-03-07 |
Alexandre Julliard | Authors: Justin Chevrier <jchevrier@nexicom.net>, Paul...
|
commit | commitdiff | tree |
2005-03-07 |
Alexandre Julliard | Moved TranslateMessage and DispatchMessage to dlls...
|
commit | commitdiff | tree |
2005-03-07 |
Alexandre Julliard | Set SM_DBCSENABLED according to the current locale...
|
commit | commitdiff | tree |
2005-03-07 |
Alexandre Julliard | Make output line-buffered to avoid messing up log files.
|
commit | commitdiff | tree |
2005-03-07 |
Alexandre Julliard | Retry sending a WM_PAINT in update_now after we sent...
|
commit | commitdiff | tree |
2005-03-07 |
Alexandre Julliard | Fixed DLL_PROCESS_DETACH handler to actually unregister...
|
commit | commitdiff | tree |
2005-03-05 |
Alexandre Julliard | Fixed DOS line endings.
|
commit | commitdiff | tree |
2005-03-05 |
Alexandre Julliard | Avoid potential crash when freeing a message queue.
|
commit | commitdiff | tree |
2005-03-04 |
Alexandre Julliard | Avoid a compiler warning.
|
commit | commitdiff | tree |
2005-03-04 |
Alexandre Julliard | Authors: Rob Shearman <rob@codeweavers.com>, Mike Hearn...
|
commit | commitdiff | tree |
2005-03-04 |
Alexandre Julliard | Support sending WM_PAINT across processes when it doesn...
|
commit | commitdiff | tree |
2005-03-03 |
Alexandre Julliard | Fixed a few regressions in the handling of segmented...
|
commit | commitdiff | tree |
2005-03-02 |
Alexandre Julliard | Avoid spaces before preprocessor directives, that's...
|
commit | commitdiff | tree |
2005-03-02 |
Alexandre Julliard | wineprefixcreate and related files need to be installed...
|
commit | commitdiff | tree |
2005-03-02 |
Alexandre Julliard | Beginnings of inter-process GetDC support.
|
commit | commitdiff | tree |
2005-03-02 |
Alexandre Julliard | Convert the process dll list to a standard list.
|
commit | commitdiff | tree |
2005-03-01 |
Alexandre Julliard | Use a dispatch table to handle X client messages.
|
commit | commitdiff | tree |
2005-03-01 |
Alexandre Julliard | Convert the object wait queue to a standard list.
|
commit | commitdiff | tree |
2005-03-01 |
Alexandre Julliard | Convert the per-process thread list to a standard list.
|
commit | commitdiff | tree |
2005-02-26 |
Alexandre Julliard | Use a table of handlers to dispatch X events and get...
|
commit | commitdiff | tree |
2005-02-26 |
Alexandre Julliard | Fixed regression in QueryDosDeviceA when passed a NULL...
|
commit | commitdiff | tree |
2005-02-26 |
Alexandre Julliard | Converted the debug event queue to a standard list.
|
commit | commitdiff | tree |
2005-02-25 |
Alexandre Julliard | Converted the global screen buffer list to a standard...
|
commit | commitdiff | tree |
2005-02-25 |
Alexandre Julliard | Replaced the message_list structure by a standard list.
|
commit | commitdiff | tree |
2005-02-25 |
Alexandre Julliard | Moved clipboard event handling functions and some private...
|
commit | commitdiff | tree |
2005-02-25 |
Alexandre Julliard | Convert the global thread list to a standard list.
|
commit | commitdiff | tree |
2005-02-25 |
Alexandre Julliard | Convert the global process list to a standard list.
|
commit | commitdiff | tree |
2005-02-25 |
Alexandre Julliard | Convert the per-thread mutex list to a standard list.
|
commit | commitdiff | tree |
2005-02-25 |
Alexandre Julliard | Regular files are always ready for I/O, no need to...
|
commit | commitdiff | tree |
2005-02-25 |
Alexandre Julliard | Convert the APC queues to use standard lists.
|
commit | commitdiff | tree |
2005-02-24 |
Alexandre Julliard | Convert the key notifications list to a standard list.
|
commit | commitdiff | tree |
2005-02-24 |
Alexandre Julliard | Repaint the non-client area to work around broken WM_PAINT...
|
commit | commitdiff | tree |
2005-02-24 |
Alexandre Julliard | Convert async I/O queues to standard lists.
|
commit | commitdiff | tree |
2005-02-24 |
Alexandre Julliard | Authors: Mike McCormack <mike@codeweavers.com>, Dmitry...
|
commit | commitdiff | tree |
2005-02-23 |
Alexandre Julliard | Revert SC_CLOSE change, this is causing deadlocks.
|
commit | commitdiff | tree |
2005-02-23 |
Alexandre Julliard | Removed no longer used threading.sgml.
|
commit | commitdiff | tree |
2005-02-23 |
Alexandre Julliard | Removed the useless proxy.h header file.
|
commit | commitdiff | tree |
2005-02-22 |
Alexandre Julliard | Removed no longer used create_region function, and...
|
commit | commitdiff | tree |
2005-02-22 |
Alexandre Julliard | Allow the client rectangle to be of arbitrary size...
|
commit | commitdiff | tree |
2005-02-22 |
Alexandre Julliard | Cosmetic fixes.
|
commit | commitdiff | tree |
2005-02-22 |
Alexandre Julliard | DispatchMessage needs to repaint the non-client area...
|
commit | commitdiff | tree |
2005-02-14 |
Alexandre Julliard | Brad DeMorrow
|
commit | commitdiff | tree |
2005-02-11 |
Alexandre Julliard | Release 20050211.
|
commit | commitdiff | tree |
2005-02-10 |
Alexandre Julliard | Fixed profile cache flushing when no filename is specified...
|
commit | commitdiff | tree |
2005-02-10 |
Alexandre Julliard | Authors: Américo José Melo <mmodem00@netvisao.pt>,...
|
commit | commitdiff | tree |
2005-02-09 |
Alexandre Julliard | Make the win data pointer only available in the thread...
|
commit | commitdiff | tree |
2005-02-09 |
Alexandre Julliard | Upgrade to the latest version.
|
commit | commitdiff | tree |
2005-02-09 |
Alexandre Julliard | Consider any character above 0x7f to be invalid in...
|
commit | commitdiff | tree |
2005-02-08 |
Alexandre Julliard | Authors: Mike Hearn <mh@codeweavers.com>, Robert Shearman...
|
commit | commitdiff | tree |
2005-02-03 |
Alexandre Julliard | Properly compute the client area valid rects and pass...
|
commit | commitdiff | tree |
2005-02-03 |
Alexandre Julliard | Fixed refcount handling (waiting clients must not increase the
|
commit | commitdiff | tree |
2005-02-03 |
Alexandre Julliard | Make sure leaked objects are printed even if a file...
|
commit | commitdiff | tree |
2005-02-03 |
Alexandre Julliard | Fixed potential crash in fd_dump function.
|
commit | commitdiff | tree |
2005-02-03 |
Alexandre Julliard | Async callback function must be stdcall.
|
commit | commitdiff | tree |
2005-02-01 |
Alexandre Julliard | Removed the no longer used WIN_SetExStyle function.
|
commit | commitdiff | tree |
2005-02-01 |
Alexandre Julliard | Store the "managed" flag as a window property instead...
|
commit | commitdiff | tree |
2005-02-01 |
Alexandre Julliard | Don't clean all tlb files, only the ones we generated.
|
commit | commitdiff | tree |
2005-01-31 |
Alexandre Julliard | WIN_ListParents no longer needs to be exported, make...
|
commit | commitdiff | tree |
2005-01-31 |
Alexandre Julliard | Only create an X window for top-level windows, not...
|
commit | commitdiff | tree |
2005-01-31 |
Alexandre Julliard | Silence a noisy FIXME.
|
commit | commitdiff | tree |
2005-01-28 |
Alexandre Julliard | Use an X context to associated the x11drv private window...
|
commit | commitdiff | tree |
2005-01-28 |
Alexandre Julliard | Fixed bug that caused the whole window to be repainted...
|
commit | commitdiff | tree |
2005-01-28 |
Alexandre Julliard | Avoid assertion failure when loading an empty data...
|
commit | commitdiff | tree |
2005-01-27 |
Alexandre Julliard | Don't make the test key volatile, that can break other...
|
commit | commitdiff | tree |
2005-01-27 |
Alexandre Julliard | Avoid a few more uses of WIN_FindWndPtr.
|
commit | commitdiff | tree |
2005-01-25 |
Alexandre Julliard | Added a couple of SetWindowPos tests.
|
commit | commitdiff | tree |
2005-01-24 |
Alexandre Julliard | Avoid unnecessary run-time initializations.
|
commit | commitdiff | tree |
2005-01-21 |
Alexandre Julliard | Tweak SetWindowPos flags handling to make a few more...
|
commit | commitdiff | tree |
2005-01-21 |
Alexandre Julliard | Max tracking size in WM_GETMINMAXINFO should take into...
|
commit | commitdiff | tree |
2005-01-21 |
Alexandre Julliard | Authors: Gunnar Dalsnes <hardon@online.no>, Ge van...
|
commit | commitdiff | tree |
2005-01-21 |
Alexandre Julliard | Make WIN_SetStyle more thread-safe by specifying the...
|
commit | commitdiff | tree |
2005-01-20 |
Alexandre Julliard | Replace a number of calls to WIN_FindWndPtr by WIN_GetPtr.
|
commit | commitdiff | tree |
2005-01-19 |
Alexandre Julliard | Removed no longer used WIN_InternalShowOwnedPopups...
|
commit | commitdiff | tree |
2005-01-19 |
Alexandre Julliard | Store the window id as a property instead of accessing...
|
commit | commitdiff | tree |
2005-01-19 |
Alexandre Julliard | Authors: Mike McCormack <mike@codeweavers.com>, Aric...
|
commit | commitdiff | tree |
2005-01-18 |
Alexandre Julliard | Moved DefWindowProc16 to msg16.c and cleaned up a few...
|
commit | commitdiff | tree |
2005-01-17 |
Alexandre Julliard | Get rid of nonclient.h and of the corresponding exported...
|
commit | commitdiff | tree |
2005-01-17 |
Alexandre Julliard | Avoid most references to the internals of the WND structure...
|
commit | commitdiff | tree |
2005-01-17 |
Alexandre Julliard | Removed a couple of unnecessary calls to WIN_SuspendWndsLock.
|
commit | commitdiff | tree |
2005-01-17 |
Alexandre Julliard | Small optimization in WINPOS_GetWinOffset.
|
commit | commitdiff | tree |
2005-01-17 |
Alexandre Julliard | Removed unused ForceWindowRaise function.
|
commit | commitdiff | tree |