user32: Fix colours to match exactly with Windows 2000.
[wine] / dlls / user32 / edit.c
2007-11-20  Andrew Talbotuser32: Constify some variables.
2007-11-01  Alexandre Julliarduser32: Store the builtin class names in Unicode.
2007-10-22  Alex Buseniususer32: Fix segfault when combobox contains a longer...
2007-10-18  Alex Villacís Lassouser32: Fix EM_SETLIMITTEXT with zeroed args.
2007-09-13  Lei Zhanguser32: Edit control should respond to ctrl + z.
2007-07-20  Nigel Liangwinex11.drv: Implement XIMPreEditCaretCallback.
2007-06-14  Lei Zhanguser32: Improve cut/copy/paste behavior of password...
2007-05-30  Dmitry Timoshkovuser32: Fix some compilation warnings in 64-bit mode.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-04-20  Huw Daviesuser32: Cache the text buffer length to avoid excessive...
2007-04-20  Huw Daviesuser32: Add a function to return the length of the...
2007-04-20  Huw Daviesuser32: Keep track of whether the app has asked for...
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2006-12-15  Dmitry Timoshkovuser32: Center the context menu if it was activated...
2006-11-20  Andrew Talbotuser32: Cast-qual warnings fix.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.