projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Changed registry handling in RegOpenKeyExA to behave like windows95
[wine]
/
programs
/
2002-03-20
Sylvain Petreolle
Made notepad uses NLS properly.
tree
|
commitdiff
2002-03-19
Andreas Mohr
- fix complete listbox messup by only updating in case...
tree
|
commitdiff
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
tree
|
commitdiff
2002-02-28
Andriy Palamarchuk
Made regapi scripts able to process .reg files in regedit
tree
|
commitdiff
2002-02-27
Andriy Palamarchuk
Removed alternative make scripts.
tree
|
commitdiff
2002-02-27
Andreas Mohr
Spelling/alignment fixes.
tree
|
commitdiff
2002-02-22
Andreas Mohr
Remember the currently active index before refreshing.
tree
|
commitdiff
2002-02-20
Alexandre Julliard
Preliminary version of the C unit tests run-time enviro...
tree
|
commitdiff
2002-02-20
Andriy Palamarchuk
- made notepad compile with Cygwin
tree
|
commitdiff
2002-02-19
Andriy Palamarchuk
Implemented parsing of file name, passed in command...
tree
|
commitdiff
2002-02-14
Alexandre Julliard
version.h is now in include/wine directory.
tree
|
commitdiff
2002-02-14
Alexandre Julliard
Upgraded configure script to use autoconf 2.50 features...
tree
|
commitdiff
2002-02-04
Eric Pouech
- wineconsole now exits if the started program inside...
tree
|
commitdiff
2002-02-02
Patrik Stridvall
Move __stdcall/__cdecl to the right place.
tree
|
commitdiff
2002-02-02
Patrik Stridvall
- Made runtest "use strict".
tree
|
commitdiff
2002-02-02
Francois Gouget
malloc.h is obsolete and stdlib.h should be used instead.
tree
|
commitdiff
2002-02-02
Alexandre Julliard
We can use normal imports for shell32 now.
tree
|
commitdiff
2002-02-01
Francois Gouget
config.h should be included first (if at all).
tree
|
commitdiff
2002-01-29
Alexandre Julliard
Fixed copy/paste bug.
tree
|
commitdiff
2002-01-29
Patrik Stridvall
Avoid wildcards in .cvsignore.
tree
|
commitdiff
2002-01-29
Steven Edwards
Changes wine_main to main to properly build on all...
tree
|
commitdiff
2002-01-21
Alexandre Julliard
Don't convert "ptr" return type to a Perl string.
tree
|
commitdiff
2002-01-21
Patrik Stridvall
Generate Perl modules defining prototypes for exported...
tree
|
commitdiff
2002-01-15
Alexandre Julliard
Added some prototypes to function declarations.
tree
|
commitdiff
2002-01-15
Patrik Stridvall
- Made the Perl module generated by make_symbols a...
tree
|
commitdiff
2002-01-15
Patrik Stridvall
Added the possibility (it is optional for backward...
tree
|
commitdiff
2002-01-14
Alexandre Julliard
Integrated test script for winetest into the make test
tree
|
commitdiff
2002-01-14
Alexandre Julliard
Rewrote runtest in Perl so that it can be used on the...
tree
|
commitdiff
2002-01-14
Alexandre Julliard
Added ok() function that doesn't stop the test on the...
tree
|
commitdiff
2002-01-14
Alexandre Julliard
Added Perl modules containing the #defines values for the
tree
|
commitdiff
2002-01-10
Alexandre Julliard
Added rules for running tests.
tree
|
commitdiff
2002-01-02
Eric Pouech
Fixed color definition (bg and fg were swapped).
tree
|
commitdiff
2002-01-01
James Juran
Include <stdlib.h> to get prototype for abs() function.
tree
|
commitdiff
2001-12-31
Marcus Meissner
Swap fg/bg color to be correct.
tree
|
commitdiff
2001-12-26
Andreas Mohr
Updated to not rely on rundll32.exe any more.
tree
|
commitdiff
2001-12-26
Michael Stefaniuc
Check the return value of *snprintf for C99 style overf...
tree
|
commitdiff
2001-12-04
Eric Pouech
- allow to save/restore some properties into the regist...
tree
|
commitdiff
2001-12-04
James Juran
Only include the necessary files to avoid conflicts...
tree
|
commitdiff
2001-11-30
Alexandre Julliard
Redesign of the server communication protocol to allow...
tree
|
commitdiff
2001-11-25
Eric Pouech
Now passing event with --use-event to let programs...
tree
|
commitdiff
2001-11-24
Alexandre Julliard
Compile all programs with -DSTRICT -DNONAMELESSUNION...
tree
|
commitdiff
2001-11-23
Eric Pouech
New console code based on Win32 windows.
tree
|
commitdiff
2001-11-19
Andreas Mohr
- fix wrong hexadecimal GetLastError() output
tree
|
commitdiff
2001-11-09
François Gouget
Correct handling of strings in setValue.
tree
|
commitdiff
2001-11-06
François Gouget
strsep is not implemented on Solaris, replace it with...
tree
|
commitdiff
2001-11-06
Hidenori Takeshima
The 'dword' values should be stored as big endian values.
tree
|
commitdiff
2001-07-08
Jeremy White
Add --list facility to list installed programs.
tree
|
commitdiff
2001-06-20
Dave Pickles
- Fix uninitialised variable problem in DIR command.
tree
|
commitdiff
2001-06-08
Francois Gouget
ULARGE_INTEGER may have a dummy struct name.
tree
|
commitdiff
2001-06-06
Andreas Mohr
Documentation updates.
tree
|
commitdiff
2001-06-04
Dave Pickles
- Report file and directory sizes using 64-bit arithmet...
tree
|
commitdiff
2001-05-09
Alexandre Julliard
Got rid of MakeMaker so we can build outside the source...
tree
|
commitdiff
2001-04-10
Alexandre Julliard
Pass the correct string length to RegSetValueExA.
tree
|
commitdiff
2001-04-09
Alexandre Julliard
Store the function pointer in the %prototypes hash...
tree
|
commitdiff
2001-03-31
John F Sturtz
Added support for callback functions.
tree
|
commitdiff
2001-03-21
Alexandre Julliard
Added first version of the Perl regression testing...
tree
|
commitdiff
2001-03-05
Alexandre Julliard
Changed isolated for loops to while loops (based on...
tree
|
commitdiff
2001-02-28
Francois Gouget
Small 'typos in comments' fixes.
tree
|
commitdiff
2001-02-14
François Gouget
Misc typos in comments.
tree
|
commitdiff
2001-02-12
Andreas Mohr
- TRACE opened registry handles
tree
|
commitdiff
2001-02-12
Francois Gouget
Change the callback declarations to a safer format.
tree
|
commitdiff
2001-01-29
Matthew Clarke
Don't assume .spec files are found in the current direc...
tree
|
commitdiff
2001-01-26
Andreas Mohr
Some more cleanups.
tree
|
commitdiff
2001-01-20
Alexandre Julliard
Fixed a number of incompatibilities in OEM icons/cursor...
tree
|
commitdiff
2001-01-11
Ulrich Weigand
Fixed unnamed union dummy names.
tree
|
commitdiff
2001-01-05
François Gouget
I triple checked but yes, CHOOSECOLOR.hInstance is...
tree
|
commitdiff
2001-01-05
François Gouget
The WndProc function was missing the CALLBACK modifier.
tree
|
commitdiff
2001-01-05
François Gouget
The first 2 parameters of WinMain are HINSTANCEs, not...
tree
|
commitdiff
2001-01-02
François Gouget
Replaced calls to OpenFile with the equivalent call to
tree
|
commitdiff
2001-01-02
François Gouget
The last parameter of CreateFile is a HANDLE and should...
tree
|
commitdiff
2000-12-24
Gerald Pfeifer
<malloc.h> is not ISO C, <stdlib.h> is.
tree
|
commitdiff
2000-12-13
Eric Pouech
Removed a crash in program/clock.
tree
|
commitdiff
2000-12-10
Dennis Bjorklund
Remove old link before creating the new one.
tree
|
commitdiff
2000-12-09
Andreas Mohr
Fixed MessageBox() usage.
tree
|
commitdiff
2000-12-06
Alexandre Julliard
Use libwine and libwine_unicode directly from their...
tree
|
commitdiff
2000-12-02
Alexandre Julliard
Always put the dll constructor in the .init section...
tree
|
commitdiff
2000-11-30
Alexandre Julliard
Fixed progman internal dependencies and build it like...
tree
|
commitdiff
2000-11-25
Vasily I. Volchenko
Added Russian language support.
tree
|
commitdiff
2000-11-10
Alexandre Julliard
Build most programs as .so files.
tree
|
commitdiff
2000-11-10
Alexandre Julliard
Added Makeprog.rules.in containing rules for building...
tree
|
commitdiff
2000-11-10
Alexandre Julliard
Fixed language handling. Removed some dependencies...
tree
|
commitdiff
2000-11-09
Alexandre Julliard
Added some missing imports.
tree
|
commitdiff
2000-11-08
Alexandre Julliard
Added middle mouse button handling.
tree
|
commitdiff
2000-11-06
Alexandre Julliard
Better error message when an include file is not found...
tree
|
commitdiff
2000-11-02
Dave Pickles
Pause command interpreter while executing a console...
tree
|
commitdiff
2000-10-31
Peter Ivanyi
Added/upgraded Slovak messages, and Slovak and Czech...
tree
|
commitdiff
2000-10-31
Alexandre Julliard
Added import of ntdll.
tree
|
commitdiff
2000-10-23
Alexandre Julliard
Build Win32 resources as .res files and dump them into...
tree
|
commitdiff
2000-10-19
Eric Williams
Changed GROUP to PROGGROUP.
tree
|
commitdiff
2000-10-13
Chris Morgan
Added changing mouse cursor when over a help topic...
tree
|
commitdiff
2000-09-26
Alexandre Julliard
Removed shell.h. Cleaned up the nested includes mess...
tree
|
commitdiff
2000-09-09
Francois Gouget
Added the missing library dependencies.
tree
|
commitdiff
2000-08-09
Alexandre Julliard
Removed some unnecessary #includes and dll dependencies.
tree
|
commitdiff
2000-08-07
Andreas Mohr
Add an edit control showing the command line of the...
tree
|
commitdiff
2000-08-04
Hidenori Takeshima
Added a few missing imports.
tree
|
commitdiff
2000-08-04
Alexandre Julliard
Added a few missing imports.
tree
|
commitdiff
2000-08-01
Dave Pickles
Added support for ERRORLEVEL.
tree
|
commitdiff
2000-08-01
Jason Edmeades
- Support whitespace around commands better, and suppor...
tree
|
commitdiff
2000-08-01
Andreas Mohr
Added an uninstaller for InstallShield, WISE etc.
tree
|
commitdiff
2000-07-29
Francois Gouget
ole32 now requires linking with kernel32
tree
|
commitdiff
next