projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
dmusic: Set instrument stream position where the instrument begins, not at the beginn...
[wine]
/
dlls
/
riched20
/
writer.c
2012-11-05
André Hentschel
riched20: Remove duplicate operand in expression (cover...
blob
|
commitdiff
|
raw
2011-12-16
Francois Gouget
riched20: Avoid hardcoding the Unicode string literal...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-09
Maarten Lankhorst
riched20: Do not call callback when no data needs to...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-19
Dylan Smith
richedit: Fix streaming rtf with table at the start...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-19
Dylan Smith
richedit: Don't break when streaming out a table, just...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-13
Dylan Smith
richedit: Use ME_Cursor instead of offsets for stream...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-12
Dylan Smith
richedit: Created functions to move between runs and...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-12
Dylan Smith
richedit: Added function to get selection cursors in...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-27
Massimo Del Fedele
riched20: Fix placement of crlf on font table streamout.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-24
Dylan Smith
richedit: Null terminate streamed out rich text.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-09
Dylan Smith
richedit: Removed ME_StrLen and ME_StrVLen field access...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-06
Dylan Smith
richedit: Get the paragraph with ME_RunOfsFromCharOfs.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-28
Dylan Smith
richedit: Actually store end of line string for end...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-27
Dylan Smith
richedit: Removed redundant ME_FindItemAtOffset using...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-06
Andrew Talbot
riched20: Sign-compare warnings fix.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-01
Dylan Smith
richedit: Fixed a bug preventing streaming out nested...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-01
Dylan Smith
richedit: Added code to stream out table border properties.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-01
Dylan Smith
richedit: Prevent assertion failure when streaming...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-01
Dylan Smith
richedit: Prevent font or colour buffer overflow on...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-18
Dylan Smith
richedit: Adjust table spacing with horizontal gap...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-18
Dylan Smith
richedit: Added in support for streaming in and out...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-18
Dylan Smith
richedit: Each cell can contain multiple paragraphs...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-05
Dylan Smith
richedit: Use tabstops to store cell positions.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-09
Dylan Smith
richedit: PFE_TABLE flag is now used instead of private...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-29
Alex Villacís Lasso
richedit: Fixups to move over to reliance on CR and...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-17
Eric Pouech
richedit: Store shift-enter (keyboard) and \line (rtf...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-04
Bang Jun-young
riched20: Include wine/port.h for vsnprintf().
blob
|
commitdiff
|
raw
|
diff to current
2007-09-17
Alex Villacís Lasso
riched20: Prevent overflow on richedit debug channel.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-17
Andrew Talbot
riched20: Constify some variables.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-29
Dmitry Timoshkov
riched20: Make some data const.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-14
Hans Leidekker
riched20: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-10
Michael Stefaniuc
janitorial: Remove redundant NULL pointer checks before...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-05
Kevin Koltzau
riched20: Separate stream state from editor state.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-05
Kevin Koltzau
riched20: Add method to stream data based on a range.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-04
Phil Krylov
riched20: Initial support for simple tables.
blob
|
commitdiff
|
raw
|
diff to current
2005-10-11
Phil Krylov
Fixed encoding of non-ASCII chars.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-12
Alexandre Julliard
Fixed gcc 4.0 warnings.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-11
Phil Krylov
Fixed a bug in EM_STREAMOUT RichEdit message handler...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-26
Phil Krylov
Generate ending \par in RTF output of RichEdit when...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-22
Phil Krylov
Fixed an off-by-one error in EM_STREAMOUT handler for...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-21
Stefan Huehner
Change some char* to const char* to fix warnigns.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-21
Phil Krylov
Added emulation of RichEdit 1.0 behaviour when the...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-05
Phil Krylov
Fixed another couple of EM_STREAMOUT bugs.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-05
Phil Krylov
Removed junk from UTF-8 RTF output.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-20
Krzysztof Foltman
- Fix a warning caused by the TAB patch.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-12
Krzysztof Foltman
Emit \tx for user-defined TABs.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-24
Phil Krylov
Fixed \u keyword to output signed 16-bit values. Also...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-22
Phil Krylov
Made RTF reader and writer handle codepages mostly...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-16
Phil Krylov
Improved RTF export.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-15
Krzysztof Foltman
- WM_COPY (and WM_CUT) can now put both Unicode and...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-14
Phil Krylov
Initial implementation of EM_STREAMOUT and RTF writer.
blob
|
commitdiff
|
raw
|
diff to current