[ros-diffs] [jimtabor] 72204: [NtUser] - Get the right shift to pass through the keyboard subsystem. (WIP)

2016-08-11 Thread jimtabor
Author: jimtabor Date: Fri Aug 12 00:54:44 2016 New Revision: 72204 URL: http://svn.reactos.org/svn/reactos?rev=72204=rev Log: [NtUser] - Get the right shift to pass through the keyboard subsystem. (WIP) Modified: trunk/reactos/win32ss/user/ntuser/keyboard.c Modified:

[ros-diffs] [jimtabor] 72203: [NtUser] - Send Input Language Change System Character flag if font signature and system character is set.

2016-08-11 Thread jimtabor
Author: jimtabor Date: Thu Aug 11 22:33:12 2016 New Revision: 72203 URL: http://svn.reactos.org/svn/reactos?rev=72203=rev Log: [NtUser] - Send Input Language Change System Character flag if font signature and system character is set. Modified: trunk/reactos/win32ss/user/ntuser/msgqueue.c

[ros-diffs] [jimtabor] 72202: [NtUser] - If focus window null use active.

2016-08-11 Thread jimtabor
Author: jimtabor Date: Thu Aug 11 22:04:33 2016 New Revision: 72202 URL: http://svn.reactos.org/svn/reactos?rev=72202=rev Log: [NtUser] - If focus window null use active. Modified: trunk/reactos/win32ss/user/ntuser/kbdlayout.c Modified: trunk/reactos/win32ss/user/ntuser/kbdlayout.c URL:

[ros-diffs] [jimtabor] 72201: [NtUser] - Fix registry update when turning on/off keyboard layout hotkey and selecting. VK_RSHIFT (WIP).

2016-08-11 Thread jimtabor
Author: jimtabor Date: Thu Aug 11 21:36:55 2016 New Revision: 72201 URL: http://svn.reactos.org/svn/reactos?rev=72201=rev Log: [NtUser] - Fix registry update when turning on/off keyboard layout hotkey and selecting. VK_RSHIFT (WIP). Modified: trunk/reactos/win32ss/user/ntuser/main.c

[ros-diffs] [zhu] 72200: Rewrite of many address.c functions to simplify locking and resolve deadlocks, special attention paid to whether AFD and lwIP have pointers to my data or not. Added deadlock r

2016-08-11 Thread zhu
Author: zhu Date: Thu Aug 11 19:40:13 2016 New Revision: 72200 URL: http://svn.reactos.org/svn/reactos?rev=72200=rev Log: Rewrite of many address.c functions to simplify locking and resolve deadlocks, special attention paid to whether AFD and lwIP have pointers to my data or not. Added deadlock

[ros-diffs] [hbelusca] 72199: Remove extra ending semicolons in our C code base.

2016-08-11 Thread hbelusca
Author: hbelusca Date: Thu Aug 11 16:50:41 2016 New Revision: 72199 URL: http://svn.reactos.org/svn/reactos?rev=72199=rev Log: Remove extra ending semicolons in our C code base. Modified: trunk/reactos/drivers/parallel/parport/fdo.c trunk/reactos/win32ss/user/ntuser/sysparams.c

[ros-diffs] [pschweitzer] 72198: [MPR] Import Wine commit: - b452e6285915b1ad46920fc8551335ab28bfb4c0, Implement local name automatic redirection for disks. - a65c31e46fa354fc8fbf86c0b9f273f86132a571,

2016-08-11 Thread pschweitzer
Author: pschweitzer Date: Thu Aug 11 16:29:36 2016 New Revision: 72198 URL: http://svn.reactos.org/svn/reactos?rev=72198=rev Log: [MPR] Import Wine commit: - b452e6285915b1ad46920fc8551335ab28bfb4c0, Implement local name automatic redirection for disks. -

[ros-diffs] [jimtabor] 72197: [NtUser] - Fix up Language Layout Hotkey Toggle support for the new Keyboard switching. Support registry settings. Dedicated to Dmitry Chapyshev. - The registry entry it

2016-08-11 Thread jimtabor
Author: jimtabor Date: Thu Aug 11 15:53:05 2016 New Revision: 72197 URL: http://svn.reactos.org/svn/reactos?rev=72197=rev Log: [NtUser] - Fix up Language Layout Hotkey Toggle support for the new Keyboard switching. Support registry settings. Dedicated to Dmitry Chapyshev. - The registry entry it

[ros-diffs] [tfaber] 72196: [FASTFAT] - Fail invalid opens specifying FILE_DELETE_ON_CLOSE CORE-6931

2016-08-11 Thread tfaber
Author: tfaber Date: Thu Aug 11 13:25:57 2016 New Revision: 72196 URL: http://svn.reactos.org/svn/reactos?rev=72196=rev Log: [FASTFAT] - Fail invalid opens specifying FILE_DELETE_ON_CLOSE CORE-6931 Modified: trunk/reactos/drivers/filesystems/fastfat/create.c Modified:

[ros-diffs] [tfaber] 72195: [FASTFAT] - Cancel deletion of a directory if it is not empty when its last handle is closed CORE-6931

2016-08-11 Thread tfaber
Author: tfaber Date: Thu Aug 11 11:41:25 2016 New Revision: 72195 URL: http://svn.reactos.org/svn/reactos?rev=72195=rev Log: [FASTFAT] - Cancel deletion of a directory if it is not empty when its last handle is closed CORE-6931 Modified: trunk/reactos/drivers/filesystems/fastfat/cleanup.c