reactos.git
19 years agoc version of wine's 'make_ctests' script
Royce Mitchell III [Sun, 13 Mar 2005 18:08:10 +0000 (18:08 +0000)]
c version of wine's 'make_ctests' script

svn path=/trunk/; revision=14020

19 years ago-Wall -Werror and fix warnings
Royce Mitchell III [Sun, 13 Mar 2005 17:24:17 +0000 (17:24 +0000)]
-Wall -Werror and fix warnings

svn path=/trunk/; revision=14019

19 years ago-Wall -Werror and fix warnings
Royce Mitchell III [Sun, 13 Mar 2005 17:18:33 +0000 (17:18 +0000)]
-Wall -Werror and fix warnings

svn path=/trunk/; revision=14018

19 years agoAdded a keep-alive reference to each key object.
Hartmut Birr [Sun, 13 Mar 2005 17:03:42 +0000 (17:03 +0000)]
Added a keep-alive reference to each key object.
Lock the registry while accessing sub keys of a key object.
Implemented a worker thread which removes all unused key objects.
Fixed a bug which shows keys twice if a key is already opened.

svn path=/trunk/; revision=14017

19 years agoea@reactos.com
Emanuele Aliberti [Sun, 13 Mar 2005 17:01:59 +0000 (17:01 +0000)]
ea@reactos.com
- make SmExecuteProgram work
- implement SmCompleteSession (untested)

svn path=/trunk/; revision=14016

19 years agoea@reactos.com
Emanuele Aliberti [Sun, 13 Mar 2005 17:00:19 +0000 (17:00 +0000)]
ea@reactos.com

Make SmConnectApiPort more safe.

svn path=/trunk/; revision=14015

19 years agoRemoved CloseInProcess from object header structure.
Hartmut Birr [Sun, 13 Mar 2005 16:44:15 +0000 (16:44 +0000)]
Removed CloseInProcess from object header structure.

svn path=/trunk/; revision=14014

19 years agoAdded two missing calls to KeLeaveCriticalRegion.
Hartmut Birr [Sun, 13 Mar 2005 16:41:05 +0000 (16:41 +0000)]
Added two missing calls to KeLeaveCriticalRegion.

svn path=/trunk/; revision=14013

19 years agolaunch display properties dialog via desktop context menu
Martin Fuchs [Sun, 13 Mar 2005 15:43:02 +0000 (15:43 +0000)]
launch display properties dialog via desktop context menu

svn path=/trunk/; revision=14012

19 years agoremove temporary desktop context menu code from explorer
Martin Fuchs [Sun, 13 Mar 2005 15:30:29 +0000 (15:30 +0000)]
remove temporary desktop context menu code from explorer

svn path=/trunk/; revision=14011

19 years agoa little context menu code cleanup
Martin Fuchs [Sun, 13 Mar 2005 15:29:53 +0000 (15:29 +0000)]
a little context menu code cleanup

svn path=/trunk/; revision=14010

19 years agoFix gcc warnings in generated client stub.
Eric Kohl [Sun, 13 Mar 2005 14:49:59 +0000 (14:49 +0000)]
Fix gcc warnings in generated client stub.

svn path=/trunk/; revision=14009

19 years agorevert changes to the config file. I accidently committed it, sorry.
Thomas Bluemel [Sun, 13 Mar 2005 14:29:09 +0000 (14:29 +0000)]
revert changes to the config file. I accidently committed it, sorry.

svn path=/trunk/; revision=14008

19 years ago- fixed handle table structures
Thomas Bluemel [Sun, 13 Mar 2005 14:21:47 +0000 (14:21 +0000)]
- fixed handle table structures
- implement generic executive handle tables (since there don't exist documents that describe the parameters of most of these functions (which are kernel internal only), i made them up as required)
- adjusted OB's handle manager to use ex handle tables
- adjusted the client id manager to use ex handle tables

svn path=/trunk/; revision=14007

19 years agoRemoved excess copy of accidently inserted twice russian language resources.
Aleksey Bragin [Sun, 13 Mar 2005 13:59:06 +0000 (13:59 +0000)]
Removed excess copy of accidently inserted twice russian language resources.

svn path=/trunk/; revision=14006

19 years agoFixed typos, removed excess copy of accidently inserted twice russian language resour...
Aleksey Bragin [Sun, 13 Mar 2005 13:47:45 +0000 (13:47 +0000)]
Fixed typos, removed excess copy of accidently inserted twice russian language resources, also fixed "To add new program, click Install" (was cut, so now height increased to 16).

svn path=/trunk/; revision=14005

19 years agogetdevicedata
Magnus Olsen [Sun, 13 Mar 2005 10:45:23 +0000 (10:45 +0000)]
getdevicedata
Make the mouse less choopy.
But it still choopy. It need implement real buffer.
instead it being fild when it is call.

Fix the buffer seq are in right order.

svn path=/trunk/; revision=14004

19 years agoImplement [string] attribute for pointers to char and wchar_t.
Eric Kohl [Sun, 13 Mar 2005 10:24:34 +0000 (10:24 +0000)]
Implement [string] attribute for pointers to char and wchar_t.

svn path=/trunk/; revision=14002

19 years agoUse KeGetCurrentPrcb instead of KeGetCurrentKPCR.
Hartmut Birr [Sun, 13 Mar 2005 09:19:33 +0000 (09:19 +0000)]
Use KeGetCurrentPrcb instead of KeGetCurrentKPCR.

svn path=/trunk/; revision=14001

19 years agoUse only one access to the spinlock in the assertion, because the value may change...
Hartmut Birr [Sun, 13 Mar 2005 09:14:59 +0000 (09:14 +0000)]
Use only one access to the spinlock in the assertion, because the value may change between two access' on smp machines.

svn path=/trunk/; revision=14000

19 years agoIgnore exception 15 in KiTrapHandler.
Hartmut Birr [Sun, 13 Mar 2005 09:10:36 +0000 (09:10 +0000)]
Ignore exception 15 in KiTrapHandler.

svn path=/trunk/; revision=13999

19 years agoInitialized the key name before each call to ZwCreateKey in IopCreateDeviceKeyPath.
Hartmut Birr [Sun, 13 Mar 2005 09:08:26 +0000 (09:08 +0000)]
Initialized the key name before each call to ZwCreateKey in IopCreateDeviceKeyPath.

svn path=/trunk/; revision=13998

19 years agoDefine IPI_REQUEST_FREEZE.
Hartmut Birr [Sun, 13 Mar 2005 09:06:14 +0000 (09:06 +0000)]
Define IPI_REQUEST_FREEZE.

svn path=/trunk/; revision=13997

19 years agodon't end a string if the last character outputted was an escape, will cause output...
Royce Mitchell III [Sun, 13 Mar 2005 07:38:40 +0000 (07:38 +0000)]
don't end a string if the last character outputted was an escape, will cause output file to be invalid

svn path=/trunk/; revision=13996

19 years agoFix up opps.
James Tabor [Sun, 13 Mar 2005 04:25:09 +0000 (04:25 +0000)]
Fix up opps.

svn path=/trunk/; revision=13992

19 years agoFix up Linux port.
James Tabor [Sun, 13 Mar 2005 04:23:35 +0000 (04:23 +0000)]
Fix up Linux port.

svn path=/trunk/; revision=13991

19 years agoadded winetest gui program. Does not interact with server yet and requires advapi32...
Steven Edwards [Sun, 13 Mar 2005 01:54:53 +0000 (01:54 +0000)]
added winetest gui program. Does not interact with server yet and requires advapi32 and comctl32 tests to be built.

svn path=/trunk/; revision=13989

19 years agogetmousedevice buffer
Magnus Olsen [Sun, 13 Mar 2005 01:10:46 +0000 (01:10 +0000)]
getmousedevice buffer
UT2004 the mouse are less choopy on my computer now.
and small bug fix. it maby still exists some bug left.

svn path=/trunk/; revision=13988

19 years agoFix the mouse for Unreal tormnet 2004, it is working now
Magnus Olsen [Sun, 13 Mar 2005 00:13:07 +0000 (00:13 +0000)]
Fix the mouse for Unreal tormnet 2004, it is working now
have not test it to 100%. But hoppfull it is last fix, geting games that need dinput working now with opengl.

svn path=/trunk/; revision=13987

19 years agoAllow inter-thread timer setting but not inter-process
Gé van Geldorp [Sat, 12 Mar 2005 22:42:38 +0000 (22:42 +0000)]
Allow inter-thread timer setting but not inter-process

svn path=/trunk/; revision=13986

19 years agoAlex Ionescu <ionucu@videotron.ca>
Thomas Bluemel [Sat, 12 Mar 2005 22:31:22 +0000 (22:31 +0000)]
Alex Ionescu <ionucu@videotron.ca>
- Remove ke/critical.c and move its functions into ke/apc.c
- Reformat ke/apc.c code which I had written messed up (due to MSVC)
- Add a bit more commenting.

svn path=/trunk/; revision=13985

19 years agoThomas Weidenmueller <w3seek@reactos.com>
Thomas Bluemel [Sat, 12 Mar 2005 22:16:02 +0000 (22:16 +0000)]
Thomas Weidenmueller <w3seek@reactos.com>
- Fix various security structures and constants
- Add code to capture quality of service structures and ACLs
- Secure buffer access in NtQueryInformationToken, NtSetInformationToken, NtNotifyChangeDirectoryFile and NtQueryDirectoryFile

svn path=/trunk/; revision=13984

19 years agoNow UT2004 start, but the mouse does not work or ?
Magnus Olsen [Sat, 12 Mar 2005 22:10:11 +0000 (22:10 +0000)]
Now UT2004 start, but the mouse does not work or ?
Still some problem with the mouse buffer on getdevicedata.But it does not freze any longer.

svn path=/trunk/; revision=13983

19 years agoAlex Ionescu <ionucu@videotron.ca>
Thomas Bluemel [Sat, 12 Mar 2005 21:26:29 +0000 (21:26 +0000)]
Alex Ionescu <ionucu@videotron.ca>
- Remove ke/error.c and add its functions into ke/catch.c where they belong.
- Create ex/error.c and move Executive functions present in ke/error.c to it.
- Implement NtRaiseHardError and move it from ke/error.c to ex/error.c.
- Increase Exceptions Dispatched count in dispatch code and comment code more throughly.

svn path=/trunk/; revision=13982

19 years agoAlex Ionescu <ionucu@videotron.ca>
Thomas Bluemel [Sat, 12 Mar 2005 21:08:29 +0000 (21:08 +0000)]
Alex Ionescu <ionucu@videotron.ca>
- Reorganized Bootup code. Most of the Executive initialization is now in ex/init.c
- Remove ExPostSystemEvent.
- Sped up Command-line parasing and wrote a function specificalyl for it, to ease extensibility
- Sped up and optimized loading modules from FreeLoader. The data is only looked up once and then the pointers are cached for easy re-use.
- Moved KeGetRecommendedSharedDataAlignmented to ke/main.c and implemented it.
- Moved subsystem-specific intialization to their own subsystem, like Io in ioinit and Cm in CmInit.

svn path=/trunk/; revision=13981

19 years agoresource icon added
Klemens Friedl [Sat, 12 Mar 2005 20:59:36 +0000 (20:59 +0000)]
resource icon added

svn path=/trunk/; revision=13980

19 years agoadd icon (flags)
Klemens Friedl [Sat, 12 Mar 2005 20:36:23 +0000 (20:36 +0000)]
add icon (flags)

svn path=/trunk/; revision=13979

19 years agoSmall bug fix
Magnus Olsen [Sat, 12 Mar 2005 20:29:51 +0000 (20:29 +0000)]
Small bug fix
do not crash UT2004 any longer, but it freze ut2004
screen. still some problem with getdevicedata for
the mouse. it is the mouse buffer problem. more
apps will work better now.

svn path=/trunk/; revision=13978

19 years agoAlex Ionescu <ionucu@videotron.ca>
Thomas Bluemel [Sat, 12 Mar 2005 19:58:53 +0000 (19:58 +0000)]
Alex Ionescu <ionucu@videotron.ca>
- Clean up IO Completion Code
- Properly delete an IO Completion. The IRPs were not freed, resulting in memory leaks

Thomas Weidenmueller <w3seek@reactos.com>
- Add SEH to IO Completion Code

svn path=/trunk/; revision=13977

19 years ago* add combobox (select language/region)
Klemens Friedl [Sat, 12 Mar 2005 19:46:27 +0000 (19:46 +0000)]
* add combobox (select language/region)
* german & english resource files

svn path=/trunk/; revision=13976

19 years agoAlex Ionescu <ionucu@videotron.ca>
Thomas Bluemel [Sat, 12 Mar 2005 19:45:37 +0000 (19:45 +0000)]
Alex Ionescu <ionucu@videotron.ca>
- Fixed formatting mess in ke/dpc.c (which I had made when I wrote it due to MSVC).
- Add more comments where needed.
- Properly Initialize a Threaded DPC.

Thomas Weidenmueller <w3seek@reactos.com>
- Use Prcb directly in KeInitDpc.

svn path=/trunk/; revision=13975

19 years agoAlex Ionescu <ionucu@videotron.ca>
Thomas Bluemel [Sat, 12 Mar 2005 19:23:04 +0000 (19:23 +0000)]
Alex Ionescu <ionucu@videotron.ca>
- Removed ke/alert.c and moved its functions where they belong.
- Commented and organized KeInitializeThread.
- Began switch to true KOBJECT enumeration used in NT.
- Implemented KeAlertResumeThread and NtAlertResumeThread.
- Harmonized Formatting in ke/kthread.c

svn path=/trunk/; revision=13974

19 years agoAdd registry keys for language support
Klemens Friedl [Sat, 12 Mar 2005 19:22:30 +0000 (19:22 +0000)]
Add registry keys for language support

svn path=/trunk/; revision=13973

19 years agoAlex Ionescu <ionucu@videotron.ca>
Thomas Bluemel [Sat, 12 Mar 2005 18:15:54 +0000 (18:15 +0000)]
Alex Ionescu <ionucu@videotron.ca>
- Remove branch leftover in debug message.
- Uncondtionally enable setting the Window Station Atom Table.

svn path=/trunk/; revision=13972

19 years agoAlex Ionescu <ionucu@videotron.ca>
Thomas Bluemel [Sat, 12 Mar 2005 18:10:03 +0000 (18:10 +0000)]
Alex Ionescu <ionucu@videotron.ca>
- Clean up formatting of ke/process.c (which I had messed up at the time due to MSVC)
- Acknowledge Blight's work
- Implement KeRemoveServiceDescriptorTable
- Remove ex/napi.c and move the Tables into ke/process.c

svn path=/trunk/; revision=13971

19 years agoAlex Ionescu <ionucu@videotron.ca>
Thomas Bluemel [Sat, 12 Mar 2005 17:02:43 +0000 (17:02 +0000)]
Alex Ionescu <ionucu@videotron.ca>
Fix wrong assertion.

svn path=/trunk/; revision=13970

19 years agoAlex Ionescu <ionucu@videotron.ca>
Filip Navara [Sat, 12 Mar 2005 16:01:30 +0000 (16:01 +0000)]
Alex Ionescu <ionucu@videotron.ca>
Various bugcheck code improvements:
- Fix bugcheck code and make debugging easier for unhandled exceptions/spinlocks.
- Fix a race condition with TAB+B,
- Fix irql to be high_level.
- Fix calling unsafe function by caching bugcode data.
- Fix support for smp by using IPI.
- Fix not-breakpointing when no debugger is there.
- Implement KeBugCheck callbacks with reason.
- Fix callbacks not being called.
- Fix proper breakpoint during bugcheck.
Filip Navara <xnavara@volny.cz>
- Move the bugcheck initialization code into Ke (was in Ex on Alex's branch).

svn path=/trunk/; revision=13969

19 years agoAlex Ionescu <ionucu@videotron.ca>
Filip Navara [Sat, 12 Mar 2005 14:15:49 +0000 (14:15 +0000)]
Alex Ionescu <ionucu@videotron.ca>
Move win32k callbacks to win32k where they belong. Registration is done with Ps function just like on XP+. Also allows non-win32k stuff to manage their own desktops and window stations.

svn path=/trunk/; revision=13968

19 years agoinclude ctype.h for isalpha()
Thomas Bluemel [Sat, 12 Mar 2005 13:50:48 +0000 (13:50 +0000)]
include ctype.h for isalpha()

svn path=/trunk/; revision=13967

19 years agoImplement [in], [out] and [in, out] support for pointers to basic types.
Eric Kohl [Sat, 12 Mar 2005 13:23:09 +0000 (13:23 +0000)]
Implement [in], [out] and [in, out] support for pointers to basic types.

svn path=/trunk/; revision=13966

19 years agoAlex Ionescu <ionucu@videotron.ca>
Filip Navara [Sat, 12 Mar 2005 09:40:07 +0000 (09:40 +0000)]
Alex Ionescu <ionucu@videotron.ca>
- Add KeGetCurrentPrcb function and use it where appropriate.
- Fix returning of values in ExGetCurrentProcessorCpuUsage and ExGetCurrentProcessorCounts.
- Move ExIsProcessorFeaturePresent from ex/init.c to ex/sysinfo.c.

svn path=/trunk/; revision=13965

19 years agoFix htons
Gé van Geldorp [Sat, 12 Mar 2005 09:21:59 +0000 (09:21 +0000)]
Fix htons

svn path=/trunk/; revision=13964

19 years agoLock the kernel address space instead the process' one, if the pages are located...
Hartmut Birr [Sat, 12 Mar 2005 09:14:38 +0000 (09:14 +0000)]
Lock the kernel address space instead the process' one, if the pages are located in kernel space.
Unlock the address space on error.

svn path=/trunk/; revision=13963

19 years agoThomas Weidenmueller <w3seek@reactos.com>
Filip Navara [Sat, 12 Mar 2005 08:54:41 +0000 (08:54 +0000)]
Thomas Weidenmueller <w3seek@reactos.com>
- Implement support for vectored exception handlers.
- Add code for querying process cookie.

svn path=/trunk/; revision=13962

19 years agoSome improvements I've been sitting on.
Art Yerkes [Sat, 12 Mar 2005 07:52:16 +0000 (07:52 +0000)]
Some improvements I've been sitting on.
Set SEL_FIN if we need to in TCPReceiveData.
Clear out pending IRP queues properly when shutting down.
Lock the tcp when getting or setting the address.

svn path=/trunk/; revision=13961

19 years agoChanged bare words to strings so we don't get complaints about unterminated
Art Yerkes [Sat, 12 Mar 2005 05:46:45 +0000 (05:46 +0000)]
Changed bare words to strings so we don't get complaints about unterminated
char constants.

svn path=/trunk/; revision=13957

19 years agoadded Wine tests for advapi32. (untested)
Steven Edwards [Sat, 12 Mar 2005 04:32:00 +0000 (04:32 +0000)]
added Wine tests for advapi32. (untested)

svn path=/trunk/; revision=13954

19 years agodetect windows instead of assuming it
Royce Mitchell III [Sat, 12 Mar 2005 04:20:35 +0000 (04:20 +0000)]
detect windows instead of assuming it

svn path=/trunk/; revision=13953

19 years agoShould be winetests not winetest.
Steven Edwards [Sat, 12 Mar 2005 04:11:24 +0000 (04:11 +0000)]
Should be winetests not winetest.

svn path=/trunk/; revision=13951

19 years agoAdded Wine regression tests for comctl32. (Untested)
Steven Edwards [Sat, 12 Mar 2005 04:09:57 +0000 (04:09 +0000)]
Added Wine regression tests for comctl32. (Untested)

svn path=/trunk/; revision=13950

19 years agoMinor touch ups to the tools version check to get it working on Linux.
Filip Navara [Sat, 12 Mar 2005 02:04:08 +0000 (02:04 +0000)]
Minor touch ups to the tools version check to get it working on Linux.

svn path=/trunk/; revision=13949

19 years agoSteven Edwards <steven_ed4153@yahoo.com>
Filip Navara [Sat, 12 Mar 2005 01:11:06 +0000 (01:11 +0000)]
Steven Edwards <steven_ed4153@yahoo.com>
Revert incorrect change - KD_DEBUG_BOOTLOG => KD_DEBUG_FILELOG, /DEBUGPORT=BOOTLOG => /DEBUGPORT=FILE.

svn path=/trunk/; revision=13948

19 years agoDon't use intermediate objects linked with "ld -r". There's a bug in binutils that...
Filip Navara [Sat, 12 Mar 2005 00:54:06 +0000 (00:54 +0000)]
Don't use intermediate objects linked with "ld -r". There's a bug in binutils that causes the data section relocations to be stripped.

svn path=/trunk/; revision=13947

19 years agoAlex Ionescu <ionucu@videotron.ca>
Filip Navara [Sat, 12 Mar 2005 00:51:55 +0000 (00:51 +0000)]
Alex Ionescu <ionucu@videotron.ca>
Add definitions for WORKER_THREAD_RETURNED_AT_BAD_IRQL, MANUALLY_INITIATED_CRASH and IMPERSONATING_WORKER_THREAD bug check codes.

svn path=/trunk/; revision=13946

19 years agoAlex Ionescu <ionucu@videotron.ca>
Filip Navara [Sat, 12 Mar 2005 00:49:18 +0000 (00:49 +0000)]
Alex Ionescu <ionucu@videotron.ca>
Pass an ACPI flag from FreeLdr to the kernel and replace the usage of ACPI compile time option with it.

svn path=/trunk/; revision=13945

19 years agoChanged sizeof(RemoteAddress) to sizeof(*RemoteAddress). Now address
Art Yerkes [Sat, 12 Mar 2005 00:02:24 +0000 (00:02 +0000)]
Changed sizeof(RemoteAddress) to sizeof(*RemoteAddress).  Now address
returns work in accept.

svn path=/trunk/; revision=13943

19 years agoAlex Ionescu <ionucu@videotron.ca>
Filip Navara [Fri, 11 Mar 2005 23:38:59 +0000 (23:38 +0000)]
Alex Ionescu <ionucu@videotron.ca>
Relocate kernel if the /3GB switch is supplied in kernel parameters.

svn path=/trunk/; revision=13941

19 years agoSwap the port part of the address so it's reported correctly.
Art Yerkes [Fri, 11 Mar 2005 21:13:11 +0000 (21:13 +0000)]
Swap the port part of the address so it's reported correctly.

svn path=/trunk/; revision=13937

19 years agoAndrey Korotaev (unC0Rr): Added russian translations for control, appwiz and timedate.
Aleksey Bragin [Fri, 11 Mar 2005 21:07:55 +0000 (21:07 +0000)]
Andrey Korotaev (unC0Rr): Added russian translations for control, appwiz and timedate.

svn path=/trunk/; revision=13936

19 years agoAdd semi-implementation of AttachDeviceToDeviceStackSafe
Hervé Poussineau [Fri, 11 Mar 2005 18:46:44 +0000 (18:46 +0000)]
Add semi-implementation of AttachDeviceToDeviceStackSafe

svn path=/trunk/; revision=13935

19 years agotinus <o112w8r02@sneakemail.com>
Filip Navara [Fri, 11 Mar 2005 18:34:44 +0000 (18:34 +0000)]
tinus <o112w8r02@sneakemail.com>
Add a Initialized member to TEXTOBJ so it isn't reinitialized all the time.

svn path=/trunk/; revision=13934

19 years agotinus <o112w8r02@sneakemail.com>
Filip Navara [Fri, 11 Mar 2005 18:17:29 +0000 (18:17 +0000)]
tinus <o112w8r02@sneakemail.com>
Don't allocate 0 bytes of memory for no color map.

svn path=/trunk/; revision=13933

19 years agoCheck BinUtils and GCC version.
Filip Navara [Fri, 11 Mar 2005 17:33:12 +0000 (17:33 +0000)]
Check BinUtils and GCC version.

svn path=/trunk/; revision=13932

19 years agoThomas Larsen <sikker2004@yahoo.com>
Gé van Geldorp [Fri, 11 Mar 2005 08:53:28 +0000 (08:53 +0000)]
Thomas Larsen <sikker2004@yahoo.com>
- Added Danish language

svn path=/trunk/; revision=13930

19 years agoThomas Larsen <sikker2004@yahoo.com>
Gé van Geldorp [Fri, 11 Mar 2005 08:50:04 +0000 (08:50 +0000)]
Thomas Larsen <sikker2004@yahoo.com>
- Added Danish language
- Corrected English Ressource for missing Title
- Split The Res Files to make room for more translation to other langs

svn path=/trunk/; revision=13929

19 years agoThomas Larsen <sikker2004@yahoo.com>
Gé van Geldorp [Fri, 11 Mar 2005 08:43:24 +0000 (08:43 +0000)]
Thomas Larsen <sikker2004@yahoo.com>
- Added Danish language
- Move icons to language neutral resources

svn path=/trunk/; revision=13928

19 years agoThomas Larsen <sikker2004@yahoo.com>
Gé van Geldorp [Fri, 11 Mar 2005 08:29:40 +0000 (08:29 +0000)]
Thomas Larsen <sikker2004@yahoo.com>
- Added Danish language

svn path=/trunk/; revision=13927

19 years agoThomas Larsen <sikker2004@yahoo.com>
Gé van Geldorp [Fri, 11 Mar 2005 08:22:29 +0000 (08:22 +0000)]
Thomas Larsen <sikker2004@yahoo.com>
- Added Danish language

svn path=/trunk/; revision=13926

19 years agoUniform handling of stream socket reads.
Art Yerkes [Fri, 11 Mar 2005 07:30:17 +0000 (07:30 +0000)]
Uniform handling of stream socket reads.

svn path=/trunk/; revision=13922

19 years agoturn on all warnings, and fix remaining warnings
Royce Mitchell III [Fri, 11 Mar 2005 02:38:55 +0000 (02:38 +0000)]
turn on all warnings, and fix remaining warnings

svn path=/trunk/; revision=13921

19 years agofix gcc4 warnings
Royce Mitchell III [Fri, 11 Mar 2005 02:37:30 +0000 (02:37 +0000)]
fix gcc4 warnings

svn path=/trunk/; revision=13920

19 years agoPass NameLength back to caller
Gé van Geldorp [Thu, 10 Mar 2005 22:59:28 +0000 (22:59 +0000)]
Pass NameLength back to caller

svn path=/trunk/; revision=13919

19 years agoCaps Lock fix suggested by Johannes Olofsson. We now xor the caps lock
Art Yerkes [Thu, 10 Mar 2005 20:54:53 +0000 (20:54 +0000)]
Caps Lock fix suggested by Johannes Olofsson.  We now xor the caps lock
attribute bit with the mod bits before turning them into a column
number.

svn path=/trunk/; revision=13918

19 years agoImplement '-o' option. This is equivalent to MIDLs '/oldnames' option.
Eric Kohl [Thu, 10 Mar 2005 20:07:17 +0000 (20:07 +0000)]
Implement '-o' option. This is equivalent to MIDLs '/oldnames' option.

svn path=/trunk/; revision=13916

19 years agoChange tabs to spaces.
Steven Edwards [Thu, 10 Mar 2005 16:08:08 +0000 (16:08 +0000)]
Change tabs to spaces.

svn path=/trunk/; revision=13910

19 years agoeliminate warnings, fix bug that locked up game when single-clicking a card
Royce Mitchell III [Thu, 10 Mar 2005 04:58:40 +0000 (04:58 +0000)]
eliminate warnings, fix bug that locked up game when single-clicking a card

svn path=/trunk/; revision=13907

19 years agoremove some backup files created by editplus
Steven Edwards [Thu, 10 Mar 2005 04:05:53 +0000 (04:05 +0000)]
remove some backup files created by editplus

svn path=/trunk/; revision=13905

19 years agoimported catch-22 sol clone with authors permission
Steven Edwards [Thu, 10 Mar 2005 04:04:27 +0000 (04:04 +0000)]
imported catch-22 sol clone with authors permission

svn path=/trunk/; revision=13904

19 years agoadded winres.h from Wine
Steven Edwards [Thu, 10 Mar 2005 03:50:43 +0000 (03:50 +0000)]
added winres.h from Wine

svn path=/trunk/; revision=13903

19 years agoLockFileEx: forward overlapped->hEvent to NtLockFile
Gunnar Dalsnes [Wed, 9 Mar 2005 22:20:41 +0000 (22:20 +0000)]
LockFileEx: forward overlapped->hEvent to NtLockFile
LockFile: zero overlapped->hEvent

svn path=/trunk/; revision=13900

19 years agoFix failure case in IoConnectInterrupt. (Now really)
Filip Navara [Tue, 8 Mar 2005 23:15:34 +0000 (23:15 +0000)]
Fix failure case in IoConnectInterrupt. (Now really)

svn path=/trunk/; revision=13895

19 years agoFix failure case in IoConnectInterrupt.
Filip Navara [Tue, 8 Mar 2005 23:10:38 +0000 (23:10 +0000)]
Fix failure case in IoConnectInterrupt.

svn path=/trunk/; revision=13894

19 years agoLast fix due to w3seek. I will stop working on this stuff until I have
Art Yerkes [Tue, 8 Mar 2005 23:07:10 +0000 (23:07 +0000)]
Last fix due to w3seek.  I will stop working on this stuff until I have
time to be thorough.

svn path=/trunk/; revision=13893

19 years agoFixes by w3seek regarding interlocked functions. These were due to my
Art Yerkes [Tue, 8 Mar 2005 23:01:54 +0000 (23:01 +0000)]
Fixes by w3seek regarding interlocked functions.  These were due to my
missing a mismatch between the glib functions and windows variants.

svn path=/trunk/; revision=13892

19 years agoRefresh RC script for PSX bare sh.
Emanuele Aliberti [Tue, 8 Mar 2005 22:41:27 +0000 (22:41 +0000)]
Refresh RC script for PSX bare sh.

svn path=/trunk/; revision=13891

19 years agoAdded PowerPC interlocked functions from glib.
Art Yerkes [Tue, 8 Mar 2005 22:39:53 +0000 (22:39 +0000)]
Added PowerPC interlocked functions from glib.

svn path=/trunk/; revision=13890

19 years agoUse GDIINFO values instead of DEVMODE values
Gé van Geldorp [Tue, 8 Mar 2005 20:23:40 +0000 (20:23 +0000)]
Use GDIINFO values instead of DEVMODE values

svn path=/trunk/; revision=13886

19 years agoMinor changes to remove warnings
Hervé Poussineau [Tue, 8 Mar 2005 19:19:45 +0000 (19:19 +0000)]
Minor changes to remove warnings
"memmory" -> "memory"

svn path=/trunk/; revision=13883

19 years agoappwiz.cpl:
Klemens Friedl [Tue, 8 Mar 2005 19:03:11 +0000 (19:03 +0000)]
appwiz.cpl:
* add language support
* english and german language files

svn path=/trunk/; revision=13882

19 years agoSystem Control Panel:
Klemens Friedl [Tue, 8 Mar 2005 19:00:44 +0000 (19:00 +0000)]
System Control Panel:
* add language support
* english and german language files

svn path=/trunk/; revision=13881