ChangeSet ID: 20010
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/06 06:40:01
Modified files:
dlls/user/tests: edit.c
dlls/user : edit.c
Log message:
Michael Kaufmann <hallo(a)michael-kaufmann.ch>
- Fix text placement.
- Paint the border correctly if its size is bigger than 1 pixel.
- Don't paint text over the border.
- Fix the edit control placement tests: Put the edit box in a parent
window.
- Tidied up the edit control tests.
Patch: http://cvs.winehq.org/patch.py?id=20010
Old revision New revision Changes Path
1.11 1.12 +269 -319 wine/dlls/user/tests/edit.c
1.36 1.37 +44 -26 wine/dlls/user/edit.c
ChangeSet ID: 20004
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/06 06:03:48
Modified files:
dlls/dinput : joystick_linuxinput.c effect_linuxinput.c
Log message:
Daniel Remenak <dtremenak(a)gmail.com>
- Allow the creation of an FF effect while the joystick is not
acquired.
- Failing to download an effect after setting parameters is not a
fatal error.
Patch: http://cvs.winehq.org/patch.py?id=20004
Old revision New revision Changes Path
1.28 1.29 +3 -3 wine/dlls/dinput/joystick_linuxinput.c
1.1 1.2 +7 -7 wine/dlls/dinput/effect_linuxinput.c