projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
winhttp: The last parameter of WinHttpQueryDataAvailable and WinHttpReadData is optional.
[wine]
/
dlls
/
riched20
/
paint.c
2008-08-18
Dylan Smith
richedit: Added support for changing cell border colours.
blob
|
commitdiff
|
raw
2008-08-18
Dylan Smith
richedit: Borders are now drawn for tables and nested...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-18
Dylan Smith
richedit: Borders are drawn for simple tables.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-18
Dylan Smith
richedit: Removed an unused local variable and assignme...
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-23
Alex Villacís Lasso
richedit: Do not read actual scrollbar state for scroll...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-17
Eric Pouech
richedit: Add an assert to point out what we're expecting.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-11
Dylan Smith
richedit: Use system colour for highlighting after...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-11
Dylan Smith
richedit: Prevented underlining the end of paragraph...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-11
Dylan Smith
richedit: Tabs are now highlighted and underlined.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-01
Juan Lang
richedit: Only send update events in 1.0 emulation...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-25
Alex Villacís Lasso
richedit: Revert patch that introduced a test that...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-20
Andrew Talbot
riched20: Constify some variables.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-19
Alex Villacís Lasso
richedit: Empty text should result in a scroll range...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-05
Dylan Smith
richedit: Removed useless code.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-25
Eric Pouech
richedit: Properly handle the background in case of...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-24
Andrew Talbot
riched20: Remove unused variables.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-21
Alex Villacís Lasso
riched20: Fix behavior of EM_REPLACESEL with painting...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-17
Austin English
Spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-17
Eric Pouech
richedit: Fixed object leaks generated by context creat...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-17
Eric Pouech
richedit: Prevent division by zero when 0-width border...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-05
Eric Pouech
riched20: Start handling OLE objects inside richedit.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-07
Eric Pouech
richedit: Check return of GetScrollInfo before accessin...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-02
Eric Pouech
richedit: Don't force repaint while the redraw flag...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-02
Eric Pouech
richedit: Optimizations for the style selection.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-02
Eric Pouech
richedit: Move init code after some sanity checks to...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-02
Eric Pouech
richedit: Added support for intra-paragraph line space.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-02
Eric Pouech
richedit: Added support for spaces above & below paragr...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-02
Eric Pouech
richedit: Now drawing the paragraph borders (if any...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-02
Eric Pouech
richedit: Fix the para computation when zoom is used.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-02
Eric Pouech
richedit: Enforce usage of paraformat2 fields instead...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-02
Eric Pouech
richedit: Simplified handling of background brush while...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-02
Eric Pouech
richedit: Now painting the newly supported underline...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-08
Alex Villacís Lasso
riched20: Invalidate all the text on bogus last selection.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-20
Clinton Stimpson
riched20: Adjust event mask when sending EN_CHANGE...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-16
Lei Zhang
riched20: Properly calculate control display height.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-14
Andrew Talbot
riched20: Constify some variables.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-24
Andrew Talbot
riched20: Declare some functions static.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-27
Clinton Stimpson
riched20: Only send EN_CHANGE when it is supposed to...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-14
Hans Leidekker
riched20: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-11
Matt Finnicum
riched20: Rewrite of scrolling and some redrawing code.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-17
Matt Finnicum
riched20: Send EN_LINK notifications. Properly underlin...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-09
Matt Finnicum
riched20: Implement EM_SHOWSCROLLBAR, EM_SETSCROLLPOS...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-07
Krzysztof Foltman
riched20: New, clean, simple selection repaint logic...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-07
Krzysztof Foltman
riched20: Ensure text is wrapped before invalidating...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-05
Matt Finnicum
riched20: Implement EM_SETPASSWORDCHAR and EM_GETPASSWO...
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-02-27
Hamza Lakhani
riched20: EM_HIDESELECTION implementation.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-04
Phil Krylov
riched20: Initial support for simple tables.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-31
Phil Krylov
riched20: Added support for hidden text.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-27
Alexandre Julliard
riched20: Remove a couple of no longer used functions.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-26
Phil Krylov
riched20: Selection painting fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-13
Phil Krylov
riched20: Fixed some selection painting bugs.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-12
Phil Krylov
riched20: Removed a useless check in painting code.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-10
Phil Krylov
riched20: Reduced screen flicker by using proper update...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-03
Phil Krylov
Cache background color brush instead of recreating...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-03
Phil Krylov
Added support for EM_REQUESTRESIZE message, EN_REQUESTR...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-15
Phil Krylov
Added EM_SETRECT, EM_SETRECTNP, and WM_SETREDRAW messag...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-24
Phil Krylov
Added EM_GETZOOM and EM_SETZOOM RichEdit message handlers.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-06
Stefan Huehner
Make functions static to fix -Wmissing-declarations...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-12
Krzysztof Foltman
- added support for \ulnone (turning underline off)
blob
|
commitdiff
|
raw
|
diff to current
2005-05-24
Hannu Valtonen
Use correct background color for the whole richedit...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-16
Krzysztof Foltman
- removed trailing spaces from some files
blob
|
commitdiff
|
raw
|
diff to current
2005-03-21
Krzysztof Foltman
- PageUp key support.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-19
Krzysztof Foltman
- made string operations consistent wrt whitespace...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-17
Krzysztof Foltman
- RTF reader doesn't use RichEdit messages anymore...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-09
Krzysztof Foltman
- Optimized repaint of the area below the text.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-09
Krzysztof Foltman
The meaning of the rewrap flag got inverted (MEPF_REWRA...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-08
Krzysztof Foltman
Old font management replaced by the cache-based one...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-07
Krzysztof Foltman
Added a check for empty scrollbar range.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-05
Krzysztof Foltman
Initial implementation of riched20.
blob
|
commitdiff
|
raw
|
diff to current