Commit graph

56188 commits

Author SHA1 Message Date
Benedikt Freisen
26fe5c6195 [MSPAINT]
- Simplify menu initialization
- Add proof-of-concept text drawing functionality (for now with hard-coded text and font)
- use RECT instead of int[4] and POINT instead of int x,y
- move some redundant code to new function ForceRefreshSelectionContents
- rework transparent selection code using new function ColorKeyedMaskBlt

svn path=/trunk/; revision=62025
2014-02-07 17:54:25 +00:00
Amine Khaldi
7c63179f24 [MSGINA]
* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=62024
2014-02-07 17:38:56 +00:00
Amine Khaldi
af07a1f3d9 [WIN32SS]
* Add header guards to the main headers.
CORE-7716

svn path=/trunk/; revision=62023
2014-02-07 17:32:20 +00:00
Amine Khaldi
38408e0a97 [LIBS]
* Add header guards to the main headers.
CORE-7716

svn path=/trunk/; revision=62022
2014-02-07 16:58:53 +00:00
Amine Khaldi
4b0e4bc515 [TDI]
* Add header guards to the main header.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=62021
2014-02-07 16:54:11 +00:00
Jérôme Gardou
876906d09a [FORMATTING]
- while I am at it. No code change.

svn path=/trunk/; revision=62020
2014-02-06 22:13:15 +00:00
Jérôme Gardou
116102fec2 [KERNEL32]
- Use current directory for NULL parameter in GetDriveType
Patch by Kenneth Deane (kde678 __AT__ gmail __DOT__ com), slightly modified by myself. Thanks!

svn path=/trunk/; revision=62019
2014-02-06 22:10:44 +00:00
Timo Kreuzer
3a982ed8e3 Fix GCC build
svn path=/trunk/; revision=62017
2014-02-06 19:33:01 +00:00
Timo Kreuzer
e5c07026ca [NTOSKRNL]
Implement SepAccessCheckAndAuditAlarm, which now does proper argument capturing and forwards those to SepAccessCheckAndAuditAlarmWorker, which for now only grants access without checking.

svn path=/trunk/; revision=62016
2014-02-06 19:26:05 +00:00
Amine Khaldi
117c9232e4 [NPFS]
* Add header guards to the main header.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=62015
2014-02-06 19:08:00 +00:00
Amine Khaldi
27557e4cd0 [MUP]
* Add header guards to the main header.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=62014
2014-02-06 18:05:58 +00:00
Amine Khaldi
6353845cf6 [NDISUIO]
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=62013
2014-02-06 17:19:30 +00:00
Benedikt Freisen
dacbff087d [MSPAINT] Due to the previous fix changing the selection opacity now behaved oddly when there was no selection
svn path=/trunk/; revision=62012
2014-02-06 14:08:59 +00:00
Amine Khaldi
6ead37dc63 [FASTFAT]
* Add header guards to the main header.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=62008
2014-02-06 12:28:49 +00:00
Amine Khaldi
a5351bc64c [CDFS]
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=62007
2014-02-06 11:53:09 +00:00
Amine Khaldi
71f408a887 [DRIVERS]
* Add header guards to the main headers.
CORE-7716

svn path=/trunk/; revision=62006
2014-02-06 11:18:34 +00:00
Amine Khaldi
65006cbdc6 [FS_REC]
* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=62005
2014-02-06 10:59:19 +00:00
Hermès Bélusca-Maïto
0be53763b5 [CONSOLE]: Activate by default the new VGA font.
svn path=/trunk/; revision=62004
2014-02-05 23:28:35 +00:00
Hermès Bélusca-Maïto
1be96acf24 Added monospace flag in .ttf file (thanks Roy Tam).
svn path=/trunk/; revision=62003
2014-02-05 23:01:01 +00:00
Hermès Bélusca-Maïto
f80762c7ba Forgot that file in rev.62001.
svn path=/trunk/; revision=62002
2014-02-05 22:52:38 +00:00
Hermès Bélusca-Maïto
50e5f3cf02 [Fonts]
Add new Unicode VGA console TTF font by Roy Tam, adapted from UniVGA font by Dmitry Bolkhovityanov ( http://www.inp.nsk.su/~bolkhov/files/fonts/univga/ ).
See http://www.reactos.org/forum/viewtopic.php?f=2&t=12930#p105065
and http://www.reactos.org/forum/viewtopic.php?f=2&t=12930&start=15#p105307
for more information.
CORE-7706 #resolve #comment Committed in revsion , thanks for your efforts :)

svn path=/trunk/; revision=62001
2014-02-05 22:46:19 +00:00
Jérôme Gardou
d9b3f370ba [SCSIPORT]
- Do not pass NULL adapter to IoMapTransfer

svn path=/trunk/; revision=62000
2014-02-05 21:33:14 +00:00
Amine Khaldi
6bffa4c6ed [MSHTML][XMLLITE]
* Clarify from where did these come.

svn path=/trunk/; revision=61999
2014-02-05 21:17:42 +00:00
Amine Khaldi
a1bceddf2d [DEVENUM][DSOUND]
* Add header guards to the main headers.
CORE-7716

svn path=/trunk/; revision=61998
2014-02-05 21:12:59 +00:00
Hermès Bélusca-Maïto
8a9b8e767c [NTOS]: Remove SeInitSRM prototype unneeded after commit 61102.
svn path=/trunk/; revision=61997
2014-02-05 21:03:37 +00:00
Benedikt Freisen
9cd47b2962 [MSPAINT] Fix CORE-5954, CORE-6798 and a sign typo regarding the upper right selection resizer
svn path=/trunk/; revision=61996
2014-02-05 18:58:45 +00:00
Amine Khaldi
7d70c6a3b7 [SYSDM]
* Widen the space for "report as workstation" GUI control in all language resource. By Ștefan Fulea.
CORE-7848 #resolve #comment Committed in r61995. Thanks !

svn path=/trunk/; revision=61995
2014-02-05 18:51:05 +00:00
Amine Khaldi
e4eb4e8ff1 [MSCONFIG]
* Widen the space for some GUI controls in all language resource. By Ștefan Fulea.
CORE-7847 #resolve #comment Committed in r61994. Thanks !

svn path=/trunk/; revision=61994
2014-02-05 18:44:12 +00:00
Amine Khaldi
50e209f423 [CPLS]
* Add header guards to the main headers.
CORE-7716

svn path=/trunk/; revision=61993
2014-02-05 18:17:27 +00:00
Amine Khaldi
f80fa18b56 [USETUP][EXPLORER][SERVICES]
* Add header guards to the main headers.
CORE-7716

svn path=/trunk/; revision=61992
2014-02-05 16:35:49 +00:00
Amine Khaldi
9fa1b9ab65 [WIN32K]
* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61991
2014-02-05 16:30:19 +00:00
Amine Khaldi
be1c410130 [USERSRV]
* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61990
2014-02-05 16:27:14 +00:00
Daniel Reimer
f3ca729999 [INF]
Update German translation, too.

svn path=/trunk/; revision=61989
2014-02-04 23:39:27 +00:00
Daniel Reimer
fded7943bd [INF]
shortcuts.inf - Improve start menu program shortcuts by Lee Schroeder
CORE-7813 #resolve #comment Committed in r61988. Thx for help,

svn path=/trunk/; revision=61988
2014-02-04 23:33:32 +00:00
Daniel Reimer
3ab55f7f8f [INPUT]
Widen the space for "Turn off advanced text services" GUI control in all language resource by Ştefan Fulea
CORE-7849 #resolve #comment Committed in r61987. Thx for help.

svn path=/trunk/; revision=61987
2014-02-04 23:15:47 +00:00
Daniel Reimer
9b4c7ef5ae [CPL]
Update Russian translate by Sergei Abramov
#resolve #comment Committed in r61986. Thx for help. Btw, it might be that you forgot to send in the wined3dcfg translation?

svn path=/trunk/; revision=61986
2014-02-04 23:09:27 +00:00
Amine Khaldi
01b5503778 [CONSRV]
* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61985
2014-02-04 19:54:42 +00:00
Amine Khaldi
582282ffde [USER32]
* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61984
2014-02-04 19:40:45 +00:00
Amine Khaldi
b57fa6f0c1 [GDI32]
* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61983
2014-02-04 17:23:25 +00:00
Amine Khaldi
031ae1c1d2 [VIDEOPRT]
* Do not include debug.h into the main header.
* Remove one time inclusions from the main header and put them back where they belong.
* Improve the GUIDs situation.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61982
2014-02-04 17:15:06 +00:00
Amine Khaldi
f4d3adab51 [VGA]
* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61981
2014-02-04 17:01:57 +00:00
Amine Khaldi
931e993a35 [VGAMP]
* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61980
2014-02-04 16:46:41 +00:00
Amine Khaldi
401e1bb7c0 [VBEMP]
* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61977
2014-02-04 11:08:27 +00:00
Amine Khaldi
e052e04e03 [TDILIB]
* Create a main header and move inclusions to it.
CORE-7716

svn path=/trunk/; revision=61975
2014-02-04 10:52:50 +00:00
Amine Khaldi
df348acfe2 [ROSSYM]
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61973
2014-02-04 10:47:12 +00:00
Amine Khaldi
1aba340871 [RECYCLEBIN]
* Move some inclusions to the main header.
* Improve header inclusions.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61972
2014-02-04 10:45:55 +00:00
Amine Khaldi
24209ff3c8 [MMIXER]
* Properly name the main header.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61970
2014-02-04 10:36:20 +00:00
Daniel Reimer
b0473f435a [RAPPS]
Dedicated to Amine: Add MS Word/Excel and PowerPoint Viewer to RApps.

svn path=/trunk/; revision=61969
2014-02-03 22:49:26 +00:00
Daniel Reimer
9921d75509 [mplay32]
Media Player error handling by Ricardo Hanke
CORE-7800 #resolve #comment Committed in r61968. Thx for help.

svn path=/trunk/; revision=61968
2014-02-03 20:32:25 +00:00
Daniel Reimer
bf29979bf7 Fix my german translation a bit.
svn path=/trunk/; revision=61967
2014-02-03 20:28:31 +00:00