search for: em_setcharformat

Displaying 8 results from an estimated 8 matches for "em_setcharformat".

2007 Mar 19
4
Newbie Problem: need Windows Printer Driver?
Hi friends I just started using wine on my Linux-machine. Mostly because I want to switch finally from Windows to Linux on my computer at work. There is just one single application I want to "take with me" and that is "GraphPad Prism" (http://www.graphpad.com/prism/Prism.htm). So I installed wine0.9.20 on my Mandriva2007. Then I used wine to install Prism in its most recent
2008 Nov 21
7
Adobe Master Collection and Wine on Ubuntu 8.10
I recently installed Ubuntu 8.10 and wine 1.0.1 and am hoping there is a way to get it to work with adobe master collection. I recently upgraded to CS4 but I also have CS3. I know adobe apps have been hit or miss for compatibility in the past but a friend said the new Ubuntu and wine made it as easy as mount and install....is this true and if not is it even possible to install either the adobe
2007 Sep 28
0
Wine release 0.9.46
...------------ Changes since 0.9.45: Alex Villac?s Lasso (8): iccvid: Guard against null pointer reference. riched20: Prevent overflow on richedit debug channel. riched20: Tests show WM_GETTEXT change \r to \r\n. riched20: Fix WM_GETTEXT to change \r to \r\n. riched20: EM_SETCHARFORMAT must return 1 on success, not 0. riched20: EM_SETCHARFORMAT must return 0, not assert, on invalid struct size. riched20: EM_SETCHARFORMAT must fail and return 0 with TM_PLAINTEXT and SF_SELECTION. riched20: Minimal fix for WM_SETTEXT without ES_MULTILINE style. Alexandre Julliar...
2008 Jun 27
0
Wine release 1.1.0
...L value from being used to avoid a page fault. richedit: Prevented an assertion error on startup when run on Windows. richedit: Fixed the forward word movement bug. richedit: Fixed a bug preventing NULL pointers from being in text. richedit: Added tests reveal a problem with EM_SETCHARFORMAT's affect on the undo stack. richedit: Moved function declarations in header to reflect locations of definitions. richedit: Corrected the conversion used for the initial font size. richedit: Fixed bug preventing bold from being set with EM_SETCHARFORMAT. richedit: Make cu...
2019 Aug 16
0
Wine release 4.14
...cation(). wined3d: Map/unmap bo addresses through the adapter. wined3d: Merge wined3d_texture_upload_data() and wined3d_texture_gl_upload_data(). Huw D. M. Davies (3): user32: Don't query the nonclient metrics unless the font info is required. riched20: Move handling of EM_SETCHARFORMAT to a helper function. riched20: Don't force an update when styles are changed. Jacek Caban (34): stdlib.h: Forward strtoll to _strtoi64. stdio.h: Use __acrt_iob_func to access standard stream files. winegcc: Use imported crt DLL instead of msvcrt if specified. d3d...
2006 Dec 08
0
Wine release 0.9.27
...n d3d8. d3d8: Fix implicit surface refcounting. Matt Finnicum (5): riched20: Make ME_StreamIn create undos properly. riched20: EM_EXLIMITTEXT: ignore wParam and properly cast lParam. riched20: Make WM_SETFONT call RewrapRepaint instead of UpdateRepaint. riched20: Make EM_SETCHARFORMAT call ME_RewrapRepaint instead of ME_UpdateRepaint. riched20: Make EM_SETPARAFORMAT use ME_RewrapRepaint instead of ME_UpdateRepaint. Mike McCormack (17): msi: Use MSI_IterateRecords when cloning properties. msi: Use MSI_QueryGetRecord in ACTION_AppSearchGetSignature. msi: U...
2008 May 02
0
Wine release 0.9.61
...and LF into end-of-paragraph runs. richedit: Implement rule that in 1.0 emulation, a single CR that terminates the text is NOT a line break. richedit: Only notify selection change when selection has actually changed from previous notification. richedit: Fix modify step setting in EM_SETCHARFORMAT. richedit: WM_SETTEXT - Clear modify step flag before any notifications can be sent. richedit: Private movement of cursors in text insertion should not cause WM_NOTIFY to be sent. richedit: Paragraph may have multiple rows, which should possibly update nHeight. richedit: On...
2010 Jul 30
0
Wine release 1.3.0
...richedit: Removed redundant variable ptLastSplittableRun. richedit: Removed unused run flags values. richedit: Return correct values when EM_SETTEXTMODE fails. richedit: Don't change text mode with undo or redo stack. richedit: Check for bits instead of equality in EM_SETCHARFORMAT. richedit: Remove checks for converting internal CHARFORMAT structs. richedit: Use ME_Cursor as parameter to ME_SplitRunSimple. richedit: Avoid redundant calls to ME_CalcRunExtent. Eric Pouech (1): wineoss.drv: Be consistent for aux devices about what we actually support....