Austin English
|
d50baaa1df
|
riched20: Make sure to load dll below 2GB address space.
|
2013-02-19 10:39:31 +01:00 |
Alexandre Julliard
|
81b8ee863e
|
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
|
2010-09-19 12:36:48 +02:00 |
Alexandre Julliard
|
b86d515ed6
|
dlls: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:36 +02:00 |
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
Dylan Smith
|
20d6bc8ac7
|
richedit: Implemented ITextServices TxGetText and TxSetText.
|
2009-01-21 11:55:36 +01:00 |
Dylan Smith
|
6c4dda009e
|
richedit: Implemented ITextHost for windowed richedit controls.
|
2009-01-21 11:54:26 +01:00 |
Dylan Smith
|
bf5ccefc4c
|
richedit: Handle tab key properly within table cells.
Within table cells the tab key moves to the next cell in the table, or creates
a new table row when at the end of the table.
|
2008-08-18 14:34:10 +02:00 |
Alexandre Julliard
|
dad21bbcbf
|
makefiles: List the static libraries as normal imports instead of extra libs.
|
2008-04-30 14:23:55 +02:00 |
Rob Shearman
|
48000893f9
|
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual
DLL makefiles.
|
2008-03-04 20:55:01 +01:00 |
Aric Stewart
|
c03125a1be
|
riched20: Make richedit control IME aware.
|
2007-06-28 12:16:12 +02:00 |
Hans Leidekker
|
177350d087
|
riched20: Win64 printf format warning fixes.
|
2006-10-14 20:16:56 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Alexandre Julliard
|
5cf75e615a
|
makefiles: Only run test and documentation targets in directories that need them.
|
2006-08-28 13:37:44 +02:00 |
Alexandre Julliard
|
eb8a40c368
|
libs: Merged libwine_unicode into libwine.
Most dlls use libwine_unicode at this point, so there's nothing to
gain by having two separate libraries.
|
2006-07-11 19:33:22 +02:00 |
Mike McCormack
|
fedd5250e3
|
riched20: Add a version resource.
|
2006-03-22 11:20:02 +01:00 |
Kevin Koltzau
|
a13245847f
|
riched20: Add IDataObject implementation and use it for cut/copy.
|
2006-02-22 22:23:49 +01:00 |
Lei Zhang
|
805dc74809
|
riched20: Implement FR_MATCHCASE for EM_FINDTEXT.
Removed todo flag from affected FR_MATCHCASE tests.
|
2006-02-22 11:33:10 +01:00 |
Thomas Kho
|
482ab27e8d
|
riched20: Added tests for EM_FINDTEXT and EM_FINDTEXTEX messages.
|
2006-02-11 18:39:07 +01:00 |
Maarten Lankhorst
|
460e2ad7f6
|
riched20: Implement CreateTextServices.
Implement a stub interface that CreateTextServices returns.
|
2006-02-01 12:31:40 +01:00 |
Alexandre Julliard
|
34fa35dc99
|
Added rules for building import libraries in the individual dll
makefiles, and added support for building a .def.a static import
library too.
|
2005-05-09 14:42:30 +00:00 |
Phil Krylov
|
c6ea6caecb
|
Initial implementation of EM_STREAMOUT and RTF writer.
|
2005-03-14 21:41:16 +00:00 |
Aric Stewart
|
214b897bcd
|
Implement EM_GETOLEINTERFACE.
|
2005-03-08 16:46:00 +00:00 |
Mike McCormack
|
38f932c823
|
Port the RTF parser to the richedit 2.0 control.
|
2005-03-07 17:15:33 +00:00 |
Krzysztof Foltman
|
d488f3f1de
|
Initial implementation of riched20.
|
2005-03-05 11:19:14 +00:00 |