2003-07-21 |
Dmitry Timoshkov | Convert Notepad to unicode. |
tree | commitdiff |
2003-07-15 |
Francois Gouget | Spelling fixes (s/occured/occurred/ and variants). |
tree | commitdiff |
2003-07-15 |
Richard Cohen | - Remove Idle(). |
tree | commitdiff |
2003-07-11 |
Richard Cohen | Make indentation consistent (4 chars). |
tree | commitdiff |
2003-07-11 |
Richard Cohen | - remove escaped newlines, bogus "exit", printf's |
tree | commitdiff |
2003-07-11 |
Marcelo Duarte | Minor fixes in Pt, En resources. |
tree | commitdiff |
2003-07-11 |
Sylvain Petreolle | French translation + misc fixes. |
tree | commitdiff |
2003-07-09 |
Alexandre Julliard | Avoid hard-coded command line length limit in WCMD_proc... |
tree | commitdiff |
2003-07-09 |
Catalin Patulea | Only display filenames when showing addresses. |
tree | commitdiff |
2003-07-09 |
Greg Marsden | Allow command lines with pipes to be processed by wcmd. |
tree | commitdiff |
2003-07-09 |
Dmitry Timoshkov | Added support for CP_UNIXCP. |
tree | commitdiff |
2003-07-09 |
Mike McCormack | Null parameters need to be quoted on the commandline. |
tree | commitdiff |
2003-07-02 |
Francois Gouget | Fixed some common spelling errors. |
tree | commitdiff |
2003-07-02 |
Francois Gouget | Remove some unnecessary casts when assigning NULL to... |
tree | commitdiff |
2003-06-30 |
Marcelo Duarte | - Localization to Portuguese of Brazil |
tree | commitdiff |
2003-06-30 |
Catalin Patulea | Fixed Unicode string output. |
tree | commitdiff |
2003-06-23 |
Francois Gouget | Make sure to return an error if the file generation... |
tree | commitdiff |
2003-06-23 |
Marcelo Duarte | - localization to the Portuguese of Brazil of "programs/*" |
tree | commitdiff |
2003-06-23 |
Eric Pouech | In console input record queue, replace semaphore with... |
tree | commitdiff |
2003-06-21 |
Eric Pouech | - adapted kernel32 so that it no longer (directly)... |
tree | commitdiff |
2003-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compil... |
tree | commitdiff |
2003-06-18 |
Gerald Pfeifer | #include <windows.h> instead of "windows.h". |
tree | commitdiff |
2003-06-18 |
Francois Gouget | Typos/spelling fixes. |
tree | commitdiff |
2003-06-18 |
Sylvain Petreolle | Added French translation, finished English translation. |
tree | commitdiff |
2003-06-16 |
Rok Mandeljc | Updated a bunch of translations for Slovenian language. |
tree | commitdiff |
2003-06-14 |
Alexandre Julliard | Fixed WCCURSES_InitBackend prototype in the no curses... |
tree | commitdiff |
2003-06-13 |
Alexandre Julliard | Proper support for CPPFLAGS and LDFLAGS (suggested... |
tree | commitdiff |
2003-06-13 |
Eric Pouech | If (n)curses wasn't available at compile time: |
tree | commitdiff |
2003-06-04 |
Francois Gouget | Fix some typos. |
tree | commitdiff |
2003-06-04 |
Jukka Heinonen | Wineconsole curses backend now works even if terminal... |
tree | commitdiff |
2003-06-04 |
Eric Pouech | - added some missing strings to resources |
tree | commitdiff |
2003-05-22 |
Alexandre Julliard | Start to make use of the proper PEB structure for process |
tree | commitdiff |
2003-05-21 |
Mike McCormack | Remove code that starts wineshelllink, instead create... |
tree | commitdiff |
2003-05-19 |
Dmitry Timoshkov | Removed redundant LANGUAGE statements. |
tree | commitdiff |
2003-05-19 |
Mike McCormack | Fix an uninitialized buffer. |
tree | commitdiff |
2003-05-13 |
Eric Pouech | Quiet some valgrind reports. |
tree | commitdiff |
2003-05-13 |
Alexandre Julliard | Use int instead of socklen_t. |
tree | commitdiff |
2003-05-13 |
Francois Gouget | Fix miscellaneous spelling errors and typos. |
tree | commitdiff |
2003-05-11 |
Francois Gouget | Fix handling of wcmd /c "c:\Program Files\hello.bat". |
tree | commitdiff |
2003-05-11 |
Francois Gouget | Reset the result buffer after each argument. |
tree | commitdiff |
2003-05-06 |
Dimitrie O. Paun | Make it easy to use something other than wrc to compile... |
tree | commitdiff |
2003-05-04 |
Igor Stepin | Added a lot of Russian translations. |
tree | commitdiff |
2003-05-02 |
Alexandre Julliard | Added dummy read_elf_info for the non-ELF case (reporte... |
tree | commitdiff |
2003-05-02 |
Jukka Heinonen | Fix argument passing to DOS program from winevdm. |
tree | commitdiff |
2003-05-01 |
Igor Stepin | Changed font charset from ANSI to DEFAULT_CHARSET. |
tree | commitdiff |
2003-04-27 |
Hans Leidekker | Install winevdm. |
tree | commitdiff |
2003-04-27 |
Alexandre Julliard | Moved the functionality of starting Win16 and DOS progr... |
tree | commitdiff |
2003-04-27 |
Matthew Davison | Added some registry-loading code. |
tree | commitdiff |
2003-04-21 |
Alexandre Julliard | Removed no longer needed uses of LDPATH. |
tree | commitdiff |
2003-04-19 |
Eric Pouech | - added support for multi-thread in GDB remote read... |
tree | commitdiff |
2003-04-04 |
Alexandre Julliard | Warning fixes. |
tree | commitdiff |
2003-04-04 |
Alexandre Julliard | Remove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAI... |
tree | commitdiff |
2003-04-03 |
Alexandre Julliard | Avoid warning on redefinition of KEY_EVENT. |
tree | commitdiff |
2003-04-02 |
Alexandre Julliard | Make sure we don't use libwine_port functions when... |
tree | commitdiff |
2003-04-02 |
Eric Pouech | Added support for R types in stabs parsing. |
tree | commitdiff |
2003-04-01 |
Alexandre Julliard | Portability fixes. |
tree | commitdiff |
2003-04-01 |
Alexandre Julliard | Removed uses of u_long. Use void* type for pointers... |
tree | commitdiff |
2003-03-31 |
Dimitrie O. Paun | New winecfg skeleton app, based heavily on original... |
tree | commitdiff |
2003-03-25 |
Stefan Leichter | Let wcmd handle .cmd files like .bat files. |
tree | commitdiff |
2003-03-23 |
Alexandre Julliard | Converted winebuild option parsing to use getopt_long... |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Replaced mkstemp by mkstemps from libiberty. |
tree | commitdiff |
2003-03-19 |
Alexandre Julliard | Created a separate static portability library and moved... |
tree | commitdiff |
2003-03-17 |
Tony Lambregts | Convert WINE_DPRINTF calls to WINE_TRACE. |
tree | commitdiff |
2003-03-12 |
Shachar Shemesh | - Implement finer grained control over what gets run. |
tree | commitdiff |
2003-03-10 |
Eric Pouech | - fixed another regression in sub-process creation... |
tree | commitdiff |
2003-03-07 |
Eric Pouech | Fixed regression in sub-process creation. |
tree | commitdiff |
2003-03-05 |
Sylvain Petreolle | Allow to run autoexec.bat when launching wcmd, it was... |
tree | commitdiff |
2003-03-04 |
Eric Pouech | Added support for Ctrl-C handling if not running in... |
tree | commitdiff |
2003-03-04 |
Eric Pouech | - added ability to use --backend=(curses|user) as winec... |
tree | commitdiff |
2003-03-04 |
Eric Pouech | In curses backend, apply the quick-edit directive from... |
tree | commitdiff |
2003-02-27 |
Eric Pouech | Removed no longer needed UseXTerm internal variable. |
tree | commitdiff |
2003-02-27 |
Eric Pouech | - don't create a new console upon startup |
tree | commitdiff |
2003-02-26 |
Eric Pouech | Fixed behavior when changing both sb and win size,... |
tree | commitdiff |
2003-02-25 |
Eric Pouech | - made support for paged output a generic feature in... |
tree | commitdiff |
2003-02-25 |
Eric Pouech | Forbids selecting (for clipboard) areas larger than... |
tree | commitdiff |
2003-02-24 |
Eric Pouech | Added checks when editing window and sb size so that... |
tree | commitdiff |
2003-02-24 |
Eric Pouech | Set a default 50 lines in history for console apps. |
tree | commitdiff |
2003-02-24 |
Dan Kegel | Make 'cmd /c cl /MUMBLE foo.c' pass /MUMBLE to cl. |
tree | commitdiff |
2003-02-24 |
Marcus Meissner | Print out name of float exceptions. |
tree | commitdiff |
2003-02-19 |
Eric Pouech | - removed unused function: SetSymbolValue |
tree | commitdiff |
2003-02-19 |
Eric Pouech | - added parsing of C++ inheritence information |
tree | commitdiff |
2003-02-17 |
Eric Pouech | - added GetName() to retrieve type name |
tree | commitdiff |
2003-02-17 |
Eric Pouech | Moved expr freeing when translating a command (no longe... |
tree | commitdiff |
2003-02-14 |
Eric Pouech | - fixed mouse event generation |
tree | commitdiff |
2003-02-14 |
Mike Hearn | Removed the nonexistant command "debugmsg" from winedbg... |
tree | commitdiff |
2003-02-12 |
Matthew Davison | Make trace output produced by wineboot more useful. |
tree | commitdiff |
2003-02-11 |
Eric Pouech | Translated sprintf calls into snprintf. |
tree | commitdiff |
2003-02-11 |
Eric Pouech | - translated sprintf calls into snprintf |
tree | commitdiff |
2003-02-11 |
Eric Pouech | Attach command no longer worked as expected, fixed it. |
tree | commitdiff |
2003-02-11 |
Sylvain Petreolle | Fixed handling of PATH command with spaces. |
tree | commitdiff |
2003-01-30 |
Eric Pouech | - Added experimental parsing for C++ code (but winedbg... |
tree | commitdiff |
2003-01-30 |
Eric Pouech | - Removed no longer used queue & modref related commands. |
tree | commitdiff |
2003-01-30 |
Dan Kegel | Add real syntax doc for LABEL command. |
tree | commitdiff |
2003-01-28 |
Shachar Shemesh | Implemented font selection. |
tree | commitdiff |
2003-01-23 |
Marcus Meissner | Remove errno.h from files that do not need it. |
tree | commitdiff |
2003-01-23 |
Alexandre Julliard | Added -Wpointer-arith gcc flag, and fixed the resulting... |
tree | commitdiff |
2003-01-21 |
Dan Kegel | Added Windows-compatible start.exe. |
tree | commitdiff |
2003-01-21 |
Dan Kegel | \ at EOL in string now behaves like in msvc6's rc. |
tree | commitdiff |
2003-01-15 |
Alexandre Julliard | Use proper file sharing parameters when opening files. |
tree | commitdiff |
2003-01-15 |
Shachar Shemesh | - Added a "runCmd" function, based on Andreas Mohr's |
tree | commitdiff |
next |