Sign in
goma
/
wine
/
c728efc3c964f4c775e330d7e024a740909bee44
/
programs
/
wineconsole
0589f72
Added configuration on per application basis.
by Eric Pouech
· 23 years ago
029b948
- Fix some spelling problems.
by Andreas Mohr
· 23 years ago
01c1466
Removed redundant GetMessage call.
by Alexandre Julliard
· 23 years ago
17a2fe0
- Use PeekMessage loop around GetMessage.
by Andreas Mohr
· 23 years ago
e75096a
Made initialization more verbose in case of errors.
by Andreas Mohr
· 23 years ago
5e765fb
Fixed some selection bugs.
by Eric Pouech
· 23 years ago
7cae558
Removed some more trailing whitespace.
by Alexandre Julliard
· 23 years ago
9a62491
Removed trailing whitespace.
by Vincent Béron
· 23 years ago
5188574
Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h.
by Alexandre Julliard
· 23 years ago
cc2ee76
Renamed Winelib apps to .exe.so to follow the dll naming convention.
by Alexandre Julliard
· 23 years ago
0587a47
Allow ANSI charset in font enumeration.
by Eric Pouech
· 23 years ago
e53cd36
Removed Trace macro and replaced it by Wine debug channel facility.
by Eric Pouech
· 23 years ago
ad53383
Added winebuild support for generating a .dbg.c file containing the
by Alexandre Julliard
· 23 years ago
67371bc
Added -res option to specify resources on winebuild command-line.
by Alexandre Julliard
· 23 years ago
3245991
Moved imports specification from the .spec into the Makefile so that
by Alexandre Julliard
· 23 years ago
5769d1d
Better support for configure detection of missing types, added check
by Alexandre Julliard
· 23 years ago
be9268a
Wineconsole is now able to handle non raster fonts (vector, true type).
by Eric Pouech
· 23 years ago
ead2212
Started implementing event reduction.
by Eric Pouech
· 23 years ago
7e00f87
Fixed some issues in resources definition.
by Eric Pouech
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
5ef8871
- wineconsole now exits if the started program inside it terminates
by Eric Pouech
· 23 years ago
74e4d21
Avoid wildcards in .cvsignore.
by Patrik Stridvall
· 23 years ago
a908756
Fixed color definition (bg and fg were swapped).
by Eric Pouech
· 23 years ago
424a080
Include <stdlib.h> to get prototype for abs() function.
by James Juran
· 23 years ago
09534f3
Swap fg/bg color to be correct.
by Marcus Meissner
· 23 years ago
1b3c04d
Check the return value of *snprintf for C99 style overflow reporting.
by Michael Stefaniuc
· 23 years ago
94719d4
- allow to save/restore some properties into the registry (like font,
by Eric Pouech
· 23 years ago
9caa71e
Redesign of the server communication protocol to allow arbitrary sized
by Alexandre Julliard
· 23 years ago
1ac2b1e
Now passing event with --use-event to let programs starting with
by Eric Pouech
· 23 years ago
bef8e16
Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT.
by Alexandre Julliard
· 23 years ago
0b83d4c
New console code based on Win32 windows.
by Eric Pouech
· 23 years ago