[ros-diffs] [hbelusca] 58032: [INPUT] Add a new property sheet which aim is to manage text services (and the language bar).

2012-12-28 Thread hbelusca
Author: hbelusca Date: Fri Dec 28 19:31:17 2012 New Revision: 58032 URL: http://svn.reactos.org/svn/reactos?rev=58032view=rev Log: [INPUT] Add a new property sheet which aim is to manage text services (and the language bar). Added: trunk/reactos/dll/cpl/input/advsettings.c (with props

[ros-diffs] [hbelusca] 58043: [CONFIGURE] Fix MSVC configure build (problem of expansion of environment variables).

2012-12-29 Thread hbelusca
Author: hbelusca Date: Sat Dec 29 19:23:02 2012 New Revision: 58043 URL: http://svn.reactos.org/svn/reactos?rev=58043view=rev Log: [CONFIGURE] Fix MSVC configure build (problem of expansion of environment variables). Modified: trunk/reactos/configure.cmd Modified: trunk/reactos

[ros-diffs] [hbelusca] 58044: [WPP] Apply Wine commit wpp: Fix path separator on Windows platforms. by Hermès Bélusca-Maïto (9dbd1969fca9c31155c6d85ea8129d249467926b) Indeed, Windows systems use ':'

2012-12-29 Thread hbelusca
Author: hbelusca Date: Sat Dec 29 20:16:21 2012 New Revision: 58044 URL: http://svn.reactos.org/svn/reactos?rev=58044view=rev Log: [WPP] Apply Wine commit wpp: Fix path separator on Windows platforms. by Hermès Bélusca-Maïto (9dbd1969fca9c31155c6d85ea8129d249467926b) Indeed, Windows systems use

[ros-diffs] [hbelusca] 58046: Sync with trunk revision r58045 to bring the corrections on configure.cmd and on widl/wpp.

2012-12-29 Thread hbelusca
Author: hbelusca Date: Sat Dec 29 20:57:10 2012 New Revision: 58046 URL: http://svn.reactos.org/svn/reactos?rev=58046view=rev Log: Sync with trunk revision r58045 to bring the corrections on configure.cmd and on widl/wpp. Modified: branches/ros-csrss/ (props changed) branches/ros

[ros-diffs] [hbelusca] 58055: [KERNEL32-CONSRV] * HANDLE_TYPE -- CONSOLE_HANDLE_TYPE because it hits previous definition of this enumeration (a totally different one from win32ss/include/ntuser.h)

2012-12-30 Thread hbelusca
Author: hbelusca Date: Sun Dec 30 13:25:50 2012 New Revision: 58055 URL: http://svn.reactos.org/svn/reactos?rev=58055view=rev Log: [KERNEL32-CONSRV] * HANDLE_TYPE -- CONSOLE_HANDLE_TYPE because it hits previous definition of this enumeration (a totally different one from win32ss/include/ntuser.h

[ros-diffs] [hbelusca] 58063: [KERNEL32/CONSRV] - Code reorganization. - In particular, move IsConsoleHandle macro to a place which it can be used by both kernel32 and consrv.

2012-12-30 Thread hbelusca
Author: hbelusca Date: Sun Dec 30 21:02:12 2012 New Revision: 58063 URL: http://svn.reactos.org/svn/reactos?rev=58063view=rev Log: [KERNEL32/CONSRV] - Code reorganization. - In particular, move IsConsoleHandle macro to a place which it can be used by both kernel32 and consrv. Modified

[ros-diffs] [hbelusca] 58064: [CONSRV] I replaced by error the mask 0x10000003 by 0x3, which had as an effect to match handles of value 0xffffffff (invalid_handle_value). Fichtre !

2012-12-30 Thread hbelusca
Author: hbelusca Date: Sun Dec 30 22:00:20 2012 New Revision: 58064 URL: http://svn.reactos.org/svn/reactos?rev=58064view=rev Log: [CONSRV] I replaced by error the mask 0x1003 by 0x3, which had as an effect to match handles of value 0x (invalid_handle_value). Fichtre ! Modified

[ros-diffs] [hbelusca] 58073: [CSRSRV] Do NOT confuse a handle and a pointer to a handle !! In this case we need a handle. Caught in the following situation : 1- Launch a process A which initializes a

2012-12-31 Thread hbelusca
Author: hbelusca Date: Tue Jan 1 02:12:19 2013 New Revision: 58073 URL: http://svn.reactos.org/svn/reactos?rev=58073view=rev Log: [CSRSRV] Do NOT confuse a handle and a pointer to a handle !! In this case we need a handle. Caught in the following situation : 1- Launch a process A which

[ros-diffs] [hbelusca] 58074: [CSRSRV] Be sure to REALLY compare the Client ID (both Process and Thread handles).

2012-12-31 Thread hbelusca
Author: hbelusca Date: Tue Jan 1 02:21:05 2013 New Revision: 58074 URL: http://svn.reactos.org/svn/reactos?rev=58074view=rev Log: [CSRSRV] Be sure to REALLY compare the Client ID (both Process and Thread handles). Modified: branches/ros-csrss/subsystems/win32/csrsrv/thredsup.c Modified

[ros-diffs] [hbelusca] 58075: [CONSRV] - Be sure that we reply to the dying client when he dies. - Improve a debug output (display the client process). - Use existing helper functions for incrementi

2012-12-31 Thread hbelusca
Author: hbelusca Date: Tue Jan 1 02:59:31 2013 New Revision: 58075 URL: http://svn.reactos.org/svn/reactos?rev=58075view=rev Log: [CONSRV] - Be sure that we reply to the dying client when he dies. - Improve a debug output (display the client process). - Use existing helper functions

[ros-diffs] [hbelusca] 58085: [REGEDIT] Fix totally broken InfoMessageBox function. ~=~=\|/ **** Happy New Year 2013 !!!! **** \|/=~=~

2013-01-01 Thread hbelusca
Author: hbelusca Date: Tue Jan 1 14:55:53 2013 New Revision: 58085 URL: http://svn.reactos.org/svn/reactos?rev=58085view=rev Log: [REGEDIT] Fix totally broken InfoMessageBox function. ~=~=\|/ Happy New Year 2013 \|/=~=~ Modified: trunk/reactos/base/applications/regedit

[ros-diffs] [hbelusca] 58086: Fix comment

2013-01-01 Thread hbelusca
Author: hbelusca Date: Tue Jan 1 14:57:12 2013 New Revision: 58086 URL: http://svn.reactos.org/svn/reactos?rev=58086view=rev Log: Fix comment Modified: trunk/reactos/base/applications/regedit/error.c Modified: trunk/reactos/base/applications/regedit/error.c URL: http://svn.reactos.org/svn

[ros-diffs] [hbelusca] 58087: [REGEDIT] - Use REG_OPTION_NON_VOLATILE instead of 0 in RegCreateKeyEx. - Do not rename keys when they have the same name, case-insensitive (as Windows does), fix for r58

2013-01-01 Thread hbelusca
Author: hbelusca Date: Tue Jan 1 16:06:02 2013 New Revision: 58087 URL: http://svn.reactos.org/svn/reactos?rev=58087view=rev Log: [REGEDIT] - Use REG_OPTION_NON_VOLATILE instead of 0 in RegCreateKeyEx. - Do not rename keys when they have the same name, case-insensitive (as Windows does), fix

[ros-diffs] [hbelusca] 58088: [NTOSKRNL] Display both on the screen and on the debug console that an invalid debug service was called.

2013-01-01 Thread hbelusca
Author: hbelusca Date: Tue Jan 1 16:42:07 2013 New Revision: 58088 URL: http://svn.reactos.org/svn/reactos?rev=58088view=rev Log: [NTOSKRNL] Display both on the screen and on the debug console that an invalid debug service was called. Modified: trunk/reactos/ntoskrnl/kd/kdmain.c Modified

[ros-diffs] [hbelusca] 58090: [REGEDIT] - Revert lstrcpynW -- wcsncpy changes from r57471 back to lstrcpynW because this function automatically NULL-terminate strings (but I wonder if there is a repl

2013-01-01 Thread hbelusca
Author: hbelusca Date: Tue Jan 1 19:38:47 2013 New Revision: 58090 URL: http://svn.reactos.org/svn/reactos?rev=58090view=rev Log: [REGEDIT] - Revert lstrcpynW -- wcsncpy changes from r57471 back to lstrcpynW because this function automatically NULL-terminate strings (but I wonder

[ros-diffs] [hbelusca] 58092: [SHELL32] Fix untitled Run dialog in some languages. I wonder why it was as it since ages, in some languages but not in anothers.

2013-01-01 Thread hbelusca
Author: hbelusca Date: Tue Jan 1 19:49:55 2013 New Revision: 58092 URL: http://svn.reactos.org/svn/reactos?rev=58092view=rev Log: [SHELL32] Fix untitled Run dialog in some languages. I wonder why it was as it since ages, in some languages but not in anothers. Modified: trunk/reactos/dll

[ros-diffs] [hbelusca] 58096: [KERNEL32/BASESRV/CONSRV] - Fix console apps initialization. - Introduce a helper function InitConsoleCtrlHandling for initializing console control handling. - We now ini

2013-01-01 Thread hbelusca
Author: hbelusca Date: Tue Jan 1 23:36:19 2013 New Revision: 58096 URL: http://svn.reactos.org/svn/reactos?rev=58096view=rev Log: [KERNEL32/BASESRV/CONSRV] - Fix console apps initialization. - Introduce a helper function InitConsoleCtrlHandling for initializing console control handling. - We

[ros-diffs] [hbelusca] 58097: [KERNEL32/BASESRV] Remove now unneeded bInheritHandles member / parameter.

2013-01-01 Thread hbelusca
Author: hbelusca Date: Tue Jan 1 23:41:42 2013 New Revision: 58097 URL: http://svn.reactos.org/svn/reactos?rev=58097view=rev Log: [KERNEL32/BASESRV] Remove now unneeded bInheritHandles member / parameter. Modified: branches/ros-csrss/dll/win32/kernel32/client/proc.c branches/ros-csrss

[ros-diffs] [hbelusca] 58098: [CONSRV] - Fix console apps initialization. - Add some debug output (NOTE TO MYSELF: remove them when all things work). - Rewrite ConsoleNewProcess. - Reorganize SrvAlloc

2013-01-01 Thread hbelusca
Author: hbelusca Date: Wed Jan 2 00:32:20 2013 New Revision: 58098 URL: http://svn.reactos.org/svn/reactos?rev=58098view=rev Log: [CONSRV] - Fix console apps initialization. - Add some debug output (NOTE TO MYSELF: remove them when all things work). - Rewrite ConsoleNewProcess. - Reorganize

[ros-diffs] [hbelusca] 58103: [BASESRV] Remove a temporary DPRINT1. [CSRSRV] - Shut down debug output. - Fix some misspellings. - Fix a bug in CsrMoveSatisfiedWaits (satisfied waits are waits where

2013-01-03 Thread hbelusca
Author: hbelusca Date: Thu Jan 3 17:18:19 2013 New Revision: 58103 URL: http://svn.reactos.org/svn/reactos?rev=58103view=rev Log: [BASESRV] Remove a temporary DPRINT1. [CSRSRV] - Shut down debug output. - Fix some misspellings. - Fix a bug in CsrMoveSatisfiedWaits (satisfied waits are waits

[ros-diffs] [hbelusca] 58104: [KERNEL32] Silent more debug prints and remove an unused DPRINT1 I've introduced in r57666.

2013-01-03 Thread hbelusca
Author: hbelusca Date: Thu Jan 3 17:42:27 2013 New Revision: 58104 URL: http://svn.reactos.org/svn/reactos?rev=58104view=rev Log: [KERNEL32] Silent more debug prints and remove an unused DPRINT1 I've introduced in r57666. Modified: branches/ros-csrss/dll/win32/kernel32/client/console

[ros-diffs] [hbelusca] 58105: [CONSRV] Revert unwanted changes brought accidentally in r58104.

2013-01-03 Thread hbelusca
Author: hbelusca Date: Thu Jan 3 17:47:34 2013 New Revision: 58105 URL: http://svn.reactos.org/svn/reactos?rev=58105view=rev Log: [CONSRV] Revert unwanted changes brought accidentally in r58104. Modified: branches/ros-csrss/win32ss/user/consrv/coninput.c branches/ros-csrss/win32ss/user

[ros-diffs] [hbelusca] 58107: [WIN32K] - Start to implement NtUserConsoleControl to allow the console server define Console Window Class atom. - In UserInitialize, initialize the current thread by a c

2013-01-03 Thread hbelusca
Author: hbelusca Date: Fri Jan 4 00:41:10 2013 New Revision: 58107 URL: http://svn.reactos.org/svn/reactos?rev=58107view=rev Log: [WIN32K] - Start to implement NtUserConsoleControl to allow the console server define Console Window Class atom. - In UserInitialize, initialize the current thread

[ros-diffs] [hbelusca] 58110: while (TRUE); (when something is unimplemented) --- ASSERT(FALSE); // while (TRUE); (unless we deal with a 'noreturn' function), and in some cases, return an adequate va

2013-01-04 Thread hbelusca
Author: hbelusca Date: Fri Jan 4 11:47:19 2013 New Revision: 58110 URL: http://svn.reactos.org/svn/reactos?rev=58110view=rev Log: while (TRUE); (when something is unimplemented) --- ASSERT(FALSE); // while (TRUE); (unless we deal with a 'noreturn' function), and in some cases, return

[ros-diffs] [hbelusca] 58111: while (TRUE); (when something is unimplemented) --- ASSERT(FALSE); // while (TRUE); (unless we deal with a 'noreturn' function), and in some cases, return an adequate va

2013-01-04 Thread hbelusca
Author: hbelusca Date: Fri Jan 4 12:31:46 2013 New Revision: 58111 URL: http://svn.reactos.org/svn/reactos?rev=58111view=rev Log: while (TRUE); (when something is unimplemented) --- ASSERT(FALSE); // while (TRUE); (unless we deal with a 'noreturn' function), and in some cases, return

[ros-diffs] [hbelusca] 58112: while (TRUE); (when something is unimplemented) --- ASSERT(FALSE); // while (TRUE); and in some cases, return an adequate value. Part 2/2 Some while(true); remain in our

2013-01-04 Thread hbelusca
Author: hbelusca Date: Fri Jan 4 12:54:39 2013 New Revision: 58112 URL: http://svn.reactos.org/svn/reactos?rev=58112view=rev Log: while (TRUE); (when something is unimplemented) --- ASSERT(FALSE); // while (TRUE); and in some cases, return an adequate value. Part 2/2 Some while(true); remain

[ros-diffs] [hbelusca] 58113: [TASKMGR] Fix a misspelling in French translation.

2013-01-04 Thread hbelusca
Author: hbelusca Date: Fri Jan 4 13:26:34 2013 New Revision: 58113 URL: http://svn.reactos.org/svn/reactos?rev=58113view=rev Log: [TASKMGR] Fix a misspelling in French translation. Modified: trunk/reactos/base/applications/taskmgr/lang/fr-FR.rc Modified: trunk/reactos/base/applications

[ros-diffs] [hbelusca] 58114: Sync with trunk r58113.

2013-01-04 Thread hbelusca
Author: hbelusca Date: Fri Jan 4 13:36:15 2013 New Revision: 58114 URL: http://svn.reactos.org/svn/reactos?rev=58114view=rev Log: Sync with trunk r58113. Removed: branches/ros-csrss/include/reactos/ks386.inc branches/ros-csrss/include/reactos/ksamd64.inc Modified: branches/ros-csrss

[ros-diffs] [hbelusca] 58119: [KERNEL32-CONSRV] Rename some structures (CSRSS_... --- CONSOLE_...) and clarify what the ConsoleHandle members are for (-- OutputHandle or InputHandle). No code change

2013-01-05 Thread hbelusca
Author: hbelusca Date: Sat Jan 5 23:10:12 2013 New Revision: 58119 URL: http://svn.reactos.org/svn/reactos?rev=58119view=rev Log: [KERNEL32-CONSRV] Rename some structures (CSRSS_... --- CONSOLE_...) and clarify what the ConsoleHandle members are for (-- OutputHandle or InputHandle). No code

[ros-diffs] [hbelusca] 58121: [CSRSRV] Check for NULL parameter in the function CsrLocateThreadByClientId. Triggered when it was called by CsrApiHandleConnectionRequest during tests (the call to CsrLo

2013-01-05 Thread hbelusca
Author: hbelusca Date: Sun Jan 6 00:05:09 2013 New Revision: 58121 URL: http://svn.reactos.org/svn/reactos?rev=58121view=rev Log: [CSRSRV] Check for NULL parameter in the function CsrLocateThreadByClientId. Triggered when it was called by CsrApiHandleConnectionRequest during tests (the call

[ros-diffs] [hbelusca] 58132: [REACTOS] Introduce four new debugging macros, ERROR_DBGBREAK, ERROR_FATAL, UNIMPLEMENTED_DBGBREAK, UNIMPLEMENTED_FATAL (and two helpers, __NOTICE and __ERROR_DBGBREAK).

2013-01-06 Thread hbelusca
Author: hbelusca Date: Sun Jan 6 18:47:39 2013 New Revision: 58132 URL: http://svn.reactos.org/svn/reactos?rev=58132view=rev Log: [REACTOS] Introduce four new debugging macros, ERROR_DBGBREAK, ERROR_FATAL, UNIMPLEMENTED_DBGBREAK, UNIMPLEMENTED_FATAL (and two helpers, __NOTICE

[ros-diffs] [hbelusca] 58135: [REACTOS] - Fix the debugging macros I've introduced in r58132; in particular do not use while(true); for forbidding the user to continue execution, but instead raise an

2013-01-06 Thread hbelusca
Author: hbelusca Date: Sun Jan 6 23:29:05 2013 New Revision: 58135 URL: http://svn.reactos.org/svn/reactos?rev=58135view=rev Log: [REACTOS] - Fix the debugging macros I've introduced in r58132; in particular do not use while(true); for forbidding the user to continue execution, but instead

[ros-diffs] [hbelusca] 58136: [REACTOS] Attempt to fix compilation by lying at NDK.

2013-01-06 Thread hbelusca
Author: hbelusca Date: Sun Jan 6 23:42:25 2013 New Revision: 58136 URL: http://svn.reactos.org/svn/reactos?rev=58136view=rev Log: [REACTOS] Attempt to fix compilation by lying at NDK. Modified: trunk/reactos/include/reactos/debug.h Modified: trunk/reactos/include/reactos/debug.h URL: http

[ros-diffs] [hbelusca] 58137: [REACTOS] I hope this solution will work *sigh*

2013-01-06 Thread hbelusca
Author: hbelusca Date: Sun Jan 6 23:50:52 2013 New Revision: 58137 URL: http://svn.reactos.org/svn/reactos?rev=58137view=rev Log: [REACTOS] I hope this solution will work *sigh* Modified: trunk/reactos/include/reactos/debug.h Modified: trunk/reactos/include/reactos/debug.h URL: http

[ros-diffs] [hbelusca] 58140: Precision: r58138 was part 2a/3 of my changes. [KERNEL32-RAMDISK] Continue to use the new debugging macros introduced in r58132. Part 2b/3

2013-01-07 Thread hbelusca
Author: hbelusca Date: Tue Jan 8 00:35:26 2013 New Revision: 58140 URL: http://svn.reactos.org/svn/reactos?rev=58140view=rev Log: Precision: r58138 was part 2a/3 of my changes. [KERNEL32-RAMDISK] Continue to use the new debugging macros introduced in r58132. Part 2b/3 Modified: trunk

[ros-diffs] [hbelusca] 58144: --_'_-- \o/ Graphical Happy New Year 2013 (+ 9d) \o/ --_'_-- Note to people: ~=~=~=~=~=~=~=~ - The msgina (login) logo is made from a .svg file. The copyright line text h

2013-01-08 Thread hbelusca
Author: hbelusca Date: Wed Jan 9 00:03:50 2013 New Revision: 58144 URL: http://svn.reactos.org/svn/reactos?rev=58144view=rev Log: --_'_-- \o/ Graphical Happy New Year 2013 (+ 9d) \o/ --_'_-- Note to people: ~=~=~=~=~=~=~=~ - The msgina (login) logo is made from a .svg file. The copyright line

[ros-diffs] [hbelusca] 58145: [MSGINA] Add the source login logo .svg file. To make the bitmap, export the .svg file in png, then save the png in Bitmap 24bits.

2013-01-08 Thread hbelusca
Author: hbelusca Date: Wed Jan 9 00:30:38 2013 New Revision: 58145 URL: http://svn.reactos.org/svn/reactos?rev=58145view=rev Log: [MSGINA] Add the source login logo .svg file. To make the bitmap, export the .svg file in png, then save the png in Bitmap 24bits. Added: trunk/reactos/dll

[ros-diffs] [hbelusca] 58146: [BOOTLOGO] Softens the edges of the '3' digit

2013-01-08 Thread hbelusca
Author: hbelusca Date: Wed Jan 9 00:48:33 2013 New Revision: 58146 URL: http://svn.reactos.org/svn/reactos?rev=58146view=rev Log: [BOOTLOGO] Softens the edges of the '3' digit Modified: trunk/reactos/ntoskrnl/inbv/logo/1.bmp Modified: trunk/reactos/ntoskrnl/inbv/logo/1.bmp URL: http

[ros-diffs] [hbelusca] 58152: Sync with trunk r58151 to bring the latest changes from Amine and Timo.

2013-01-09 Thread hbelusca
Author: hbelusca Date: Wed Jan 9 20:12:23 2013 New Revision: 58152 URL: http://svn.reactos.org/svn/reactos?rev=58152view=rev Log: Sync with trunk r58151 to bring the latest changes from Amine and Timo. Added: branches/ros-csrss/base/shell/explorer-new/settings.c - copied unchanged

[ros-diffs] [hbelusca] 58153: [BUGCODES] Add two missing bugcheck codes.

2013-01-09 Thread hbelusca
Author: hbelusca Date: Thu Jan 10 00:10:32 2013 New Revision: 58153 URL: http://svn.reactos.org/svn/reactos?rev=58153view=rev Log: [BUGCODES] Add two missing bugcheck codes. Modified: trunk/reactos/include/reactos/mc/bugcodes.mc Modified: trunk/reactos/include/reactos/mc/bugcodes.mc URL

[ros-diffs] [hbelusca] 58154: [REACTOS] Fix the debugging macros introduced in r58132 (for the _FATAL case): do not use exceptions but instead a breakpoint followed by a process termination procedure

2013-01-09 Thread hbelusca
Author: hbelusca Date: Thu Jan 10 01:45:22 2013 New Revision: 58154 URL: http://svn.reactos.org/svn/reactos?rev=58154view=rev Log: [REACTOS] Fix the debugging macros introduced in r58132 (for the _FATAL case): do not use exceptions but instead a breakpoint followed by a process termination

[ros-diffs] [hbelusca] 58155: [PCIX] Fix a comment.

2013-01-09 Thread hbelusca
Author: hbelusca Date: Thu Jan 10 01:49:15 2013 New Revision: 58155 URL: http://svn.reactos.org/svn/reactos?rev=58155view=rev Log: [PCIX] Fix a comment. Modified: trunk/reactos/drivers/bus/pcix/utils.c Modified: trunk/reactos/drivers/bus/pcix/utils.c URL: http://svn.reactos.org/svn/reactos

[ros-diffs] [hbelusca] 58156: [REGEDIT] Fix error strings placeholders (the '%s' e.g.) broken by changes in r58085.

2013-01-09 Thread hbelusca
Author: hbelusca Date: Thu Jan 10 02:18:25 2013 New Revision: 58156 URL: http://svn.reactos.org/svn/reactos?rev=58156view=rev Log: [REGEDIT] Fix error strings placeholders (the '%s' e.g.) broken by changes in r58085. Modified: trunk/reactos/base/applications/regedit/lang/bg-BG.rc trunk

[ros-diffs] [hbelusca] 58157: [CRT] Add an error icon to the C Runtime termination message box. Patch by Lee Schröder. CORE-6886 #resolve #comment Committed in r58157, thanks :)

2013-01-11 Thread hbelusca
Author: hbelusca Date: Fri Jan 11 22:35:44 2013 New Revision: 58157 URL: http://svn.reactos.org/svn/reactos?rev=58157view=rev Log: [CRT] Add an error icon to the C Runtime termination message box. Patch by Lee Schröder. CORE-6886 #resolve #comment Committed in r58157, thanks :) Modified

[ros-diffs] [hbelusca] 58158: [CSRSRV] Initialize an uninitialized variable.

2013-01-11 Thread hbelusca
Author: hbelusca Date: Sat Jan 12 00:33:55 2013 New Revision: 58158 URL: http://svn.reactos.org/svn/reactos?rev=58158view=rev Log: [CSRSRV] Initialize an uninitialized variable. Modified: branches/ros-csrss/subsystems/win32/csrsrv/procsup.c Modified: branches/ros-csrss/subsystems/win32

[ros-diffs] [hbelusca] 58166: [KERNEL32] - Correct a error return code (in AllocConsole). - Implement AttachConsole (inspired by AllocConsole). [CONSRV] - Correct a error return code (in AllocConsole)

2013-01-13 Thread hbelusca
Author: hbelusca Date: Sun Jan 13 17:07:25 2013 New Revision: 58166 URL: http://svn.reactos.org/svn/reactos?rev=58166view=rev Log: [KERNEL32] - Correct a error return code (in AllocConsole). - Implement AttachConsole (inspired by AllocConsole). [CONSRV] - Correct a error return code

[ros-diffs] [hbelusca] 58167: [WINSRV] Compile Winsrv as a win32dll UNICODE

2013-01-13 Thread hbelusca
Author: hbelusca Date: Sun Jan 13 19:17:29 2013 New Revision: 58167 URL: http://svn.reactos.org/svn/reactos?rev=58167view=rev Log: [WINSRV] Compile Winsrv as a win32dll UNICODE Modified: branches/ros-csrss/win32ss/user/winsrv/CMakeLists.txt Modified: branches/ros-csrss/win32ss/user/winsrv

[ros-diffs] [hbelusca] 58168: [CONSRV] HeapAlloc -- RtlAllocateHeap HeapFree -- RtlFreeHeap GetProcessHeap -- RtlGetProcessHeap

2013-01-13 Thread hbelusca
Author: hbelusca Date: Sun Jan 13 19:18:54 2013 New Revision: 58168 URL: http://svn.reactos.org/svn/reactos?rev=58168view=rev Log: [CONSRV] HeapAlloc -- RtlAllocateHeap HeapFree -- RtlFreeHeap GetProcessHeap -- RtlGetProcessHeap Modified: branches/ros-csrss/win32ss/user/consrv/coninput.c

[ros-diffs] [hbelusca] 58169: [CONSRV] - Finish to do the replacements HeapAlloc -- RtlAllocateHeap and Co. - Finish to UNICODify consrv (it happens that it has been almost done already). - Modify th

2013-01-13 Thread hbelusca
Author: hbelusca Date: Sun Jan 13 19:50:52 2013 New Revision: 58169 URL: http://svn.reactos.org/svn/reactos?rev=58169view=rev Log: [CONSRV] - Finish to do the replacements HeapAlloc -- RtlAllocateHeap and Co. - Finish to UNICODify consrv (it happens that it has been almost done already). - Modify

[ros-diffs] [hbelusca] 58177: [CONSRV] - Temporary make the property dialog working again (but it's not the ultimate solution). - in conio.h : members reorganization only.

2013-01-14 Thread hbelusca
Author: hbelusca Date: Tue Jan 15 00:02:07 2013 New Revision: 58177 URL: http://svn.reactos.org/svn/reactos?rev=58177view=rev Log: [CONSRV] - Temporary make the property dialog working again (but it's not the ultimate solution). - in conio.h : members reorganization only. Modified: branches

[ros-diffs] [hbelusca] 58178: [CONSRV] Code reorganization only.

2013-01-14 Thread hbelusca
Author: hbelusca Date: Tue Jan 15 00:10:01 2013 New Revision: 58178 URL: http://svn.reactos.org/svn/reactos?rev=58178view=rev Log: [CONSRV] Code reorganization only. Modified: branches/ros-csrss/win32ss/user/consrv/conio.h Modified: branches/ros-csrss/win32ss/user/consrv/conio.h URL: http

[ros-diffs] [hbelusca] 58179: always, not allways !!!!

2013-01-15 Thread hbelusca
Author: hbelusca Date: Tue Jan 15 23:23:20 2013 New Revision: 58179 URL: http://svn.reactos.org/svn/reactos?rev=58179view=rev Log: always, not allways Modified: trunk/rostests/drivers/ntoskrnl/IoEaTest.cpp Modified: trunk/rostests/drivers/ntoskrnl/IoEaTest.cpp URL: http

[ros-diffs] [hbelusca] 58180: Forgot this one.

2013-01-15 Thread hbelusca
Author: hbelusca Date: Tue Jan 15 23:25:56 2013 New Revision: 58180 URL: http://svn.reactos.org/svn/reactos?rev=58180view=rev Log: Forgot this one. Modified: trunk/rostests/drivers/ntoskrnl/IoEaTest.cpp Modified: trunk/rostests/drivers/ntoskrnl/IoEaTest.cpp URL: http://svn.reactos.org/svn

[ros-diffs] [hbelusca] 58181: always, not allways !!!!!!!!!!!!!!

2013-01-15 Thread hbelusca
Author: hbelusca Date: Tue Jan 15 23:26:45 2013 New Revision: 58181 URL: http://svn.reactos.org/svn/reactos?rev=58181view=rev Log: always, not allways !! Modified: trunk/reactos/dll/win32/kernel32/client/file/create.c trunk/reactos/lib/rtl/unicode.c Modified: trunk/reactos

[ros-diffs] [hbelusca] 58182: [KERNEL32] Fix support for CONIN$ and CONOUT$, and add support for CON special file (now, writing to C:\CON or C:\somepath\CONIN$ or C:\anotherpath\CONOUT$ works).

2013-01-15 Thread hbelusca
Author: hbelusca Date: Wed Jan 16 00:16:06 2013 New Revision: 58182 URL: http://svn.reactos.org/svn/reactos?rev=58182view=rev Log: [KERNEL32] Fix support for CONIN$ and CONOUT$, and add support for CON special file (now, writing to C:\CON or C:\somepath\CONIN$ or C:\anotherpath\CONOUT$ works

[ros-diffs] [hbelusca] 58183: [KERNEL32] No need to use a UNICODE_STRING there.

2013-01-15 Thread hbelusca
Author: hbelusca Date: Wed Jan 16 00:28:09 2013 New Revision: 58183 URL: http://svn.reactos.org/svn/reactos?rev=58183view=rev Log: [KERNEL32] No need to use a UNICODE_STRING there. Modified: trunk/reactos/dll/win32/kernel32/client/file/find.c Modified: trunk/reactos/dll/win32/kernel32

[ros-diffs] [hbelusca] 58184: [CONSRV] Introduce new helper functions Win32CsrInitHandlesTable and Win32CsrAllocateConsole and use them in many places (in ConsoleConnect, SrvAllocConsole and SrvAttach

2013-01-16 Thread hbelusca
Author: hbelusca Date: Wed Jan 16 22:25:12 2013 New Revision: 58184 URL: http://svn.reactos.org/svn/reactos?rev=58184view=rev Log: [CONSRV] Introduce new helper functions Win32CsrInitHandlesTable and Win32CsrAllocateConsole and use them in many places (in ConsoleConnect, SrvAllocConsole

[ros-diffs] [hbelusca] 58185: [EXPLORER_NEW] - Italian Translation and fix duplicate MENUITEM in fr-FR.rc, ko-KR, no-NO.rc files. Patch by Ivan Di Francesco. - Adapt a little bit French translation (b

2013-01-16 Thread hbelusca
Author: hbelusca Date: Wed Jan 16 23:24:07 2013 New Revision: 58185 URL: http://svn.reactos.org/svn/reactos?rev=58185view=rev Log: [EXPLORER_NEW] - Italian Translation and fix duplicate MENUITEM in fr-FR.rc, ko-KR, no-NO.rc files. Patch by Ivan Di Francesco. - Adapt a little bit French

[ros-diffs] [hbelusca] 58190: [BASESRV] Remove an unneeded comment.

2013-01-18 Thread hbelusca
Author: hbelusca Date: Fri Jan 18 22:28:14 2013 New Revision: 58190 URL: http://svn.reactos.org/svn/reactos?rev=58190view=rev Log: [BASESRV] Remove an unneeded comment. Modified: branches/ros-csrss/subsystems/win/basesrv/init.c Modified: branches/ros-csrss/subsystems/win/basesrv/init.c URL

[ros-diffs] [hbelusca] 58191: [CONSRV] - Isolate the members of the CONSOLE structure which are used as input buffer data, in a new structure called ... CONSOLE_INPUT_BUFFER ! - Rename some helper fun

2013-01-18 Thread hbelusca
Author: hbelusca Date: Fri Jan 18 22:31:16 2013 New Revision: 58191 URL: http://svn.reactos.org/svn/reactos?rev=58191view=rev Log: [CONSRV] - Isolate the members of the CONSOLE structure which are used as input buffer data, in a new structure called ... CONSOLE_INPUT_BUFFER ! - Rename some

[ros-diffs] [hbelusca] 58194: [CONSRV] - Get in a simpler way the console owned by a console window: replace GuiConsoleGetDataPointers by GuiGetWindowConsole. - Only in functions which need it, we get

2013-01-19 Thread hbelusca
Author: hbelusca Date: Sat Jan 19 22:06:28 2013 New Revision: 58194 URL: http://svn.reactos.org/svn/reactos?rev=58194view=rev Log: [CONSRV] - Get in a simpler way the console owned by a console window: replace GuiConsoleGetDataPointers by GuiGetWindowConsole. - Only in functions which need

[ros-diffs] [hbelusca] 58198: [CONSRV] Add extra parentheses in macros arguments usage.

2013-01-20 Thread hbelusca
Author: hbelusca Date: Sun Jan 20 22:15:21 2013 New Revision: 58198 URL: http://svn.reactos.org/svn/reactos?rev=58198view=rev Log: [CONSRV] Add extra parentheses in macros arguments usage. Modified: branches/ros-csrss/win32ss/user/consrv/conio.h branches/ros-csrss/win32ss/user/consrv

[ros-diffs] [hbelusca] 58199: Code formatting only.

2013-01-20 Thread hbelusca
Author: hbelusca Date: Sun Jan 20 22:26:06 2013 New Revision: 58199 URL: http://svn.reactos.org/svn/reactos?rev=58199view=rev Log: Code formatting only. Modified: branches/ros-csrss/win32ss/user/consrv/tuiconsole.c Modified: branches/ros-csrss/win32ss/user/consrv/tuiconsole.c URL: http

[ros-diffs] [hbelusca] 58205: [CONSRV] - Start to uniformize some helpers' names : ConioLockConsole -- ConioGetConsole and ConioUnlockConsole -- ConioReleaseConsole ConioLockInputBuffer -- ConioGet

2013-01-22 Thread hbelusca
Author: hbelusca Date: Tue Jan 22 23:28:51 2013 New Revision: 58205 URL: http://svn.reactos.org/svn/reactos?rev=58205view=rev Log: [CONSRV] - Start to uniformize some helpers' names : ConioLockConsole -- ConioGetConsole and ConioUnlockConsole -- ConioReleaseConsole ConioLockInputBuffer

[ros-diffs] [hbelusca] 58210: Revert unwanted changes.

2013-01-23 Thread hbelusca
Author: hbelusca Date: Wed Jan 23 23:21:39 2013 New Revision: 58210 URL: http://svn.reactos.org/svn/reactos?rev=58210view=rev Log: Revert unwanted changes. Modified: branches/ros-csrss/win32ss/user/consrv/init.c Modified: branches/ros-csrss/win32ss/user/consrv/init.c URL: http

[ros-diffs] [hbelusca] 58225: [CONSRV] Fix input/output (read/write) waiter threads notifications. Now console is usable. Go and test it! :D

2013-01-26 Thread hbelusca
Author: hbelusca Date: Sat Jan 26 16:12:05 2013 New Revision: 58225 URL: http://svn.reactos.org/svn/reactos?rev=58225view=rev Log: [CONSRV] Fix input/output (read/write) waiter threads notifications. Now console is usable. Go and test it! :D Modified: branches/ros-csrss/win32ss/user/consrv

[ros-diffs] [hbelusca] 58229: [KERNEL32] Clean-up IntReadConsoleOutputCode a little bit. [CONSRV] Fix a buffer overflow in SrvReadConsoleOutputString, which was translated sometimes into heap corrupti

2013-01-26 Thread hbelusca
Author: hbelusca Date: Sat Jan 26 19:07:59 2013 New Revision: 58229 URL: http://svn.reactos.org/svn/reactos?rev=58229view=rev Log: [KERNEL32] Clean-up IntReadConsoleOutputCode a little bit. [CONSRV] Fix a buffer overflow in SrvReadConsoleOutputString, which was translated sometimes into heap

[ros-diffs] [hbelusca] 58232: [CSRSRV] - Zero-out some allocated memory. - During my investigations preceding the implementation of AttachConsole (r58166), I wanted (in a first attempt; finally I've f

2013-01-26 Thread hbelusca
Author: hbelusca Date: Sat Jan 26 21:23:10 2013 New Revision: 58232 URL: http://svn.reactos.org/svn/reactos?rev=58232view=rev Log: [CSRSRV] - Zero-out some allocated memory. - During my investigations preceding the implementation of AttachConsole (r58166), I wanted (in a first attempt; finally

[ros-diffs] [hbelusca] 58233: [SERVICES] Fix acquiring/releasing driver-loading and unloading privilege (see r57754) by using the RtlAdjustPrivilege API instead of using the standard user-mode Win32 A

2013-01-26 Thread hbelusca
Author: hbelusca Date: Sat Jan 26 23:14:05 2013 New Revision: 58233 URL: http://svn.reactos.org/svn/reactos?rev=58233view=rev Log: [SERVICES] Fix acquiring/releasing driver-loading and unloading privilege (see r57754) by using the RtlAdjustPrivilege API instead of using the standard user-mode

[ros-diffs] [hbelusca] 58234: [CONSRV] Modify driver acquiring/releasing privilege according to r58233. The corresponding modification in services.c will be done at the next synchronization.

2013-01-26 Thread hbelusca
Author: hbelusca Date: Sat Jan 26 23:16:34 2013 New Revision: 58234 URL: http://svn.reactos.org/svn/reactos?rev=58234view=rev Log: [CONSRV] Modify driver acquiring/releasing privilege according to r58233. The corresponding modification in services.c will be done at the next synchronization

[ros-diffs] [hbelusca] 58235: [SMSS] Load the Win32k driver from the path mentioned in the Kmode value of the registry, not via a hardcoded value.

2013-01-26 Thread hbelusca
Author: hbelusca Date: Sat Jan 26 23:43:28 2013 New Revision: 58235 URL: http://svn.reactos.org/svn/reactos?rev=58235view=rev Log: [SMSS] Load the Win32k driver from the path mentioned in the Kmode value of the registry, not via a hardcoded value. Modified: trunk/reactos/base/system/smss

[ros-diffs] [hbelusca] 58236: [SMSS] Clarify a bit the code. No logical changes.

2013-01-26 Thread hbelusca
Author: hbelusca Date: Sat Jan 26 23:56:07 2013 New Revision: 58236 URL: http://svn.reactos.org/svn/reactos?rev=58236view=rev Log: [SMSS] Clarify a bit the code. No logical changes. Modified: trunk/reactos/base/system/smss/sminit.c trunk/reactos/base/system/smss/smsubsys.c Modified

[ros-diffs] [hbelusca] 58237: [BOOTDATA-SMLIB] SubSystems name letter-case consistency modification.

2013-01-26 Thread hbelusca
Author: hbelusca Date: Sun Jan 27 00:07:58 2013 New Revision: 58237 URL: http://svn.reactos.org/svn/reactos?rev=58237view=rev Log: [BOOTDATA-SMLIB] SubSystems name letter-case consistency modification. Modified: trunk/reactos/boot/bootdata/hivesys_amd64.inf trunk/reactos/boot/bootdata

[ros-diffs] [hbelusca] 58238: [SMSS] - Uniformize the error messages and also, SmpParseCommand is SmpParseCommandLine in fact. - Remove an unneeded cast since Flags is already ULONG.

2013-01-26 Thread hbelusca
Author: hbelusca Date: Sun Jan 27 00:19:43 2013 New Revision: 58238 URL: http://svn.reactos.org/svn/reactos?rev=58238view=rev Log: [SMSS] - Uniformize the error messages and also, SmpParseCommand is SmpParseCommandLine in fact. - Remove an unneeded cast since Flags is already ULONG. Modified

[ros-diffs] [hbelusca] 58241: [SMSS] Revert my change of loading the win32k kernel-mode subsystem driver by reading the Kmode value and use instead a hardcoded value, per request of Alex. I'm wonderin

2013-01-27 Thread hbelusca
Author: hbelusca Date: Sun Jan 27 13:55:04 2013 New Revision: 58241 URL: http://svn.reactos.org/svn/reactos?rev=58241view=rev Log: [SMSS] Revert my change of loading the win32k kernel-mode subsystem driver by reading the Kmode value and use instead a hardcoded value, per request of Alex. I'm

[ros-diffs] [hbelusca] 58253: [CONSRV] - Add a macro which specifies how much space chars a TAB is. - Implement BELL ANSI character handling (basic) and add temporary DPRINTs to see who is called (by

2013-01-30 Thread hbelusca
Author: hbelusca Date: Wed Jan 30 22:59:47 2013 New Revision: 58253 URL: http://svn.reactos.org/svn/reactos?rev=58253view=rev Log: [CONSRV] - Add a macro which specifies how much space chars a TAB is. - Implement BELL ANSI character handling (basic) and add temporary DPRINTs to see who is called

[ros-diffs] [hbelusca] 58257: [BOOTDATA] Remove a comment becoming pointless since revision r58255. [WIN32SS] Remove an operation, redundant since revision r58255.

2013-01-31 Thread hbelusca
Author: hbelusca Date: Thu Jan 31 21:27:01 2013 New Revision: 58257 URL: http://svn.reactos.org/svn/reactos?rev=58257view=rev Log: [BOOTDATA] Remove a comment becoming pointless since revision r58255. [WIN32SS] Remove an operation, redundant since revision r58255. Modified: trunk/reactos

[ros-diffs] [hbelusca] 58260: [CONSRV] - Further compactify console allocation / attach code by putting common code into helper functions. - Now, the default title of a console window is... ReactOS C

2013-02-01 Thread hbelusca
Author: hbelusca Date: Fri Feb 1 23:36:23 2013 New Revision: 58260 URL: http://svn.reactos.org/svn/reactos?rev=58260view=rev Log: [CONSRV] - Further compactify console allocation / attach code by putting common code into helper functions. - Now, the default title of a console window

[ros-diffs] [hbelusca] 58273: [CONSRV] Convert language resource files into UTF-8

2013-02-02 Thread hbelusca
Author: hbelusca Date: Sat Feb 2 22:08:18 2013 New Revision: 58273 URL: http://svn.reactos.org/svn/reactos?rev=58273view=rev Log: [CONSRV] Convert language resource files into UTF-8 Modified: branches/ros-csrss/win32ss/user/consrv/consrv.rc branches/ros-csrss/win32ss/user/consrv/lang/bg

[ros-diffs] [hbelusca] 58275: [CONSOLE.CPL] Convert language resource files to UTF-8

2013-02-02 Thread hbelusca
Author: hbelusca Date: Sat Feb 2 22:31:27 2013 New Revision: 58275 URL: http://svn.reactos.org/svn/reactos?rev=58275view=rev Log: [CONSOLE.CPL] Convert language resource files to UTF-8 Modified: branches/ros-csrss/dll/cpl/console/lang/bg-BG.rc branches/ros-csrss/dll/cpl/console/lang/cs

[ros-diffs] [hbelusca] 58277: Fix Japanese translation

2013-02-02 Thread hbelusca
Author: hbelusca Date: Sat Feb 2 22:42:05 2013 New Revision: 58277 URL: http://svn.reactos.org/svn/reactos?rev=58277view=rev Log: Fix Japanese translation Modified: branches/ros-csrss/win32ss/user/consrv/lang/ja-JP.rc Modified: branches/ros-csrss/win32ss/user/consrv/lang/ja-JP.rc URL

[ros-diffs] [hbelusca] 58306: [KERNEL32] Code reorganization only : move the console-related initialization functions into a dedicated file, and create a specific header to hold console function defin

2013-02-10 Thread hbelusca
Author: hbelusca Date: Sun Feb 10 13:59:09 2013 New Revision: 58306 URL: http://svn.reactos.org/svn/reactos?rev=58306view=rev Log: [KERNEL32] Code reorganization only : move the console-related initialization functions into a dedicated file, and create a specific header to hold console function

[ros-diffs] [hbelusca] 58325: [CONSOLE.DLL] - Fix edit controls flag style - Remove that ugly WS_BORDER style to the spin controls.

2013-02-16 Thread hbelusca
Author: hbelusca Date: Sat Feb 16 21:39:57 2013 New Revision: 58325 URL: http://svn.reactos.org/svn/reactos?rev=58325view=rev Log: [CONSOLE.DLL] - Fix edit controls flag style - Remove that ugly WS_BORDER style to the spin controls. Modified: branches/ros-csrss/dll/cpl/console/lang/bg-BG.rc

[ros-diffs] [hbelusca] 58345: [PSDK] - Add ENABLE_INSERT_MODE, ENABLE_QUICK_EDIT_MODE and ENABLE_EXTENDED_FLAGS flags. - Add GetConsoleAliasExesA/W and GetConsoleAliasExesLengthA/W api definitions. [D

2013-02-20 Thread hbelusca
Author: hbelusca Date: Wed Feb 20 22:28:14 2013 New Revision: 58345 URL: http://svn.reactos.org/svn/reactos?rev=58345view=rev Log: [PSDK] - Add ENABLE_INSERT_MODE, ENABLE_QUICK_EDIT_MODE and ENABLE_EXTENDED_FLAGS flags. - Add GetConsoleAliasExesA/W and GetConsoleAliasExesLengthA/W api

[ros-diffs] [hbelusca] 58357: [BOOTDATA] Remove pre-saved console default settings in the registry. They will be set by consrv itself at initialization (Work In Progress).

2013-02-23 Thread hbelusca
Author: hbelusca Date: Sat Feb 23 18:30:47 2013 New Revision: 58357 URL: http://svn.reactos.org/svn/reactos?rev=58357view=rev Log: [BOOTDATA] Remove pre-saved console default settings in the registry. They will be set by consrv itself at initialization (Work In Progress). Modified: branches

[ros-diffs] [hbelusca] 58362: [USETUP-BOOTDATA-FONTS] - Use the Fixedsys Excelsior 3.01-L2 font instead of Fixedsys Excelsior 3.01 for the Fixedsys font substitution (the *-L2 version corrects a b

2013-02-24 Thread hbelusca
Author: hbelusca Date: Sun Feb 24 15:36:49 2013 New Revision: 58362 URL: http://svn.reactos.org/svn/reactos?rev=58362view=rev Log: [USETUP-BOOTDATA-FONTS] - Use the Fixedsys Excelsior 3.01-L2 font instead of Fixedsys Excelsior 3.01 for the Fixedsys font substitution (the *-L2 version corrects

[ros-diffs] [hbelusca] 58393: [WINLOGON] Correct mistypings in the excellent explanation of the different states of Winlogon. Thanks Eric !

2013-03-02 Thread hbelusca
Author: hbelusca Date: Sat Mar 2 12:28:51 2013 New Revision: 58393 URL: http://svn.reactos.org/svn/reactos?rev=58393view=rev Log: [WINLOGON] Correct mistypings in the excellent explanation of the different states of Winlogon. Thanks Eric ! Modified: trunk/reactos/base/system/winlogon

[ros-diffs] [hbelusca] 58408: [PAINT] - Fix the grey panel bug when doing File -- New. - Add the possibility, when doing File -- New, to save the drawing the user did before actually reset it, and

2013-03-02 Thread hbelusca
Author: hbelusca Date: Sat Mar 2 20:44:09 2013 New Revision: 58408 URL: http://svn.reactos.org/svn/reactos?rev=58408view=rev Log: [PAINT] - Fix the grey panel bug when doing File -- New. - Add the possibility, when doing File -- New, to save the drawing the user did before actually reset

[ros-diffs] [hbelusca] 58415: [CONSOLE.DLL-KERNEL32-CONSRV] Fix the console properties dialog, when launching and transmitting console properties. Before, the properties dialog was directly launched b

2013-03-03 Thread hbelusca
Author: hbelusca Date: Sun Mar 3 15:35:12 2013 New Revision: 58415 URL: http://svn.reactos.org/svn/reactos?rev=58415view=rev Log: [CONSOLE.DLL-KERNEL32-CONSRV] Fix the console properties dialog, when launching and transmitting console properties. Before, the properties dialog was directly

[ros-diffs] [hbelusca] 58417: [README] - Precise which target we are primarily aiming at, update the readme a little bit. - Add it to the installed files.

2013-03-03 Thread hbelusca
Author: hbelusca Date: Sun Mar 3 17:16:29 2013 New Revision: 58417 URL: http://svn.reactos.org/svn/reactos?rev=58417view=rev Log: [README] - Precise which target we are primarily aiming at, update the readme a little bit. - Add it to the installed files. Modified: trunk/reactos/boot

[ros-diffs] [hbelusca] 58419: [CONSOLE.DLL] Use a new unique sample text for fonts and colors overview. [CONSRV] Remove few DPRINTs.

2013-03-03 Thread hbelusca
Author: hbelusca Date: Sun Mar 3 17:39:44 2013 New Revision: 58419 URL: http://svn.reactos.org/svn/reactos?rev=58419view=rev Log: [CONSOLE.DLL] Use a new unique sample text for fonts and colors overview. [CONSRV] Remove few DPRINTs. Modified: branches/ros-csrss/dll/cpl/console/lang/bg

[ros-diffs] [hbelusca] 58443: [SERVICES] * Fix some format specifiers (part 2 of r58442). Thanks Amine :) * Remane two global static variables to avoid name collision warnings.

2013-03-08 Thread hbelusca
Author: hbelusca Date: Fri Mar 8 20:56:18 2013 New Revision: 58443 URL: http://svn.reactos.org/svn/reactos?rev=58443view=rev Log: [SERVICES] * Fix some format specifiers (part 2 of r58442). Thanks Amine :) * Remane two global static variables to avoid name collision warnings. Modified

[ros-diffs] [hbelusca] 58444: [SERVICES] - Disable an unuseful DPRINT. - Remove a redundant variable lpConfig.

2013-03-08 Thread hbelusca
Author: hbelusca Date: Fri Mar 8 21:19:12 2013 New Revision: 58444 URL: http://svn.reactos.org/svn/reactos?rev=58444view=rev Log: [SERVICES] - Disable an unuseful DPRINT. - Remove a redundant variable lpConfig. Modified: trunk/reactos/base/system/services/rpcserver.c Modified: trunk

[ros-diffs] [hbelusca] 58445: The 'i' variable being only used for displaying the array of parameters (when debug output is enabled), disable it also to avoid error: unused variable 'i'.

2013-03-08 Thread hbelusca
Author: hbelusca Date: Fri Mar 8 21:22:05 2013 New Revision: 58445 URL: http://svn.reactos.org/svn/reactos?rev=58445view=rev Log: The 'i' variable being only used for displaying the array of parameters (when debug output is enabled), disable it also to avoid error: unused variable 'i

[ros-diffs] [hbelusca] 58446: [SERVICES-ADVAPI32] - Check for possible null pointers (invalid address) before dereferencing them. - Correct some DPRINT formatting.

2013-03-08 Thread hbelusca
Author: hbelusca Date: Fri Mar 8 22:40:38 2013 New Revision: 58446 URL: http://svn.reactos.org/svn/reactos?rev=58446view=rev Log: [SERVICES-ADVAPI32] - Check for possible null pointers (invalid address) before dereferencing them. - Correct some DPRINT formatting. Modified: trunk/reactos

[ros-diffs] [hbelusca] 58448: [CONSRV] Fix the initialization of screen buffers (concerning the cursor size). [KERNEL32] Fix almost all of the console winetests. Only 26 tests remain to be fixed, conc

2013-03-08 Thread hbelusca
Author: hbelusca Date: Sat Mar 9 01:39:49 2013 New Revision: 58448 URL: http://svn.reactos.org/svn/reactos?rev=58448view=rev Log: [CONSRV] Fix the initialization of screen buffers (concerning the cursor size). [KERNEL32] Fix almost all of the console winetests. Only 26 tests remain to be fixed

[ros-diffs] [hbelusca] 58449: [KERNEL32] Further correct 4 console winetests.

2013-03-09 Thread hbelusca
Author: hbelusca Date: Sat Mar 9 14:18:10 2013 New Revision: 58449 URL: http://svn.reactos.org/svn/reactos?rev=58449view=rev Log: [KERNEL32] Further correct 4 console winetests. Modified: branches/ros-csrss/dll/win32/kernel32/client/console/readwrite.c Modified: branches/ros-csrss/dll

[ros-diffs] [hbelusca] 58453: [NTDLL] Fix CsrCaptureTimeout (verified against Windows Server 2003). [KERNEL32-CSRSRV-BASESRV-CONSRV-WINSRV] Clean the code: remove unuseful comments and dprints, reorga

2013-03-09 Thread hbelusca
Author: hbelusca Date: Sat Mar 9 21:08:23 2013 New Revision: 58453 URL: http://svn.reactos.org/svn/reactos?rev=58453view=rev Log: [NTDLL] Fix CsrCaptureTimeout (verified against Windows Server 2003). [KERNEL32-CSRSRV-BASESRV-CONSRV-WINSRV] Clean the code: remove unuseful comments and dprints

[ros-diffs] [hbelusca] 58454: [KERNEL32-CONSRV] Remove the old implementation of GetConsoleInputWaitHandle which was commented-out for some time. [BASESRV] Correct few names.

2013-03-09 Thread hbelusca
Author: hbelusca Date: Sat Mar 9 21:21:37 2013 New Revision: 58454 URL: http://svn.reactos.org/svn/reactos?rev=58454view=rev Log: [KERNEL32-CONSRV] Remove the old implementation of GetConsoleInputWaitHandle which was commented-out for some time. [BASESRV] Correct few names. Modified

[ros-diffs] [hbelusca] 58455: [CONSRV-USER32-WINSRV] Pre-synchrosize with trunk, by applying some changes from revision r58411.

2013-03-09 Thread hbelusca
Author: hbelusca Date: Sat Mar 9 21:52:12 2013 New Revision: 58455 URL: http://svn.reactos.org/svn/reactos?rev=58455view=rev Log: [CONSRV-USER32-WINSRV] Pre-synchrosize with trunk, by applying some changes from revision r58411. Modified: branches/ros-csrss/include/reactos/subsys/win

<    1   2   3   4   5   6   7   8   9   10   >