get_window_children: only decrement available size if element was
[wine] / server / select.c
2002-04-03  Alexandre JulliardAdded timer on server exit to wait a bit for new clients.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-26  Alexandre JulliardSave the registry before exiting on a SIGTERM.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-06  Bill MedlandPrevent danger of accessing freed memory (theoretical...
2000-01-25  Alexandre JulliardMade the server listen for new clients on a Unix socket in
2000-01-01  Alexandre JulliardMoved poll handling to the generic part of the server...
1999-12-13  Alexandre JulliardUse poll() instead of select() for the server main...
1999-11-08  Alexandre JulliardPreliminary ptrace support.
1999-09-27  Ove KaavenAdded EXCEPT_EVENT to wineserver select loop.
1999-06-22  Alexandre JulliardDump server objects on SIGHUP.
1999-05-20  Alexandre JulliardSet only the client socket in non-blocking mode instead...
1999-05-16  Alexandre JulliardChanged select interface, separated timeouts from file...
1999-05-15  Alexandre JulliardServer reorganization:
1999-05-09  Ove KaavenRestart interrupted select() (happens with -pg).
1999-05-04  Ulrich WeigandPossible crash in select_loop() fixed.
1998-12-27  Alexandre JulliardAdded add_queue/remove_queue to server object operations.