Page 10 of 13

Re: Fix of the Week

Posted: Fri Sep 11, 2015 8:38 pm
by hbelusca
vicmarcal wrote:Too many commits which deserves the Fix of the Week, but since I am an "user" guy, I would say:

James Tabor for his Layered support commit, which will make a lot of apps which uses layered windows really happy.
It is just a green commit but more work is hopefully following. There are a lot of "this window is not shown when clicked here or launched" bugreports in Jira and most are due "unsupported layered windows". So expect some bugs being fixed...

The ReactOS Rocking Week hasnt ended. All started with a HackFest.
And the UEFI boot support doesn't deserve one? :P

Re: Fix of the Week

Posted: Fri Sep 11, 2015 8:47 pm
by Swyter
hbelusca wrote: And the UEFI boot support doesn't deserve one? :P
Yeah. There has been more than a hundred commits on the revamped boot process alone, with the powerful touch of ion himself.
The ungrateful task of plugging heaps (get it?) of memory leaks all across the board also scores high in my book.

Thanks cwittich, and sorry for that whoami slip! :)

Re: Fix of the Week

Posted: Fri Sep 11, 2015 9:00 pm
by dizt3mp3r
Well done to everyone!

Re: Fix of the Week

Posted: Fri Sep 11, 2015 10:45 pm
by ctasan
I'm very happy that Alex Ionescu has returned :) He's doing UEFI work (and it seems that cdfs.sys will be replaced). Also, finally our Win32 subsystem is not being "just an experiment" anymore and reaches closer to original one :) James is the man!

Btw, Stefan Ginsberg has also returned and recently we have shifted to Windows Server 2003 SP2 thanks to him!

Re: Fix of the Week

Posted: Sat Sep 12, 2015 9:31 am
by Konata
Can I mention CORE-9927? We can finally use a modern Firefox now! I've been waiting for this for eons!

Re: Fix of the Week

Posted: Sun Sep 13, 2015 10:47 am
by vicmarcal
Konata wrote:Can I mention CORE-9927? We can finally use a modern Firefox now! I've been waiting for this for eons!
Yeah, that is the Layered Windows support.
Btw, DOS games deserves another FIX of the Week. Also Thomas work reducing IRP leaks, and PNP rewrite Amine fixing correct exports, Ekhol fixing language and internationalization, Heiss with his FS fixes, and Jared, Jedi, Pi, Dreimer and several other contributors/testers checking old bugs and reporting them as fixed.Well and thanks to all those who keep working in the shadows...and will carry new surprises during the next months ;)

Re: Fix of the Week

Posted: Sun Sep 13, 2015 2:08 pm
by dizt3mp3r
Very impressed by all the fixes. Is it me or does Reactos 'seems' as if it could become close to being an actual working o/s? Getting quite excited over the thoughts of a beta release. I know this hope is a long way off but - I think I can now start to see a glimmer of the light at the end of the tunnel...

Re: Fix of the Week

Posted: Mon Sep 14, 2015 10:17 pm
by ctasan
vicmarcal wrote:
Konata wrote:Can I mention CORE-9927? We can finally use a modern Firefox now! I've been waiting for this for eons!
Yeah, that is the Layered Windows support.
Btw, DOS games deserves another FIX of the Week. Also Thomas work reducing IRP leaks, and PNP rewrite Amine fixing correct exports, Ekhol fixing language and internationalization, Heiss with his FS fixes, and Jared, Jedi, Pi, Dreimer and several other contributors/testers checking old bugs and reporting them as fixed.Well and thanks to all those who keep working in the shadows...and will carry new surprises during the next months ;)
PNP rewrite? What this rewrite will bring, vicmarcal?

Re: Fix of the Week

Posted: Mon Sep 14, 2015 11:59 pm
by vicmarcal
Not a PNP full one but Thomas had to rework a couple of pnp handling to fix several IRP issues. Iiuc.
Compat++.

Re: Fix of the Week

Posted: Tue Sep 15, 2015 9:52 am
by Konata
vicmarcal wrote:Not a PNP full one but Thomas had to rework a couple of pnp handling to fix several IRP issues. Iiuc.
Compat++.
Is PNP why plugging in a USB mouse causes a BSOD? Or is that related to the USB drivers?

Re: Fix of the Week

Posted: Sun Sep 20, 2015 2:59 pm
by vicmarcal
Konata wrote:
vicmarcal wrote:Not a PNP full one but Thomas had to rework a couple of pnp handling to fix several IRP issues. Iiuc.
Compat++.
Is PNP why plugging in a USB mouse causes a BSOD? Or is that related to the USB drivers?
Most probably Usb drivers :)

Re: Fix of the Week

Posted: Mon Sep 28, 2015 1:08 pm
by Swyter
Welp, Guess who can use HTTPS to access MySpace from iexplore now thanks to r69394.
[MBEDTLS] Use mbedtls as a lightweight schannel TLS/SSL back-end. This is an initial checkpoint and more will follow in due time. Brought to you by Peter Hater, Ismael Ferreras Morezuelas, Sebastian Lackner and Michael Müller. CORE-9065

Re: Fix of the Week

Posted: Mon Oct 26, 2015 7:49 pm
by Pi_User5
I would like to nominate 69712 fixing https://jira.reactos.org/browse/CORE-8827!!!
[SHELL32]
- Implement CompareIDs for the folders in the shell namespace. The previous implementation was a generic solution that just compared names.
- CDefView: Implement using CompareIDs method from the IShellFolder. Remove the previous implementation that was hardcoded in the CDefView and worked mostly for file items.

Re: Fix of the Week

Posted: Tue Nov 03, 2015 5:46 pm
by ctasan
revision 69793:
[Win32SS] - Simplify and restructure thread send messages, use look aside list, message signals and global message link for sorting trouble messages. - See CORE-9210 for more information. Related to and fixed CORE-9718 and CORE-9975. Could have fixed CORE-9695.
Big thanks and congrats for you, jimtabor! You've fixed a serious and major issue!

Re: Fix of the Week

Posted: Tue Nov 03, 2015 9:40 pm
by ctasan
ctasan wrote:revision 69793:
[Win32SS] - Simplify and restructure thread send messages, use look aside list, message signals and global message link for sorting trouble messages. - See CORE-9210 for more information. Related to and fixed CORE-9718 and CORE-9975. Could have fixed CORE-9695.
Big thanks and congrats for you, jimtabor! You've fixed a serious and major issue!
..and revision 69796...