1. 538b247 server: Free client-side user handles at process exit. by Alexandre Julliard · 15 years ago
  2. 9018e13 server: Add support for allocating purely client-side user handles. by Alexandre Julliard · 15 years ago
  3. d764107 server: Make user handles ints instead of pointers. by Alexandre Julliard · 16 years ago
  4. b1788c8 server: Replace inline static with static inline. by Andrew Talbot · 18 years ago
  5. e65349d server: Cast user handles to unsigned long for win64 compatibility. by Mike McCormack · 19 years ago
  6. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  7. 90af05f Treat 0xffff the same as 0 for the handle generation field to avoid by Alexandre Julliard · 20 years ago
  8. ed8a41c Only allocate even-numbered window handles, MS Project depends on that by Alexandre Julliard · 21 years ago
  9. b3332d7 Converted the server to -DSTRICT. by Alexandre Julliard · 22 years ago
  10. 65adc24 Fixed next_user_handle to also work on deleted handles. by Alexandre Julliard · 23 years ago
  11. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  12. 7695d69 A couple of optimizations to avoid some server calls in WIN_FindWndPtr by Alexandre Julliard · 24 years ago
  13. a09da0c Added proper support for storing window parents in the server. by Alexandre Julliard · 24 years ago
  14. bc878ef Convert user handles received from client to full handles. by Alexandre Julliard · 24 years ago
  15. 1a66d22 Added global management of user handles in the server. by Alexandre Julliard · 24 years ago