Commit graph

63007 commits

Author SHA1 Message Date
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
Aleksey Bragin 9512b57324 [LDR]
- Add debug prints to aid tracing the activation context stuff problems. Turned off by default.

svn path=/trunk/; revision=68653
2015-08-09 14:20:40 +00:00
Eric Kohl 6fdee3b3af Show a warning page, when a user tries to delete an active partition.
CORE-9996 #resolve

svn path=/trunk/; revision=68652
2015-08-09 13:14:00 +00:00
Christoph von Wittich 7756ab656a [FUSION] store the PDB files in a different directory to avoid name collisions. Patch by Amine
svn path=/trunk/; revision=68651
2015-08-09 13:10:17 +00:00
Daniel Reimer a400ad445b [FUSION] Use a static library instead of an objects one. Fix MSVC build. Brought to you by Amine!
svn path=/trunk/; revision=68650
2015-08-09 10:24:37 +00:00
Daniel Reimer c1ae42088e [CMAKE] Include TARGET_OBJECTS expressions in SOURCES target property output. Patch by Amine Khaldi
svn path=/trunk/; revision=68649
2015-08-09 09:50:46 +00:00
Daniel Reimer 27c42db9b0 [RAPPS]
Adding New Apps for rapps and Removing Some Unneedful Spaces in aklepad.txt by Erdem Ersoy
CORE-9953 #comment Added Agat, Audacity, Gens, HexEdit, Shed, UltraISO and VBA-SDL because of the prove in image form that it works. Rest ist still not committed.
+ Removed the UTF BOMs again!
+ Added German Translations
+ Corrected the Coding to UTF-8

svn path=/trunk/; revision=68648
2015-08-09 09:31:12 +00:00
Christoph von Wittich edd56f01c6 [FUSION] Use different base addresses for the fusion dlls to prevent relocations. Brought to you by Amine! CORE-9992
svn path=/trunk/; revision=68647
2015-08-09 09:27:30 +00:00
Daniel Reimer 35fd7142ca [RAPPS]
Add pack of themes Watercolor 4.3 by Alexander Rechitskiy
CORE-9814 #resolve #comment Added to RAPPS

svn path=/trunk/; revision=68646
2015-08-09 08:27:45 +00:00
Daniel Reimer 541b7f0a38 [shell32]
Change Trash to Recycle Bin by Lee Schroeder
CORE-8391 #resolve #comment Committed the big one with changes to all RC files, because it's the right way to do that. All these strings are originated from the english resource and NEVER were translated up to now, so we keep these strings in sync. Second argument. Trash is not the right word here (YES, a non native dares to say this ^^) We use the Windows way here, unless someone gives me a REALLY good reason not to ^^

svn path=/trunk/; revision=68645
2015-08-09 07:56:47 +00:00
Daniel Reimer 5a27a5a227 [TRANSLATION]
Updating Turkish Translation by Erdem Ersoy
CORE-9873 #resolve #comment Committed 01.08 patch + USETUP and INF file, thx for help.

svn path=/trunk/; revision=68644
2015-08-09 07:44:57 +00:00
Daniel Reimer 4f342910e0 [TRANSLATION]
New File For Turkish Translation Notes by Erdem Ersoy
CORE-9894 #resolve #comment Committed.

svn path=/trunk/; revision=68643
2015-08-09 07:39:29 +00:00
Daniel Reimer c24dd4b755 [SYSDM]
Translation fix dll/cpl/sysdm/lang/nl by learn_more
CORE-9905 #resolve #comment Committed, thx for help ^^

svn path=/trunk/; revision=68642
2015-08-09 07:34:07 +00:00
Daniel Reimer 0d3e0a5dfe [TRANSLATION]
Polish translation update by Adam Stachowicz
CORE-9964 #resolve #comment Committed, thx for help ^^

svn path=/trunk/; revision=68641
2015-08-09 07:28:19 +00:00
Daniel Reimer bb4f36c7ce [VMWINST]
Goodbye VMWInst, you served us well in a time loooooong ago ^^

svn path=/trunk/; revision=68640
2015-08-08 17:34:51 +00:00
Daniel Reimer 0dc6b52a76 [user32]
Improve OIC_SAMPLE icon by Jared Smudde 
CORE-9896 #resolve #comment Committed, thx for help ^^

svn path=/trunk/; revision=68639
2015-08-08 17:28:56 +00:00
Hermès Bélusca-Maïto d72bc455ab [NTVDM]: Addendum to r68609 (explicitely mention that the CS segment is the one of the caller). Add a debug print.
svn path=/trunk/; revision=68638
2015-08-08 17:27:23 +00:00