projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
user32/tests: Added GetMenuBarInfo tests.
[wine]
/
dlls
/
user32
/
tests
/
edit.c
2012-05-16
Piotr Caban
user32/tests: Added GetMenuBarInfo tests.
blob
|
commitdiff
|
raw
2012-01-17
Alexandre Julliard
user32: Fix some printf format warnings.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-21
Michael Stefaniuc
user32/tests: Drop superfluous function pointer casts.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-09
Francois Gouget
user32/tests: Add a trailing '\n' to an ok() call.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-08
Bruno Jesus
user32/tests: Add SetCaretPos/GetCaretPos tests.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-28
Austin English
user32/tests: Remove win9x hacks.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-25
Marcus Meissner
user32: Fixed some more side effect functions in assert...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-24
Greg Geldorp
user32/tests: Fix edit tests.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-04
Gerald Pfeifer
user32/tests: Remove variable old_left_margin which...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-03
Paul Vriens
user32/tests: Run the tests again on Win95.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-25
Vincent Povirk
user32: Focus editboxes when the context menu is opened.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-03
David Hedberg
user32: Fix case where EM_SCROLL with page down results...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-03
David Hedberg
user32: Fix return value of EDIT_EM_Scroll.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-25
Jason Edmeades
user32/tests: Combo should preselect all text on first...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-28
Michael Stefaniuc
user32/tests: Remove some explicit LPARAM/WPARAM casts.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-21
Michael Stefaniuc
user32/tests: Don't cast NULL to an integer type.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-16
Ilya Shpigor
user32: Destroy EDITSTATE structure in the WM_NCDESTROY...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-01
Sergey Khodych
user32/tests: Fix a typo.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-26
Sergey Khodych
user32: edit: Improve handling of WM_KEYDOWN VK_RETURN...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-26
Sergey Khodych
user32: edit: Improve handling of WM_KEYDOWN VK_TAB...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-26
Sergey Khodych
user32: edit: Improve handling of WM_KEYDOWN VK_ESCAPE...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-26
Sergey Khodych
user32: edit: Use a dialog mode after receiving WM_GETD...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-04
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-01
Rein Klazes
user32/tests: Fix a test in edit.c that was not testing...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-22
Michael Stefaniuc
user32/tests: Don't use the long type.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-13
Michael Stefaniuc
user32/tests: Do not cast the (IDC|IDI|RT)_* defines...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-12
Francois Gouget
user32/tests: Make some functions static.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-20
Alexandre Julliard
user32/tests: Fix the edit margins tests on Win9x.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-15
Aric Stewart
user32: Make sure our vertical line count is at least...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-25
Erik de Castro Lopo
user32/tests: Use SetWindowLongPtr instead of SetWindow...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-24
Lei Zhang
user32: Handle VK_RETURN WM_KEYDOWN events better in...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-24
Lei Zhang
user32: Add a test for sending WM_KEYDOWN to a child...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-09
Lei Zhang
user32: Add edit control check to see if its in a dialo...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-09
Lei Zhang
user32: Add edit control check to see if its in a dialo...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-08
Lei Zhang
user32: Handle VK_ESCAPE correctly in EDIT_WM_KeyDown.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-08
Lei Zhang
user32: Handle ES_MULTILINE correctly for WM_KEYDOWN...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-08
Lei Zhang
user32: Fix WM_CHAR return value for edit controls.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-08
Lei Zhang
user32: Add tests for edit controls and VK_TAB.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-08
Lei Zhang
user32: Add tests for edit controls and VK_RETURN.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-08
Lei Zhang
user32: Add more tests for single line edit control...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-08
Lei Zhang
user32: Add more tests for ES_WANTRETURN.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-03
Lei Zhang
user32: Correctly handle VK_RETURN for edit controls...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-03
Lei Zhang
user32: Dialog should ignore WM_KEYDOWN messages if...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-03
Lei Zhang
user32: Add more edit dialog tests.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-28
Lei Zhang
user32: Handle WM_CHAR messages better in edit controls.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-28
Lei Zhang
user32: Add more dialog with edit control tests.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-28
Lei Zhang
user32: Make an edit test more readable.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-26
Lei Zhang
user32: Tweak how the edit control handles WM_GETDLGCODE.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-25
Reece H. Dunn
user32: Make the edit tests pass on Vista.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-18
Alex Villacís Lasso
user32: Tests for fix EM_SETLIMITTEXT with zeroed args.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-13
Lei Zhang
user32: Edit control should respond to ctrl + z.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-15
Alexandre Julliard
user32/tests: Avoid strlen in trace.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-15
Lei Zhang
user32: Remove a unused variable from ES_PASSWORD test.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-14
Lei Zhang
user32: Improve cut/copy/paste behavior of password...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-11
Marcus Meissner
made functions and variables static in some testcases.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-16
Alexandre Julliard
user32: Renamed the user/ directory to user32.
blob
|
commitdiff
|
raw
|
diff to current