2005-04-11 |
Raphael Junqueira | Fix potential region leak. |
tree | commitdiff |
2005-03-31 |
Alexandre Julliard | Return the coordinates information needed to setup... |
tree | commitdiff |
2005-03-30 |
Mike McCormack | Implement mailslots. |
tree | commitdiff |
2005-03-30 |
Alexandre Julliard | The update region passed in WM_NCPAINT and the clipping... |
tree | commitdiff |
2005-03-29 |
Eric Pouech | Clean-up async IO internal functions. |
tree | commitdiff |
2005-03-29 |
James Hawkins | - Implement NtLoadKey. |
tree | commitdiff |
2005-03-25 |
Alexandre Julliard | Replace the link_window request by a set_parent request... |
tree | commitdiff |
2005-03-24 |
Alexandre Julliard | Added support for xbuttons. |
tree | commitdiff |
2005-03-23 |
Alexandre Julliard | Create a new server request for accepting hardware... |
tree | commitdiff |
2005-03-21 |
Alexandre Julliard | Try to always keep the server window Z-order in sync... |
tree | commitdiff |
2005-03-17 |
Alexandre Julliard | Revert the previous change, this is not working right... |
tree | commitdiff |
2005-03-17 |
Alexandre Julliard | Make the server know about the visible area of a window... |
tree | commitdiff |
2005-03-17 |
Alexandre Julliard | Compute the top clipping window directly on the server... |
tree | commitdiff |
2005-03-16 |
Alexandre Julliard | Queue hardware messages even if we don't find a window... |
tree | commitdiff |
2005-03-16 |
Alexandre Julliard | Converted the window children lists to standard lists. |
tree | commitdiff |
2005-03-14 |
Alexandre Julliard | Avoid returning hardware messages if they have no chanc... |
tree | commitdiff |
2005-03-14 |
Alexandre Julliard | Get rid of the registry saving level hack. |
tree | commitdiff |
2005-03-10 |
Alexandre Julliard | Clear the internal paint flag in the server before... |
tree | commitdiff |
2005-03-10 |
Alexandre Julliard | Properly cope with get_message being called recursively... |
tree | commitdiff |
2005-03-10 |
Peter Berg Larsen | Tmp was not freed in case of errors in save_branch(). |
tree | commitdiff |
2005-03-09 |
Alexandre Julliard | Don't check children of minimized windows in get_update... |
tree | commitdiff |
2005-03-07 |
Ulrich Czekalla | Create a thread-specific selection window to make sure... |
tree | commitdiff |
2005-03-05 |
Alexandre Julliard | Avoid potential crash when freeing a message queue. |
tree | commitdiff |
2005-03-04 |
Steven Edwards | Added a check for poll.h. |
tree | commitdiff |
2005-03-02 |
Alexandre Julliard | Convert the process dll list to a standard list. |
tree | commitdiff |
2005-03-01 |
Alexandre Julliard | Convert the object wait queue to a standard list. |
tree | commitdiff |
2005-03-01 |
Francois Gouget | Fix a race condition in create_dir(). |
tree | commitdiff |
2005-03-01 |
Alexandre Julliard | Convert the per-process thread list to a standard list. |
tree | commitdiff |
2005-02-26 |
Alexandre Julliard | Converted the debug event queue to a standard list. |
tree | commitdiff |
2005-02-25 |
Alexandre Julliard | Converted the global screen buffer list to a standard... |
tree | commitdiff |
2005-02-25 |
Alexandre Julliard | Replaced the message_list structure by a standard list. |
tree | commitdiff |
2005-02-25 |
Alexandre Julliard | Convert the global thread list to a standard list. |
tree | commitdiff |
2005-02-25 |
Alexandre Julliard | Convert the global process list to a standard list. |
tree | commitdiff |
2005-02-25 |
Alexandre Julliard | Convert the per-thread mutex list to a standard list. |
tree | commitdiff |
2005-02-25 |
Alexandre Julliard | Regular files are always ready for I/O, no need to... |
tree | commitdiff |
2005-02-25 |
Alexandre Julliard | Convert the APC queues to use standard lists. |
tree | commitdiff |
2005-02-24 |
Alexandre Julliard | Convert the key notifications list to a standard list. |
tree | commitdiff |
2005-02-24 |
Alexandre Julliard | Convert async I/O queues to standard lists. |
tree | commitdiff |
2005-02-22 |
Alexandre Julliard | Removed no longer used create_region function, and... |
tree | commitdiff |
2005-02-22 |
Alexandre Julliard | Allow the client rectangle to be of arbitrary size... |
tree | commitdiff |
2005-02-18 |
Krzysztof Foltman | Ensure that caret position is not reset to (0, 0) when... |
tree | commitdiff |
2005-02-11 |
Robert Shearman | - Implement AdjustTokenPrivileges, DuplicateTokenEx and |
tree | commitdiff |
2005-02-08 |
Robert Shearman | Support WaitNamedPipe timeouts. |
tree | commitdiff |
2005-02-08 |
Robert Shearman | Don't overwrite last byte of the window structure as... |
tree | commitdiff |
2005-02-03 |
Dmitry Timoshkov | Add support for winevent hooks. |
tree | commitdiff |
2005-02-03 |
Alexandre Julliard | Properly compute the client area valid rects and pass... |
tree | commitdiff |
2005-02-03 |
Alexandre Julliard | Fixed refcount handling (waiting clients must not incre... |
tree | commitdiff |
2005-02-03 |
Alexandre Julliard | Make sure leaked objects are printed even if a file... |
tree | commitdiff |
2005-02-03 |
Alexandre Julliard | Fixed potential crash in fd_dump function. |
tree | commitdiff |
2005-01-27 |
Dmitry Timoshkov | Add more tests for old style hooks and winevent hooks... |
tree | commitdiff |
2005-01-14 |
Eric Pouech | - got rid of include/async.h |
tree | commitdiff |
2005-01-11 |
Alexandre Julliard | Desktop window is repainted on WM_ERASEBKGND, it must... |
tree | commitdiff |
2005-01-04 |
Alexandre Julliard | Support mapping non page-aligned binaries for SEC_IMAGE... |
tree | commitdiff |
2004-12-15 |
Rein Klazes | A starting process must obey the STARTF_USESTDHANDLES... |
tree | commitdiff |
2004-12-13 |
Robert Shearman | Implement NtQueryTimer. |
tree | commitdiff |
2004-12-07 |
Alexandre Julliard | Moved update region handling to the server. |
tree | commitdiff |
2004-12-06 |
Eric Pouech | Another round of const correctness fixes. |
tree | commitdiff |
2004-12-02 |
Peter Chapman | Fix up several inline assembler blocks so that they... |
tree | commitdiff |
2004-12-02 |
Eric Pouech | - moved event, semaphore, mutex implementation from... |
tree | commitdiff |
2004-11-30 |
Eric Pouech | Const correctness fixes. |
tree | commitdiff |
2004-11-29 |
Alexandre Julliard | Converted the timer list to use standard list functions. |
tree | commitdiff |
2004-10-27 |
Dmitry Timoshkov | Take into account window visibility when searching... |
tree | commitdiff |
2004-10-27 |
Alexandre Julliard | Added is_window_visible function. |
tree | commitdiff |
2004-10-27 |
Alexandre Julliard | Added fallback syscalls for epoll functions. |
tree | commitdiff |
2004-10-19 |
Bill Medland | Added a version option to the wineserver. |
tree | commitdiff |
2004-10-14 |
Vincent Béron | Create the necessary functions for wineserver contexts... |
tree | commitdiff |
2004-09-23 |
Alexandre Julliard | Added support for epoll() as an alternative to poll... |
tree | commitdiff |
2004-09-22 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
tree | commitdiff |
2004-09-20 |
Alexandre Julliard | Moved timeout processing to a separate function. |
tree | commitdiff |
2004-09-17 |
Alexandre Julliard | Don't bother to return partial region data in get_windo... |
tree | commitdiff |
2004-09-09 |
Alexandre Julliard | Take care to not close the file handle if there are... |
tree | commitdiff |
2004-09-08 |
Alexandre Julliard | Converted the timeout list to use the standard list... |
tree | commitdiff |
2004-09-08 |
Alexandre Julliard | Added xor_region, fixed rect_in_region. |
tree | commitdiff |
2004-09-08 |
Eric Pouech | - ctrl-c enabling flag is now inherited |
tree | commitdiff |
2004-09-07 |
Alexandre Julliard | Make sure to run through the poll loop once before... |
tree | commitdiff |
2004-09-01 |
Alexandre Julliard | Added rect_in_region function. |
tree | commitdiff |
2004-08-23 |
Ulrich Czekalla | The clipboard owner can be set by the thread that has... |
tree | commitdiff |
2004-08-18 |
Alexandre Julliard | Fd type is no longer used, get rid of it. |
tree | commitdiff |
2004-08-17 |
Eric Pouech | - better support for non-blocking COMM and socket read... |
tree | commitdiff |
2004-07-20 |
Alexandre Julliard | Moved the WindowFromPoint functionality to the server... |
tree | commitdiff |
2004-07-16 |
Alexandre Julliard | Pass the environment for a child process through the... |
tree | commitdiff |
2004-07-15 |
Mike McCormack | Fix a double free in the named pipe code. |
tree | commitdiff |
2004-07-06 |
Alexandre Julliard | get_visible_region: do not clip out siblings of the... |
tree | commitdiff |
2004-07-06 |
Mike McCormack | Translate ENODEV and ENXIO error codes to NT status... |
tree | commitdiff |
2004-06-29 |
Alexandre Julliard | Added support for window regions in the server. |
tree | commitdiff |
2004-06-25 |
Dmitry Timoshkov | Add a test case for clipboard functionality and fix... |
tree | commitdiff |
2004-06-23 |
Alexandre Julliard | Moved visible region calculation to the server. |
tree | commitdiff |
2004-06-17 |
Alexandre Julliard | Properly reset msg_thread when releasing the thread... |
tree | commitdiff |
2004-06-14 |
Eric Pouech | - Added ProcessBasicInformation class to ntdll.NtQueryI... |
tree | commitdiff |
2004-05-28 |
Alexandre Julliard | Only allocate even-numbered window handles, MS Project... |
tree | commitdiff |
2004-05-22 |
Alexandre Julliard | Make sure we don't truncate the file on open before... |
tree | commitdiff |
2004-05-14 |
Alexandre Julliard | Removed the no longer used SMB file I/O support, we... |
tree | commitdiff |
2004-05-14 |
Alexandre Julliard | Make sure to save the registry files even if we failed... |
tree | commitdiff |
2004-05-07 |
Alexandre Julliard | Moved loading of the home registry files to the server... |
tree | commitdiff |
2004-05-06 |
Alexandre Julliard | Removed handling of special root keys, this is done... |
tree | commitdiff |
2004-05-01 |
Alexandre Julliard | Use pread/pwrite everywhere to avoid changing the file... |
tree | commitdiff |
2004-04-30 |
Alexandre Julliard | Avoid autodetecting the prefix when loading the config... |
tree | commitdiff |
2004-04-27 |
Alexandre Julliard | Reimplemented CreateDirectoryW and RemoveDirectoryW... |
tree | commitdiff |
2004-04-16 |
Alexandre Julliard | Fixed a number of NT status values to be closer to... |
tree | commitdiff |
2004-04-16 |
Alexandre Julliard | RtlSetCurrentDirectory_U: store a handle to the current... |
tree | commitdiff |
next |