winedbg: Get rid of unused mode command.
[wine] / programs / wineconsole /
2006-05-31  Mike McCormackwineconsole: Store the font as a DWORD_PTR.
2006-05-31  Mike McCormackwineconsole: Use a Get/SetWindowLongPtr to store a...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-08  Antonio Codazziwineconsole: Esperanto language support.
2006-04-08  Antonio Codazziwineconsole: Italian language support.
2006-02-13  Petr Tesarikwineconsole: Czech language resources encoding fix.
2006-02-06  Fatih Aşıcıwineconsole: Turkish translation.
2005-12-09  Alexandre JulliardMake wine_server_fd_to_handle use attributes instead...
2005-12-09  Alexandre Julliardwineconsole: Remove some unnecessary typecasts.
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in conso...
2005-12-03  Pavel RoskinFixed regression in wineconsole creation (curses backend).
2005-11-26  Alexandre JulliardIgnore symlink files too (needed for git).
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-21  YunSong HwangUpdate Korean translations.
2005-11-14  YunSong HwangAdd Korean translations.
2005-11-03  Eric PouechFixed wineconsole startup when restoring registry settings.
2005-11-03  Eric PouechNow filling external leading in font cells.
2005-11-02  Eric PouechFixed crash in font browsing for raster fonts.
2005-10-10  Eric PouechFixed changing console's windows.
2005-10-10  Eric Pouech- fixed mouse double click and wheeling
2005-10-08  Eric PouechFunction keys now work in curses mode.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-26  Alexander N. SørnesNorwegian translation of wcmd and wineconsole.
2005-09-09  Alexandre JulliardUse Get/SetWindowLongPtr instead of Get/SetWindowLong...
2005-08-03  Alexandre JulliardMerged some of the header checks to reduce the size...
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-05-06  Francois GougetAssorted spelling fixes.
2005-04-14  Rein KlazesIn AllocConsole() pass the wShowWindow value and STARTF...
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2005-02-16  Alex Villacís LassoChange SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPAN...
2005-02-15  Dmitry Timoshkov- Fix prototypes of GetClassLongA/W, GetClassLongPtrA...
2005-01-17  Henning GerhardtUpdate German resources.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-29  Eric PouechMade some functions and variables static.
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.
next