projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Mark some functions as implemented in the spec files.
[wine]
/
dlls
/
riched20
/
2005-11-03
Phil Krylov
Cache background color brush instead of recreating...
tree
|
commitdiff
2005-11-03
Phil Krylov
Added support for EM_REQUESTRESIZE message, EN_REQUESTR...
tree
|
commitdiff
2005-11-02
Mike McCormack
Convert all RTFPanic and RTFMsg calls to ERR calls.
tree
|
commitdiff
2005-10-19
Krzysztof Foltman
- Bugfix in EM_GETTEXTEX
tree
|
commitdiff
2005-10-13
Krzysztof Foltman
Fix unnecessary (and harmful) repeated statement.
tree
|
commitdiff
2005-10-12
Krzysztof Foltman
- Style trace information is written to different debug...
tree
|
commitdiff
2005-10-11
Phil Krylov
Fixed encoding of non-ASCII chars.
tree
|
commitdiff
2005-10-10
Krzysztof Foltman
Removed buffer overrun error (incrementing output point...
tree
|
commitdiff
2005-10-10
Krzysztof Foltman
The previous implementation was a workaround for off...
tree
|
commitdiff
2005-10-10
Krzysztof Foltman
Fixed EOL detection in ME_RunOfsFromCharOfs in 1.0...
tree
|
commitdiff
2005-10-10
Krzysztof Foltman
Fix a bug in 1.0 emulation mode in EM_LINELENGTH (which...
tree
|
commitdiff
2005-10-10
Krzysztof Foltman
Fix 1.0 emulation mode in ME_GetTextW.
tree
|
commitdiff
2005-10-08
Krzysztof Foltman
Send verbose info to different debug channels (richedit...
tree
|
commitdiff
2005-10-03
Krzysztof Foltman
- Remove another potential sources of infinite loops...
tree
|
commitdiff
2005-10-03
Krzysztof Foltman
Implemented EM_GETFIRSTVISIBLELINE and EM_POSFROMCHAR...
tree
|
commitdiff
2005-10-03
Krzysztof Foltman
Fixed another case of misunderstanding MSDN wrt StreamI...
tree
|
commitdiff
2005-09-29
Alexandre Julliard
We are no longer generating .dbg.c files.
tree
|
commitdiff
2005-09-29
Krzysztof Foltman
- Reimplementation of EM_LINELENGTH.
tree
|
commitdiff
2005-09-26
Rein Klazes
When scrolling, first update the new position of the...
tree
|
commitdiff
2005-09-26
Krzysztof Foltman
- Optional destinations in stylesheets are now skipped...
tree
|
commitdiff
2005-09-12
Marcus Meissner
The last argument to MultiByteToWideChar is wide charac...
tree
|
commitdiff
2005-09-12
Alexandre Julliard
Fixed gcc 4.0 warnings.
tree
|
commitdiff
2005-08-23
Phil Krylov
Fixed a RichEdit RTF reader bug which resulted in loss...
tree
|
commitdiff
2005-08-23
Phil Krylov
Fixed EM_EXLINEFROMCHAR to work for last row of a parag...
tree
|
commitdiff
2005-08-23
Phil Krylov
Added support for backward search to RichEdit EM_FINDTE...
tree
|
commitdiff
2005-08-22
Phil Krylov
Fixed EM_SETEVENTMASK RichEdit message handler to retur...
tree
|
commitdiff
2005-08-22
Phil Krylov
Automatically set default font after parsing a font...
tree
|
commitdiff
2005-08-22
Phil Krylov
Added handling of deff RTF control word.
tree
|
commitdiff
2005-08-22
Phil Krylov
Added common keyboard shortcuts for Select All, Undo...
tree
|
commitdiff
2005-08-15
Phil Krylov
Added EM_SETRECT, EM_SETRECTNP, and WM_SETREDRAW messag...
tree
|
commitdiff
2005-08-11
Phil Krylov
Fixed a bug in EM_STREAMOUT RichEdit message handler...
tree
|
commitdiff
2005-08-08
Phil Krylov
Fixed UTF-8 RTF parsing.
tree
|
commitdiff
2005-08-03
Mike McCormack
gcc 4.0 warning fixes for Interlocked* functions.
tree
|
commitdiff
2005-07-26
Phil Krylov
Implemented EM_CHARFROMPOS RichEdit message.
tree
|
commitdiff
2005-07-26
Phil Krylov
Generate ending \par in RTF output of RichEdit when...
tree
|
commitdiff
2005-07-24
Phil Krylov
Added EM_GETZOOM and EM_SETZOOM RichEdit message handlers.
tree
|
commitdiff
2005-07-22
Phil Krylov
Fixed EM_GETCHARFORMAT for selection containing a singl...
tree
|
commitdiff
2005-07-22
Phil Krylov
Fixed an off-by-one error in EM_STREAMOUT handler for...
tree
|
commitdiff
2005-07-22
Phil Krylov
Added some missing but useful items to the TODO list.
tree
|
commitdiff
2005-07-21
Stefan Huehner
Change some char* to const char* to fix warnigns.
tree
|
commitdiff
2005-07-21
Phil Krylov
Added some useful TRACEs.
tree
|
commitdiff
2005-07-21
Phil Krylov
Allow NULL parameter for WM_SETTEXT in RichEdit.
tree
|
commitdiff
2005-07-21
Phil Krylov
Implemented EM_LINELENGTH RichEdit message.
tree
|
commitdiff
2005-07-21
Phil Krylov
Added emulation of RichEdit 1.0 behaviour when the...
tree
|
commitdiff
2005-07-20
Daniel Remenak
Basic handling of EM_SETTEXTEX.
tree
|
commitdiff
2005-07-11
Felix Nawothnig
Check structure size and fix return values in EM_GETCHA...
tree
|
commitdiff
2005-07-06
Stefan Huehner
Make functions static to fix -Wmissing-declarations...
tree
|
commitdiff
2005-07-06
Phil Krylov
Fixed EM_LINEINDEX handler and added EM_LINEFROMCHAR...
tree
|
commitdiff
2005-07-06
Phil Krylov
Implemented EM_EXLINEFROMCHAR, EM_LINEINDEX, EM_FINDTEXT,
tree
|
commitdiff
2005-07-05
Phil Krylov
Fixed an off-by-one error in EM_GETLINECOUNT handler.
tree
|
commitdiff
2005-07-05
Phil Krylov
Fixed another couple of EM_STREAMOUT bugs.
tree
|
commitdiff
2005-07-05
Phil Krylov
Removed junk from UTF-8 RTF output.
tree
|
commitdiff
2005-07-05
Stefan Huehner
Fix -Wmissing-declarations warnings.
tree
|
commitdiff
2005-07-01
Stefan Huehner
Make some function static.
tree
|
commitdiff
2005-06-30
Phil Krylov
Implemented EM_GETLINECOUNT RichEdit message.
tree
|
commitdiff
2005-06-29
Aric Stewart
Implementation for EM_GETTEXTEX.
tree
|
commitdiff
2005-06-28
Phil Krylov
Fixed a comment about EM_STREAMIN.
tree
|
commitdiff
2005-06-28
Phil Krylov
Implemented EM_GETTEXTLENGTHEX RichEdit message.
tree
|
commitdiff
2005-06-21
Stefan Huehner
Fix some more -Wstrict-prototypes warnings.
tree
|
commitdiff
2005-06-20
Vitaly Lipatov
Allow null pointers for EM_GETSEL message (as MSDN...
tree
|
commitdiff
2005-06-20
Krzysztof Foltman
- Fix a warning caused by the TAB patch.
tree
|
commitdiff
2005-06-13
Robert Shearman
Richedit classes should be global.
tree
|
commitdiff
2005-06-12
Krzysztof Foltman
Emit \tx for user-defined TABs.
tree
|
commitdiff
2005-06-12
Krzysztof Foltman
- added support for \ulnone (turning underline off)
tree
|
commitdiff
2005-06-06
Dmitry Timoshkov
Make remaining OLE interface vtables const.
tree
|
commitdiff
2005-05-24
Hannu Valtonen
Use correct background color for the whole richedit...
tree
|
commitdiff
2005-05-23
Hannu Valtonen
- Implement EM_LINESCROLL message handling
tree
|
commitdiff
2005-05-16
Michael Stefaniuc
Change an assert to a WARN.
tree
|
commitdiff
2005-05-16
Vincent Béron
Provide minimal API documentation in advapi/eventlog...
tree
|
commitdiff
2005-05-13
Krzysztof Foltman
Added stubs for a couple of missing 2.0 and 3.0 messages.
tree
|
commitdiff
2005-05-11
Ivan Leo Puoti
Fix crash in ME_GetRunSizeCommon(). Turn a FIXME into...
tree
|
commitdiff
2005-05-09
Alexandre Julliard
Added rules for building import libraries in the indivi...
tree
|
commitdiff
2005-05-07
Alexandre Julliard
Added rules to build import libraries in the individual...
tree
|
commitdiff
2005-04-20
Phil Krylov
Fixed an error in my previous commit which caused an...
tree
|
commitdiff
2005-04-16
Krzysztof Foltman
- removed trailing spaces from some files
tree
|
commitdiff
2005-04-13
Phil Krylov
Make RTF reader fall back to simple text if a correct...
tree
|
commitdiff
2005-04-11
Hannu Valtonen
Added mousewheel support.
tree
|
commitdiff
2005-04-11
Krzysztof Foltman
- EM_CANPASTE implemented
tree
|
commitdiff
2005-03-24
Jakob Eriksson
Get rid of HeapAlloc casts.
tree
|
commitdiff
2005-03-24
Phil Krylov
Fixed \u keyword to output signed 16-bit values. Also...
tree
|
commitdiff
2005-03-22
Phil Krylov
Made RTF reader and writer handle codepages mostly...
tree
|
commitdiff
2005-03-21
Mike McCormack
Remove casts and unused code.
tree
|
commitdiff
2005-03-21
Vincent Béron
Use "" for Windows includes in dlls, instead of <>.
tree
|
commitdiff
2005-03-21
Krzysztof Foltman
- PageUp key support.
tree
|
commitdiff
2005-03-19
Krzysztof Foltman
- made string operations consistent wrt whitespace...
tree
|
commitdiff
2005-03-18
Phil Krylov
Fixed support for RTF documents using ANSI charset...
tree
|
commitdiff
2005-03-17
Phil Krylov
Replaced slow and outdated character set handling in...
tree
|
commitdiff
2005-03-17
Krzysztof Foltman
- RTF reader doesn't use RichEdit messages anymore...
tree
|
commitdiff
2005-03-16
Phil Krylov
Improved RTF export.
tree
|
commitdiff
2005-03-16
Jason Edmeades
Correct memory allocation macro.
tree
|
commitdiff
2005-03-16
Krzysztof Foltman
- Unknown destinations are now correctly skipped (so...
tree
|
commitdiff
2005-03-15
Phil Krylov
Implemented hash table lookup for RTF keywords in RTF...
tree
|
commitdiff
2005-03-15
Krzysztof Foltman
- WM_COPY (and WM_CUT) can now put both Unicode and...
tree
|
commitdiff
2005-03-14
Phil Krylov
Initial implementation of EM_STREAMOUT and RTF writer.
tree
|
commitdiff
2005-03-14
Phil Krylov
Added "generator" RTF destination handling.
tree
|
commitdiff
2005-03-14
Gerald Pfeifer
Make ME_ArrowLeft() return a value in every case.
tree
|
commitdiff
2005-03-11
Krzysztof Foltman
- EM_STREAMIN can now deal with undo in a reasonable...
tree
|
commitdiff
2005-03-09
Krzysztof Foltman
- Optimized repaint of the area below the text.
tree
|
commitdiff
2005-03-09
Phil Krylov
Changed buffer size for EM_STREAMIN message to 4096...
tree
|
commitdiff
2005-03-09
Krzysztof Foltman
The meaning of the rewrap flag got inverted (MEPF_REWRA...
tree
|
commitdiff
next