Martin Fuchs
a06bdc9503
explorer: handle child window creation errors
...
svn path=/trunk/; revision=24143
2006-09-16 15:39:07 +00:00
Hervé Poussineau
ae5f6b945d
Add missing entrypoint="0" directive in rbuild files [Part 1/2]
...
svn path=/trunk/; revision=24008
2006-09-09 22:33:07 +00:00
Thomas Bluemel
17e434d5bd
Add user32 to build notifyhook
...
svn path=/trunk/; revision=23940
2006-09-06 21:44:06 +00:00
Brandon Turner
80562db631
Link to shell32 so we can use CommandLineToArgvW when compiling unicode. Thanks to Usurp for finding the problem.
...
svn path=/trunk/; revision=23939
2006-09-06 21:17:23 +00:00
Thomas Bluemel
02a7a31265
- Force using the import libraries built by ReactOS only, don't use the ones that come with the mingw compiler (doesn't work for CPP!)
...
- Import the mingw startup library and customized it a little. _tmain() is now supported, compiling an application as unicode is now just a matter of setting the module attribute unicode="true"
- Fixed .rbuild files to import all libraries neccessary
- Various GUID header changes and hacks to get everything to build/link properly
- Fixed the IShellView2 interface
svn path=/trunk/; revision=23933
2006-09-06 20:00:41 +00:00
Aleksey Bragin
7f0a82ce58
Fix MSVC 2005 compilation (Platform SDK is correctly included)
...
svn path=/trunk/; revision=23927
2006-09-06 18:43:35 +00:00
Aleksey Bragin
ea0c0daec0
Add forgotten "xs-native.cpp" to the MSVC project of ROS Explorer
...
svn path=/trunk/; revision=23885
2006-09-02 11:27:36 +00:00
Aleksey Bragin
5cd8b68023
Sylvain Petreolle: Partly fix unicode build of cmd (a typo)
...
svn path=/trunk/; revision=23842
2006-08-31 14:14:42 +00:00
Hervé Poussineau
a301256472
Add missing includes in .rc file
...
Sort them in alphabetical order
svn path=/trunk/; revision=23800
2006-08-30 10:40:59 +00:00
Hervé Poussineau
becdf59777
Add French and Bengali resources to build
...
Sort files by alphabetical order
svn path=/trunk/; revision=23755
2006-08-27 20:56:34 +00:00
Brandon Turner
9f5f1ce315
* Implement: /low, /normal, /high, /realtime, /belownormal, and /abovenormal
...
* Correctly build the string used to create the process.
svn path=/trunk/; revision=23713
2006-08-25 23:12:50 +00:00
Martin Fuchs
3318c29301
some commentary changes
...
svn path=/trunk/; revision=23539
2006-08-09 21:27:05 +00:00
Martin Fuchs
f465feb351
refresh shell background in response to system color changes
...
svn path=/trunk/; revision=23538
2006-08-09 20:10:41 +00:00
Hervé Poussineau
b229f6fcb2
Update French translation
...
svn path=/trunk/; revision=23500
2006-08-06 15:40:47 +00:00
Brandon Turner
4ea471d5a5
update the help for exit to include /b
...
svn path=/trunk/; revision=23448
2006-08-04 21:24:57 +00:00
Martin Fuchs
a16732d63c
fix GCC build error "explicit qualification in declaration of MLStorage::..."
...
svn path=/trunk/; revision=23415
2006-08-02 12:11:24 +00:00
Martin Fuchs
9940e41a7b
fix output of XML document types
...
svn path=/trunk/; revision=23403
2006-08-01 09:23:41 +00:00
Martin Fuchs
0887b49c1b
move string constants into XMLStorage namespace
...
svn path=/trunk/; revision=23399
2006-07-31 23:46:20 +00:00
Martin Fuchs
350cddb3d6
Explorer: update XMLStorage library and remove Expat dependency
...
svn path=/trunk/; revision=23397
2006-07-31 23:21:55 +00:00
Johannes Anderwald
11459c8cc4
* add ukrainian translation by Temarez
...
* fixes bug 1706
svn path=/trunk/; revision=23239
2006-07-23 09:59:30 +00:00
Magnus Olsen
74739f95d9
patch from LMH1 : Bug#: 1675 : Norwegian translation
...
svn path=/trunk/; revision=23200
2006-07-21 10:23:55 +00:00
Magnus Olsen
2a8df0cc3d
patch from LMH1 : Bug#: 1637 : Norwegian translation
...
svn path=/trunk/; revision=23109
2006-07-17 01:10:56 +00:00
Magnus Olsen
1ffbaf7d4a
patch from temarez : Bug#: 1635 : Ukrainian translation update and some new translations
...
svn path=/trunk/; revision=23102
2006-07-17 00:45:10 +00:00
Magnus Olsen
fddc4b77ba
patch from Apal : Bug#: 1630 : Greek Translation files for explorer
...
svn path=/trunk/; revision=23096
2006-07-17 00:04:45 +00:00
Hervé Poussineau
51cb8f8eac
Fix typo (UNICODE -> _UNICODE)
...
svn path=/trunk/; revision=22897
2006-07-06 21:58:48 +00:00
Brandon Turner
410ae9c26b
Unicode fixes and error checking.
...
svn path=/trunk/; revision=22690
2006-06-29 15:08:10 +00:00
Brandon Turner
c6661f1f9e
expand %* to batch file params.
...
bug: #1629
svn path=/trunk/; revision=22683
2006-06-29 02:48:52 +00:00
Magnus Olsen
427b21b076
Langues Nl.rc patch from i386dx see wiki how have done the translate
...
svn path=/trunk/; revision=22399
2006-06-18 19:37:05 +00:00
Klemens Friedl
a87ee338d2
german translation update
...
patch created by EmuandCo and DangerGround
svn path=/trunk/; revision=22348
2006-06-14 20:07:20 +00:00
Brandon Turner
1aeb0661d4
* When comparing two strings, you do not need to check what comes after them.
...
* You do not need to look for the next space in the "command" to run on if success, that will be handled later on, and causes it to skip over to much if it done in both spots
svn path=/trunk/; revision=22334
2006-06-13 00:26:08 +00:00
Maarten Bosma
64471203f9
Fix size of the startmenu (e.g. Start->Programs) when there are very much entries. Tested under Windows. Fix by slawek from the German forum.
...
svn path=/trunk/; revision=22313
2006-06-11 15:16:48 +00:00
Martin Fuchs
48badfaf22
fix language constant to LANG_BENGALI
...
svn path=/trunk/; revision=22224
2006-06-04 21:07:01 +00:00
Martin Fuchs
93fafae8ff
set eol-style to native
...
svn path=/trunk/; revision=22223
2006-06-04 20:57:51 +00:00
Martin Fuchs
bf3af9216b
Patch of Coviti: change "Reactos" texts to "ReactOS"
...
svn path=/trunk/; revision=22220
2006-06-04 20:07:56 +00:00
Ged Murphy
5e2e227e4a
change version text in line with new svn version
...
svn path=/trunk/; revision=22112
2006-05-29 16:20:45 +00:00
Johannes Anderwald
befa307429
italian explorer translation patch by folle_invasato (bug 1292)
...
svn path=/trunk/; revision=22040
2006-05-25 16:59:15 +00:00
Johannes Anderwald
d4aaeed1ff
dont allow '=' in the environmental name in the set command
...
svn path=/trunk/; revision=21975
2006-05-21 21:31:20 +00:00
Mindflyer
8dd9c14606
Whoops, r21918 meant to go in trunk too.
...
svn path=/trunk/; revision=21919
2006-05-17 13:23:48 +00:00
Ged Murphy
0c30ab932a
revert the my computer icon. mf's original is prefered
...
svn path=/trunk/; revision=21747
2006-04-27 20:40:09 +00:00
Ged Murphy
ead212bffe
- allow start menu selection to loop when using the keyboard
...
- patch by Andreas Bjerkeholt ([email protected] )
svn path=/trunk/; revision=21745
2006-04-26 22:44:26 +00:00
Ged Murphy
16c495d2b7
match the explorer icons to the shell32 ones.
...
svn path=/trunk/; revision=21735
2006-04-24 21:31:41 +00:00
Ged Murphy
084c375c11
Remove reg button in ReactOS. It made the toolbar a bit long, plus regedit should be used.
...
svn path=/trunk/; revision=21702
2006-04-22 12:39:42 +00:00
Ged Murphy
20cc933b0c
cleaner, revamped speaker icon.
...
svn path=/trunk/; revision=21662
2006-04-18 22:35:20 +00:00
Ged Murphy
a4c71b513b
Reduce the size a bit.
...
svn path=/trunk/; revision=21657
2006-04-18 18:16:11 +00:00
Saveliy Tretiakov
45fca8f1a3
Make windows button open start menu. Fixes buf 1356. Patch by [email protected]
...
svn path=/trunk/; revision=21542
2006-04-10 17:58:47 +00:00
Ged Murphy
da76a6a267
revamp the recent docs icon
...
svn path=/trunk/; revision=21412
2006-03-30 09:26:48 +00:00
The ReactOS Code Auditors
510eb4e221
Lock all code in the repository.
...
svn path=/trunk/; revision=21257
2006-03-08 23:07:09 +00:00
Martin Fuchs
02bade720c
fix XML parsing with GCC
...
svn path=/trunk/; revision=21208
2006-02-26 22:27:30 +00:00
Martin Fuchs
5b247bc560
Explorer: fix refresh
...
svn path=/trunk/; revision=21187
2006-02-23 22:50:03 +00:00
Martin Fuchs
1fb621f227
set svn:eol-style to native for *.rbuild
...
svn path=/trunk/; revision=21184
2006-02-23 00:01:01 +00:00