msxml3: Fixed typo in create_bsc.
[wine] / programs / wineconsole /
2004-10-25  David KredbaNew Czech resources.
2004-09-22  Piotr CabanAdded Polish translation.
2004-09-22  Richard CohenChange variable name from l to k.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-24  Huw DaviesChange dialogs to use MS Shell Dlg rather than Helv...
2004-07-15  Marcus MeissnerFixed one lvalue casted assignment for the new compiler.
2004-06-28  José Manuel Ferrer... Added some Spanish translations.
2004-04-20  Francois GougetMake static Unicode strings const.
2004-03-17  Richard CohenFix cursor position optimization.
2004-03-09  Alexandre JulliardTake advantage of the new winegcc -B support.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-03-02  Alexandre JulliardBuild all the programs with winegcc.
2003-12-02  Peter Berg Larsen- the last event was not looked at when compressing...
2003-10-27  Hans Leidekker- Dutch translations of Wine programs.
2003-10-15  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-10-10  Peter Berg LarsenChanged debug channel to "curses" to seperate it from...
2003-10-09  Peter Berg LarsenUse CONSOLE_RENDERER_NONE_EVENT to compress an event...
2003-10-09  Peter Berg LarsenThe Tab key was considered a ctrl-key and Shift-Tab...
2003-10-08  Alexandre JulliardRemoved useless WINE_TRACE_ON tests.
2003-10-08  Peter Berg LarsenMoved debug output up before calling the backend.
2003-09-23  Jon GriffithsNot everyone has <unistd.h>, some files need <io.h...
2003-09-22  Vincent BéronAnother batch of French resources updates.
2003-09-22  Eric Pouech- win32 console's window cannot be larger than curses...
2003-09-07  Alexandre JulliardAdded a few missing stdarg.h includes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-08-20  Mike McCormackDlopen libncurses.so in wineconsole.
2003-06-23  Marcelo Duarte- localization to the Portuguese of Brazil of "programs/*"
2003-06-23  Eric PouechIn console input record queue, replace semaphore with...
2003-06-21  Eric Pouech- adapted kernel32 so that it no longer (directly)...
2003-06-14  Alexandre JulliardFixed WCCURSES_InitBackend prototype in the no curses...
2003-06-13  Eric PouechIf (n)curses wasn't available at compile time:
2003-06-04  Jukka HeinonenWineconsole curses backend now works even if terminal...
2003-05-13  Eric PouechQuiet some valgrind reports.
2003-05-04  Igor StepinAdded a lot of Russian translations.
2003-04-03  Alexandre JulliardAvoid warning on redefinition of KEY_EVENT.
2003-03-17  Tony LambregtsConvert WINE_DPRINTF calls to WINE_TRACE.
2003-03-10  Eric Pouech- fixed another regression in sub-process creation...
2003-03-07  Eric PouechFixed regression in sub-process creation.
2003-03-04  Eric Pouech- added ability to use --backend=(curses|user) as winec...
2003-03-04  Eric PouechIn curses backend, apply the quick-edit directive from...
2003-02-26  Eric PouechFixed behavior when changing both sb and win size,...
2003-02-25  Eric PouechForbids selecting (for clipboard) areas larger than...
2003-02-24  Eric PouechAdded checks when editing window and sb size so that...
2003-02-24  Eric PouechSet a default 50 lines in history for console apps.
2003-02-14  Eric Pouech- fixed mouse event generation
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2003-01-11  Eric PouechAdded the GUI part for setting the edition mode flavor.
2003-01-10  Liu SpiderAdded Simplified Chinese resources.
2003-01-09  Eric PouechAdded an edition mode flavor (win32/emacs...) to the...
2003-01-07  Alexandre JulliardDefined NONAMELESSUNION/STRUCT directly in the files...
2003-01-07  Eric Pouech- fixed some update problems (generic & while scrolling)
2002-12-23  Eric PouechFixed several bugs:
2002-12-13  Eric PouechAdded a (n)curses backend to the wineconsole.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-04  Zoly NagyAdded/upgraded Hungarian resources.
2002-10-28  Andreas Mohr- Make int09 update the BIOS data segment's keyboard...
2002-10-25  Andreas Mohr- correct German strings to what they're really suppose...
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-09-04  Eric PouechAdded configuration on per application basis.
2002-07-23  Andreas Mohr- Fix some spelling problems.
2002-07-02  Alexandre JulliardRemoved redundant GetMessage call.
2002-07-01  Andreas Mohr- Use PeekMessage loop around GetMessage.
2002-06-24  Andreas MohrMade initialization more verbose in case of errors.
2002-06-02  Eric PouechFixed some selection bugs.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-21  Eric PouechAllow ANSI charset in font enumeration.
2002-05-14  Eric PouechRemoved Trace macro and replaced it by Wine debug chann...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-23  Eric PouechWineconsole is now able to handle non raster fonts...
2002-03-23  Eric PouechStarted implementing event reduction.
2002-03-23  Eric PouechFixed some issues in resources definition.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-04  Eric Pouech- wineconsole now exits if the started program inside...
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2002-01-02  Eric PouechFixed color definition (bg and fg were swapped).
2002-01-01  James JuranInclude <stdlib.h> to get prototype for abs() function.
2001-12-31  Marcus MeissnerSwap fg/bg color to be correct.
2001-12-26  Michael StefaniucCheck the return value of *snprintf for C99 style overf...
2001-12-04  Eric Pouech- allow to save/restore some properties into the regist...
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-25  Eric PouechNow passing event with --use-event to let programs...
2001-11-24  Alexandre JulliardCompile all programs with -DSTRICT -DNONAMELESSUNION...
2001-11-23  Eric PouechNew console code based on Win32 windows.