.. |
Makefile.in
|
server: New French man page for wineserver.
|
2008-01-04 12:51:09 +01:00 |
async.c
|
server: Initialise the apc_call_t union in async_set_result to all zero to avoid a Valgrind warning.
|
2007-12-27 15:12:07 +01:00 |
atom.c
|
Assorted spelling fixes.
|
2008-04-07 13:36:18 +02:00 |
change.c
|
Assorted spelling fixes.
|
2008-04-07 13:36:18 +02:00 |
class.c
|
server: Support using a name to destroy a window class too.
|
2007-11-01 15:28:30 +01:00 |
clipboard.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
completion.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
console.c
|
server: Properly notify renderer while activating another screen buffer.
|
2007-12-18 13:30:46 +01:00 |
context_alpha.c
|
server: Moved get/set_thread_context implementation to ptrace.c.
|
2006-06-27 21:27:47 +02:00 |
context_i386.c
|
server: Take into account the extended registers part of the i386 context.
|
2008-01-15 11:53:31 +01:00 |
context_powerpc.c
|
server: Fix context_powerpc.c compilation.
|
2006-07-07 16:57:11 +02:00 |
context_sparc.c
|
server: Moved get/set_thread_context implementation to ptrace.c.
|
2006-06-27 21:27:47 +02:00 |
context_x86_64.c
|
server: Moved get/set_thread_context implementation to ptrace.c.
|
2006-06-27 21:27:47 +02:00 |
debugger.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
device.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
directory.c
|
server: Fix incorrect use of size_t instead of data_size_t.
|
2007-12-07 18:42:48 +01:00 |
event.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
fd.c
|
server: Workaround for conflict between Wine and Solaris list.h.
|
2008-04-11 11:14:33 +02:00 |
file.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
file.h
|
server: Store I/O completion information in async structure.
|
2007-12-18 14:25:43 +01:00 |
handle.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
handle.h
|
server: Implemented EnumWindowStations and EnumDesktops.
|
2007-12-05 16:45:32 +01:00 |
hook.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
mach.c
|
server: Remove unneeded semicolon.
|
2008-04-09 19:58:12 +02:00 |
mailslot.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
main.c
|
server: Change the timeout handling to use NT-style 64-bit timeouts everywhere.
|
2007-04-17 20:08:59 +02:00 |
mapping.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
mutex.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
named_pipe.c
|
server: Always try return a named pipe server that is listening from find_available_server.
|
2008-02-05 12:19:37 +01:00 |
object.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
object.h
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
process.c
|
server: Don't force the process affinity to 1, leave it up to the client.
|
2008-01-17 13:40:03 +01:00 |
process.h
|
server: Don't force the process affinity to 1, leave it up to the client.
|
2008-01-17 13:40:03 +01:00 |
procfs.c
|
server: Added process control support using /proc on Solaris.
|
2007-03-09 13:40:41 +01:00 |
protocol.def
|
user32: Implement BroadcastSystemMessage.
|
2008-04-03 12:00:02 +02:00 |
ptrace.c
|
server: Use thr_kill2 syscall to signal threads on FreeBSD.
|
2007-08-23 20:19:09 +02:00 |
queue.c
|
winex11drv: Distinguish left and right keys for shift, ctrl and alt.
|
2008-04-02 11:14:54 +02:00 |
region.c
|
server: Added data_size_t type to represent sizes in the server protocol.
|
2006-07-26 11:11:03 +02:00 |
registry.c
|
server: Keep a file descriptor open to the config directory to make sure we don't write the registry in the wrong place.
|
2008-04-17 12:41:34 +02:00 |
request.c
|
server: Keep a file descriptor open to the config directory to make sure we don't write the registry in the wrong place.
|
2008-04-17 12:41:34 +02:00 |
request.h
|
server: Keep a file descriptor open to the config directory to make sure we don't write the registry in the wrong place.
|
2008-04-17 12:41:34 +02:00 |
security.h
|
server: impersonation_level should be an int since we store -1 in it.
|
2008-03-26 14:38:49 +01:00 |
semaphore.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
serial.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
signal.c
|
server: Redesign the server shutdown processing.
|
2008-01-03 11:40:03 +01:00 |
snapshot.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
sock.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
symlink.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
thread.c
|
server: Don't force the process affinity to 1, leave it up to the client.
|
2008-01-17 13:40:03 +01:00 |
thread.h
|
server: Don't force the process affinity to 1, leave it up to the client.
|
2008-01-17 13:40:03 +01:00 |
timer.c
|
server: Return correct object types in the get_directory_entry request.
|
2007-12-05 18:16:42 +01:00 |
token.c
|
server: impersonation_level should be an int since we store -1 in it.
|
2008-03-26 14:38:49 +01:00 |
trace.c
|
user32: Implement BroadcastSystemMessage.
|
2008-04-03 12:00:02 +02:00 |
unicode.c
|
server: Accept utf-8 data as input in registry files.
|
2008-01-07 21:17:10 +01:00 |
unicode.h
|
server: Accept utf-8 data as input in registry files.
|
2008-01-07 21:17:10 +01:00 |
user.c
|
server: Replace inline static with static inline.
|
2007-03-17 20:05:05 +01:00 |
user.h
|
user32: Implemented EnumDesktopWindows.
|
2008-03-19 11:13:46 +01:00 |
window.c
|
user32: Implemented EnumDesktopWindows.
|
2008-03-19 11:13:46 +01:00 |
wineserver.fr.man.in
|
Spelling fixes in French man pages.
|
2008-01-11 12:45:50 +01:00 |
wineserver.man.in
|
Put Wine version information in all the man pages.
|
2005-10-06 16:10:01 +00:00 |
winstation.c
|
server: Make enum_desktop enumerate all the desktops on the window station with the DESKTOP_ENUMERATE right.
|
2008-04-17 14:32:01 +02:00 |