- 15 Jan, 2014 1 commit
-
-
Huw Davies authored
-
- 24 Sep, 2012 1 commit
-
-
Francois Gouget authored
Use the CP_ACP and NULL macros instead of numeric literals when converting strings between ANSI and Unicode.
-
- 14 May, 2012 1 commit
-
-
Dylan Smith authored
-
- 30 Jul, 2010 1 commit
-
-
Dylan Smith authored
Prevents extra copying from having to be done for converting between unicode/ascii or between the normal or extended version of the structure.
-
- 12 Aug, 2009 1 commit
-
-
Dylan Smith authored
Previously the only convenient way to get the start and end of the selection was through offsets, which eventually need to get converted back into items in the linked list storing the text. The new function will help with eliminating these inefficiencies.
-
- 10 Aug, 2009 1 commit
-
-
Dylan Smith authored
Style objects are referenced counted in richedit controls, so I tried to make sure styles were released properly. This can be checked using with the all_refs global reference count to see if everything is cleaned up.
-
- 09 Feb, 2009 1 commit
-
-
Andrew Talbot authored
-
- 21 Jan, 2009 1 commit
-
-
Dylan Smith authored
-
- 19 Jan, 2009 1 commit
-
-
Andrew Talbot authored
-
- 14 Jul, 2008 1 commit
-
-
Dylan Smith authored
Trying to set the font size to a value larger than 1638 in points (yHeightCharPtsMost) using EM_SETCHARFORMAT will cause it to be set to actually set to the maximum.
-
- 26 Jun, 2008 1 commit
-
-
Dylan Smith authored
Previously bold needed to be set by setting CFM_WEIGHT in the CHARFORMAT2 structure, and then setting the appropriate wWeight value. This approach isn't even supported in version 3.0 of the richedit control. Now bold can be set/unset properly for Windows or Wine using CFE_BOLD in dwEffects and with CFM_BOLD set in the dwMask flag.
-
- 24 Apr, 2008 1 commit
-
-
Andrew Talbot authored
-
- 21 Apr, 2008 1 commit
-
-
Austin English authored
-
- 17 Apr, 2008 1 commit
-
-
Austin English authored
-
- 17 Mar, 2008 2 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
- 14 Mar, 2008 1 commit
-
-
Andrew Talbot authored
-
- 21 Jan, 2008 1 commit
-
-
Alexander Nicolaysen Sørnes authored
-
- 17 Jan, 2008 1 commit
-
-
Andrew Talbot authored
-
- 07 Jan, 2008 2 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
- 02 Jan, 2008 5 commits
-
-
Eric Pouech authored
Use a ME_Context for style selection/unselection. Store the (x,y) dpi information for a given DC in the corresponding ME_Context structure.
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
- 27 Sep, 2007 1 commit
-
-
Alex Villacís Lasso authored
-
- 17 Aug, 2007 1 commit
-
-
Andrew Talbot authored
-
- 24 Jan, 2007 1 commit
-
-
Andrew Talbot authored
-
- 17 Aug, 2006 1 commit
-
-
Matt Finnicum authored
-
- 17 Jul, 2006 1 commit
-
-
Krzysztof Foltman authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 01 Feb, 2006 1 commit
-
-
Phil Krylov authored
-
- 31 Jan, 2006 1 commit
-
-
Phil Krylov authored
-
- 12 Oct, 2005 1 commit
-
-
Krzysztof Foltman authored
not very useful anymore, reference counting looks correct for now). - The document dump contains the character position of the end-of-text mark.
-
- 12 Sep, 2005 1 commit
-
-
Marcus Meissner authored
not the buffer size in bytes. Fixed all places where it was wrong.
-
- 24 Jul, 2005 1 commit
-
-
Phil Krylov authored
-
- 12 Jun, 2005 1 commit
-
-
Krzysztof Foltman authored
- support for basic subscript and superscript - untested support for text offset
-
- 11 May, 2005 1 commit
-
-
Ivan Leo Puoti authored
-
- 16 Apr, 2005 1 commit
-
-
Krzysztof Foltman authored
- tab support - indent support
-