1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-05 17:28:47 +00:00
Commit Graph

40 Commits

Author SHA1 Message Date
Zhiyi Zhang
e93dcf5ca0 include: Add missing notification codes.
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-16 10:58:40 +02:00
Huw Davies
f1ef14e023 include: Add a padding WORD to ensure that wWeight is at the correct offset.
This is a bug in MS's C version of these structures.

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-10-13 18:11:24 +02:00
Huw Davies
0bdf9e5817 include: Add flags for the EM_AUTOURLDETECT message.
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-06-01 22:15:37 +09:00
Nikolay Sivov
8f517054d2 include: Fix REPASTESPECIAL definition.
Spotted by Christoph von Wittich.
2015-02-27 13:18:52 +09:00
Jactry Zeng
c9466dfea4 include: Add definition of ST_UNICODE. 2013-08-19 13:27:45 +02:00
Michael Stefaniuc
82d8fc3f1e include: Use LONG instead of long in richedit.h. 2009-01-04 13:34:57 +01:00
Maarten Lankhorst
99868d7c16 includes: Fix EDITSTREAM definition for win64. 2008-12-23 18:51:01 +01:00
Dylan Smith
cc23d3ef3d richedit: Added missing defines and structures to richedit.h. 2008-06-26 21:14:38 +02:00
Eric Pouech
3502e28604 include: Added msftedit support in richedit.h. 2008-03-17 14:37:21 +01:00
Francois Gouget
1552f22acf riched20: Fix the name of the lpUsedDefChar field of GETTEXTEX. 2008-02-06 12:43:53 +01:00
Andrew Talbot
0c96a42a59 riched20: Write-strings warnings fix.
The string members of the FINDTEXT and FINDTEXTEX structs are declared
constant in the SDK.
2006-07-24 12:57:32 +02:00
Mike McCormack
ba8f40d465 richedit: Fix prototype of the callback function. 2006-05-25 10:43:49 +02:00
Jonathan Ernst
360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Phil Krylov
f1184b466d Added EM_SETRECT, EM_SETRECTNP, and WM_SETREDRAW message handling.
Added support for GT_SELECTION flag in EM_GETTEXTEX handler.
2005-08-15 09:47:14 +00:00
Daniel Remenak
68709f1c41 Basic handling of EM_SETTEXTEX. 2005-07-20 10:28:44 +00:00
Kevin Koltzau
f5db41b2a1 Define GCM_RIGHTMOUSEDROP. 2005-07-14 10:15:06 +00:00
Phil Krylov
506fa21586 Added missing PFE_ and PFA_ definitions. 2005-03-16 20:17:52 +00:00
Phil Krylov
62a9a07dda Added missing PFA_JUSTIFY definition. 2005-03-14 21:39:57 +00:00
Robert Shearman
c10dcfaf3f Remove duplicate message defines in header. 2005-03-09 12:39:15 +00:00
Krzysztof Foltman
50f59f8ced - added missing CFM_ constants to make RichEdit 2.0 implementation
possible
- added a missing structure PARAFORMAT2
2005-03-04 10:47:13 +00:00
Mike McCormack
3be4f5d2f6 Added an IDL file for Richedit's OLE interface. 2004-10-18 22:28:21 +00:00
Mike McCormack
55defb652a Added some defines used in RichEdit 2.0. 2004-08-30 18:40:34 +00:00
Jacek Caban
6b6abc884f Added EM_SCROLLCARET definition in include/richedit.h and handling in
WindowProc.
2004-07-30 04:19:56 +00:00
Dimitrie O. Paun
53f9c21fb7 Use angle brackets (<>) rather than quotes ("") for the include
directives in our .h files. This should avoid some potentially nasty
surprises for Winelib apps.
2003-08-28 21:43:34 +00:00
Phil Krylov
78a5047dca Added ES_SELECTIONBAR style. 2003-08-12 18:52:45 +00:00
Alexandre Julliard
29419b13c9 Removed a couple of extra semicolons. 2003-01-24 00:49:32 +00:00
Robert Shearman
080200a58b Add some RichEdit 2.0/3.0 definitions. 2002-11-19 00:44:05 +00:00
Dmitry Timoshkov
a9c057f73b Replace static initializers with a proper #define in .h files. 2002-09-16 19:29:36 +00:00
Andriy Palamarchuk
3d8b123e5a Improved richedit headers. 2002-08-09 19:51:49 +00:00
Vincent Béron
9a62491660 Removed trailing whitespace. 2002-05-31 23:06:46 +00:00
Chuck Crayne
ce2024ce42 - Recognize "\n" as an alternative soft line break in function
EDIT_BuildLineDefs_ML of edit.c.
- Major restructuring of richedit.c to provide bug fixes, enhanced
  function, and improved debug support.
2002-04-22 23:08:19 +00:00
Alexandre Julliard
0799c1a780 Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
2002-03-09 23:29:33 +00:00
Patrik Stridvall
f94462fb75 Move __stdcall/__cdecl to the right place. 2002-01-31 23:22:07 +00:00
Daniel Walker
700f5abe4c - Added debugging.
- Transfer all relevant messages to the underlying edit control.
2002-01-14 19:44:07 +00:00
Jussi Jumppanen
fb0eeab673 Added missing RichEdit defines. 2001-11-16 18:11:15 +00:00
Francois Gouget
1f5365ab82 Declare RICHEDIT_CLASS20W using a WCHAR array. 2001-02-12 19:17:46 +00:00
Francois Gouget
27e388ffdd Added CHARRANGE. 2001-01-22 19:25:27 +00:00
Francois Gouget
ae41e8c804 Reordered the CALLBACK and WINAPI directives so that it compiles with
old g++ versions.
2000-06-11 20:07:58 +00:00
Patrik Stridvall
5ca73ac93a Fixed issues found by winapi_check. 2000-05-11 21:46:51 +00:00
Alexandre Julliard
688c05301a Jean-Claude Batista
Wraps some RichEdit control functionality on an Edit control. It uses
a free implementation of an RTF parser written by Paul DuBois
http://www.primate.wisc.edu/software/RTF/ which I modified a bit to
work with the control.
2000-05-07 20:23:41 +00:00