.. |
.cvsignore
|
|
|
atom.c
|
|
|
change.c
|
Portability fixes for LSB compatibility.
|
2004-03-01 21:32:02 +00:00 |
class.c
|
|
|
clipboard.c
|
The clipboard owner can be set by the thread that has the clipboard
|
2004-08-23 17:57:03 +00:00 |
console.c
|
- ctrl-c enabling flag is now inherited
|
2004-09-08 01:25:05 +00:00 |
console.h
|
|
|
context_alpha.c
|
Create the necessary functions for wineserver contexts for Alpha.
|
2004-10-14 03:05:09 +00:00 |
context_i386.c
|
|
|
context_powerpc.c
|
|
|
context_sparc.c
|
|
|
debugger.c
|
Const correctness fixes.
|
2004-11-30 21:38:57 +00:00 |
event.c
|
- moved event, semaphore, mutex implementation from kernel32 to ntdll
|
2004-12-02 18:05:37 +00:00 |
fd.c
|
- got rid of include/async.h
|
2005-01-14 19:54:38 +00:00 |
file.c
|
- got rid of include/async.h
|
2005-01-14 19:54:38 +00:00 |
file.h
|
- got rid of include/async.h
|
2005-01-14 19:54:38 +00:00 |
handle.c
|
|
|
handle.h
|
|
|
hook.c
|
Add more tests for old style hooks and winevent hooks, make them pass
|
2005-01-27 11:14:19 +00:00 |
main.c
|
Added a version option to the wineserver.
|
2004-10-19 03:57:41 +00:00 |
Makefile.in
|
- got rid of include/async.h
|
2005-01-14 19:54:38 +00:00 |
mapping.c
|
Support mapping non page-aligned binaries for SEC_IMAGE mappings.
|
2005-01-04 12:04:06 +00:00 |
mutex.c
|
- moved event, semaphore, mutex implementation from kernel32 to ntdll
|
2004-12-02 18:05:37 +00:00 |
named_pipe.c
|
- got rid of include/async.h
|
2005-01-14 19:54:38 +00:00 |
object.c
|
Another round of const correctness fixes.
|
2004-12-06 20:43:55 +00:00 |
object.h
|
|
|
process.c
|
- got rid of include/async.h
|
2005-01-14 19:54:38 +00:00 |
process.h
|
|
|
protocol.def
|
- got rid of include/async.h
|
2005-01-14 19:54:38 +00:00 |
ptrace.c
|
|
|
queue.c
|
Converted the timer list to use standard list functions.
|
2004-11-29 18:08:18 +00:00 |
region.c
|
Don't bother to return partial region data in get_window_region and
|
2004-09-17 18:20:11 +00:00 |
registry.c
|
Const correctness fixes.
|
2004-11-30 21:38:57 +00:00 |
request.c
|
- got rid of include/async.h
|
2005-01-14 19:54:38 +00:00 |
request.h
|
- got rid of include/async.h
|
2005-01-14 19:54:38 +00:00 |
semaphore.c
|
- moved event, semaphore, mutex implementation from kernel32 to ntdll
|
2004-12-02 18:05:37 +00:00 |
serial.c
|
- got rid of include/async.h
|
2005-01-14 19:54:38 +00:00 |
signal.c
|
- got rid of include/async.h
|
2005-01-14 19:54:38 +00:00 |
snapshot.c
|
|
|
sock.c
|
- got rid of include/async.h
|
2005-01-14 19:54:38 +00:00 |
thread.c
|
- got rid of include/async.h
|
2005-01-14 19:54:38 +00:00 |
thread.h
|
|
|
timer.c
|
Implement NtQueryTimer.
|
2004-12-13 21:10:58 +00:00 |
token.c
|
|
|
trace.c
|
Add more tests for old style hooks and winevent hooks, make them pass
|
2005-01-27 11:14:19 +00:00 |
unicode.c
|
|
|
unicode.h
|
|
|
user.c
|
Only allocate even-numbered window handles, MS Project depends on that
|
2004-05-28 19:35:37 +00:00 |
user.h
|
Added is_window_visible function.
|
2004-10-27 21:54:41 +00:00 |
window.c
|
Desktop window is repainted on WM_ERASEBKGND, it must never get a
|
2005-01-11 15:15:11 +00:00 |