projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
winhttp/tests: Make sure proxy settings are restored.
[wine]
/
dlls
/
kernel32
/
console.c
2012-08-22
Alistair Leslie...
kernel32: Add GetConsoleFontSize stub.
blob
|
commitdiff
|
raw
2012-08-22
Alistair Leslie...
kernel32: Add GetCurrentConsoleFont stub.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-05
Austin English
kernel32: Add a stub for SetConsoleIcon.
blob
|
commitdiff
|
raw
|
diff to current
2012-02-20
Eric Pouech
kernel32: Enhance bare fd check by checking that the...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-25
Austin English
kernel32: Add a stub for AddConsoleAliasA/W.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-23
Austin English
kernel32: Add stubs for ExpungeConsoleCommandHistoryA/W.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-23
Austin English
kernel32: Add stubs for GetConsoleAliasesLengthA/W.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-23
Austin English
kernel32: Add stubs for GetConsoleCommandHistoryLengthA/W.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-19
Austin English
kernel32: Add stubs for GetConsoleCommandHistoryLengthA/W.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-03
Pierre Schweitzer
kernel32: Fix handle leak.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-16
Francois Gouget
kernel32: Avoid hardcoding the Unicode string literal...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-24
Marcus Meissner
kernel32: Avoid shadowing "ret" variable.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-04
Francois Gouget
kernel32: Fix writing to a pipe in WriteConsoleW().
blob
|
commitdiff
|
raw
|
diff to current
2011-08-02
Frédéric Delanoy
dlls: Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-25
Eric Pouech
kernel32: Properly manage UTF-8 (and any wcs) input...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-19
Eric Pouech
kernel32: Correctly parse the input strings for advance...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-19
Eric Pouech
kernel32: Move the input character to INPUT_RECORD...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-19
Eric Pouech
kernel32: Added support for terminfo/termcap in console...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-11
Andrew Nguyen
kernel32: Improve parameter validation for ReadConsoleO...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-11
Andrew Nguyen
kernel32: Improve parameter validation for ReadConsoleO...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-11
Andrew Nguyen
kernel32: Improve parameter validation for ReadConsoleO...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-04
Andrew Nguyen
kernel32: Improve parameter validation for FillConsoleO...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-04
Andrew Nguyen
kernel32: Improve parameter validation for FillConsoleO...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-04
Andrew Nguyen
kernel32: Improve parameter validation for WriteConsole...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-04
Andrew Nguyen
kernel32: Improve parameter validation for WriteConsole...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-04
Andrew Nguyen
kernel32: Improve parameter validation for WriteConsole...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-04
Andrew Nguyen
kernel32: Improve parameter validation for WriteConsole...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-04
Andrew Nguyen
kernel32: Improve parameter validation for WriteConsole...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-04
Andrew Nguyen
kernel32: Fail with an invalid output parameter in...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-13
Eric Pouech
kernel32: When reading chars out of a bare console...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-12
Eric Pouech
kernel32: Fixed regression with echoing input characters.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-08
Eric Pouech
server: Removed the no longer used bare parameter out...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-08
Eric Pouech
kernel32: Use fd availability for testing whether a...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-27
Eric Pouech
kernel32: Only reset the console mode when it has been...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-23
Peter Oberndorfer
kernel32: VerifyConsoleIoHandle does not set last error...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-20
Luca Bennati
kernel32: Remove dead assignments.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-13
Eric Pouech
kernel32: Fixed a couple of cases where the console...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-01
Eric Pouech
kernel32: Remove old bare-console code.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-01
Eric Pouech
kernel32: Modify editline logic so that it also work...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-01
Eric Pouech
kernel32: Properly handle bare console on input.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-01
Eric Pouech
ntdll: Allocate a console (without renderer) when start...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-01
Eric Pouech
server: Allow a screen buffer to be attached to a given...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-01
Andrew Nguyen
kernel32: Don't set last error on success in OpenConsoleW.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-01
Andrew Nguyen
kernel32: Improve parameter validation in OpenConsoleW.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-18
Alexandre Julliard
ntdll: Fix the NtCreateEvent prototype.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-05
Paul Vriens
kernel32: Add a stubbed GetConsoleProcessList().
blob
|
commitdiff
|
raw
|
diff to current
2009-12-30
Alexandre Julliard
kernel32: Do not include 16-bit headers in 32-bit files.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-29
Eric Pouech
kernel32: Handle the case where wineconsole isn't prope...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-15
Austin English
kernel32: GetConsoleAliasW is a stub, make sure it...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-11
Michael Stefaniuc
kernel32: Remove superfluous pointer casts.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-19
Andrew Nguyen
kernel32: Ensure that WriteConsoleW succeeds with an...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-15
Alexander Nicolays...
kernel32: Add stub for GetConsoleAliasW.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-08
Alexandre Julliard
server: Add functions for conversions between server...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-08
Alexandre Julliard
server: Add functions for conversions between server...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-28
Dmitry Timoshkov
kernel32: Don't ignore extended keys.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-27
Kirill K. Smirnov
kernel32: Add stubs for [G|S]etConsoleDisplayMode.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-24
Paul Vriens
kernel32: Fix return values of GetConsoleCursorInfo.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-23
Austin English
Spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-18
Rob Shearman
kernel32: Fix handle leak in start_console_renderer_helper.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-16
Rob Shearman
Don't use GetExceptionCode and GetExceptionInformation...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-04
Kirill K. Smirnov
kernel32: Convert newborn wineserver handle to kernel32...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-21
Kirill K. Smirnov
kernel32: Invalidate local copy of console input event...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-18
Kirill K. Smirnov
kernel32: ReadConsoleW should wait for at least one...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-10
Hans Leidekker
kernel32: GetConsoleInputExeNameW returns TRUE even...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-03
Hans Leidekker
kernel32: Implement and test {G, S}etConsoleInputExeNam...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-13
EA Durbin
kernel32: Add stub for GetConsoleKeyboardLayoutNameW.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-13
EA Durbin
kernel32: Add stub implementation of GetConsoleKeyboard...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-13
EA Durbin
kernel32: Add stub implementation of GetConsoleInputExe...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-13
EA Durbin
kernel32: Add stub implementation of GetConsoleInputExe...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-24
Kirill K. Smirnov
wineconsole: Implement GetConsoleWindow.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-08
Kirill K. Smirnov
kernel32: Do not append empty lines to the console...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-11
Kirill K. Smirnov
server: Move console codepages to the server.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-23
Louis Lenders
kernel32: Add stub for AttachConsole.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-23
Anatoly Lyutin
kernel32: Add comment for GetConsoleWindow.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-15
Alexandre Julliard
kernel32: Use the proper codepage for console functions.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-13
Michael Stefaniuc
kernel32: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-12
Alexandre Julliard
kernel32: Renamed the kernel directory to kernel32.
blob
|
commitdiff
|
raw
|
diff to current