Sign in
goma
/
wine
/
b5e4d1a8d8357774a545fcc956172f97b0867783
/
programs
/
wineconsole
5ad7d85
Do not check for non NULL pointer before HeapFree'ing it. It's redundant.
by Michael Stefaniuc
· 20 years ago
5c2a891
Made some functions and variables static.
by Eric Pouech
· 20 years ago
60865df
New Czech resources.
by David Kredba
· 20 years ago
5590928
Added Polish translation.
by Piotr Caban
· 21 years ago
6cbc861
Change variable name from l to k.
by Richard Cohen
· 21 years ago
719a789
Fix signed/unsigned comparison warnings.
by Hans Leidekker
· 21 years ago
174e6a5
Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif.
by Huw Davies
· 21 years ago
7ae8645
Fixed one lvalue casted assignment for the new compiler.
by Marcus Meissner
· 21 years ago
27a7a7a
Added some Spanish translations.
by José Manuel Ferrer Ortiz
· 21 years ago
ebf0eb3
Make static Unicode strings const.
by Francois Gouget
· 21 years ago
200675f
Fix cursor position optimization.
by Richard Cohen
· 21 years ago
6be39b6
Take advantage of the new winegcc -B support.
by Alexandre Julliard
· 21 years ago
589e115
We no longer use the .exe.spec.c files.
by Alexandre Julliard
· 21 years ago
6621b2d
Build all the programs with winegcc.
by Alexandre Julliard
· 21 years ago
4d6c59e
- the last event was not looked at when compressing console events
by Peter Berg Larsen
· 21 years ago
5474ad8
- Dutch translations of Wine programs. - Correct grammar error in winefile.
by Hans Leidekker
· 21 years ago
cf8b84c
Another portion of HeapReAlloc fixes.
by Oleg Prokhorov
· 21 years ago
7515680
Changed debug channel to "curses" to seperate it from wineconsole.c
by Peter Berg Larsen
· 21 years ago
ae3b9bb
Use CONSOLE_RENDERER_NONE_EVENT to compress an event instead of
by Peter Berg Larsen
· 21 years ago
09f71d0
The Tab key was considered a ctrl-key and Shift-Tab was ignored.
by Peter Berg Larsen
· 21 years ago
c93c27f
Removed useless WINE_TRACE_ON tests.
by Alexandre Julliard
· 21 years ago
5ca049a
Moved debug output up before calling the backend.
by Peter Berg Larsen
· 21 years ago
09fefee
Not everyone has <unistd.h>, some files need <io.h> too (msvc).
by Jon Griffiths
· 22 years ago
221aa8d
Another batch of French resources updates.
by Vincent Béron
· 22 years ago
71a71b3
- win32 console's window cannot be larger than curses' stdscr
by Eric Pouech
· 22 years ago
62986a0
Added a few missing stdarg.h includes.
by Alexandre Julliard
· 22 years ago
e37c6e1
Fixed header dependencies to be fully compatible with the Windows
by Alexandre Julliard
· 22 years ago
864ca06
winnls.h must not include winbase.h.
by Alexandre Julliard
· 22 years ago
9557d1b
Dlopen libncurses.so in wineconsole.
by Mike McCormack
· 22 years ago
5bb472e
- localization to the Portuguese of Brazil of "programs/*"
by Marcelo Duarte
· 22 years ago
a86a289
In console input record queue, replace semaphore with a manual reset
by Eric Pouech
· 22 years ago
412d37f
- adapted kernel32 so that it no longer (directly) manages console
by Eric Pouech
· 22 years ago
6dbf42c
Fixed WCCURSES_InitBackend prototype in the no curses case.
by Alexandre Julliard
· 22 years ago
99bc640
If (n)curses wasn't available at compile time:
by Eric Pouech
· 22 years ago
944dd6e
Wineconsole curses backend now works even if terminal is smaller than
by Jukka Heinonen
· 22 years ago
4446b15
Quiet some valgrind reports.
by Eric Pouech
· 22 years ago
97b7bc1
Added a lot of Russian translations.
by Igor Stepin
· 22 years ago
edcddb8
Avoid warning on redefinition of KEY_EVENT.
by Alexandre Julliard
· 22 years ago
ec46412
Convert WINE_DPRINTF calls to WINE_TRACE.
by Tony Lambregts
· 22 years ago
e9d937e
- fixed another regression in sub-process creation (curses backend
by Eric Pouech
· 22 years ago
636725f
Fixed regression in sub-process creation.
by Eric Pouech
· 22 years ago
cdfcef2
- added ability to use --backend=(curses|user) as wineconsole parameter
by Eric Pouech
· 22 years ago
c7b5d0a
In curses backend, apply the quick-edit directive from registry.
by Eric Pouech
· 22 years ago
8e04bab
Fixed behavior when changing both sb and win size, as the order of
by Eric Pouech
· 22 years ago
abef9da
Forbids selecting (for clipboard) areas larger than the actual
by Eric Pouech
· 22 years ago
f4d19e6
Added checks when editing window and sb size so that they are kept consistent.
by Eric Pouech
· 22 years ago
50edbc9
Set a default 50 lines in history for console apps.
by Eric Pouech
· 22 years ago
00d73d0
- fixed mouse event generation
by Eric Pouech
· 22 years ago
f63e5b6
Remove errno.h from files that do not need it.
by Marcus Meissner
· 22 years ago
1880800
Added the GUI part for setting the edition mode flavor.
by Eric Pouech
· 22 years ago
cc67041
Added Simplified Chinese resources.
by Liu Spider
· 22 years ago
5477453
Added an edition mode flavor (win32/emacs...) to the console settings
by Eric Pouech
· 22 years ago
ae4311c
Defined NONAMELESSUNION/STRUCT directly in the files that need it
by Alexandre Julliard
· 22 years ago
eac6727
- fixed some update problems (generic & while scrolling)
by Eric Pouech
· 22 years ago
6a88716
Fixed several bugs:
by Eric Pouech
· 22 years ago
09c9fed
Added a (n)curses backend to the wineconsole.
by Eric Pouech
· 22 years ago
d2667a4
Removed unnecessary HANDLE typecasts.
by Francois Gouget
· 22 years ago
9560ece
Added/upgraded Hungarian resources.
by Zoly Nagy
· 22 years ago
90ce2c8
- Make int09 update the BIOS data segment's keyboard status flags
by Andreas Mohr
· 22 years ago
6b1887e
- correct German strings to what they're really supposed to be
by Andreas Mohr
· 22 years ago
54f2287
Added process_id_t and thread_it_t types to the server interface
by Alexandre Julliard
· 22 years ago
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