Oleg Prokhorov
2165660fcd
Fix small typo.
2004-03-15 20:08:02 +00:00
Alexandre Julliard
6be39b60f5
Take advantage of the new winegcc -B support.
2004-03-09 04:54:07 +00:00
Alexandre Julliard
589e115233
We no longer use the .exe.spec.c files.
2004-03-02 21:16:37 +00:00
Alexandre Julliard
6621b2d213
Build all the programs with winegcc.
2004-03-02 21:00:00 +00:00
Oleg Prokhorov
dbcc37ba7d
- key accelerators for "New Game" and exit
...
- auto flag after successful game those entries which were not flagged
by player during the game himself
2004-03-01 23:13:30 +00:00
Ivan Leo Murray-Smith
81ec7fd490
Translate "options".
2004-02-06 05:19:44 +00:00
Pavel Roskin
6c1785d88a
Make inactive LED segments dimmer to make numbers easier to read.
2003-12-08 21:48:18 +00:00
Joshua Thielen
5c4caa6669
Fixed incorrect labeling of question boxes.
...
Removed incorrect email address in copyright.
2003-11-26 03:40:01 +00:00
Ivan Leo Murray-Smith
3976f4632c
Added/updated Italian resources.
2003-11-21 21:33:02 +00:00
Hans Leidekker
5474ad83b1
- Dutch translations of Wine programs.
...
- Correct grammar error in winefile.
2003-10-27 22:03:28 +00:00
Pavel Roskin
7035adcae4
Convert resources to standard format without embedded binary data.
...
Fixes to be compatible with windres.
2003-10-04 04:21:19 +00:00
Pavel Roskin
e3f6ed2d68
Don't pass unused pointers to RegCreateKeyEx() - this prevents score
...
saving on Windows 2000.
2003-10-04 03:07:16 +00:00
Pavel Roskin
16b85af4ac
Widen the "About" dialog to prevent wrapping of text.
2003-09-29 20:13:30 +00:00
Pavel Roskin
50a4503c30
Fix processing of IDCANCEL command.
...
Don't change settings if the user canceled the "Custom" dialog.
2003-09-29 20:13:14 +00:00
Vincent Béron
221aa8d2a5
Another batch of French resources updates.
2003-09-22 19:48:29 +00:00
Oleg Prokhorov
7b2d01357e
Small grammar fix.
2003-09-11 01:04:03 +00:00
Pavel Roskin
03f5df8986
Added Russian resources.
2003-09-08 18:51:42 +00:00
Rok Mandeljc
d4c1ebabdb
Minor updates of Slovenian translations.
2003-08-29 22:21:43 +00:00
José Manuel Ferrer Ortiz
89fc12f84e
Added Spanish translation.
2003-08-18 20:06:09 +00:00
Marcelo Duarte
5bb472eae1
- localization to the Portuguese of Brazil of "programs/*"
...
- separation of some resources that only existed in English
- lesser adjustments in menus
2003-06-23 18:15:15 +00:00
Alexandre Julliard
7cae558bdc
Removed some more trailing whitespace.
2002-06-01 02:55:48 +00:00
Vincent Béron
9a62491660
Removed trailing whitespace.
2002-05-31 23:06:46 +00:00
Alexandre Julliard
cc2ee7636d
Renamed Winelib apps to .exe.so to follow the dll naming convention.
2002-05-21 19:42:29 +00:00
Alexandre Julliard
2ab7625934
Removed most imports of ntdll since we no longer import Wine internal
...
functions from there.
2002-05-17 03:37:12 +00:00
Alexandre Julliard
ad53383f9b
Added winebuild support for generating a .dbg.c file containing the
...
debug channels definitions.
Made win32 the default type for spec files.
Ignore C compiler in winebuild so we can simply pass it $(DEFS).
Removed type win32 and debug_channels from spec files.
Fixed winebuild to always generate correct C identifiers (reported by
Vincent Béron).
2002-05-14 20:54:58 +00:00
Alexandre Julliard
67371bcc8d
Added -res option to specify resources on winebuild command-line.
...
Added -exe mode to generate a .spec.c for an exe without having to
provide a .spec.
Removed some no longer needed spec files.
Removed .dll extension in makefiles import specifications.
2002-05-11 23:06:32 +00:00
Alexandre Julliard
32459912dc
Moved imports specification from the .spec into the Makefile so that
...
it can be used on platforms that don't build a .spec.c file.
2002-05-09 00:05:48 +00:00
Alexandre Julliard
0799c1a780
Added LGPL standard comment, and copyright notices where necessary.
...
Global replacement of debugtools.h by wine/debug.h.
2002-03-09 23:29:33 +00:00
Alexandre Julliard
bef8e16fdf
Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT.
2001-11-24 17:07:08 +00:00
Alexandre Julliard
9377ea999a
Pass the correct string length to RegSetValueExA.
2001-04-10 21:31:58 +00:00
Alexandre Julliard
a10fbddeb9
Build most programs as .so files.
2000-11-10 23:45:20 +00:00
Alexandre Julliard
231cc27c80
Added some missing imports.
2000-11-09 20:41:13 +00:00
Alexandre Julliard
a6697b4639
Added middle mouse button handling.
2000-11-08 05:06:58 +00:00
Alexandre Julliard
1a3f705fc1
Added import of ntdll.
2000-10-31 00:22:41 +00:00
Alexandre Julliard
21ec006fc1
Build Win32 resources as .res files and dump them into the .spec.c file.
2000-10-23 21:39:39 +00:00
Hidenori Takeshima
269b409712
Added a few missing imports.
2000-08-04 21:07:23 +00:00
Alexandre Julliard
74cc65a940
Added a few missing imports.
2000-08-04 04:12:08 +00:00
Francois Gouget
49d251ff30
Added -DSTRICT.
...
Added missing libraries comctl32 and rpcrt4.
2000-07-23 19:30:48 +00:00
Bertho Stultiens
27337af65c
- Implemented a new preprocessor that is (nearly) ANSI-C compliant. The
...
old parser has been stripped from the old preprocessor-code which
cleaned up both resource-scanner and -parser.
- Standard defines have been introduced (see README.wrc)
- Both preprocessor- and resource-scanner have been optimized slightly
so that no backing up is required (one char lookahead is enough).
- Filename-scanning has been cleaned up, though not perfect yet.
- User-type resources are compatible now.
- Line-continuation in strings is corrected so that it does not
introduce a newline in the output.
2000-05-01 20:05:58 +00:00
Alexandre Julliard
e1e75371d9
Implemented on-demand loading of builtin dlls using dlopen().
2000-04-24 17:17:49 +00:00
Alexandre Julliard
b44595283f
Improved Winelib apps initialisation code. No longer need to link
...
winestub.o with Winelib apps.
2000-04-15 21:00:55 +00:00
Dave Pickles
ca7f923270
Registry key used in LoadBoard() was not the same as the one used in
...
SaveBoard(). Also fixed a typo in the position saving code.
2000-04-09 18:37:50 +00:00
Joshua Thielen
0872f30af7
Added DestroyBoard function to delete bitmap handles.
...
Moved SelectObject outside of DrawMine.
Selected old object's back into hMemDC.
2000-04-04 18:55:55 +00:00
Peter Hunnisett
9aaf13e7e3
- Fix painting bug with middle button down when dragging mouse
...
- Speed up drawing and hence overall speed
- Fix compiler warnings
- Added some optional debugging information
- Added a new known bug to the list
2000-03-30 20:25:07 +00:00
Joshua Thielen
a3f2380f01
Added winemine app.
2000-03-15 19:06:39 +00:00