- 21.01.2012 3 коммита
-
-
Cameron Gutman создал
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup - In the future, DO NOT under any circumstances branch another branch. This leads to merge problems! svn path=/branches/usb-bringup-trunk/; revision=55018
-
Pierre Schweitzer создал
- Reimplement RtlSetCurrentDirectory_U. This fixes bugs & implements references count - Fix the FIXME in RtlpDosPathNameToRelativeNtPathName_Ustr by incrementing references count svn path=/trunk/; revision=55017
-
-
- 20.01.2012 3 коммита
-
-
-
Timo Kreuzer создал
- Implement IrqlToSoftVector() macro and use it in HalRequestSoftwareInterrupt, so that on amd64 the correct interrupt is triggered. - Really start at the lowest vector for the IRQL in HalpAllocateSystemInterrupt - Small code refactoring svn path=/trunk/; revision=55014
-
-
- 19.01.2012 6 коммитов
-
-
Kamil Hornicek создал
Add a simple control panel applet for WineD3D runtime configuration. svn path=/trunk/; revision=55012
-
Kamil Hornicek создал
- Add full screen support. - Fix starting from command line. svn path=/trunk/; revision=55010
-
-
Kamil Hornicek создал
- Add support for user name settings. - Obtain user name / domain hints from registry. - Pass user/domain info to the server if available. - Add Czech translation. svn path=/trunk/; revision=55008
-
Amine Khaldi создал
* Fix a bug in PcNewResourceSublist which led to memory corruption. svn path=/trunk/; revision=55007
-
-
- 18.01.2012 10 коммитов
-
-
Rafal Harabien создал
- Move helper macros for IDeskBarClient to shlobj.h - Remove duplicated commented out calls (spotted by Amine Khaldi) svn path=/trunk/; revision=55005
-
Rafal Harabien создал
- Use macros for calling IBanneredBar methods - Remove some definitions from todo header because they are already in shlguid_undoc.h svn path=/trunk/; revision=55004
-
Kamil Hornicek создал
- Fix some corner cases for settings parsing (empty values, values containing delimiters). - If provided, take port number into account. svn path=/trunk/; revision=55003
-
Amine Khaldi создал
* Fix some memory leaks. * Add some comments. * Fix broken PcNewResourceSublist which ignored the MaximumEntries parameter. * Add more checks. svn path=/trunk/; revision=55002
-
-
Cameron Gutman создал
- ReactOS now supports open and WEP encrypted networks (both ad-hoc and infrastructure) (WPA(2) will be supported later) - Use the wlanconf tool to configure the WLAN adapter (after installing the XP driver for your WLAN adapter) - "wlanconf -c <SSID>" connects to an infrastructure network. Adding the "-a" option connects to (or creates) an ad-hoc network. Adding "-w <WEP>" will enable WEP encryption using the supplied key. - "wlanconf -s" will scan and display a list of the surrounding networks and various attributes like signal strength, SSID, BSSID, network mode, and supported rates - "wlanconf" will display the current WLAN configuration details if the adapter is connected - The DHCP service will detect network changes and refresh its state accordingly when associating with a new wireless network svn path=/trunk/; revision=55000
-
-
Rafal Harabien создал
- Display proper icons in network connections folder svn path=/trunk/; revision=54998
-
Rafal Harabien создал
- Give numeric identifiers to all dialogs - Add file copy dialog to languages files where it was lacking - Remove unused admin tools icon duplicate svn path=/trunk/; revision=54997
-
Cameron Gutman создал
- Fix the loop counter variable (copy-paste mistake) svn path=/branches/wlan-bringup/; revision=54996
-
- 17.01.2012 10 коммитов
-
-
Cameron Gutman создал
- Avoid reporting a cryptic error code when wlanconf is used without any WLAN adapters present - Print the BSSIDs when doing a scan - Fix the WLAN disconnected check svn path=/branches/wlan-bringup/; revision=54995
-
-
Cameron Gutman создал
- Only return the dirty bit if the PTE is actually valid - Avoid an unneeded TLB flush when setting the dirty bit svn path=/trunk/; revision=54993
-
Rafal Harabien создал
- Don't use shell32 functions when processing DLL_PROCESS_ATTACH because shell32.dll can be initialized later. Fixes shell32+wininet debug spam at boot. svn path=/trunk/; revision=54992
-
Rafal Harabien создал
- Improve formatting in shelllink.cpp - Load shortcut icon in property page svn path=/trunk/; revision=54991
-
-
-
Cameron Gutman создал
- Deallocate the process page directory when destroying its address space (removed in r48233 and now resurrected in a version compatible with ARM3) - Fixes leaking system pages on each process exit (868 MC_SYSTEM pages were allocated just sitting at the desktop on livecd without the patch, only 187 with the patch) svn path=/trunk/; revision=54988
-
Eric Kohl создал
- LogfCreate: Use NtCreateFile instead of CreateFile - Implement ElfCreateBackupLogHandle svn path=/trunk/; revision=54987
-
Alex Ionescu создал
[KERNEL32]: Reimplement BasePushProcessParameters for future extensibility, also cleanup some code paths and fix a few bugs. [KERNEL32]: Add some more SXS and CSRSS structures. svn path=/trunk/; revision=54986
-
- 16.01.2012 3 коммита
-
-
Rafal Harabien создал
- Load shell extensions from Directory key only for file system directories. Fixes New menu being added to special folders context menu (for example My Computer or Control Panel) - Load shell extensions from AllFilesystemObjects only for files and directories - Hardcode special folders attributes in proper place svn path=/trunk/; revision=54985
-
-
Amine Khaldi создал
* Fix a bug which closed an already invalid handle. * Allow only general registry keys to be deleted. * Do not close a key twice in the error case. svn path=/trunk/; revision=54982
-
- 15.01.2012 5 коммитов
-
-
-
Cameron Gutman создал
- Notify the DHCP service when a static IP address is assigned to an adapter svn path=/branches/wlan-bringup/; revision=54980
-
Rafal Harabien создал
- Improve code readability in defcontextmenu.cpp - Fix few leaks - Properly handle reference count when creating objects svn path=/trunk/; revision=54979
-
-
Rafal Harabien создал
- Don't load shell extensions from * key for background context menu. Fixes #6668 (background context menu not working after installing Notepad++) - Properly set pidlFolder argument in extensions Initialize function call - Fix openwithmenu.rgs file creating two keys instead of one svn path=/trunk/; revision=54977
-