1. 0589f72 Added configuration on per application basis. by Eric Pouech · 23 years ago
  2. 029b948 - Fix some spelling problems. by Andreas Mohr · 23 years ago
  3. 01c1466 Removed redundant GetMessage call. by Alexandre Julliard · 23 years ago
  4. 17a2fe0 - Use PeekMessage loop around GetMessage. by Andreas Mohr · 23 years ago
  5. e75096a Made initialization more verbose in case of errors. by Andreas Mohr · 23 years ago
  6. 5e765fb Fixed some selection bugs. by Eric Pouech · 23 years ago
  7. 7cae558 Removed some more trailing whitespace. by Alexandre Julliard · 23 years ago
  8. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  9. 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
  10. cc2ee76 Renamed Winelib apps to .exe.so to follow the dll naming convention. by Alexandre Julliard · 23 years ago
  11. 0587a47 Allow ANSI charset in font enumeration. by Eric Pouech · 23 years ago
  12. e53cd36 Removed Trace macro and replaced it by Wine debug channel facility. by Eric Pouech · 23 years ago
  13. ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
  14. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  15. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  16. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  17. be9268a Wineconsole is now able to handle non raster fonts (vector, true type). by Eric Pouech · 23 years ago
  18. ead2212 Started implementing event reduction. by Eric Pouech · 23 years ago
  19. 7e00f87 Fixed some issues in resources definition. by Eric Pouech · 23 years ago
  20. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  21. 5ef8871 - wineconsole now exits if the started program inside it terminates by Eric Pouech · 23 years ago
  22. 74e4d21 Avoid wildcards in .cvsignore. by Patrik Stridvall · 23 years ago
  23. a908756 Fixed color definition (bg and fg were swapped). by Eric Pouech · 23 years ago
  24. 424a080 Include <stdlib.h> to get prototype for abs() function. by James Juran · 23 years ago
  25. 09534f3 Swap fg/bg color to be correct. by Marcus Meissner · 23 years ago
  26. 1b3c04d Check the return value of *snprintf for C99 style overflow reporting. by Michael Stefaniuc · 23 years ago
  27. 94719d4 - allow to save/restore some properties into the registry (like font, by Eric Pouech · 23 years ago
  28. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  29. 1ac2b1e Now passing event with --use-event to let programs starting with by Eric Pouech · 23 years ago
  30. bef8e16 Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT. by Alexandre Julliard · 23 years ago
  31. 0b83d4c New console code based on Win32 windows. by Eric Pouech · 23 years ago