2001-02-26 |
Dmitry Timoshkov | Use GetSysColorBrush(COLOR_WINDOW) when there is no...
|
commit | commitdiff | tree |
2001-02-23 |
Dmitry Timoshkov | Add version information (16 and 32 bit) to core built...
|
commit | commitdiff | tree |
2001-02-23 |
Dmitry Timoshkov | Prepare background while drawing radio buttons and...
|
commit | commitdiff | tree |
2001-02-20 |
Dmitry Timoshkov | Fix prototypes of MSVCRT___getmainargs and MSVCRT___wgetmain...
|
commit | commitdiff | tree |
2001-02-20 |
Dmitry Timoshkov | Better implementation of EMF record EMR_EXTSELECTCLIPRGN.
|
commit | commitdiff | tree |
2001-02-14 |
Dmitry Timoshkov | Convert menu item to seperator only when string is...
|
commit | commitdiff | tree |
2001-02-12 |
Dmitry Timoshkov | Implement playing of EMR_BITBLT, EMR_STRETCHBLT, EMR_MASKBLT,
|
commit | commitdiff | tree |
2001-02-12 |
Dmitry Timoshkov | Fix the behaviour of EM_GETLINE message.
|
commit | commitdiff | tree |
2001-02-12 |
Dmitry Timoshkov | Remove redundant parameters from MDICreateChild and...
|
commit | commitdiff | tree |
2001-02-12 |
Dmitry Timoshkov | Added unicode MDI client window proc.
|
commit | commitdiff | tree |
2001-02-12 |
Dmitry Timoshkov | Add support for EMR_EXTTEXTOUTA and EMR_CREATEMONOBRUSH...
|
commit | commitdiff | tree |
2001-01-28 |
Dmitry Timoshkov | Add "OnlyOne" paper source, used by the Acrobat Distiller...
|
commit | commitdiff | tree |
2001-01-26 |
Dmitry Timoshkov | Do not notify parent of the Edit control on WM_SETTEXT...
|
commit | commitdiff | tree |
2001-01-26 |
Dmitry Timoshkov | Replace 16-bit calls in DefWindowProc by 32-bit, preferring...
|
commit | commitdiff | tree |
2001-01-22 |
Dmitry Timoshkov | Protect read-only edit control from modification.
|
commit | commitdiff | tree |
2001-01-19 |
Dmitry Timoshkov | Solve remaining problems with scroll bars in the edit...
|
commit | commitdiff | tree |
2001-01-15 |
Dmitry Timoshkov | Initialize MENUITEMINFO structure before calling GetMenuItem...
|
commit | commitdiff | tree |
2001-01-15 |
Dmitry Timoshkov | Add one missing buffer size rounding in the edit control.
|
commit | commitdiff | tree |
2001-01-11 |
Dmitry Timoshkov | Fix the return value of WM_GETTEXT in the edit control.
|
commit | commitdiff | tree |
2001-01-11 |
Dmitry Timoshkov | Various combobox fixes.
|
commit | commitdiff | tree |
2001-01-10 |
Dmitry Timoshkov | Synchronize the sizes of the external and internal...
|
commit | commitdiff | tree |
2001-01-09 |
Dmitry Timoshkov | Added unicode window proc for the listbox control.
|
commit | commitdiff | tree |
2001-01-07 |
Dmitry Timoshkov | Add missing mapping for LB_FINDSTRINGEXACT message...
|
commit | commitdiff | tree |
2001-01-07 |
Dmitry Timoshkov | Combobox should clear its current selection on response to
|
commit | commitdiff | tree |
2001-01-05 |
Dmitry Timoshkov | Added unicode window proc for combobox control.
|
commit | commitdiff | tree |
2001-01-05 |
Dmitry Timoshkov | Added unicode window proc for the static control.
|
commit | commitdiff | tree |
2001-01-05 |
Dmitry Timoshkov | Fixed some problems with scrolling in the edit control.
|
commit | commitdiff | tree |
2000-12-29 |
Dmitry Timoshkov | "Implement" GetKBCodePage and GetKBCodePage16.
|
commit | commitdiff | tree |
2000-12-24 |
Dmitry Timoshkov | Define environment variable TMP as an alias for TEMP.
|
commit | commitdiff | tree |
2000-12-22 |
Dmitry Timoshkov | Remove redundant ';' at the end of line.
|
commit | commitdiff | tree |
2000-12-22 |
Dmitry Timoshkov | Fix remaining signed/unsigned mismatches.
|
commit | commitdiff | tree |
2000-12-21 |
Dmitry Timoshkov | Don't write to buffer with zero length.
|
commit | commitdiff | tree |
2000-12-21 |
Dmitry Timoshkov | Do not free the not owned error string.
|
commit | commitdiff | tree |
2000-12-20 |
Dmitry Timoshkov | Make new edit control allocate its buffers with granularity...
|
commit | commitdiff | tree |
2000-12-19 |
Dmitry Timoshkov | Protect against NULL buffer in the profile functions.
|
commit | commitdiff | tree |
2000-12-19 |
Dmitry Timoshkov | New unicode edit control.
|
commit | commitdiff | tree |
2000-12-11 |
Dmitry Timoshkov | Add CF_UNICODETEXT as primary text clipboard format.
|
commit | commitdiff | tree |
2000-12-05 |
Dmitry Timoshkov | Removed the code duplication.
|
commit | commitdiff | tree |
2000-12-02 |
Dmitry Timoshkov | Added several additional to/from unicode message mappings.
|
commit | commitdiff | tree |
2000-12-02 |
Dmitry Timoshkov | Added several clipboard formats.
|
commit | commitdiff | tree |
2000-11-28 |
Dmitry Timoshkov | Slightly rearrange WIN16/WIN32A/WIN32 window creation.
|
commit | commitdiff | tree |
2000-11-28 |
Dmitry Timoshkov | Made button control fully unicode aware.
|
commit | commitdiff | tree |
2000-11-27 |
Dmitry Timoshkov | General clean up of the edit control: removed transfer...
|
commit | commitdiff | tree |
2000-11-27 |
Dmitry Timoshkov | GlobalAlloc as GlobalAlloc16 should round size to 32.
|
commit | commitdiff | tree |
2000-11-25 |
Dmitry Timoshkov | Fixed ToUnicode TRACE message.
|
commit | commitdiff | tree |
2000-11-25 |
Dmitry Timoshkov | Add support for national characters as accelerators...
|
commit | commitdiff | tree |
2000-11-25 |
Dmitry Timoshkov | Always generate unicode CHAR messages.
|
commit | commitdiff | tree |
2000-11-15 |
Dmitry Timoshkov | Added mapping to/from unicode for WM_CHAR, WM_DEADCHAR...
|
commit | commitdiff | tree |
2000-11-15 |
Dmitry Timoshkov | Prepare switching to unicode of builtin widgets.
|
commit | commitdiff | tree |
2000-11-15 |
Dmitry Timoshkov | Skip directories when loading debug symbols.
|
commit | commitdiff | tree |
2000-11-15 |
Dmitry Timoshkov | Remove redundant includes.
|
commit | commitdiff | tree |
2000-11-09 |
Dmitry Timoshkov | Added Russian resources to the Postscript driver.
|
commit | commitdiff | tree |
2000-11-09 |
Dmitry Timoshkov | Make a copy of the dialog resource before correcting...
|
commit | commitdiff | tree |
2000-11-07 |
Dmitry Timoshkov | New path for AFM documentation on the net.
|
commit | commitdiff | tree |
2000-11-05 |
Dmitry Timoshkov | Added the ability to see names of the virtual key codes.
|
commit | commitdiff | tree |
2000-11-02 |
Dmitry Timoshkov | Do not invert "magic" bitmap menu items.
|
commit | commitdiff | tree |
2000-11-01 |
Dmitry Timoshkov | Make bitmap menu items look like in windows when selected,
|
commit | commitdiff | tree |
2000-10-31 |
Dmitry Timoshkov | Display an ERR on errors while initializing USER.
|
commit | commitdiff | tree |
2000-10-26 |
Dmitry Timoshkov | Ask application to reinitialize its menu before processing an
|
commit | commitdiff | tree |
2000-10-25 |
Dmitry Timoshkov | Added an another special case handling for Shift+[NumPad...
|
commit | commitdiff | tree |
2000-10-25 |
Dmitry Timoshkov | Replaced ToAscii by ToUnicode in the User driver interface.
|
commit | commitdiff | tree |
2000-10-24 |
Dmitry Timoshkov | Make EnumEnhMetaFile work.
|
commit | commitdiff | tree |
2000-10-19 |
Dmitry Timoshkov | Added support for AZERTY keyboard layout.
|
commit | commitdiff | tree |
2000-10-17 |
Dmitry Timoshkov | Added support for keyboard input in various locales.
|
commit | commitdiff | tree |
2000-10-15 |
Dmitry Timoshkov | Fixed behaviour of window's system buttons.
|
commit | commitdiff | tree |
2000-09-27 |
Dmitry Timoshkov | If window was not resized and not moved, repaint only...
|
commit | commitdiff | tree |
2000-09-26 |
Dmitry Timoshkov | Avoid crashes if 16-bit module handle was passed to...
|
commit | commitdiff | tree |
2000-09-09 |
Dmitry Timoshkov | Unify WM_SETTEXT handling among DefWindowProc16/DefWindowPro...
|
commit | commitdiff | tree |
2000-09-09 |
Dmitry Timoshkov | Simplify a bit MDI child window creation.
|
commit | commitdiff | tree |
2000-09-09 |
Dmitry Timoshkov | GetMenu might be used to get child window id.
|
commit | commitdiff | tree |
2000-08-28 |
Dmitry Timoshkov | Add missing message to winerr_enu.mc.
|
commit | commitdiff | tree |
2000-08-26 |
Dmitry Timoshkov | Register Wine Postscript Driver as "WINEPS", "WINEPS...
|
commit | commitdiff | tree |
2000-08-20 |
Dmitry Timoshkov | Added new language detection scheme that uses NLS data...
|
commit | commitdiff | tree |
2000-08-18 |
Dmitry Timoshkov | Append .DRV to name only if no extension present.
|
commit | commitdiff | tree |
2000-08-18 |
Dmitry Timoshkov | Do not crash if path is NULL in DEBUG_ProcessElfFileFromPath.
|
commit | commitdiff | tree |
2000-08-14 |
Dmitry Timoshkov | Add "FullWindowDrag" feature for not managed windows.
|
commit | commitdiff | tree |
2000-08-11 |
Dmitry Timoshkov | Make FindResource and FindResourceEx fully windows...
|
commit | commitdiff | tree |
2000-08-11 |
Dmitry Timoshkov | Initialize lpstrInitialDir to really bogus value to...
|
commit | commitdiff | tree |
2000-08-11 |
Dmitry Timoshkov | 1. Make buffer for message large enough to hold very...
|
commit | commitdiff | tree |
2000-08-03 |
Dmitry Timoshkov | LOCALE_NOUSEROVERRIDE means: do not get user redefined...
|
commit | commitdiff | tree |
2000-07-29 |
Dmitry Timoshkov | FindResourceExA/W should search for the specified language...
|
commit | commitdiff | tree |
2000-07-28 |
Dmitry Timoshkov | Added stub for OLE32.OleSetAutoConvert needed by Adobe...
|
commit | commitdiff | tree |
2000-07-28 |
Dmitry Timoshkov | Do not crash if window was not found.
|
commit | commitdiff | tree |
2000-07-25 |
Dmitry Timoshkov | Make fnt2bdf produce correct fonts.
|
commit | commitdiff | tree |
2000-07-10 |
Dmitry Timoshkov | Moved all NLS dependent data to the KERNEL resources.
|
commit | commitdiff | tree |
2000-07-10 |
Dmitry Timoshkov | Convert WND.text field to Unicode.
|
commit | commitdiff | tree |
2000-07-08 |
Dmitry Timoshkov | Complete NLS values for Russian language.
|
commit | commitdiff | tree |
2000-07-08 |
Dmitry Timoshkov | Remove duplicates in the NLS files.
|
commit | commitdiff | tree |
2000-07-08 |
Dmitry Timoshkov | Do not crash if there was no files selected and OK...
|
commit | commitdiff | tree |
2000-06-18 |
Dmitry Timoshkov | Use GetSystemDefaultLangID() instead of WINE_LanguageId.
|
commit | commitdiff | tree |
2000-06-18 |
Dmitry Timoshkov | Do not assume that double byte font == unicode font.
|
commit | commitdiff | tree |
2000-06-18 |
Dmitry Timoshkov | Reimplement CharToOemA/W, CharToOemBuffA/W, OemToCharA/W,
|
commit | commitdiff | tree |
2000-06-15 |
Dmitry Timoshkov | Optimized implementation of LoadStringA.
|
commit | commitdiff | tree |
2000-06-10 |
Dmitry Timoshkov | Assign codepage for every X11 font suffix, and use...
|
commit | commitdiff | tree |
2000-06-08 |
Dmitry Timoshkov | Implement NTDLL.towupper and NTDLL.towlower using already...
|
commit | commitdiff | tree |
2000-04-28 |
Dmitry Timoshkov | Make WineLook=Win95 the default setting.
|
commit | commitdiff | tree |
2000-04-23 |
Dmitry Timoshkov | Adapted unimap.pl script and generated by it casemap...
|
commit | commitdiff | tree |
2000-04-23 |
Dmitry Timoshkov | Removed the longstanding hack in response to WM_ACTIVATE...
|
commit | commitdiff | tree |
2000-02-25 |
Dmitry Timoshkov | Do not overwrite the valid ObjectAttributes->RootDirectory.
|
commit | commitdiff | tree |
2000-02-25 |
Dmitry Timoshkov | Added prototypes for registry functions.
|
commit | commitdiff | tree |