Commit graph

69653 commits

Author SHA1 Message Date
Mark Jansen 82c8079674 [LIBTIRPC] Do not add makefiles in the CMakeLists.txt
svn path=/trunk/; revision=75839
2017-09-14 20:31:53 +00:00
Pierre Schweitzer 7f2f7b1fe4 [RAPPS]
Update French translation

svn path=/trunk/; revision=75838
2017-09-14 16:00:01 +00:00
Alexander Shaposhnikov e38d1d701c [RAPPS] Toggle toolbar captions on resize
- Implemented hiding toolbar captions when buttons are about to intersect with the searchbar
- Minor style changes

svn path=/trunk/; revision=75837
2017-09-14 15:56:19 +00:00
Pierre Schweitzer 03dfbbb09d [BTRFS]
Disable the MountMgr thread; given the current storage stack state, it's useless and can even cause troubles

CORE-13769

svn path=/trunk/; revision=75836
2017-09-14 09:04:32 +00:00
Pierre Schweitzer 6876083dc6 [KMTESTS:MM]
Few tests for MmBuildMdlForNonPagedPool() I wrote earlier.
They all pass fine on ROS.

svn path=/trunk/; revision=75835
2017-09-13 16:38:32 +00:00
Pierre Schweitzer 662241cc75 [NTOSKRNL]
Don't call MmBuildMdlForNonPagedPool in CcWriteVirtualAddress():
- BaseAddress comes from PagedPood
- Windows returns a locked MDL from paged pool
- See tests from r75833 that are getting fixed with that revision

This fixes assertions failures on BtrFS write.

CORE-13763
CORE-13769

svn path=/trunk/; revision=75834
2017-09-13 16:13:21 +00:00
Pierre Schweitzer d7718b4d51 [KMTESTS:MM]
Add a test that shows that MDLs issued by Cc for paging IOs are not in the correct state (nor correctly allocated)

CORE-13769

svn path=/trunk/; revision=75833
2017-09-13 11:53:56 +00:00
Sylvain Petreolle 6c0cb314cd Stub CoGetInterceptorFromTypeInfo for Firefox. (lets xul.dll to load)
CORE-12828

svn path=/trunk/; revision=75832
2017-09-12 20:25:59 +00:00
Daniel Reimer 85c69e94ac [RAPPS]
ENOUGH!
CORE-13666 #resolve #comment Fixed forever!

svn path=/trunk/; revision=75831
2017-09-11 19:20:32 +00:00
Sylvain Petreolle f77c6b5493 [RAPPS]
Include cleanup. Patch by sanchaez+small changes by me.

svn path=/trunk/; revision=75830
2017-09-10 23:44:22 +00:00
Sylvain Petreolle 795a573d67 [RAPPS]
Better place for a pch inclusion. Spotted by gigaherz

svn path=/trunk/; revision=75829
2017-09-10 22:57:01 +00:00
Sylvain Petreolle f48ddd7571 [RAPPS]
Include rapps.h(pch) in unattended.h
Fixes GCC build.

svn path=/trunk/; revision=75828
2017-09-10 22:50:52 +00:00
David Quintana d33f811244 [RAPPS]
* Fix linux build? maybe? please?

svn path=/trunk/; revision=75827
2017-09-10 22:31:08 +00:00
David Quintana 5798e9349a Merge RAPPS improvements branch into trunk.
Contains the work done by sanchaez (Alexander Shaposhnikov) during GSoC 2017:
 * Better information in the application details view.
 * Bulk installation of multiple applications at once.
 * Command-line automation of installation (single and bulk).

(for more details, see the related blog posts)

TRANSLATORS: Many resources have been changed, and they are in need of review!

svn path=/trunk/; revision=75826
2017-09-10 22:07:29 +00:00
David Quintana 430d5ab6cd * Fix svn merge-info confusion regarding this file.
svn path=/branches/GSoC_2017/rapps/; revision=75825
2017-09-10 21:26:00 +00:00
Alexander Shaposhnikov a219ebec32 [RAPPS] Stopped GCC whining (fixed GCC build)
svn path=/branches/GSoC_2017/rapps/; revision=75824
2017-09-10 21:02:06 +00:00
Alexander Shaposhnikov fa2ddd2f4c [ATL] Fixed atlcoll.h ignoring _ATL_NO_EXCEPTIONS
svn path=/branches/GSoC_2017/rapps/; revision=75823
2017-09-10 20:59:48 +00:00
Alexander Shaposhnikov 79ee865810 [ATL] CStringT fixes
- Added copy constructor and assignment from CSimpleStringT to CStringT 
  This fixed initialization while using `operator+` in GCC.
  ```CStringW s = a + b; ```
  operator+ operators are defined for CSimpleStringT.
  It worked in MSVC because it did implicit conversion of CSimpleStringT to PCXSTR which called appropriate CStringT constructor.
  GCC doesn't do such conversions and triggers an error.
- Unified `operator=(CStringT, PCXSTR)` with the rest

svn path=/branches/GSoC_2017/rapps/; revision=75822
2017-09-10 20:45:56 +00:00
David Quintana 164da232b6 * Sync with trunk HEAD (r75820).
svn path=/branches/GSoC_2017/rapps/; revision=75821
2017-09-10 19:23:45 +00:00
Alexander Shaposhnikov ec69b8b62f [RAPPS] Moved cabinet.dll related definitions to separate header
svn path=/branches/GSoC_2017/rapps/; revision=75820
2017-09-10 17:33:14 +00:00
Sylvain Petreolle cdf0904278 Commit forgotten part of the Esperanto support from r75378.
CORE-11021

svn path=/trunk/; revision=75819
2017-09-10 16:38:24 +00:00
Kamil Hornicek 3c1b7f0877 [WIN32K]
- really check whether the requested pixel is outside of the surface in NtGdiGetPixel
CORE-12820

svn path=/trunk/; revision=75818
2017-09-10 09:09:57 +00:00
Alexander Shaposhnikov 050d268e04 [RAPPS] Replaced my @gmail.com email with @reactos,org one & Removed my copyright from rosui.h
svn path=/branches/GSoC_2017/rapps/; revision=75816
2017-09-09 20:44:43 +00:00
Alexander Shaposhnikov b49140dc40 [RAPPS] License header unification and minor style changes
- Unified & reformatted license headers according to https://www.reactos.org/wiki/Coding_Style
- Minor style changes

svn path=/branches/GSoC_2017/rapps/; revision=75815
2017-09-09 20:38:06 +00:00
Alexander Shaposhnikov 9cf1050fce [RAPPS] CConfigParser cleanup
- removed `static` from strings declaration as pointed out by gadamopoulos

svn path=/branches/GSoC_2017/rapps/; revision=75814
2017-09-09 19:43:39 +00:00
Alexander Shaposhnikov a2bf4ef201 [RAPPS] Renamed CmdParser to UseCmdParameters
svn path=/branches/GSoC_2017/rapps/; revision=75813
2017-09-09 19:41:08 +00:00
Alexander Shaposhnikov 3bb7be0c59 [RAPPS] resource.h: Added missing space
svn path=/branches/GSoC_2017/rapps/; revision=75812
2017-09-09 19:13:35 +00:00
Alexander Shaposhnikov 991801248f [RAPPS] Deleted installdlg.cpp as unused
svn path=/branches/GSoC_2017/rapps/; revision=75811
2017-09-09 19:12:41 +00:00
Alexander Shaposhnikov 840044411f [RAPPS] Settings Dialog changes
- replaced `static` with unnamed namespace (static in this context was deprecated in C++03)
- fixed `Choose Folder` dialog text not loading the first time (trivial)

svn path=/branches/GSoC_2017/rapps/; revision=75810
2017-09-09 19:11:04 +00:00
Alexander Shaposhnikov 94e82f5f37 [RAPPS] Replaced double ternary operators with one if for readability
svn path=/branches/GSoC_2017/rapps/; revision=75809
2017-09-09 17:50:31 +00:00
Alexander Shaposhnikov d733214459 [RAPPS] Library load fixup in crichedit.h
svn path=/branches/GSoC_2017/rapps/; revision=75808
2017-09-09 17:40:39 +00:00
Colin Finck 6116aa816b [MKISOFS]
Update mkisofs to schily-2017-09-07.
Among other things, this version comes with an upstream fix for David's x64 fix in r75399. We are now using 100% unmodified upstream code again.

svn path=/trunk/; revision=75806
2017-09-09 15:06:48 +00:00
Pierre Schweitzer dc1e7928d0 [FSUTIL]
Implement fsutil hardlink create

svn path=/trunk/; revision=75804
2017-09-08 20:51:16 +00:00
Mark Jansen e1ea305c4d [APPHELP_APITEST][APPSHIM_APITEST] Update the license headers
svn path=/trunk/; revision=75803
2017-09-08 20:33:40 +00:00
Mark Jansen ab7639ea30 [XML2SDB][SHIMDBG] Update license headers
svn path=/trunk/; revision=75802
2017-09-08 20:31:28 +00:00
Mark Jansen cd21e2fbda [ACLAYERS][ACGENRAL] Update license headers + include cleanup.
svn path=/trunk/; revision=75801
2017-09-08 20:29:16 +00:00
Kamil Hornicek f65d8f9140 [WIN32SS|KBDHID]
- fix some typos and copypastas

svn path=/trunk/; revision=75800
2017-09-08 20:20:34 +00:00
Mark Jansen 7279c0c541 [APPHELP][ACPPAGE][SHIMLIB] Update license headers
svn path=/trunk/; revision=75799
2017-09-08 20:19:51 +00:00
Kamil Hornicek 8c09b9537d [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 artifacts
CORE-8757

svn path=/trunk/; revision=75798
2017-09-08 20:00:59 +00:00
Kamil Hornicek 266bdc5e3d [NOTEPAD]
- don't allow multiple instances of the find/replace dialog

CORE-13744


svn path=/trunk/; revision=75797
2017-09-08 19:09:48 +00:00
Pierre Schweitzer 8e31783cb7 [BTRFSLIB]
Sync to 1.0

CORE-13763

svn path=/trunk/; revision=75796
2017-09-08 16:31:32 +00:00
Pierre Schweitzer 925c2e9d2f [SHELLBTRFS]
Fix MSVC build?

CORE-13763

svn path=/trunk/; revision=75795
2017-09-08 12:13:10 +00:00
Pierre Schweitzer 05354b6107 [SHELLBTRFS]
Add missing header

CORE-13763

svn path=/trunk/; revision=75794
2017-09-08 12:01:47 +00:00
Pierre Schweitzer c032d89e77 [SHELLBTRFS]
Sync the btrfs shell extension to 1.0

CORE-13763

svn path=/trunk/; revision=75793
2017-09-08 11:59:42 +00:00
Pierre Schweitzer 31328a8e2d [NDK]
- Make FILE_INFORMATION_CLASS definition consistent with XDK
- Add the definition of FILE_ACCESS_INFORMATION

CORE-13763

svn path=/trunk/; revision=75792
2017-09-08 11:46:06 +00:00
Pierre Schweitzer ee763bc499 [NDK]
Add a missing typedef

svn path=/trunk/; revision=75791
2017-09-08 11:41:31 +00:00
Pierre Schweitzer 28683eed06 [PSDK]
Define FSCTL_GET_INTEGRITY_INFORMATION, FSCTL_SET_INTEGRITY_INFORMATION, FSCTL_DUPLICATE_EXTENTS_TO_FILE and their associated structures

CORE-13763

svn path=/trunk/; revision=75790
2017-09-08 11:40:52 +00:00
Pierre Schweitzer 679192cab4 [XDK]
Add a Win8.1 FSCTL

CORE-13763

svn path=/trunk/; revision=75789
2017-09-08 11:39:17 +00:00
Pierre Schweitzer 7eb6e7c2ac [BTRFS]
Fix build

CORE-13763

svn path=/trunk/; revision=75787
2017-09-08 08:15:21 +00:00
Pierre Schweitzer 68a5f90220 [BTRFS]
Sync btrfs to 1.0.

CORE-13763

svn path=/trunk/; revision=75786
2017-09-08 08:02:43 +00:00