Magnus Olsen
573f5162e1
revert Revision: 22668 this change is also incorrect. now the rc file is more less okay again
...
svn path=/trunk/; revision=22752
2006-07-02 00:45:08 +00:00
Magnus Olsen
7d6b93dd57
revert complete wrong changes 22742
...
svn path=/trunk/; revision=22751
2006-07-02 00:10:13 +00:00
Johannes Anderwald
f39240e913
* DS_SHELLFONT is an style not an EXSTYLE.
...
svn path=/trunk/; revision=22742
2006-07-01 18:04:00 +00:00
Saveliy Tretiakov
36e0982b7e
Reduce code dublication
...
svn path=/trunk/; revision=22737
2006-07-01 06:52:41 +00:00
Magnus Olsen
2e185ea41a
Small clean up
...
1. Remove goto in the code, goto is slow and should be avoid.
2. reformat for adding {} around some code.
3. remove some NULL check after I did remove goto that is not longer need it.
svn path=/trunk/; revision=22718
2006-06-30 16:42:21 +00:00
Saveliy Tretiakov
90f398225a
Alex Ionescu said that check for Expanded==NULL must stay...
...
svn path=/trunk/; revision=22714
2006-06-30 15:12:55 +00:00
Saveliy Tretiakov
e6a334b469
Silence debug messages.
...
Check for Expanded==NULL is useless, because it's done in HeapFree (thx hpoussin).
svn path=/trunk/; revision=22713
2006-06-30 15:07:23 +00:00
Saveliy Tretiakov
df5296300e
Read configuration from registry
...
svn path=/trunk/; revision=22712
2006-06-30 14:53:24 +00:00
Christoph von Wittich
99c66c095c
fixed some warnings (msvc)
...
svn path=/trunk/; revision=22701
2006-06-29 22:32:06 +00:00
Christoph von Wittich
23b77e8fd7
fixed some warnings (msvc)
...
svn path=/trunk/; revision=22700
2006-06-29 22:12:40 +00:00
Saveliy Tretiakov
0e79c3011a
Fix thread synchronization, use critical sections.
...
Rewrite some functions (optimize).
svn path=/trunk/; revision=22691
2006-06-29 17:36:04 +00:00
Brandon Turner
410ae9c26b
Unicode fixes and error checking.
...
svn path=/trunk/; revision=22690
2006-06-29 15:08:10 +00:00
Johannes Anderwald
92f587b398
* auto select items which are started automatically
...
* read disabled autostart items
svn path=/trunk/; revision=22688
2006-06-29 13:33:59 +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
Johannes Anderwald
de2a826959
* add EXSTYLE DS_SHELLFONT for dialogs having "MS Shell Dlg"
...
* fix typos
* change sublang identifiers to SUBLANG_NEUTRAL
* patch by EmuandCo
svn path=/trunk/; revision=22668
2006-06-27 22:01:50 +00:00
Hervé Poussineau
e66e011656
Fix case of resource files, so our friends using case sensitive filesystems will be able to play Solitaire ;)
...
svn path=/trunk/; revision=22665
2006-06-27 11:56:44 +00:00
Johannes Anderwald
29c3268f4e
add ukrainian translation by temarez bug (1628)
...
svn path=/trunk/; revision=22663
2006-06-27 10:40:01 +00:00
Johannes Anderwald
94ad288b3c
fix displaying status bar when notepad was resized
...
bug report by Apal
patch by Apal && w3seek
fixes bug 1625
svn path=/trunk/; revision=22660
2006-06-27 10:02:33 +00:00
Alex Ionescu
71dda51555
- Lesson One: Don't revert commits because your eyes are inventing the word "copyright". I tried really hard, I really did, but I could not find even the word "copy", much less "copyright".
...
- Lesson Two: What do you know! En and De.rc actually *are* our files, not James Brown's (his is sol.rc, which hasn't been altered with a ROS Header).
- Lesson Three: It is official (voted) ROS Policy that all ROS files have a header. Reverting this header violated it.
svn path=/trunk/; revision=22649
2006-06-26 23:50:03 +00:00
Ged Murphy
93eae33135
You can't really claim copyright for translating a resource file.
...
Secondly, it's not even our code to put headers in. It's James Browns from catch22.net
svn path=/trunk/; revision=22648
2006-06-26 23:02:54 +00:00
Johannes Anderwald
2eddc82aca
add missing includes
...
svn path=/trunk/; revision=22645
2006-06-26 20:18:52 +00:00
Johannes Anderwald
e18611f0ad
add missing include
...
svn path=/trunk/; revision=22644
2006-06-26 20:15:58 +00:00
Johannes Anderwald
fe9c547879
* move english resource file to own file
...
* add german translation
* patch provided by Daniel "EmuandCo" Reimer
svn path=/trunk/; revision=22643
2006-06-26 20:14:36 +00:00
Alex Ionescu
f110fe92c5
- STDCALL -> NTAPI
...
svn path=/trunk/; revision=22636
2006-06-26 14:23:44 +00:00
Michele Cicciotti
b25bd32027
mstscax.dll sniffer: loads between mstsc.exe and the real mstscax.dll (renamed to mstscax_.dll) and dumps on debug output as much as possible of the interaction between the two. Not complete yet (doesn't sniff events) but good enough
...
svn path=/trunk/; revision=22629
2006-06-26 00:28:15 +00:00
Michele Cicciotti
aba8c10e53
Directory for a number of tools I'll write and use as a porting aid
...
svn path=/trunk/; revision=22628
2006-06-26 00:19:36 +00:00
Michele Cicciotti
4a780802f4
Small fix for debugging purposes under Cygwin: keymaps must have UNIX line endings because of a limitation in how rdesktop parses them
...
svn path=/trunk/; revision=22627
2006-06-26 00:17:10 +00:00
Michele Cicciotti
e6ead68fae
First step of the rdesktop port: make code re-entrant
...
Most of the code (minus sound support) has been made re-entrant. All global variables have been turned into fields of a huge (huge!) structure passed around as a pointer argument (think C++ "this"). Changes have been tested in Cygwin, works perfectly
svn path=/trunk/; revision=22626
2006-06-26 00:07:25 +00:00
Michele Cicciotti
92f97021f6
See above
...
svn path=/trunk/; revision=22625
2006-06-26 00:02:44 +00:00
Michele Cicciotti
032c061628
Making room for future expansions to the family...
...
svn path=/trunk/; revision=22624
2006-06-26 00:02:23 +00:00
Michele Cicciotti
8d68848605
There! Hello rdesktop, please lie down on that table, don't worry, this won't hurt in the slightest!
...
svn path=/trunk/; revision=22623
2006-06-26 00:01:49 +00:00
Michele Cicciotti
ec3cd438bb
Almost there...
...
svn path=/trunk/; revision=22622
2006-06-26 00:01:08 +00:00
Michele Cicciotti
f71e429edf
Not quite there...
...
svn path=/trunk/; revision=22621
2006-06-26 00:00:48 +00:00
Michele Cicciotti
01f3e24360
Welcome rdesktop!
...
svn path=/trunk/; revision=22620
2006-06-26 00:00:00 +00:00
Michele Cicciotti
fb2aaa54a0
Make room for the rdesktop port/cannibalization
...
svn path=/trunk/; revision=22619
2006-06-25 23:56:15 +00:00
Michele Cicciotti
4404007712
Creating base directory for the Remote Desktop client - mstsc.exe, mstscax.dll, rdesktop port, etc.
...
svn path=/trunk/; revision=22618
2006-06-25 23:54:39 +00:00
Hervé Poussineau
4721afc693
Let StartService really start the service.
...
This enables the plug and play manager during second stage setup
svn path=/trunk/; revision=22607
2006-06-25 00:52:40 +00:00
Hervé Poussineau
2a008d3e8b
StartServiceCtrlDispatcher must be called during main, and does return only at service stop.
...
svn path=/trunk/; revision=22606
2006-06-25 00:51:28 +00:00
Magnus Olsen
d3cd587e70
fixing so u can edit rsrc.rc again with vs
...
svn path=/trunk/; revision=22575
2006-06-24 16:51:12 +00:00
Magnus Olsen
3e7c39f7d2
1. Fix the russain rc to be open with VS
...
2. move all langues rc to rsrc.rc so we can open
them in VS without genrate project file for VS
we already doing it on few other dll/exe
svn path=/trunk/; revision=22574
2006-06-24 16:44:30 +00:00
Magnus Olsen
707e38adcb
Update Ukrainian translation from temarez see bug 1624
...
svn path=/trunk/; revision=22570
2006-06-24 16:15:22 +00:00
Alex Ionescu
01a0c11c80
fix build
...
svn path=/trunk/; revision=22568
2006-06-24 15:53:30 +00:00
Magnus Olsen
2063f88ebb
Update Ukrainian translation from temarez see bug 1624
...
svn path=/trunk/; revision=22567
2006-06-24 15:38:28 +00:00
Magnus Olsen
96ca5a8191
Ukrainian translation from temarez see bug 1624
...
svn path=/trunk/; revision=22566
2006-06-24 15:37:31 +00:00
Magnus Olsen
49ddaf959d
Update Ukrainian translation by temarez see bug 1624
...
svn path=/trunk/; revision=22565
2006-06-24 15:33:10 +00:00
Magnus Olsen
6125919b36
Ukrainian translation by temarez see bug 1624
...
svn path=/trunk/; revision=22564
2006-06-24 15:30:44 +00:00
Magnus Olsen
7948806a51
french translation by ggcom see bug 1370
...
svn path=/trunk/; revision=22563
2006-06-24 14:09:01 +00:00
Magnus Olsen
f34a044635
Finnish translation by arzi see bug 1367
...
svn path=/trunk/; revision=22562
2006-06-24 14:03:51 +00:00
Magnus Olsen
d8783369ec
Finnish translation by arzi see bug 1367
...
svn path=/trunk/; revision=22561
2006-06-24 14:01:30 +00:00
Magnus Olsen
cd9e7418ae
Polish translation see bug 1315 by RealSzopen
...
svn path=/trunk/; revision=22560
2006-06-24 13:44:28 +00:00