[ros-diffs] [mjansen] 72061: [ATL][ATL_APITEST] Implement / Improve CString, based upon the code that was already there. CORE-11579 #resolve Add code + tests for: Conversion of A->W and W->A, equality

2016-07-30 Thread mjansen
Author: mjansen Date: Sat Jul 30 19:07:43 2016 New Revision: 72061 URL: http://svn.reactos.org/svn/reactos?rev=72061=rev Log: [ATL][ATL_APITEST] Implement / Improve CString, based upon the code that was already there. CORE-11579 #resolve Add code + tests for: Conversion of A->W and W->A,

[ros-diffs] [hbelusca] 72060: [SCSIPORT]: Port Dmitry's fix from r72059 to our scsiport driver too. I'm wondering how "difficult" it would be to have some kind of scsiport library to be shared between

2016-07-30 Thread hbelusca
Author: hbelusca Date: Sat Jul 30 16:20:41 2016 New Revision: 72060 URL: http://svn.reactos.org/svn/reactos?rev=72060=rev Log: [SCSIPORT]: Port Dmitry's fix from r72059 to our scsiport driver too. I'm wondering how "difficult" it would be to have some kind of scsiport library to be shared

[ros-diffs] [ekohl] 72058: [SOLITAIRE] Add Portuguese/Brazillian translation. Patch by Lucas Raziel. CORE-11665 #resolve #comment Thanks a lot!

2016-07-30 Thread ekohl
Author: ekohl Date: Sat Jul 30 14:09:58 2016 New Revision: 72058 URL: http://svn.reactos.org/svn/reactos?rev=72058=rev Log: [SOLITAIRE] Add Portuguese/Brazillian translation. Patch by Lucas Raziel. CORE-11665 #resolve #comment Thanks a lot! Added:

[ros-diffs] [pschweitzer] 72056: [FASTFAT] Fix a FIXME

2016-07-30 Thread pschweitzer
Author: pschweitzer Date: Sat Jul 30 12:53:09 2016 New Revision: 72056 URL: http://svn.reactos.org/svn/reactos?rev=72056=rev Log: [FASTFAT] Fix a FIXME Modified: trunk/reactos/drivers/filesystems/fastfat/fsctl.c Modified: trunk/reactos/drivers/filesystems/fastfat/fsctl.c URL:

[ros-diffs] [gadamopoulos] 72055: [BROWSEUI] - Move handling of DISPID_NAVIGATECOMPLETE2 event from CAddressBand to CAddressEditBox as the todo comments say it should be. - Remove the todo entries tha

2016-07-30 Thread gadamopoulos
Author: gadamopoulos Date: Sat Jul 30 12:47:39 2016 New Revision: 72055 URL: http://svn.reactos.org/svn/reactos?rev=72055=rev Log: [BROWSEUI] - Move handling of DISPID_NAVIGATECOMPLETE2 event from CAddressBand to CAddressEditBox as the todo comments say it should be. - Remove the todo entries

[ros-diffs] [jimtabor] 72054: [NtUser] - Fix hang while inputting mouse message. Fix CORE-9998.

2016-07-30 Thread jimtabor
Author: jimtabor Date: Sat Jul 30 12:32:28 2016 New Revision: 72054 URL: http://svn.reactos.org/svn/reactos?rev=72054=rev Log: [NtUser] - Fix hang while inputting mouse message. Fix CORE-9998. Modified: trunk/reactos/win32ss/user/ntuser/msgqueue.c Modified:

[ros-diffs] [gadamopoulos] 72053: [BROWSEUI] - Use the _CreateInstance postfix for all functions that instantiate a class. - Move the the CreateInstance functions of the exported classes to browseui.h

2016-07-30 Thread gadamopoulos
Author: gadamopoulos Date: Sat Jul 30 11:53:16 2016 New Revision: 72053 URL: http://svn.reactos.org/svn/reactos?rev=72053=rev Log: [BROWSEUI] - Use the _CreateInstance postfix for all functions that instantiate a class. - Move the the CreateInstance functions of the exported classes to browseui.h

[ros-diffs] [dchapyshev] 72052: [USER32] - Add missing NULL-pointer checkes in rect functions - Small coding-style fixes

2016-07-30 Thread dchapyshev
Author: dchapyshev Date: Sat Jul 30 11:31:33 2016 New Revision: 72052 URL: http://svn.reactos.org/svn/reactos?rev=72052=rev Log: [USER32] - Add missing NULL-pointer checkes in rect functions - Small coding-style fixes Modified: trunk/reactos/win32ss/user/user32/windows/rect.c Modified: