Pierre Schweitzer
3fb66e8a73
[NTFS]
...
Notify when we're done mounting a volume
svn path=/trunk/; revision=68703
2015-08-12 12:13:28 +00:00
Timo Kreuzer
7052282507
[WIN23K]
...
Make sure to attach to the specified process before dereferencing ClientInfo, which is a user mode structure.
CORE-l0017 #resolve
svn path=/trunk/; revision=68702
2015-08-12 10:34:05 +00:00
Benedikt Freisen
ec86c24e97
[MSPAINT_NEW] Add a .hhp with all dependencies explicitly listed to facilitate testing of hhpcomp, which does not track them yet
...
svn path=/trunk/; revision=68701
2015-08-12 09:13:52 +00:00
Pierre Schweitzer
3f35787ba3
[HHPCOMP]
...
Enable build
svn path=/trunk/; revision=68700
2015-08-11 21:26:29 +00:00
Pierre Schweitzer
0e7a15846d
[HHPCOMP]
...
- Fix warnings
svn path=/trunk/; revision=68699
2015-08-11 21:25:08 +00:00
Pierre Schweitzer
c106a075fe
[HHPCOMP]
...
- Fix warnings
svn path=/trunk/; revision=68698
2015-08-11 21:17:30 +00:00
Thomas Faber
120c2fc6ad
[HHPCOMP]
...
- Fix VC10 build
- Don't cast function pointers
- Fix warnings
svn path=/trunk/; revision=68697
2015-08-11 21:16:24 +00:00
Benedikt Freisen
602935e1cb
[HHPCOMP] Apply changes proposed by learn_more which supposedly fix the GCCWin build
...
svn path=/trunk/; revision=68696
2015-08-11 21:06:37 +00:00
Benedikt Freisen
71fe4f3c6e
[HHPCOMP] Disable build again.
...
svn path=/trunk/; revision=68695
2015-08-11 20:47:06 +00:00
Benedikt Freisen
9195b8bf65
[HHPCOMP] Hopefully satisfy the buildbot THIS time.
...
svn path=/trunk/; revision=68694
2015-08-11 20:30:32 +00:00
Benedikt Freisen
f2c87c42b2
[HHPCOMP] Re-enable and (hopefully) fix build. Patch by Michael Fritscher (CORE-10013) with some changes by me to make the program work again (on Linux)
...
svn path=/trunk/; revision=68693
2015-08-11 20:19:58 +00:00
Timo Kreuzer
80443d48dc
[WIN32K]
...
Implement EngQueryLocalTime.
This commit would not have been possible without Colin's SVN superpowers.
svn path=/trunk/; revision=68692
2015-08-11 17:45:56 +00:00
Christoph von Wittich
665d295407
[SB16] fix some traces
...
svn path=/trunk/; revision=68691
2015-08-11 17:38:41 +00:00
Christoph von Wittich
dcfc039b70
[NTOSKRNL] fix the order of arguments passed to DPRINT
...
svn path=/trunk/; revision=68690
2015-08-11 17:08:03 +00:00
Christoph von Wittich
4887326473
[WIN32SS][NTOSKRNL] %wZ expects the address of the string
...
svn path=/trunk/; revision=68689
2015-08-11 16:49:43 +00:00
Daniel Reimer
573ce51c42
[RAPPS]
...
There will come the day... the day I will find you, inventer of the crappy BOM b***sh*t and you will suffer. Same goes to MS notepad using that crap!
svn path=/trunk/; revision=68688
2015-08-11 15:03:11 +00:00
Daniel Reimer
02cfab7660
[RAPPS]
...
Fix D/L Link of Resource Hacker
svn path=/trunk/; revision=68687
2015-08-11 14:28:41 +00:00
Benedikt Freisen
ffcda8c4d2
[TOOLS][HHPCOMP] Do not build hhpcomp for now because the libraries it has to use appear to be less portable than I thought
...
svn path=/trunk/; revision=68686
2015-08-11 14:15:05 +00:00
Benedikt Freisen
65780ec3c1
[TOOLS][HHPCOMP] Initial commit of hhpcomp, our new HTML Help Project (*.hhp) compiler
...
svn path=/trunk/; revision=68685
2015-08-11 13:37:36 +00:00
Christoph von Wittich
261083ff50
[WIN32SS] %wZ expects the address of the string
...
svn path=/trunk/; revision=68684
2015-08-11 10:49:54 +00:00
Daniel Reimer
92e464c726
[MAIN]
...
Mouse wheel new icon by Henry Tang Ih
CORE-9590 #resolve #comment Committed, thx ^^
svn path=/trunk/; revision=68683
2015-08-11 10:36:49 +00:00
Daniel Reimer
5907a20c80
[FONTS]
...
Update DejaVu fonts to v2.35.
svn path=/trunk/; revision=68682
2015-08-11 10:22:58 +00:00
Christoph von Wittich
b01e6b09af
[BROWSEUI] addendum to 68672
...
svn path=/trunk/; revision=68681
2015-08-11 09:17:07 +00:00
Christoph von Wittich
2bcae4a0cb
[MSAFD] addendum to 68673
...
svn path=/trunk/; revision=68680
2015-08-11 09:05:45 +00:00
Thomas Faber
9ff8d69957
[CMAKE]
...
- Remove hackfix for VLC player, relocating wsock32.dll works fine now. Reverts r61898.
CORE-8384 #resolve
svn path=/trunk/; revision=68679
2015-08-11 09:02:25 +00:00
Thomas Faber
707046970d
[NTOS:MM]
...
- Ignore IMAGE_SCN_TYPE_NOLOAD when loading image sections, as shown by ntdll_apitest:NtMapViewOfSection. This avoids errors when trying to relocate .rossym sections (since they were not loaded but Ldr tried to change their protection)
CORE-8384
svn path=/trunk/; revision=68678
2015-08-11 08:47:14 +00:00
Thomas Faber
c4f456e3bd
[NTOS:MM]
...
- When paging in data for an image section, first flush outstanding cached data since paging reads are noncached. Fixes failure to create section in ntdll_apitest:NtMapViewOfSection/Test_NoLoadSection
- Gracefully handle out-of-pool situation
CORE-8384
svn path=/trunk/; revision=68677
2015-08-11 08:21:36 +00:00
Thomas Faber
195d119706
[NTDLL_APITEST]
...
- Add tests for mapping and relocating an image with an IMAGE_SCN_TYPE_NOLOAD section
CORE-8384
svn path=/trunk/; revision=68676
2015-08-11 07:21:33 +00:00
Thomas Faber
7bccf4601e
[NTDLL_APITEST]
...
- Properly clean up after tests
svn path=/trunk/; revision=68675
2015-08-11 07:13:51 +00:00
Thomas Faber
7a5715dced
[NTDLL_APITEST]
...
- Look for test.dll in the right place
svn path=/trunk/; revision=68674
2015-08-11 06:45:45 +00:00
Christoph von Wittich
738d18336f
[MSAFD]
...
don't trace an uninitialized UNICODE_STRING
svn path=/trunk/; revision=68673
2015-08-10 17:54:57 +00:00
Daniel Reimer
7ce2ef3ef9
[BROWSEUI]
...
Address is untranslatable by Adam Stachowicz
CORE-9977 #resolve #comment Committed (with a Unicode fix), thx ^^
svn path=/trunk/; revision=68672
2015-08-10 16:52:40 +00:00
Daniel Reimer
2afe34723c
[INETCPL]
...
Update inetcpl icon license by Jared Smudde
CORE-9801 #resolve #comment Committed, thx ^^
svn path=/trunk/; revision=68671
2015-08-10 15:35:44 +00:00
Daniel Reimer
6c0c2695d6
[DLL]
...
Fix blurry 32pixel network places icon by Jared Smudde
CORE-10006 #resolve #comment Committed, thx ^^
svn path=/trunk/; revision=68670
2015-08-10 15:30:24 +00:00
Daniel Reimer
0c7c5d7d82
[cmd]
...
Remove unnecessary icon sizes by Jared Smudde
CORE-9985 #resolve #comment Committed, thx ^^
svn path=/trunk/; revision=68669
2015-08-10 15:22:09 +00:00
Daniel Reimer
54e6c9d0c6
[Applications]
...
Add better 16pixel icons by Jared Smudde
CORE-10007 #resolve #comment Committed, thx ^^
svn path=/trunk/; revision=68668
2015-08-10 15:18:39 +00:00
Thomas Faber
0bee2fee52
[SETUPAPI]
...
- Always initialize file_op::dst_sd so we don't free an uninitialized pointer.
CORE-10004 #resolve
svn path=/trunk/; revision=68667
2015-08-10 14:28:50 +00:00
Daniel Reimer
ac0e6eeb65
[SHELL32] [INF]
...
Improvements to winhlp32 by Jared Smudde
CORE-10002 #resolve #comment Committed, thx ^^
svn path=/trunk/; revision=68666
2015-08-10 14:18:40 +00:00
Daniel Reimer
517ba2153e
[SHELL32]
...
New Programs Folder Icon by Jared Smudde
CORE-9948 #resolve #comment Committed, thx ^^
svn path=/trunk/; revision=68665
2015-08-10 13:25:16 +00:00
Daniel Reimer
294825923b
[EXPLORER]
...
Improve taskbar properties bitmaps by Jared Smudde
CORE-9949 #resolve #comment Committed, thx ^^
svn path=/trunk/; revision=68664
2015-08-10 13:18:03 +00:00
Daniel Reimer
b40fdf252c
[EVENTVWR]
...
.... sorry, forgot this...
svn path=/trunk/; revision=68663
2015-08-10 13:14:40 +00:00
Daniel Reimer
77813f7e92
[MSCUTILS]
...
Image improvements by Jared Smudde
CORE-9966 #resolve #comment Committed, thx ^^
svn path=/trunk/; revision=68662
2015-08-10 13:12:58 +00:00
Christoph von Wittich
00c980942b
[ROSTESTS]
...
move test.dll back to testdata folder
svn path=/trunk/; revision=68661
2015-08-10 11:42:19 +00:00
Thomas Faber
08aa7a17d1
[NTOS:MM]
...
- Fix broken typing/FIXMEs in ExeFmtpCreateImageSection
svn path=/trunk/; revision=68660
2015-08-10 10:57:24 +00:00
Christoph von Wittich
e0e3c56ecb
[SETUPAPI] add support for LZ compressed files. fixes ATI Radeon driver installation by inf CORE-10000
...
svn path=/trunk/; revision=68659
2015-08-10 10:52:21 +00:00
Daniel Reimer
c1d8c92be3
[SHIMGVW]
...
File navigation with left and right keys by Carlo Bramini
CORE-9608 #resolve #comment Committed, thx for help. ^^
svn path=/trunk/; revision=68658
2015-08-10 10:23:55 +00:00
Daniel Reimer
ba09898f4c
[RAPPS]
...
New programs for rapps by Petr Akhlamov
CORE-9152 #comment Partial sync skipping DFend and QBittorrent AND WinFF because there is no direct link mirror. Additionally I updated the stuff to more recent versions AND fixed the D/L links....
svn path=/trunk/; revision=68657
2015-08-10 10:12:20 +00:00
Daniel Reimer
1ac98047c5
[RAPPS]
...
Update Java to fix important security holes ^^
Move VBA to games section where it belongs
svn path=/trunk/; revision=68656
2015-08-10 09:10:12 +00:00
Daniel Reimer
b4a8fea769
[RAPPS]
...
Adding New Apps for rapps and Removing Some Unneedful Spaces in aklepad.txt by Henry Tang Ih
CORE-9953 #comment, Patch committed incl. German translation and some fixes. Still missing: Unlocker and GNU Octave
svn path=/trunk/; revision=68655
2015-08-10 09:02:36 +00:00
Aleksey Bragin
de5e5ba45e
[LDR]
...
- Use newer implementation of RtlActivateActivationContextUnsafeFast(): its time finally has come (see r52615 and r52612). It returns proper return value instead of pushing STATUS_SUCCESS into PRTL_ACTIVATION_CONTEXT_STACK_FRAME type and its "Trying to activate improper activation context" warning pops up all the time (its disabled in trunk to prevent debug log spam).
svn path=/trunk/; revision=68654
2015-08-09 14:54:45 +00:00