2005-04-28 |
Mike McCormack | Implemented GetLastInputInfo. |
blob | commitdiff | raw |
2005-04-24 |
Mike McCormack | Implemented NtSignalAndWaitForSingleObject. |
blob | commitdiff | raw | diff to current |
2005-04-22 |
Robert Shearman | - Clean up well-known privileges. |
blob | commitdiff | raw | diff to current |
2005-04-20 |
Alexandre Julliard | Allow nested hardware message processing by storing... |
blob | commitdiff | raw | diff to current |
2005-04-18 |
Eric Pouech | - moved named pipe creation to ntdll |
blob | commitdiff | raw | diff to current |
2005-03-31 |
Alexandre Julliard | Return the coordinates information needed to setup... |
blob | commitdiff | raw | diff to current |
2005-03-30 |
Mike McCormack | Implement mailslots. |
blob | commitdiff | raw | diff to current |
2005-03-25 |
Alexandre Julliard | Replace the link_window request by a set_parent request... |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Alexandre Julliard | Create a new server request for accepting hardware... |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Alexandre Julliard | Try to always keep the server window Z-order in sync... |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Alexandre Julliard | Make the server know about the visible area of a window... |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Alexandre Julliard | Compute the top clipping window directly on the server... |
blob | commitdiff | raw | diff to current |
2005-03-10 |
Alexandre Julliard | Properly cope with get_message being called recursively... |
blob | commitdiff | raw | diff to current |
2005-02-11 |
Robert Shearman | - Implement AdjustTokenPrivileges, DuplicateTokenEx and |
blob | commitdiff | raw | diff to current |
2005-02-03 |
Dmitry Timoshkov | Add support for winevent hooks. |
blob | commitdiff | raw | diff to current |
2005-02-03 |
Alexandre Julliard | Properly compute the client area valid rects and pass... |
blob | commitdiff | raw | diff to current |
2005-01-27 |
Dmitry Timoshkov | Add more tests for old style hooks and winevent hooks... |
blob | commitdiff | raw | diff to current |
2005-01-14 |
Eric Pouech | - got rid of include/async.h |
blob | commitdiff | raw | diff to current |
2004-12-13 |
Robert Shearman | Implement NtQueryTimer. |
blob | commitdiff | raw | diff to current |
2004-12-07 |
Alexandre Julliard | Moved update region handling to the server. |
blob | commitdiff | raw | diff to current |
2004-12-06 |
Eric Pouech | Another round of const correctness fixes. |
blob | commitdiff | raw | diff to current |
2004-12-02 |
Eric Pouech | - moved event, semaphore, mutex implementation from... |
blob | commitdiff | raw | diff to current |
2004-11-29 |
Alexandre Julliard | Converted the timer list to use standard list functions. |
blob | commitdiff | raw | diff to current |
2004-09-22 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
blob | commitdiff | raw | diff to current |
2004-09-08 |
Eric Pouech | - ctrl-c enabling flag is now inherited |
blob | commitdiff | raw | diff to current |
2004-08-18 |
Alexandre Julliard | Fd type is no longer used, get rid of it. |
blob | commitdiff | raw | diff to current |
2004-07-20 |
Alexandre Julliard | Moved the WindowFromPoint functionality to the server... |
blob | commitdiff | raw | diff to current |
2004-07-16 |
Alexandre Julliard | Pass the environment for a child process through the... |
blob | commitdiff | raw | diff to current |
2004-06-29 |
Alexandre Julliard | Added support for window regions in the server. |
blob | commitdiff | raw | diff to current |
2004-06-23 |
Alexandre Julliard | Moved visible region calculation to the server. |
blob | commitdiff | raw | diff to current |
2004-06-14 |
Eric Pouech | - Added ProcessBasicInformation class to ntdll.NtQueryI... |
blob | commitdiff | raw | diff to current |
2004-05-14 |
Alexandre Julliard | Removed the no longer used SMB file I/O support, we... |
blob | commitdiff | raw | diff to current |
2004-05-07 |
Alexandre Julliard | Moved loading of the home registry files to the server... |
blob | commitdiff | raw | diff to current |
2004-05-01 |
Alexandre Julliard | Use pread/pwrite everywhere to avoid changing the file... |
blob | commitdiff | raw | diff to current |
2004-04-16 |
Alexandre Julliard | Fixed a number of NT status values to be closer to... |
blob | commitdiff | raw | diff to current |
2004-04-16 |
Alexandre Julliard | RtlSetCurrentDirectory_U: store a handle to the current... |
blob | commitdiff | raw | diff to current |
2004-04-16 |
Alexandre Julliard | Added support for FILE_DIRECTORY_FILE and FILE_NON_DIRE... |
blob | commitdiff | raw | diff to current |
2004-04-12 |
Filip Navara | Get rid of non-standard ERROR_UNKNOWN value. |
blob | commitdiff | raw | diff to current |
2004-04-08 |
Alexandre Julliard | Removed the get_file_info request. |
blob | commitdiff | raw | diff to current |
2004-04-07 |
Alexandre Julliard | Handle the set_file_pointer request on the client side. |
blob | commitdiff | raw | diff to current |
2004-04-06 |
Alexandre Julliard | Get rid of the removable media handling in the server. |
blob | commitdiff | raw | diff to current |
2004-03-27 |
Alexandre Julliard | Use futimes() instead of utime() to implement SetFileTi... |
blob | commitdiff | raw | diff to current |
2004-03-18 |
Alexandre Julliard | Make the standard create_file request handle serial... |
blob | commitdiff | raw | diff to current |
2004-03-12 |
Alexandre Julliard | Changed the create_file server request to take NtCreate... |
blob | commitdiff | raw | diff to current |
2004-03-04 |
Alexandre Julliard | Open a real file handle for drive devices, and get... |
blob | commitdiff | raw | diff to current |
2004-02-24 |
Uwe Bonnes | Pass inherit handle flag properly for CreateNamedPipe. |
blob | commitdiff | raw | diff to current |
2004-01-03 |
Mike Hearn | Implemented RegFlushKey and NtFlushKey. |
blob | commitdiff | raw | diff to current |
2003-12-11 |
Alexandre Julliard | Store a pointer to the client-side class structure... |
blob | commitdiff | raw | diff to current |
2003-12-10 |
Alexandre Julliard | Added window classes in the server, and support for... |
blob | commitdiff | raw | diff to current |
2003-12-10 |
Alexandre Julliard | Print names for Win32 errors too, plus a few more statu... |
blob | commitdiff | raw | diff to current |
2003-12-10 |
Alexandre Julliard | Added support for inter-process GetWindowWord. |
blob | commitdiff | raw | diff to current |
2003-11-26 |
Alexandre Julliard | Added support for inter-process GetWindowLong on the... |
blob | commitdiff | raw | diff to current |
2003-10-14 |
Alexandre Julliard | Set or clear the BeingDebugged flag in the PEB when... |
blob | commitdiff | raw | diff to current |
2003-10-08 |
Alexandre Julliard | Store a "removable" flag instead of the full drive... |
blob | commitdiff | raw | diff to current |
2003-10-07 |
Alexandre Julliard | Store the global shell, progman and taskman windows... |
blob | commitdiff | raw | diff to current |
2003-10-04 |
Alexandre Julliard | Converted process creation to Unicode. |
blob | commitdiff | raw | diff to current |
2003-10-01 |
Gerald Pfeifer | Cast time_t to long for printing. |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Alexandre Julliard | Store module names in Unicode in the server. |
blob | commitdiff | raw | diff to current |
2003-09-16 |
Eric Pouech | - Implemented a few information classes in NtQuerySyste... |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Mike McCormack | Implement registry key unloading. |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Eric Pouech | Fixed regression in process creation (std handle inheri... |
blob | commitdiff | raw | diff to current |
2003-07-26 |
Alexandre Julliard | Implemented inter-thread SendMessageCallback. |
blob | commitdiff | raw | diff to current |
2003-07-24 |
Mike McCormack | Added a security token object in wineserver. |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Alexandre Julliard | Run WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context... |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Alexandre Julliard | Implemented the SMTO_ABORTIFHUNG flag of SendMessageTim... |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Alexandre Julliard | Implemented the ThreadBasicInformation case for |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Eric Pouech | - start moving a few file related functions from files... |
blob | commitdiff | raw | diff to current |
2003-06-23 |
Ulrich Czekalla | - use global atoms for the format ids |
blob | commitdiff | raw | diff to current |
2003-06-23 |
Eric Pouech | In console input record queue, replace semaphore with... |
blob | commitdiff | raw | diff to current |
2003-06-21 |
Eric Pouech | - adapted kernel32 so that it no longer (directly)... |
blob | commitdiff | raw | diff to current |
2003-06-14 |
Alexandre Julliard | Make it possible to retrieve an inheritable handle... |
blob | commitdiff | raw | diff to current |
2003-05-20 |
Eric Pouech | Implement anonymous pipes on top of named pipes. |
blob | commitdiff | raw | diff to current |
2003-05-20 |
Eric Pouech | Implemented timer related functions in ntdll and make... |
blob | commitdiff | raw | diff to current |
2003-05-15 |
Mike McCormack | - rewrite of the named pipe code |
blob | commitdiff | raw | diff to current |
2003-04-04 |
Alexandre Julliard | Implemented NtQueueApcThread, and changed the server... |
blob | commitdiff | raw | diff to current |
2003-04-02 |
Alexandre Julliard | Added abs_time_t structure to the server protocol,... |
blob | commitdiff | raw | diff to current |
2003-03-26 |
Alexandre Julliard | Implemented file change notifications, based on a patch... |
blob | commitdiff | raw | diff to current |
2003-03-22 |
Alexandre Julliard | Make a distinction between the thread Unix pid and... |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Alexandre Julliard | Fixed bug that could cause SendMessage to return too... |
blob | commitdiff | raw | diff to current |
2003-03-18 |
Alexandre Julliard | Implemented file locking functions (partly based on... |
blob | commitdiff | raw | diff to current |
2003-03-04 |
Alexandre Julliard | Use SIGUSR1 instead of SIGSTOP to suspend threads. |
blob | commitdiff | raw | diff to current |
2003-02-24 |
Alexandre Julliard | Pass the pid of the new process in the new_process... |
blob | commitdiff | raw | diff to current |
2003-02-14 |
Alexandre Julliard | Changed fd operations to take a struct fd instead of... |
blob | commitdiff | raw | diff to current |
2003-02-11 |
Steven Edwards | Porting fixes. |
blob | commitdiff | raw | diff to current |
2003-02-01 |
Alexandre Julliard | Made process and thread ids small integers instead... |
blob | commitdiff | raw | diff to current |
2003-01-09 |
Eric Pouech | Set the edition mode as a specific attribute, not an... |
blob | commitdiff | raw | diff to current |
2003-01-09 |
Eric Pouech | - no longer depend on toolhelp definitions for generati... |
blob | commitdiff | raw | diff to current |
2003-01-08 |
Alexandre Julliard | Store the keyboard state in the thread input structure... |
blob | commitdiff | raw | diff to current |
2002-12-10 |
Alexandre Julliard | winnt.h should not be self-contained, it must depend... |
blob | commitdiff | raw | diff to current |
2002-11-25 |
Mike McCormack | Implemented registry change notifications. |
blob | commitdiff | raw | diff to current |
2002-11-25 |
Ryan Cumming | Partially implement GetThreadTimes. |
blob | commitdiff | raw | diff to current |
2002-11-20 |
Alexandre Julliard | Added support for system-wide hooks. |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Alexandre Julliard | Rewrote hook support to store the hook chain in the... |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Alexandre Julliard | Converted the server to -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-10-17 |
Alexandre Julliard | Rewrote caret implementation to store the information... |
blob | commitdiff | raw | diff to current |
2002-10-12 |
Alexandre Julliard | Moved mouse capture handling into the server. |
blob | commitdiff | raw | diff to current |
2002-10-11 |
Alexandre Julliard | Reimplemented Get/SetActiveWindow, Get/SetFocus and |
blob | commitdiff | raw | diff to current |
2002-10-11 |
Alexandre Julliard | Added server-side infrastructure for the thread input... |
blob | commitdiff | raw | diff to current |
2002-10-03 |
Alexandre Julliard | Added process_id_t and thread_it_t types to the server... |
blob | commitdiff | raw | diff to current |
next |