[ros-diffs] [khornicek] 75818: [WIN32K] - really check whether the requested pixel is outside of the surface in NtGdiGetPixel CORE-12820

2017-09-10 Thread khornicek
Author: khornicek Date: Sun Sep 10 09:09:57 2017 New Revision: 75818 URL: http://svn.reactos.org/svn/reactos?rev=75818=rev Log: [WIN32K] - really check whether the requested pixel is outside of the surface in NtGdiGetPixel CORE-12820 Modified: trunk/reactos/win32ss/gdi/ntgdi/bitblt.c

[ros-diffs] [khornicek] 75800: [WIN32SS|KBDHID] - fix some typos and copypastas

2017-09-08 Thread khornicek
Author: khornicek Date: Fri Sep 8 20:20:34 2017 New Revision: 75800 URL: http://svn.reactos.org/svn/reactos?rev=75800=rev Log: [WIN32SS|KBDHID] - fix some typos and copypastas Modified: trunk/reactos/drivers/hid/kbdhid/kbdhid.c trunk/reactos/win32ss/gdi/gdi32/objects/bitmap.c trunk

[ros-diffs] [khornicek] 75798: [SHELL32] - some tweaks, optimizations and fixes for the free/used disk space pie chart drawing code to properly cover all corner cases and remove minor drawing artifact

2017-09-08 Thread khornicek
Author: khornicek Date: Fri Sep 8 20:00:59 2017 New Revision: 75798 URL: http://svn.reactos.org/svn/reactos?rev=75798=rev Log: [SHELL32] - some tweaks, optimizations and fixes for the free/used disk space pie chart drawing code to properly cover all corner cases and remove minor drawing

[ros-diffs] [khornicek] 75797: [NOTEPAD] - don't allow multiple instances of the find/replace dialog CORE-13744

2017-09-08 Thread khornicek
Author: khornicek Date: Fri Sep 8 19:09:48 2017 New Revision: 75797 URL: http://svn.reactos.org/svn/reactos?rev=75797=rev Log: [NOTEPAD] - don't allow multiple instances of the find/replace dialog CORE-13744 Modified: trunk/reactos/base/applications/notepad/dialog.c Modified: trunk

[ros-diffs] [khornicek] 75682: [TRANSLATIONS] - Fix missing shortcuts on desktop for Ukrainian localization.

2017-08-26 Thread khornicek
Author: khornicek Date: Sat Aug 26 21:19:44 2017 New Revision: 75682 URL: http://svn.reactos.org/svn/reactos?rev=75682=rev Log: [TRANSLATIONS] - Fix missing shortcuts on desktop for Ukrainian localization. Modified: trunk/reactos/dll/win32/userenv/lang/uk-UA.rc Modified: trunk/reactos/dll

[ros-diffs] [khornicek] 74216: [TRANSLATIONS] - Shorten some strings to make MSVC happy.

2017-03-20 Thread khornicek
Author: khornicek Date: Mon Mar 20 22:23:33 2017 New Revision: 74216 URL: http://svn.reactos.org/svn/reactos?rev=74216=rev Log: [TRANSLATIONS] - Shorten some strings to make MSVC happy. Modified: trunk/reactos/dll/cpl/openglcfg/lang/cs-CZ.rc trunk/reactos/dll/cpl/openglcfg/lang/de-DE.rc

[ros-diffs] [khornicek] 74212: Somehow this wasn't committed. Sorry.

2017-03-20 Thread khornicek
Author: khornicek Date: Mon Mar 20 12:16:45 2017 New Revision: 74212 URL: http://svn.reactos.org/svn/reactos?rev=74212=rev Log: Somehow this wasn't committed. Sorry. Added: trunk/reactos/dll/cpl/openglcfg/lang/cs-CZ.rc (with props) Added: trunk/reactos/dll/cpl/openglcfg/lang/cs-CZ.rc URL

[ros-diffs] [khornicek] 74211: [RAPPS] - Move Mesa 3D to "Libraries" - Clarify what this library is for and how to use it. - Add Czech translation. [OPENGLCFG] - Add Czech translation.

2017-03-20 Thread khornicek
Author: khornicek Date: Mon Mar 20 12:02:10 2017 New Revision: 74211 URL: http://svn.reactos.org/svn/reactos?rev=74211=rev Log: [RAPPS] - Move Mesa 3D to "Libraries" - Clarify what this library is for and how to use it. - Add Czech translation. [OPENGLCFG] - Add Czech translation.

[ros-diffs] [khornicek] 74210: [NTOS:KD64] - Fix a copy-pasta. - Spotted by Sumanai. Thanks! CORE-12952

2017-03-20 Thread khornicek
Author: khornicek Date: Mon Mar 20 10:21:11 2017 New Revision: 74210 URL: http://svn.reactos.org/svn/reactos?rev=74210=rev Log: [NTOS:KD64] - Fix a copy-pasta. - Spotted by Sumanai. Thanks! CORE-12952 Modified: trunk/reactos/ntoskrnl/kd64/kdapi.c Modified: trunk/reactos/ntoskrnl/kd64

[ros-diffs] [khornicek] 74209: [RAPPS] - Add a custom build of the Mesa 3D Graphics Library. This build contains mesa, gallium and llvmpipe. It provides an enormous performance boost over the software

2017-03-19 Thread khornicek
Author: khornicek Date: Sun Mar 19 22:27:59 2017 New Revision: 74209 URL: http://svn.reactos.org/svn/reactos?rev=74209=rev Log: [RAPPS] - Add a custom build of the Mesa 3D Graphics Library. This build contains mesa, gallium and llvmpipe. It provides an enormous performance boost over

[ros-diffs] [khornicek] 74208: [OPENGLCFG] - Add a simple applet to set a custom OGL ICD or force the use of the built in software implementation. - It can be used to set the DEBUGCHANNEL to +opengl,

2017-03-19 Thread khornicek
Author: khornicek Date: Sun Mar 19 22:20:51 2017 New Revision: 74208 URL: http://svn.reactos.org/svn/reactos?rev=74208=rev Log: [OPENGLCFG] - Add a simple applet to set a custom OGL ICD or force the use of the built in software implementation. - It can be used to set the DEBUGCHANNEL to +opengl

[ros-diffs] [khornicek] 74207: [OPENGL32] Disclaimer: This code is ReactOS specific and is the complete opposite of what Windows does (tm): - Add the option to override the default OpenGL driver by a

2017-03-19 Thread khornicek
Author: khornicek Date: Sun Mar 19 22:15:58 2017 New Revision: 74207 URL: http://svn.reactos.org/svn/reactos?rev=74207=rev Log: [OPENGL32] Disclaimer: This code is ReactOS specific and is the complete opposite of what Windows does (tm): - Add the option to override the default OpenGL driver

[ros-diffs] [khornicek] 74046: [WIN32K] - GreGetDIBitsInternal: - Prevent an access violation in DIB_FreeConvertedBitmapInfo by initializing the bit count before calling DIB_ConvertBitmapInfo and sett

2017-03-04 Thread khornicek
Author: khornicek Date: Sat Mar 4 10:37:00 2017 New Revision: 74046 URL: http://svn.reactos.org/svn/reactos?rev=74046=rev Log: [WIN32K] - GreGetDIBitsInternal: - Prevent an access violation in DIB_FreeConvertedBitmapInfo by initializing the bit count before calling DIB_ConvertBitmapInfo

[ros-diffs] [khornicek] 74039: [SHELL32] - Always set the default value in SetDefaultHandler, otherwise it's impossible to create a default association if the key for some reason already exists. This

2017-03-03 Thread khornicek
Author: khornicek Date: Fri Mar 3 16:20:03 2017 New Revision: 74039 URL: http://svn.reactos.org/svn/reactos?rev=74039=rev Log: [SHELL32] - Always set the default value in SetDefaultHandler, otherwise it's impossible to create a default association if the key for some reason already exists

[ros-diffs] [khornicek] 73890: [WIN32K] - Clean up after myself. Thanks, Giannis and Thomas.

2017-02-22 Thread khornicek
Author: khornicek Date: Wed Feb 22 21:18:18 2017 New Revision: 73890 URL: http://svn.reactos.org/svn/reactos?rev=73890=rev Log: [WIN32K] - Clean up after myself. Thanks, Giannis and Thomas. Modified: trunk/reactos/win32ss/gdi/ntgdi/region.c trunk/reactos/win32ss/user/ntuser/class.c

[ros-diffs] [khornicek] 73881: [NTGDI] - Check for zero rectangles in REGION_bXformRgn. CORE-12204

2017-02-22 Thread khornicek
Author: khornicek Date: Wed Feb 22 10:48:41 2017 New Revision: 73881 URL: http://svn.reactos.org/svn/reactos?rev=73881=rev Log: [NTGDI] - Check for zero rectangles in REGION_bXformRgn. CORE-12204 Modified: trunk/reactos/win32ss/gdi/ntgdi/region.c Modified: trunk/reactos/win32ss/gdi/ntgdi

[ros-diffs] [khornicek] 73879: [NTUSER] - Prevent a null to be passed to UserDereferenceObject in UserSetCursorIconData. CID 1321971 - Make the status check in co_IntCallSentMessageCallback less usele

2017-02-22 Thread khornicek
Author: khornicek Date: Wed Feb 22 10:29:03 2017 New Revision: 73879 URL: http://svn.reactos.org/svn/reactos?rev=73879=rev Log: [NTUSER] - Prevent a null to be passed to UserDereferenceObject in UserSetCursorIconData. CID 1321971 - Make the status check in co_IntCallSentMessageCallback less

[ros-diffs] [khornicek] 73878: [NTGDI] - Consider the return value from IntFillArc in IntArc. CID 1237076 - Remove an useless check in ENTRY_ReferenceEntryByHandle CID 731587 - Prevent an unlikely mem

2017-02-22 Thread khornicek
Author: khornicek Date: Wed Feb 22 10:26:40 2017 New Revision: 73878 URL: http://svn.reactos.org/svn/reactos?rev=73878=rev Log: [NTGDI] - Consider the return value from IntFillArc in IntArc. CID 1237076 - Remove an useless check in ENTRY_ReferenceEntryByHandle CID 731587 - Prevent an unlikely

[ros-diffs] [khornicek] 73877: [GDI32] - Fix a possible null pointer dereference in GetGlyphOutlineA. CID 513747 - SetDIBits should not accept null bitmap info at all. CID 513425 - Don't set the pdwRe

2017-02-22 Thread khornicek
Author: khornicek Date: Wed Feb 22 10:22:28 2017 New Revision: 73877 URL: http://svn.reactos.org/svn/reactos?rev=73877=rev Log: [GDI32] - Fix a possible null pointer dereference in GetGlyphOutlineA. CID 513747 - SetDIBits should not accept null bitmap info at all. CID 513425 - Don't set

[ros-diffs] [khornicek] 73858: [EVENTLOG] - Silence some debug prints. This commit bears the "Hermès' seal of approval".

2017-02-20 Thread khornicek
Author: khornicek Date: Mon Feb 20 14:45:03 2017 New Revision: 73858 URL: http://svn.reactos.org/svn/reactos?rev=73858=rev Log: [EVENTLOG] - Silence some debug prints. This commit bears the "Hermès' seal of approval". Modified: trunk/reactos/base/services/eventlog/file.c Modif

[ros-diffs] [khornicek] 73855: [WIN32K] - Don't try to delete the pattern bitmap in UserInitialize. - Set the correct owner before deleting the update region in co_UserFreeWindow. - Fixes some "Trying

2017-02-20 Thread khornicek
Author: khornicek Date: Mon Feb 20 10:10:37 2017 New Revision: 73855 URL: http://svn.reactos.org/svn/reactos?rev=73855=rev Log: [WIN32K] - Don't try to delete the pattern bitmap in UserInitialize. - Set the correct owner before deleting the update region in co_UserFreeWindow. - Fixes some "T

[ros-diffs] [khornicek] 73823: [SHELL32] - Make the "Open with" dialog start in Program Files as is done in Windows (doesn't really changes anything because comdlg32 doesn't expand environment variabl

2017-02-17 Thread khornicek
Author: khornicek Date: Fri Feb 17 23:39:39 2017 New Revision: 73823 URL: http://svn.reactos.org/svn/reactos?rev=73823=rev Log: [SHELL32] - Make the "Open with" dialog start in Program Files as is done in Windows (doesn't really changes anything because comdlg32 doesn't expand e

[ros-diffs] [khornicek] 73812: [WIN32K] - The pattern bitmap can get deleted during the GDI cleanup for process before the brush itself. - Gets rid of some of those pesky "GreDeleteObject: Trying to d

2017-02-17 Thread khornicek
Author: khornicek Date: Fri Feb 17 13:13:36 2017 New Revision: 73812 URL: http://svn.reactos.org/svn/reactos?rev=73812=rev Log: [WIN32K] - The pattern bitmap can get deleted during the GDI cleanup for process before the brush itself. - Gets rid of some of those pesky "GreDeleteObject: T

[ros-diffs] [khornicek] 73810: [PING] - Addendum to r73626. Convert the print specifiers too so that ping doesn't only output the old specifiers themselves.

2017-02-17 Thread khornicek
Author: khornicek Date: Fri Feb 17 12:30:14 2017 New Revision: 73810 URL: http://svn.reactos.org/svn/reactos?rev=73810=rev Log: [PING] - Addendum to r73626. Convert the print specifiers too so that ping doesn't only output the old specifiers themselves. Modified: trunk/reactos/base

[ros-diffs] [khornicek] 73802: [SPIDER] - Make the formatting a bit more consistent. [EVENTVWR] - Remove an useless cast.

2017-02-15 Thread khornicek
Author: khornicek Date: Wed Feb 15 10:53:41 2017 New Revision: 73802 URL: http://svn.reactos.org/svn/reactos?rev=73802=rev Log: [SPIDER] - Make the formatting a bit more consistent. [EVENTVWR] - Remove an useless cast. Modified: trunk/reactos/base/applications/games/spider/spider.cpp

[ros-diffs] [khornicek] 73776: [REGEDIT] - Fix a possible null pointer dereference. CID 731448 - Check string length before copying into a fixed size buffer. CID 515207 - Bail out of _CmdWndProc if ke

2017-02-11 Thread khornicek
Author: khornicek Date: Sat Feb 11 16:02:49 2017 New Revision: 73776 URL: http://svn.reactos.org/svn/reactos?rev=73776=rev Log: [REGEDIT] - Fix a possible null pointer dereference. CID 731448 - Check string length before copying into a fixed size buffer. CID 515207 - Bail out of _CmdWndProc

[ros-diffs] [khornicek] 73770: [UMPNPMGR] - Fix a possible null pointer dereference. CID 515158

2017-02-11 Thread khornicek
Author: khornicek Date: Sat Feb 11 10:34:35 2017 New Revision: 73770 URL: http://svn.reactos.org/svn/reactos?rev=73770=rev Log: [UMPNPMGR] - Fix a possible null pointer dereference. CID 515158 Modified: trunk/reactos/base/services/umpnpmgr/umpnpmgr.c Modified: trunk/reactos/base/services

[ros-diffs] [khornicek] 73760: [TASKMGR] - ellipsis is a pointer not an array. CID 1321855

2017-02-08 Thread khornicek
Author: khornicek Date: Wed Feb 8 22:52:46 2017 New Revision: 73760 URL: http://svn.reactos.org/svn/reactos?rev=73760=rev Log: [TASKMGR] - ellipsis is a pointer not an array. CID 1321855 Modified: trunk/reactos/base/applications/taskmgr/perfdata.c Modified: trunk/reactos/base/applications

[ros-diffs] [khornicek] 73749: [EVENTVWR] - Attempt to speed up loading and displaying logs in EnumEventsThread: - Rewriting the code fix an infinite loop that could happen under low memory conditions

2017-02-07 Thread khornicek
Author: khornicek Date: Tue Feb 7 22:33:02 2017 New Revision: 73749 URL: http://svn.reactos.org/svn/reactos?rev=73749=rev Log: [EVENTVWR] - Attempt to speed up loading and displaying logs in EnumEventsThread: - Rewriting the code fix an infinite loop that could happen under low memory

[ros-diffs] [khornicek] 73711: [SPIDER] - Add a null pointer check. CID 500248 - Check for a memory allocation failure. - Improve Czech resources.

2017-02-05 Thread khornicek
Author: khornicek Date: Sun Feb 5 18:17:27 2017 New Revision: 73711 URL: http://svn.reactos.org/svn/reactos?rev=73711=rev Log: [SPIDER] - Add a null pointer check. CID 500248 - Check for a memory allocation failure. - Improve Czech resources. Modified: trunk/reactos/base/applications/games

[ros-diffs] [khornicek] 73708: [KBSWITCH] - Don't fall through to the default label. CID 515166 [NTUSER] - Fix a copypasta. [USER32] - Fix computing of HKL for layouts with Layout id. - Don't call NtU

2017-02-05 Thread khornicek
Author: khornicek Date: Sun Feb 5 15:42:23 2017 New Revision: 73708 URL: http://svn.reactos.org/svn/reactos?rev=73708=rev Log: [KBSWITCH] - Don't fall through to the default label. CID 515166 [NTUSER] - Fix a copypasta. [USER32] - Fix computing of HKL for layouts with Layout id. - Don't call

[ros-diffs] [khornicek] 73699: [CONTROL] - Use strsafe functions. CID 515200

2017-02-05 Thread khornicek
Author: khornicek Date: Sun Feb 5 10:28:42 2017 New Revision: 73699 URL: http://svn.reactos.org/svn/reactos?rev=73699=rev Log: [CONTROL] - Use strsafe functions. CID 515200 Modified: trunk/reactos/base/applications/control/control.c Modified: trunk/reactos/base/applications/control

[ros-diffs] [khornicek] 73670: [SETUPAPI] - fix a mix up, caught by Mark

2017-02-02 Thread khornicek
Author: khornicek Date: Thu Feb 2 19:48:38 2017 New Revision: 73670 URL: http://svn.reactos.org/svn/reactos?rev=73670=rev Log: [SETUPAPI] - fix a mix up, caught by Mark Modified: trunk/reactos/dll/win32/setupapi/devclass.c Modified: trunk/reactos/dll/win32/setupapi/devclass.c URL: http

[ros-diffs] [khornicek] 73669: [SETUPAPI] - remove logically dead code in SetupDiGetClassImageIndex, CID 500046 - prevent null pointer dereference in SetupDiGetClassDevPropertySheetsA, CID 500676 - us

2017-02-02 Thread khornicek
Author: khornicek Date: Thu Feb 2 19:41:19 2017 New Revision: 73669 URL: http://svn.reactos.org/svn/reactos?rev=73669=rev Log: [SETUPAPI] - remove logically dead code in SetupDiGetClassImageIndex, CID 500046 - prevent null pointer dereference in SetupDiGetClassDevPropertySheetsA, CID 500676

[ros-diffs] [khornicek] 73663: [MSPORTS] - Check for failure when calling SetupDiGetActualSectionToInstallW so we don't pass garbage to SetupInstallFromInfSectionW. CID 715920

2017-02-01 Thread khornicek
Author: khornicek Date: Wed Feb 1 18:36:40 2017 New Revision: 73663 URL: http://svn.reactos.org/svn/reactos?rev=73663=rev Log: [MSPORTS] - Check for failure when calling SetupDiGetActualSectionToInstallW so we don't pass garbage to SetupInstallFromInfSectionW. CID 715920 Modified: trunk

[ros-diffs] [khornicek] 73662: [TRANSLATIONS] - fix, update and add some czech translations + two tiny "improvements" in english ones In case anyone wants to continue - these modules lack czech resour

2017-02-01 Thread khornicek
Author: khornicek Date: Wed Feb 1 14:45:59 2017 New Revision: 73662 URL: http://svn.reactos.org/svn/reactos?rev=73662=rev Log: [TRANSLATIONS] - fix, update and add some czech translations + two tiny "improvements" in english ones In case anyone wants to continue - these modules

[ros-diffs] [khornicek] 73038: [WIN32K] - fix a typo in the default logical palette copy - fix color table computation for 8 bpp in GreGetDIBitsInternal (formula taken from gdi32:bitmap winetest)

2016-10-26 Thread khornicek
Author: khornicek Date: Wed Oct 26 10:21:46 2016 New Revision: 73038 URL: http://svn.reactos.org/svn/reactos?rev=73038=rev Log: [WIN32K] - fix a typo in the default logical palette copy - fix color table computation for 8 bpp in GreGetDIBitsInternal (formula taken from gdi32:bitmap winetest

[ros-diffs] [khornicek] 73032: [GDI32] - comply with MSDN and stop enumerating font families as soon as the user provided callback returns zero - fixes bunch of user32:sysparams tests which rely on th

2016-10-25 Thread khornicek
Author: khornicek Date: Tue Oct 25 17:08:05 2016 New Revision: 73032 URL: http://svn.reactos.org/svn/reactos?rev=73032=rev Log: [GDI32] - comply with MSDN and stop enumerating font families as soon as the user provided callback returns zero - fixes bunch of user32:sysparams tests which rely

[ros-diffs] [khornicek] 67436: [W32KNAPI] - NEW_CURSORICON is no more

2015-04-26 Thread khornicek
Author: khornicek Date: Sun Apr 26 13:17:24 2015 New Revision: 67436 URL: http://svn.reactos.org/svn/reactos?rev=67436view=rev Log: [W32KNAPI] - NEW_CURSORICON is no more Modified: trunk/rostests/apitests/w32kdll/w32kdll_ros/w32kdll_ros.spec trunk/rostests/apitests/w32kdll/w32kdll_ros

[ros-diffs] [khornicek] 66864: [GDI32] - export GdiGetBitmapBitsSize

2015-03-23 Thread khornicek
Author: khornicek Date: Mon Mar 23 13:25:16 2015 New Revision: 66864 URL: http://svn.reactos.org/svn/reactos?rev=66864view=rev Log: [GDI32] - export GdiGetBitmapBitsSize Modified: trunk/reactos/win32ss/gdi/gdi32/gdi32.spec Modified: trunk/reactos/win32ss/gdi/gdi32/gdi32.spec URL: http

[ros-diffs] [khornicek] 66854: [WIN32K] - set the devmode size for ENUM_REGISTRY_SETTINGS case in NtUserEnumDisplaySettings so it gets copied back to caller later

2015-03-22 Thread khornicek
Author: khornicek Date: Sun Mar 22 12:08:09 2015 New Revision: 66854 URL: http://svn.reactos.org/svn/reactos?rev=66854view=rev Log: [WIN32K] - set the devmode size for ENUM_REGISTRY_SETTINGS case in NtUserEnumDisplaySettings so it gets copied back to caller later Modified: trunk/reactos

[ros-diffs] [khornicek] 66836: [RAPPS] - check the HTTP status when downloading a package (trying to run XML files in NTVDM is NOT funny) - cleanup

2015-03-20 Thread khornicek
Author: khornicek Date: Fri Mar 20 11:12:00 2015 New Revision: 66836 URL: http://svn.reactos.org/svn/reactos?rev=66836view=rev Log: [RAPPS] - check the HTTP status when downloading a package (trying to run XML files in NTVDM is NOT funny) - cleanup Modified: trunk/reactos/base/applications

[ros-diffs] [khornicek] 66815: fix build?

2015-03-19 Thread khornicek
Author: khornicek Date: Thu Mar 19 19:41:25 2015 New Revision: 66815 URL: http://svn.reactos.org/svn/reactos?rev=66815view=rev Log: fix build? Modified: trunk/reactos/base/applications/rapps/misc.c Modified: trunk/reactos/base/applications/rapps/misc.c URL: http://svn.reactos.org/svn

[ros-diffs] [khornicek] 66810: [SHELL32] - add icons 165, 166 (by Robert Naumann) and 167 (adapted regedit icon by me) and add these to the Drive's properties Tools tab (patch by Robert Naumann) - use

2015-03-19 Thread khornicek
Author: khornicek Date: Thu Mar 19 13:48:10 2015 New Revision: 66810 URL: http://svn.reactos.org/svn/reactos?rev=66810view=rev Log: [SHELL32] - add icons 165, 166 (by Robert Naumann) and 167 (adapted regedit icon by me) and add these to the Drive's properties Tools tab (patch by Robert Naumann

[ros-diffs] [khornicek] 66812: [RAPPS] - use compression for the app DB archive - update spanish resources - patch by Ismael Ferreras Morezuelas CORE-9060

2015-03-19 Thread khornicek
Author: khornicek Date: Thu Mar 19 14:17:49 2015 New Revision: 66812 URL: http://svn.reactos.org/svn/reactos?rev=66812view=rev Log: [RAPPS] - use compression for the app DB archive - update spanish resources - patch by Ismael Ferreras Morezuelas CORE-9060 Modified: trunk/reactos/base

[ros-diffs] [khornicek] 66814: [RAPPS] - remove the custom parser, add caching, accelerators and lazy loading support and more (patch by Ismael Ferreras Morezuelas) - modifications by me: - don't rely

2015-03-19 Thread khornicek
Author: khornicek Date: Thu Mar 19 19:26:14 2015 New Revision: 66814 URL: http://svn.reactos.org/svn/reactos?rev=66814view=rev Log: [RAPPS] - remove the custom parser, add caching, accelerators and lazy loading support and more (patch by Ismael Ferreras Morezuelas) - modifications by me

[ros-diffs] [khornicek] 66819: [RAPPS] - disable redrawing while the application list is being updated (suggested by Christoph)

2015-03-19 Thread khornicek
Author: khornicek Date: Thu Mar 19 20:19:27 2015 New Revision: 66819 URL: http://svn.reactos.org/svn/reactos?rev=66819view=rev Log: [RAPPS] - disable redrawing while the application list is being updated (suggested by Christoph) Modified: trunk/reactos/base/applications/rapps/winmain.c

[ros-diffs] [khornicek] 66756: [SHELL32] - properly calculate the size of the open with icon control CORE-3904

2015-03-17 Thread khornicek
Author: khornicek Date: Tue Mar 17 15:33:38 2015 New Revision: 66756 URL: http://svn.reactos.org/svn/reactos?rev=66756view=rev Log: [SHELL32] - properly calculate the size of the open with icon control CORE-3904 Modified: trunk/reactos/dll/win32/shell32/dialogs/filedefext.cpp Modified

[ros-diffs] [khornicek] 66760: [MSGINA] - add the TABSTOP style to the shutdown and change password dialog combo boxes

2015-03-17 Thread khornicek
Author: khornicek Date: Tue Mar 17 18:55:44 2015 New Revision: 66760 URL: http://svn.reactos.org/svn/reactos?rev=66760view=rev Log: [MSGINA] - add the TABSTOP style to the shutdown and change password dialog combo boxes Modified: trunk/reactos/dll/win32/msgina/lang/bg-BG.rc trunk/reactos

[ros-diffs] [khornicek] 66736: [RAPPS] - adjust the settings dialog layout (by Stefan Fulea) CORE-9377 - disable the proxy settings input boxes if default/no proxy is selected - update the czech trans

2015-03-16 Thread khornicek
Author: khornicek Date: Mon Mar 16 15:34:00 2015 New Revision: 66736 URL: http://svn.reactos.org/svn/reactos?rev=66736view=rev Log: [RAPPS] - adjust the settings dialog layout (by Stefan Fulea) CORE-9377 - disable the proxy settings input boxes if default/no proxy is selected - update the czech

[ros-diffs] [khornicek] 66742: [KERNEL32] - don't garble the output with invalid data in WideCharToUtf7 - fixes whopping 65536 failed tests and as a result Testman shouldn't choke on kernel32:codepage

2015-03-16 Thread khornicek
Author: khornicek Date: Mon Mar 16 19:00:57 2015 New Revision: 66742 URL: http://svn.reactos.org/svn/reactos?rev=66742view=rev Log: [KERNEL32] - don't garble the output with invalid data in WideCharToUtf7 - fixes whopping 65536 failed tests and as a result Testman shouldn't choke on kernel32

[ros-diffs] [khornicek] 66549: [MESA] - remove a stray debug break CORE-8781

2015-03-02 Thread khornicek
Author: khornicek Date: Mon Mar 2 20:26:25 2015 New Revision: 66549 URL: http://svn.reactos.org/svn/reactos?rev=66549view=rev Log: [MESA] - remove a stray debug break CORE-8781 Modified: trunk/reactos/dll/opengl/mesa/vbo/vbo_save_api.c Modified: trunk/reactos/dll/opengl/mesa/vbo

[ros-diffs] [khornicek] 65356: [WIN32K] - fix up icon size before calculating the destination rectangle CORE-8782

2014-11-10 Thread khornicek
Author: khornicek Date: Mon Nov 10 14:00:02 2014 New Revision: 65356 URL: http://svn.reactos.org/svn/reactos?rev=65356view=rev Log: [WIN32K] - fix up icon size before calculating the destination rectangle CORE-8782 Modified: trunk/reactos/win32ss/user/ntuser/cursoricon_new.c Modified: trunk

[ros-diffs] [khornicek] 65351: [REGEDIT] - initialize ExportKeyPath so that parseKeyName is not fed garbage if exporting all CORE-8771

2014-11-09 Thread khornicek
Author: khornicek Date: Sun Nov 9 23:31:26 2014 New Revision: 65351 URL: http://svn.reactos.org/svn/reactos?rev=65351view=rev Log: [REGEDIT] - initialize ExportKeyPath so that parseKeyName is not fed garbage if exporting all CORE-8771 Modified: trunk/reactos/base/applications/regedit

[ros-diffs] [khornicek] 65295: [USER32] - partially sync exticon.c with Wine 1.7.30

2014-11-06 Thread khornicek
Author: khornicek Date: Thu Nov 6 18:33:42 2014 New Revision: 65295 URL: http://svn.reactos.org/svn/reactos?rev=65295view=rev Log: [USER32] - partially sync exticon.c with Wine 1.7.30 Modified: trunk/reactos/win32ss/user/user32/misc/exticon.c Modified: trunk/reactos/win32ss/user/user32

[ros-diffs] [khornicek] 65297: [USER32] - add ICO files support for PrivateExtractIcons(Ex) - fixes Juice and ICO files now show their icons in explorer CORE-4021

2014-11-06 Thread khornicek
Author: khornicek Date: Thu Nov 6 19:11:03 2014 New Revision: 65297 URL: http://svn.reactos.org/svn/reactos?rev=65297view=rev Log: [USER32] - add ICO files support for PrivateExtractIcons(Ex) - fixes Juice and ICO files now show their icons in explorer CORE-4021 Modified: trunk/reactos

[ros-diffs] [khornicek] 65303: [USER32] - use get_best_icon_file_entry's magic to find the correct icon in ICO_ExtractIconExW - thanks Jérôme! - add cursor files support for PrivateExtractIcon(Ex)

2014-11-06 Thread khornicek
Author: khornicek Date: Thu Nov 6 23:28:28 2014 New Revision: 65303 URL: http://svn.reactos.org/svn/reactos?rev=65303view=rev Log: [USER32] - use get_best_icon_file_entry's magic to find the correct icon in ICO_ExtractIconExW - thanks Jérôme! - add cursor files support for PrivateExtractIcon(Ex

[ros-diffs] [khornicek] 65273: [WIN32K] - don't create a rect with a zero area in NtGdiExtFloodFill CORE-8755

2014-11-05 Thread khornicek
Author: khornicek Date: Wed Nov 5 22:01:08 2014 New Revision: 65273 URL: http://svn.reactos.org/svn/reactos?rev=65273view=rev Log: [WIN32K] - don't create a rect with a zero area in NtGdiExtFloodFill CORE-8755 Modified: trunk/reactos/win32ss/gdi/ntgdi/fillshap.c Modified: trunk/reactos

[ros-diffs] [khornicek] 65150: [WIN32K] - don't access user mode buffers directly in the Freetype code

2014-10-31 Thread khornicek
Author: khornicek Date: Fri Oct 31 15:57:09 2014 New Revision: 65150 URL: http://svn.reactos.org/svn/reactos?rev=65150view=rev Log: [WIN32K] - don't access user mode buffers directly in the Freetype code Modified: trunk/reactos/win32ss/gdi/ntgdi/freetype.c Modified: trunk/reactos/win32ss

[ros-diffs] [khornicek] 65152: [KERNEL32] - fall back to english if a localized resource is not found in GetLocalisedText - this prevents debug spam and loss of functionality (see CORE-8720) for langu

2014-10-31 Thread khornicek
Author: khornicek Date: Fri Oct 31 16:32:23 2014 New Revision: 65152 URL: http://svn.reactos.org/svn/reactos?rev=65152view=rev Log: [KERNEL32] - fall back to english if a localized resource is not found in GetLocalisedText - this prevents debug spam and loss of functionality (see CORE-8720

[ros-diffs] [khornicek] 65162: [EVENTLOG] - fix a possible null dereference

2014-10-31 Thread khornicek
Author: khornicek Date: Fri Oct 31 22:39:19 2014 New Revision: 65162 URL: http://svn.reactos.org/svn/reactos?rev=65162view=rev Log: [EVENTLOG] - fix a possible null dereference Modified: trunk/reactos/base/services/eventlog/rpc.c Modified: trunk/reactos/base/services/eventlog/rpc.c URL

[ros-diffs] [khornicek] 65122: [INTL] - don't display garbage in the location combo box

2014-10-30 Thread khornicek
Author: khornicek Date: Thu Oct 30 12:15:11 2014 New Revision: 65122 URL: http://svn.reactos.org/svn/reactos?rev=65122view=rev Log: [INTL] - don't display garbage in the location combo box Modified: trunk/reactos/dll/cpl/intl/generalp.c Modified: trunk/reactos/dll/cpl/intl/generalp.c URL

[ros-diffs] [khornicek] 65131: [WIN32K] - check for an attached surface a bit earlier in GreExtTextOutW - fixes Foobar 2000 CORE-7425

2014-10-30 Thread khornicek
Author: khornicek Date: Fri Oct 31 00:21:03 2014 New Revision: 65131 URL: http://svn.reactos.org/svn/reactos?rev=65131view=rev Log: [WIN32K] - check for an attached surface a bit earlier in GreExtTextOutW - fixes Foobar 2000 CORE-7425 Modified: trunk/reactos/win32ss/gdi/ntgdi/freetype.c

[ros-diffs] [khornicek] 65100: [BOOTDATA] - add metrics to classic themes (the flag 0xb0001 will result in a kinda esoteric value of type REG_QWORD) - fixes switching from Lautus back to a classic the

2014-10-29 Thread khornicek
Author: khornicek Date: Wed Oct 29 14:27:09 2014 New Revision: 65100 URL: http://svn.reactos.org/svn/reactos?rev=65100view=rev Log: [BOOTDATA] - add metrics to classic themes (the flag 0xb0001 will result in a kinda esoteric value of type REG_QWORD) - fixes switching from Lautus back

[ros-diffs] [khornicek] 65102: [KERNEL32] - remove bunch of stray pragmas - add a czech translation to stop debug spam reported in CORE-8720

2014-10-29 Thread khornicek
Author: khornicek Date: Wed Oct 29 16:59:44 2014 New Revision: 65102 URL: http://svn.reactos.org/svn/reactos?rev=65102view=rev Log: [KERNEL32] - remove bunch of stray pragmas - add a czech translation to stop debug spam reported in CORE-8720 Added: trunk/reactos/dll/win32/kernel32/winnls

[ros-diffs] [khornicek] 65103: [NLS] - fix the code page value - also fixes intl.cpl showing date format string in the code page list

2014-10-29 Thread khornicek
Author: khornicek Date: Wed Oct 29 18:20:03 2014 New Revision: 65103 URL: http://svn.reactos.org/svn/reactos?rev=65103view=rev Log: [NLS] - fix the code page value - also fixes intl.cpl showing date format string in the code page list Modified: trunk/reactos/media/nls/c_037.nls Modified

[ros-diffs] [khornicek] 65087: [WIN32K] - addendum to revision 64877 which slightly changed UserDrawCaption's logic - fixes window title being drawn over the icon

2014-10-28 Thread khornicek
Author: khornicek Date: Tue Oct 28 21:38:26 2014 New Revision: 65087 URL: http://svn.reactos.org/svn/reactos?rev=65087view=rev Log: [WIN32K] - addendum to revision 64877 which slightly changed UserDrawCaption's logic - fixes window title being drawn over the icon Modified: trunk/reactos

[ros-diffs] [khornicek] 64884: [MSCONFIG] - fix CID 503793 (unlikely NULL pointer dereference), 514558 (check return value)

2014-10-22 Thread khornicek
Author: khornicek Date: Wed Oct 22 12:13:40 2014 New Revision: 64884 URL: http://svn.reactos.org/svn/reactos?rev=64884view=rev Log: [MSCONFIG] - fix CID 503793 (unlikely NULL pointer dereference), 514558 (check return value) Modified: trunk/reactos/base/applications/msconfig/srvpage.c

[ros-diffs] [khornicek] 64890: [TASKMGR] - fix CIDs 731628 (unlikely buffer overrun), 500038 (dead code), 1101977 (unchecked return value)

2014-10-22 Thread khornicek
Author: khornicek Date: Wed Oct 22 16:01:24 2014 New Revision: 64890 URL: http://svn.reactos.org/svn/reactos?rev=64890view=rev Log: [TASKMGR] - fix CIDs 731628 (unlikely buffer overrun), 500038 (dead code), 1101977 (unchecked return value) Modified: trunk/reactos/base/applications/taskmgr

[ros-diffs] [khornicek] 64904: [SERVMAN] - better fix for CDI 513719, LVText might not be null terminated - spotted by Timo

2014-10-22 Thread khornicek
Author: khornicek Date: Wed Oct 22 19:28:33 2014 New Revision: 64904 URL: http://svn.reactos.org/svn/reactos?rev=64904view=rev Log: [SERVMAN] - better fix for CDI 513719, LVText might not be null terminated - spotted by Timo Modified: trunk/reactos/base/applications/mscutils/servman

[ros-diffs] [khornicek] 64908: [I8042PRT] - check the right buffer's length [WIN32K] - simplify IntKeyboardUpdateLeds a bit and mind previous mode - fixes keyboard indicators CORE-8547

2014-10-22 Thread khornicek
Author: khornicek Date: Wed Oct 22 20:05:32 2014 New Revision: 64908 URL: http://svn.reactos.org/svn/reactos?rev=64908view=rev Log: [I8042PRT] - check the right buffer's length [WIN32K] - simplify IntKeyboardUpdateLeds a bit and mind previous mode - fixes keyboard indicators CORE-8547 Modified

[ros-diffs] [khornicek] 64871: [CMD] - fix resource leaks CID 716324, 716323, 716322, 716321, 716320, 716319, 716318

2014-10-21 Thread khornicek
Author: khornicek Date: Tue Oct 21 16:05:54 2014 New Revision: 64871 URL: http://svn.reactos.org/svn/reactos?rev=64871view=rev Log: [CMD] - fix resource leaks CID 716324, 716323, 716322, 716321, 716320, 716319, 716318 Modified: trunk/reactos/base/shell/cmd/copy.c trunk/reactos/base/shell

[ros-diffs] [khornicek] 64880: [USER32] - fix CID 514402 (by Christoph) [MMIXER] - fix CID 503774, 715945, 511119 [WS2_32_NEW] - fix a debug print

2014-10-21 Thread khornicek
Author: khornicek Date: Tue Oct 21 21:08:51 2014 New Revision: 64880 URL: http://svn.reactos.org/svn/reactos?rev=64880view=rev Log: [USER32] - fix CID 514402 (by Christoph) [MMIXER] - fix CID 503774, 715945, 59 [WS2_32_NEW] - fix a debug print Modified: trunk/reactos/dll/win32/ws2_32_new

[ros-diffs] [khornicek] 64882: [SERVMAN] - fix resource leaks CID 716292, 716293, 716294 - fix CID 716772 (double free), 513719 (wrong NULL check), 1206739 (cosmetic) - make line endings CR LF when ex

2014-10-21 Thread khornicek
Author: khornicek Date: Tue Oct 21 22:58:23 2014 New Revision: 64882 URL: http://svn.reactos.org/svn/reactos?rev=64882view=rev Log: [SERVMAN] - fix resource leaks CID 716292, 716293, 716294 - fix CID 716772 (double free), 513719 (wrong NULL check), 1206739 (cosmetic) - make line endings CR LF

[ros-diffs] [khornicek] 64845: [SETUPAPI] - actually use the icon source we get from registry instead of loading all icons from setupapi itself CORE-8614

2014-10-20 Thread khornicek
Author: khornicek Date: Mon Oct 20 13:08:42 2014 New Revision: 64845 URL: http://svn.reactos.org/svn/reactos?rev=64845view=rev Log: [SETUPAPI] - actually use the icon source we get from registry instead of loading all icons from setupapi itself CORE-8614 Modified: trunk/reactos/dll/win32

[ros-diffs] [khornicek] 64847: [WIN32K] - add a missing break and reshuffle the code a tiny bit to fix CIDs 514466 and 513487 - don't skip the terminating debug print for ft_glyph_format_bitmap

2014-10-20 Thread khornicek
Author: khornicek Date: Mon Oct 20 14:26:47 2014 New Revision: 64847 URL: http://svn.reactos.org/svn/reactos?rev=64847view=rev Log: [WIN32K] - add a missing break and reshuffle the code a tiny bit to fix CIDs 514466 and 513487 - don't skip the terminating debug print for ft_glyph_format_bitmap

[ros-diffs] [khornicek] 64799: [SHELL32] - fix a copy paste error CID 1101990

2014-10-18 Thread khornicek
Author: khornicek Date: Sat Oct 18 10:33:49 2014 New Revision: 64799 URL: http://svn.reactos.org/svn/reactos?rev=64799view=rev Log: [SHELL32] - fix a copy paste error CID 1101990 Modified: trunk/reactos/dll/win32/shell32/iconcache.cpp Modified: trunk/reactos/dll/win32/shell32/iconcache.cpp

[ros-diffs] [khornicek] 64787: [CMD] - prevent a buffer underrun (fixes stray quotes being appended on autocomplete in some cases) - check if the input string is not empty (fixes first file in directo

2014-10-17 Thread khornicek
Author: khornicek Date: Fri Oct 17 16:39:54 2014 New Revision: 64787 URL: http://svn.reactos.org/svn/reactos?rev=64787view=rev Log: [CMD] - prevent a buffer underrun (fixes stray quotes being appended on autocomplete in some cases) - check if the input string is not empty (fixes first file

[ros-diffs] [khornicek] 64546: [CHARMAP] - remove dead code CID 1237028 [SETUPAPI] - fix swapped arguments CID 1237062

2014-10-05 Thread khornicek
Author: khornicek Date: Sun Oct 5 14:55:15 2014 New Revision: 64546 URL: http://svn.reactos.org/svn/reactos?rev=64546view=rev Log: [CHARMAP] - remove dead code CID 1237028 [SETUPAPI] - fix swapped arguments CID 1237062 Modified: trunk/reactos/base/applications/charmap/settings.c trunk

[ros-diffs] [khornicek] 63532: [KBDCZ][KBDCZ1] - add support for VK_OEM_102 and Shift+AltGr combinations in kbdcz1 - fix left arrow in kbdcz - reduce diff between the layouts - misc cleanup - Patch by

2014-06-02 Thread khornicek
Author: khornicek Date: Mon Jun 2 10:41:52 2014 New Revision: 63532 URL: http://svn.reactos.org/svn/reactos?rev=63532view=rev Log: [KBDCZ][KBDCZ1] - add support for VK_OEM_102 and Shift+AltGr combinations in kbdcz1 - fix left arrow in kbdcz - reduce diff between the layouts - misc cleanup

[ros-diffs] [khornicek] 63526: [EVENTVWR] - sync and translate the czech resources

2014-06-01 Thread khornicek
Author: khornicek Date: Sun Jun 1 11:11:07 2014 New Revision: 63526 URL: http://svn.reactos.org/svn/reactos?rev=63526view=rev Log: [EVENTVWR] - sync and translate the czech resources Modified: trunk/reactos/base/applications/mscutils/eventvwr/lang/cs-CZ.rc Modified: trunk/reactos/base

[ros-diffs] [khornicek] 63475: [GDI32] - return the correct flags in DdGetDriverInfo CORE-7070

2014-05-26 Thread khornicek
Author: khornicek Date: Mon May 26 18:59:56 2014 New Revision: 63475 URL: http://svn.reactos.org/svn/reactos?rev=63475view=rev Log: [GDI32] - return the correct flags in DdGetDriverInfo CORE-7070 Modified: trunk/reactos/win32ss/gdi/gdi32/misc/gdientry.c Modified: trunk/reactos/win32ss/gdi

[ros-diffs] [khornicek] 63404: [WIN32K] - make DIB_XXBPP_StretchBlt work with top down bitmaps - fixes missing icons in the taskbar in explorer new (32bpp)

2014-05-22 Thread khornicek
Author: khornicek Date: Thu May 22 09:33:29 2014 New Revision: 63404 URL: http://svn.reactos.org/svn/reactos?rev=63404view=rev Log: [WIN32K] - make DIB_XXBPP_StretchBlt work with top down bitmaps - fixes missing icons in the taskbar in explorer new (32bpp) Modified: trunk/reactos/win32ss/gdi

[ros-diffs] [khornicek] 63368: [WINED3DCFG] - rewrite the wined3d config cpl to make it work with the current version of wined3d - add a default option so it's easier to revert changes done to the c

2014-05-19 Thread khornicek
Author: khornicek Date: Mon May 19 09:58:26 2014 New Revision: 63368 URL: http://svn.reactos.org/svn/reactos?rev=63368view=rev Log: [WINED3DCFG] - rewrite the wined3d config cpl to make it work with the current version of wined3d - add a default option so it's easier to revert changes done

[ros-diffs] [khornicek] 63376: [CMAKE/MSVC] - define _ALLOW_KEYWORD_MACROS for VS11 too

2014-05-19 Thread khornicek
Author: khornicek Date: Mon May 19 20:28:35 2014 New Revision: 63376 URL: http://svn.reactos.org/svn/reactos?rev=63376view=rev Log: [CMAKE/MSVC] - define _ALLOW_KEYWORD_MACROS for VS11 too Modified: trunk/reactos/CMakeLists.txt Modified: trunk/reactos/CMakeLists.txt URL: http

[ros-diffs] [khornicek] 63314: [OPENGL32] - don't try to free an invalid address

2014-05-16 Thread khornicek
Author: khornicek Date: Fri May 16 15:52:15 2014 New Revision: 63314 URL: http://svn.reactos.org/svn/reactos?rev=63314view=rev Log: [OPENGL32] - don't try to free an invalid address Modified: trunk/reactos/dll/opengl/opengl32/wgl_font.c Modified: trunk/reactos/dll/opengl/opengl32/wgl_font.c

[ros-diffs] [khornicek] 63256: [SERVMAN][EVENTVWR] - add czech translations

2014-05-12 Thread khornicek
Author: khornicek Date: Mon May 12 14:35:30 2014 New Revision: 63256 URL: http://svn.reactos.org/svn/reactos?rev=63256view=rev Log: [SERVMAN][EVENTVWR] - add czech translations Added: trunk/reactos/base/applications/mscutils/eventvwr/lang/cs-CZ.rc (with props) trunk/reactos/base

[ros-diffs] [khornicek] 63241: [TRANSLATIONS] - czech translation update by Radek Liska (with some minor modifications by me) CORE-8092 #resolve #comment Committed in r63241. Thanks!

2014-05-11 Thread khornicek
Author: khornicek Date: Sun May 11 19:54:14 2014 New Revision: 63241 URL: http://svn.reactos.org/svn/reactos?rev=63241view=rev Log: [TRANSLATIONS] - czech translation update by Radek Liska (with some minor modifications by me) CORE-8092 #resolve #comment Committed in r63241. Thanks! Added

[ros-diffs] [khornicek] 63242: [TRANSLATIONS] - fix the floppy.inf file which got somehow completely fubared in the previous revision

2014-05-11 Thread khornicek
Author: khornicek Date: Sun May 11 20:03:30 2014 New Revision: 63242 URL: http://svn.reactos.org/svn/reactos?rev=63242view=rev Log: [TRANSLATIONS] - fix the floppy.inf file which got somehow completely fubared in the previous revision Modified: trunk/reactos/media/inf/flpydisk.inf Modified

[ros-diffs] [khornicek] 63047: [KERNEL32_WINETEST] - fix msvc build (?)

2014-04-29 Thread khornicek
Author: khornicek Date: Tue Apr 29 19:15:28 2014 New Revision: 63047 URL: http://svn.reactos.org/svn/reactos?rev=63047view=rev Log: [KERNEL32_WINETEST] - fix msvc build (?) Modified: trunk/rostests/winetests/kernel32/actctx.c Modified: trunk/rostests/winetests/kernel32/actctx.c URL: http

[ros-diffs] [khornicek] 62856: [SYSDM] - use alpha blend when drawing the ros logo on the general page - misc code cleanup CORE-8071

2014-04-21 Thread khornicek
Author: khornicek Date: Mon Apr 21 18:27:40 2014 New Revision: 62856 URL: http://svn.reactos.org/svn/reactos?rev=62856view=rev Log: [SYSDM] - use alpha blend when drawing the ros logo on the general page - misc code cleanup CORE-8071 Added: trunk/reactos/dll/cpl/sysdm/resources

[ros-diffs] [khornicek] 62839: [WIN32K] - apply r61265 for win32k, for consistency

2014-04-20 Thread khornicek
Author: khornicek Date: Sun Apr 20 13:29:53 2014 New Revision: 62839 URL: http://svn.reactos.org/svn/reactos?rev=62839view=rev Log: [WIN32K] - apply r61265 for win32k, for consistency Modified: trunk/reactos/win32ss/user/ntuser/win32kdebug.h Modified: trunk/reactos/win32ss/user/ntuser

[ros-diffs] [khornicek] 62769: [USETUP] - add a default page file entry to the registry also during unattended setup CORE-8074

2014-04-17 Thread khornicek
Author: khornicek Date: Thu Apr 17 21:32:35 2014 New Revision: 62769 URL: http://svn.reactos.org/svn/reactos?rev=62769view=rev Log: [USETUP] - add a default page file entry to the registry also during unattended setup CORE-8074 Modified: trunk/reactos/base/setup/usetup/interface/usetup.c

[ros-diffs] [khornicek] 62761: [LIBWINE] - bring back the old debug output format ie class:(file:line), Testman depends on this

2014-04-16 Thread khornicek
Author: khornicek Date: Wed Apr 16 22:47:40 2014 New Revision: 62761 URL: http://svn.reactos.org/svn/reactos?rev=62761view=rev Log: [LIBWINE] - bring back the old debug output format ie class:(file:line), Testman depends on this Modified: trunk/reactos/include/reactos/wine/debug.h trunk

[ros-diffs] [khornicek] 62762: [LIBWINE] - apply r61265 and use relative paths

2014-04-16 Thread khornicek
Author: khornicek Date: Wed Apr 16 23:17:59 2014 New Revision: 62762 URL: http://svn.reactos.org/svn/reactos?rev=62762view=rev Log: [LIBWINE] - apply r61265 and use relative paths Modified: trunk/reactos/include/reactos/wine/debug.h Modified: trunk/reactos/include/reactos/wine/debug.h URL

[ros-diffs] [khornicek] 62682: [SHUTDOWN] - fix a typo in the czech translation [CONSOLE] - fix a buffer overrun CID #1102302 - update and fix the czech translation [MAIN] - fix the fix by taking the

2014-04-07 Thread khornicek
Author: khornicek Date: Mon Apr 7 22:02:26 2014 New Revision: 62682 URL: http://svn.reactos.org/svn/reactos?rev=62682view=rev Log: [SHUTDOWN] - fix a typo in the czech translation [CONSOLE] - fix a buffer overrun CID #1102302 - update and fix the czech translation [MAIN] - fix the fix

[ros-diffs] [khornicek] 62684: [DESK] - fix a bunch of buffer overruns, negative array index accesses and uninitialized variables CID #1102296 CID #501468 CID #716755 CID #716756 CID #1102323

2014-04-07 Thread khornicek
Author: khornicek Date: Mon Apr 7 23:36:39 2014 New Revision: 62684 URL: http://svn.reactos.org/svn/reactos?rev=62684view=rev Log: [DESK] - fix a bunch of buffer overruns, negative array index accesses and uninitialized variables CID #1102296 CID #501468 CID #716755 CID #716756 CID #1102323

[ros-diffs] [khornicek] 62685: [INTL] - fix a leak - fix a buffer overrun CID #503741 CID #716119

2014-04-07 Thread khornicek
Author: khornicek Date: Tue Apr 8 00:14:44 2014 New Revision: 62685 URL: http://svn.reactos.org/svn/reactos?rev=62685view=rev Log: [INTL] - fix a leak - fix a buffer overrun CID #503741 CID #716119 Modified: trunk/reactos/dll/cpl/intl/date.c trunk/reactos/dll/cpl/intl/sort.c Modified

[ros-diffs] [khornicek] 62651: [WIN32K] - Fix a possible out of bounds read. CID 731665

2014-04-06 Thread khornicek
Author: khornicek Date: Sun Apr 6 13:09:04 2014 New Revision: 62651 URL: http://svn.reactos.org/svn/reactos?rev=62651view=rev Log: [WIN32K] - Fix a possible out of bounds read. CID 731665 Modified: trunk/reactos/win32ss/gdi/ntgdi/freetype.c Modified: trunk/reactos/win32ss/gdi/ntgdi

[ros-diffs] [khornicek] 62665: [MAIN] - fix a copypasta - fix a possible buffer overrun (x5) - fix a negative array index access

2014-04-06 Thread khornicek
Author: khornicek Date: Sun Apr 6 16:45:21 2014 New Revision: 62665 URL: http://svn.reactos.org/svn/reactos?rev=62665view=rev Log: [MAIN] - fix a copypasta - fix a possible buffer overrun (x5) - fix a negative array index access Modified: trunk/reactos/dll/cpl/main/mouse.c Modified: trunk

  1   2   3   >