search for: wm_char

Displaying 20 results from an estimated 21 matches for "wm_char".

Did you mean: u_char
2011 Jun 19
2
Debugging textedit (gathering its content)
Hi guys, I'm new in wine debugging, but i need to get content of textbox to console. I tried Code: WINEDEBUG=+edit ./app.exe 2>&1 It gets content of lineedit, but not textedit. Do you have some idea how read content of textbox from win app in wine? Thanks
2008 Jul 03
1
Cant use deadkeys in Portuguese keyboard
...= 1, status 0x0 trace:key:X11DRV_ToUnicodeEx KeyPress : keysym=FE53 (dead_tilde), # of chars=1 / "~" trace:key:X11DRV_ToUnicodeEx Translating char 0x7e to unicode trace:key:X11DRV_ToUnicodeEx ToUnicode about to return 1 with char 7e trace:key:TranslateMessage 1 -> PostMessageW(0x10028,WM_CHAR,007e,002b0001) trace:key:X11DRV_KeyEvent type 3, window 4800007, state 0x0000, keycode 0x0033 trace:key:X11DRV_KeyEvent nbyte = 1, status 0x0 trace:key:X11DRV_KeyEvent KeyRelease : keysym=FE53 (dead_tilde), # of chars=1 / "~" trace:key:EVENT_event_to_vkey e->keycode = 33 trace:key:X11D...
2007 Aug 10
0
Wine release 0.9.43
...d3d9: Comment out some failing fog tests. msvcrt: Use the correct size_t type. user32: Factor out the various SendMessage functions into a common routine. user32: Factor out the calling of a window's winproc into a separate function. user32: Added support for the magic WM_CHAR A->W conversions in Send/Post/DispatchMessage. user32/tests: Added test cases for WM_CHAR conversions. user32: Support for the magic WM_CHAR W->A conversion in Get/PeekMessage. user32: WM_IME_CHAR should result in posted, not sent, WM_CHAR messages. server: Fixed handl...
2018 Dec 14
0
Wine release 4.0-rc2
...to check built-in comctl32 classes. Eberhard Beilharz (1): comctl32/imagelist: Fix crash with large number of images. Fabian Maurer (3): riched20: Extract handling of VK_RETURN into a method. riched20/tests: Refactor tests testing VK_RETURN. riched32: Handle enter press in WM_CHAR instead of WM_KEYDOWN. François Gouget (6): user32/tests: Make test_LoadImage_working_directory_run() static. rpcrt4/tests: Make create_server_process() static. dbghelp: Make symt_get_best_at() static. shell32: Avoid an unneeded strlenW() call. winetest: Tweak the wor...
2013 May 24
0
Wine release 1.5.31
...wbemprox: Refill tables with dynamic content before each query. wbemprox: Return a status from table fillers and add an optional condition parameter. wbemprox: Avoid storing rows that don't match the query condition. Huw Davies (3): user32/tests: Add tests to show that WM_CHAR W<->A mapping uses the codepage associated with the current keyboard layout. user32: Move back to using WC<->MB in order to specify an alternative codepage. user32: Use the codepage associated with the input locale for WM_CHAR-type conversions. Jacek Caban (15): ole32...
2017 Oct 20
0
Wine release 2.0.3
...mshtml: Decrement refcount in nsWeakReference::Release (Valgrind). Dmitry Timoshkov (3): oleaut32: Add an arguments check to LoadTypeLibEx. user.exe16: Fix memory leak in case when HeapReAlloc fails. dsound: Fix a memory leak. Fabian Maurer (1): user32: Don't send WM_CHAR when a menu gets VK_ESCAPE and add tests. Hans Leidekker (4): winhttp: Reset content length when a redirect creates a new connection. wbemprox: Also free data for tables that don't have a fill function (Valgrind). advpack: Don't trace the contents of an output buffer (Val...
2008 Apr 18
1
Wine release 0.9.60
...inex11: Update caret position. Lei Zhang (38): user32: Add more tests for ES_WANTRETURN. user32: Add more tests for single line edit control inside a dialog. user32: Add tests for edit controls and VK_RETURN. user32: Add tests for edit controls and VK_TAB. user32: Fix WM_CHAR return value for edit controls. user32: Handle ES_MULTILINE correctly for WM_KEYDOWN/VK_RETURN. user32: Handle VK_ESCAPE correctly in EDIT_WM_KeyDown. gdiplus: Add a stub for GdipSetClipRectI. user32: Add edit control check to see if its in a dialog on WM_CHAR/VK_RETURN....
2005 Aug 18
1
Wine 20050725 - Keyboard input not being recognised in 3d - mystery
...RD_DetectLayout mismatch for keysym 0x0000, keycode 19, got 0) etc. etc. then on keypress it gives me this: trace:key:X11DRV_ToUnicodeEx Translating char 0x61 to unicode trace:key:X11DRV_ToUnicodeEx ToUnicode about to return 1 with char 61 trace:key:TranslateMessage 1 -> PostMessageW(0x10024,WM_CHAR,0061,001e0001) trace:key:GetKeyState key (0x12) -> 0 trace:key:GetKeyState key (0x10) -> 0 trace:key:GetKeyState key (0x11) -> 0 trace:key:GetKeyState key (0x11) -> 0 trace:key:X11DRV_KeyEvent type 3, window 3200001, state 0x0000, keycode 0x0026 trace:key:X11DRV_KeyEvent state = 0 nbyt...
2008 Jun 27
0
Wine release 1.1.0
...Tests for new font functions. Albert Lee (1): ws2_32: WS_getaddrinfo TRACE message can crash Wine. Alex Villac?s Lasso (12): richedit: Fix misreporting of match offset for EM_FINDTEXT and EM_FINDTEXTEX. richedit: WM_SETTEXT must immediately autodetect URLs, without waiting for a WM_CHAR. richedit: Add more tests for URL autodetection on WM_CHAR, make them pass under Wine. richedit: Fix for the semantics of the flags for some effects reported by EM_GETCHARFORMAT. richedit: Add tests for URL autodetection for EM_SETTEXTEX, make them pass under Wine. richedit:...
2013 Mar 01
0
Wine release 1.5.25
...set the row's x position. riched20: Allow the cursor offset to be equal to the run length - this implies the cursor is at the end of the run, which isn't necessarily the start of the next. riched20: Don't assume the the runs in a row are in visual order. riched20: Send WM_CHAR notifications. Jacek Caban (42): urlmon: Skip https tests on IE6. wininet: Address string should never be converted to UNICODE in status notifications. wininet: Removed broken cache tests. mshtml: Fixed tests on some broken Vista versions. oleaut32: Fixed copy&pas...
2015 Jun 12
0
Wine release 1.7.45
...against advapi32. shlwapi/tests: Fix failing tests on Vista and Win 2008. wshom/tests: Use RegQueryValueEx so that the tests run on Win 2k and XP. shell32/tests: Fix failing test on Win 2k. wininet/tests: Fix tests on Win 2k. user32/tests: Use the correct codepage for WM_CHAR tests. Indrek Altpere (2): mshtml: Add NULL check to avoid crashing due to Gecko bug. mshtml: Add NULL check to get_frame_by_name. Iv?n Matellanes (12): msvcirt: Add initial implementation of streambuf. msvcirt/tests: Add initial tests for streambuf. msvcirt: Add imp...
2018 Sep 28
0
Wine release 3.17
...characters. shell32/autocomplete: Simplify a calculation. shell32/autocomplete: Avoid another buffer overflow and handle arbitrary sizes for the auto-append string. shell32/autocomplete: Remove the property after replacing the callback instead of before. shell32/tests: Send WM_CHAR instead of WM_KEYUP. shell32/autocomplete: Fix going up through the suggestion listbox. shell32/autocomplete: Handle more messages for autocompletion. shell32/autocomplete: Forward to the edit control outside of the switch to simplify the code. shell32/autocomplete: Don'...
2007 Sep 28
0
Wine release 0.9.46
...1): advapi32: fix some compiler warnings when using -Wsign-compare. Clinton Stimpson (4): riched20: Add test for event masks and notifications. riched20: Add tests for text limit behavior. riched20: Adjust event mask when sending EN_CHANGE notification. riched20: Only WM_CHAR respects text limit. Dan Hipschman (11): widl: Fix alignment comments. widl: Implement pointer descriptions for complex structures. widl: Handle all buffer sizes. widl: Implement complex arrays. widl: Set the pointer description offset to zero if there are no pointers...
2017 Feb 03
0
Wine release 2.1
...mapFrameEncode::SetPalette in PNG encoder. avifil32: AVIFileGetStream should set stream to NULL in case of an error. Erich Hoover (1): maintainers: Volunteer for auto-assigned patch review. Fabian Maurer (2): gdi32: Add traces for painting functions. user32: Don't send WM_CHAR when a menu gets VK_ESCAPE and add tests. François Gouget (4): iphlpapi/tests: Remove an unnecessary NULL cast. include: Add a couple more UI language APIs. wlanapi: Add a trailing '\n' to a TRACE() message. hid/tests: Remove a space before a '\n'. Gerald P...
2008 Dec 05
0
Wine release 1.1.10
...mplify removeDriver() function. winecfg/audio: Properly terminate an empty list of drivers. Konstantin Kondratyuk (1): include: Add new interfaces to mshtml.idl. Lei Zhang (5): advapi32: Allow opening HKEY_CLASSES_ROOT subkeys with backslash prefix on NT. comctl32: Process WM_CHAR instead of WM_KEYDOWN for numbers in datetime. comctl32: Do ascii to integer conversion only once. comctl32: Better day of the month input checking in datetime. msi: Set DllVersion registry key for CLSID_IMsiServerMessage. Maarten Lankhorst (20): includes: Add win64 calling...
2010 Dec 10
0
Wine release 1.3.9
...ning on PowerPC. d3d8/d3d9: Fix compiler warnings on non x86/x86_64. Austin Lund (4): user32/tests: Fix test failures by disabling IME when testing unicode input. shell32/tests: Fixed SHPathPrepareForWriteW tests on Asian platforms. user32/tests: Close second window in DBCS WM_CHAR tests. user32/tests: Disable IME for msg tests. Daniel Zimmermann (1): wtsapi32: Add some stubs. Eric Pouech (3): kernel32: Control characters should be returned while reading a line from console. kernel32: Properly manage ctrl-Z (and ctrl-D) in ReadFile when dealing with...
2008 Apr 04
0
Wine release 0.9.59
...comdlg32: Avoid double free in PRINTDLG_PaperSizeA/W. msxml3: Fix compiles for systems without libxml2. user32: Tweak how the edit control handles WM_GETDLGCODE. user32: Make an edit test more readable. user32: Add more dialog with edit control tests. user32: Handle WM_CHAR messages better in edit controls. user32: Add more DrawText tests. user32: Add more edit dialog tests. user32: Dialog should ignore WM_KEYDOWN messages if it gets DLGC_WANTCHARS. user32: Correctly handle VK_RETURN for edit controls with ES_WANTRETURN style. user32: Use...
2008 Dec 20
0
Wine release 1.1.11
...issing capitalization on TxGetScrollBars. richedit: Move implementation of EM_GETTEXTRANGE to its own function. richedit: Move implementation of EM_GETTEXTEX to its own function. richedit: Removed some unnecessary SendMessage calls to itself. richedit: Move implementation of WM_CHAR to its own function. richedit: Fixed ITextHostImpl return values for tests. richedit: Added tests for the formatting rectangle. richedit: Made sure text is offset by formatting rectangle. richedit: Removed redundant editor height variables and calculations. richedit: A...
2009 Jan 30
0
Wine release 1.1.14
...Set the margins groupbox title to reflect whether we are using metric or imperial measurements. comdlg32: Display the fractional part of the margins. comdlg32: We need to be able to type the decimal separator into the margin edit controls so ES_NUMBER is no use. Subclass them and filter WM_CHAR instead. comdlg32: Give update_margin_edits the ability to update just one edit control if required. comdlg32: Fix parsing of the margin edit controls. comdlg32: Switch to using a locale dependent decimal separator. comdlg32: Let pagesetup_update_papersize take care of lands...
2009 Jan 16
0
Wine release 1.1.13
...message. richedit: Added tests to show that options are stored internally. richedit: Added tests for autoscrolling options based on WS_V/HSCROLL. richedit: Tested EM_CHARFROMPOS with position outside of control. richedit: Pressing enter adds newline on WM_KEYDOWN rather than WM_CHAR. richedit: Set bEmulateVersion10 initially to avoid retroactive changes. richedit: Prevent an unsigned integer underflow. richedit: Store mouse captured state rather than calling GetCapture. richedit: Added tests for zooming. richedit: Zoom in and out with mouse wheel...