1. bc5c5b5 wineconsole: Czech language resources encoding fix. by Petr Tesarik · 19 years ago
  2. d2e2fb6 wineconsole: Turkish translation. by Fatih Aşıcı · 19 years ago
  3. d02c4a1 Make wine_server_fd_to_handle use attributes instead of inherit flag. by Alexandre Julliard · 19 years ago
  4. 2c54b34 wineconsole: Remove some unnecessary typecasts. by Alexandre Julliard · 19 years ago
  5. 7a09660 server: Use attributes instead of inherit flag in console requests. by Alexandre Julliard · 19 years ago
  6. 2b1747c Fixed regression in wineconsole creation (curses backend). by Pavel Roskin · 19 years ago
  7. ec34a66 Ignore symlink files too (needed for git). by Alexandre Julliard · 19 years ago
  8. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  9. 68baacc Update Korean translations. by YunSong Hwang · 19 years ago
  10. 6e20af5 Add Korean translations. by YunSong Hwang · 19 years ago
  11. a6f40be Fixed wineconsole startup when restoring registry settings. by Eric Pouech · 19 years ago
  12. 8ad685c Now filling external leading in font cells. by Eric Pouech · 19 years ago
  13. 60c1ae0 Fixed crash in font browsing for raster fonts. by Eric Pouech · 19 years ago
  14. 8e1fa18 Fixed changing console's windows. by Eric Pouech · 19 years ago
  15. 05ce225 - fixed mouse double click and wheeling by Eric Pouech · 19 years ago
  16. b580b8c Function keys now work in curses mode. by Eric Pouech · 19 years ago
  17. 7e22be4 We are no longer generating .dbg.c files. by Alexandre Julliard · 20 years ago
  18. b25c266 Norwegian translation of wcmd and wineconsole. by Alexander N. Sørnes · 20 years ago
  19. e4b2a0b Use Get/SetWindowLongPtr instead of Get/SetWindowLong where appropriate. by Alexandre Julliard · 20 years ago
  20. 7348214 Merged some of the header checks to reduce the size of the generated by Alexandre Julliard · 20 years ago
  21. d7b9a23 gcc 4.0 -Wpointer-sign fixes (Reg* functions). by Mike McCormack · 20 years ago
  22. f5c9da6 Assorted spelling fixes. by Francois Gouget · 20 years ago
  23. b05cceb In AllocConsole() pass the wShowWindow value and STARTF_USESHOWWINDOW by Rein Klazes · 20 years ago
  24. d0ee9f9 Avoid spaces before preprocessor directives, that's not portable. by Alexandre Julliard · 20 years ago
  25. 18bfe6a Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPANISH in all by Alex Villacís Lasso · 20 years ago
  26. 39f960b - Fix prototypes of GetClassLongA/W, GetClassLongPtrA/W and by Dmitry Timoshkov · 20 years ago
  27. 038c5cb Update German resources. by Henning Gerhardt · 20 years ago
  28. 5ad7d85 Do not check for non NULL pointer before HeapFree'ing it. It's redundant. by Michael Stefaniuc · 20 years ago
  29. 5c2a891 Made some functions and variables static. by Eric Pouech · 20 years ago
  30. 60865df New Czech resources. by David Kredba · 20 years ago
  31. 5590928 Added Polish translation. by Piotr Caban · 21 years ago
  32. 6cbc861 Change variable name from l to k. by Richard Cohen · 21 years ago
  33. 719a789 Fix signed/unsigned comparison warnings. by Hans Leidekker · 21 years ago
  34. 174e6a5 Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. by Huw Davies · 21 years ago
  35. 7ae8645 Fixed one lvalue casted assignment for the new compiler. by Marcus Meissner · 21 years ago
  36. 27a7a7a Added some Spanish translations. by José Manuel Ferrer Ortiz · 21 years ago
  37. ebf0eb3 Make static Unicode strings const. by Francois Gouget · 21 years ago
  38. 200675f Fix cursor position optimization. by Richard Cohen · 21 years ago
  39. 6be39b6 Take advantage of the new winegcc -B support. by Alexandre Julliard · 21 years ago
  40. 589e115 We no longer use the .exe.spec.c files. by Alexandre Julliard · 21 years ago
  41. 6621b2d Build all the programs with winegcc. by Alexandre Julliard · 21 years ago
  42. 4d6c59e - the last event was not looked at when compressing console events by Peter Berg Larsen · 21 years ago
  43. 5474ad8 - Dutch translations of Wine programs. - Correct grammar error in winefile. by Hans Leidekker · 21 years ago
  44. cf8b84c Another portion of HeapReAlloc fixes. by Oleg Prokhorov · 21 years ago
  45. 7515680 Changed debug channel to "curses" to seperate it from wineconsole.c by Peter Berg Larsen · 21 years ago
  46. ae3b9bb Use CONSOLE_RENDERER_NONE_EVENT to compress an event instead of by Peter Berg Larsen · 21 years ago
  47. 09f71d0 The Tab key was considered a ctrl-key and Shift-Tab was ignored. by Peter Berg Larsen · 21 years ago
  48. c93c27f Removed useless WINE_TRACE_ON tests. by Alexandre Julliard · 21 years ago
  49. 5ca049a Moved debug output up before calling the backend. by Peter Berg Larsen · 21 years ago
  50. 09fefee Not everyone has <unistd.h>, some files need <io.h> too (msvc). by Jon Griffiths · 22 years ago
  51. 221aa8d Another batch of French resources updates. by Vincent Béron · 22 years ago
  52. 71a71b3 - win32 console's window cannot be larger than curses' stdscr by Eric Pouech · 22 years ago
  53. 62986a0 Added a few missing stdarg.h includes. by Alexandre Julliard · 22 years ago
  54. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  55. 864ca06 winnls.h must not include winbase.h. by Alexandre Julliard · 22 years ago
  56. 9557d1b Dlopen libncurses.so in wineconsole. by Mike McCormack · 22 years ago
  57. 5bb472e - localization to the Portuguese of Brazil of "programs/*" by Marcelo Duarte · 22 years ago
  58. a86a289 In console input record queue, replace semaphore with a manual reset by Eric Pouech · 22 years ago
  59. 412d37f - adapted kernel32 so that it no longer (directly) manages console by Eric Pouech · 22 years ago
  60. 6dbf42c Fixed WCCURSES_InitBackend prototype in the no curses case. by Alexandre Julliard · 22 years ago
  61. 99bc640 If (n)curses wasn't available at compile time: by Eric Pouech · 22 years ago
  62. 944dd6e Wineconsole curses backend now works even if terminal is smaller than by Jukka Heinonen · 22 years ago
  63. 4446b15 Quiet some valgrind reports. by Eric Pouech · 22 years ago
  64. 97b7bc1 Added a lot of Russian translations. by Igor Stepin · 22 years ago
  65. edcddb8 Avoid warning on redefinition of KEY_EVENT. by Alexandre Julliard · 22 years ago
  66. ec46412 Convert WINE_DPRINTF calls to WINE_TRACE. by Tony Lambregts · 22 years ago
  67. e9d937e - fixed another regression in sub-process creation (curses backend by Eric Pouech · 22 years ago
  68. 636725f Fixed regression in sub-process creation. by Eric Pouech · 22 years ago
  69. cdfcef2 - added ability to use --backend=(curses|user) as wineconsole parameter by Eric Pouech · 22 years ago
  70. c7b5d0a In curses backend, apply the quick-edit directive from registry. by Eric Pouech · 22 years ago
  71. 8e04bab Fixed behavior when changing both sb and win size, as the order of by Eric Pouech · 22 years ago
  72. abef9da Forbids selecting (for clipboard) areas larger than the actual by Eric Pouech · 22 years ago
  73. f4d19e6 Added checks when editing window and sb size so that they are kept consistent. by Eric Pouech · 22 years ago
  74. 50edbc9 Set a default 50 lines in history for console apps. by Eric Pouech · 22 years ago
  75. 00d73d0 - fixed mouse event generation by Eric Pouech · 22 years ago
  76. f63e5b6 Remove errno.h from files that do not need it. by Marcus Meissner · 22 years ago
  77. 1880800 Added the GUI part for setting the edition mode flavor. by Eric Pouech · 22 years ago
  78. cc67041 Added Simplified Chinese resources. by Liu Spider · 22 years ago
  79. 5477453 Added an edition mode flavor (win32/emacs...) to the console settings by Eric Pouech · 22 years ago
  80. ae4311c Defined NONAMELESSUNION/STRUCT directly in the files that need it by Alexandre Julliard · 22 years ago
  81. eac6727 - fixed some update problems (generic & while scrolling) by Eric Pouech · 22 years ago
  82. 6a88716 Fixed several bugs: by Eric Pouech · 22 years ago
  83. 09c9fed Added a (n)curses backend to the wineconsole. by Eric Pouech · 22 years ago
  84. d2667a4 Removed unnecessary HANDLE typecasts. by Francois Gouget · 22 years ago
  85. 9560ece Added/upgraded Hungarian resources. by Zoly Nagy · 22 years ago
  86. 90ce2c8 - Make int09 update the BIOS data segment's keyboard status flags by Andreas Mohr · 22 years ago
  87. 6b1887e - correct German strings to what they're really supposed to be by Andreas Mohr · 22 years ago
  88. 54f2287 Added process_id_t and thread_it_t types to the server interface by Alexandre Julliard · 22 years ago
  89. 0589f72 Added configuration on per application basis. by Eric Pouech · 23 years ago
  90. 029b948 - Fix some spelling problems. by Andreas Mohr · 23 years ago
  91. 01c1466 Removed redundant GetMessage call. by Alexandre Julliard · 23 years ago
  92. 17a2fe0 - Use PeekMessage loop around GetMessage. by Andreas Mohr · 23 years ago
  93. e75096a Made initialization more verbose in case of errors. by Andreas Mohr · 23 years ago
  94. 5e765fb Fixed some selection bugs. by Eric Pouech · 23 years ago
  95. 7cae558 Removed some more trailing whitespace. by Alexandre Julliard · 23 years ago
  96. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  97. 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
  98. cc2ee76 Renamed Winelib apps to .exe.so to follow the dll naming convention. by Alexandre Julliard · 23 years ago
  99. 0587a47 Allow ANSI charset in font enumeration. by Eric Pouech · 23 years ago
  100. e53cd36 Removed Trace macro and replaced it by Wine debug channel facility. by Eric Pouech · 23 years ago