projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
server: Store the opening options in the file descriptor instead of in the individual...
[wine]
/
dlls
/
imm32
/
imm.c
2007-03-29
Aric Stewart
imm32: Change the default IME window to better reflect...
blob
|
commitdiff
|
raw
2007-02-27
Dmitry Timoshkov
imm32: Simplify ImmInternalSendIMENotify.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-26
Aric Stewart
imm32: Properly send WM_IME_NOTIFY using SendMessage.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-23
Aric Stewart
imm32: Corrections to the message ordering for IME...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-23
Aric Stewart
imm32: Implement GSC_RESULTCLAUSE.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-21
Aric Stewart
imm32: Implement stubs for ImmGetImeMenuItemsA and...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-08
Patrik Stridvall
imm32: Only unregister the IME class if it was registered.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-08
Byeong-Sik Jeon
imm32: Send the WM_IME_CHAR message, although ResultStr...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-20
Alexandre Julliard
Avoid usage of sizeof in traces that causes warnings...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-14
Michael Stefaniuc
imm32: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-19
Mike McCormack
imm32: Fix some return codes.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-04
Mike McCormack
imm32: Remove FIXME messages from some implemented...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-02
Mike McCormack
Change a FIXME message to a comment.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-12
Alexandre Julliard
Fixed some traces to use the right printf format and...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-06
Alexandre Julliard
Renamed ttydrv and x11drv to winetty.drv and winex11...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-24
Jakob Eriksson
Get rid of HeapAlloc casts.
blob
|
commitdiff
|
raw
|
diff to current
2004-12-23
Michael Stefaniuc
Do not check for non NULL pointer before HeapFree'ing...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-08
Alexandre Julliard
Revert previous change since it causes a crash in deskt...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-06
Ivan Leo Puoti
Register the IME class when imm32.dll is loaded.
blob
|
commitdiff
|
raw
|
diff to current
2004-11-30
Eric Pouech
Const correctness fixes.
blob
|
commitdiff
|
raw
|
diff to current
2004-10-04
Mike McCormack
Prevent crash using CJK locale but no input method.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-08
Hans Leidekker
Fix signed/unsigned comparison warnings.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-30
Uwe Bonnes
HeapAlloc for WSTR must allocate len* sizeof(WCHARS).
blob
|
commitdiff
|
raw
|
diff to current
2004-03-04
Jesse Allen
Added ImmAssociateContextEx stub.
blob
|
commitdiff
|
raw
|
diff to current
2004-03-02
Francois Gouget
Assorted spelling and case fixes.
blob
|
commitdiff
|
raw
|
diff to current
2004-02-27
Patrik Stridvall
Fixed some issues found by winapi_check.
blob
|
commitdiff
|
raw
|
diff to current
2004-02-03
Ken Belleau
Added stub for ImmDisableIME.
blob
|
commitdiff
|
raw
|
diff to current
2004-01-21
Aric Stewart
Use X11 XIM callbacks to enable full IME support.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-29
Francois Gouget
Some spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-08
Francois Gouget
Fix the case of product and company names.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-02
Francois Gouget
Remove some unnecessary casts when assigning NULL to...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-30
Dmitry Timoshkov
For all DLLs with defined DllMain and which do not...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-15
Raphael Junqueira
Fix a null pointer crash in ImmGetOpenStatus.
blob
|
commitdiff
|
raw
|
diff to current
2003-05-13
Aric Stewart
Implemented a number of IMM functions.
blob
|
commitdiff
|
raw
|
diff to current
2003-03-24
Tony Lambregts
Get rid of W->A calls.
blob
|
commitdiff
|
raw
|
diff to current
2002-12-02
Francois Gouget
Removed unnecessary HANDLE typecasts.
blob
|
commitdiff
|
raw
|
diff to current
2002-10-22
Michael Stefaniuc
Compile the imm32 dll with STRICT defined.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-31
Vincent Béron
Removed trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-24
James Juran
Add missing \n to output messages.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-02
Alexandre Julliard
Removed a bunch of multimedia code at Hidenori's request.
blob
|
commitdiff
|
raw
|
diff to current
2002-04-29
Hidenori Takeshima
Removed some code because of MS EULA concerns.
blob
|
commitdiff
|
raw
|
diff to current
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-29
Eric Kohl
Added ImmDisableIME stub.
blob
|
commitdiff
|
raw
|
diff to current
2001-05-18
James Juran
Make sure we set dwOSVersionInfoSize before calling...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-09
Francois Gouget
Add '\n' at the end of traces.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-18
Hidenori Takeshima
Implemented keyboard layout and context - far from...
blob
|
commitdiff
|
raw
|
diff to current
2000-12-16
Hidenori Takeshima
Implemented some APIs and IME class - far from complete.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-15
Hidenori Takeshima
Implemented some DDK APIs - far from complete.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-02
Hidenori Takeshima
Added some stubs.
blob
|
commitdiff
|
raw
|
diff to current
2000-08-14
Alexandre Julliard
Replaced VERSION_* calls by exported API equivalents.
blob
|
commitdiff
|
raw
|
diff to current
2000-03-28
Patrik Stridvall
Added/fixed some documentation reported by winapi_check.
blob
|
commitdiff
|
raw
|
diff to current
2000-02-29
Niels Kristian Bec...
Removed superfluous #include statements for header...
blob
|
commitdiff
|
raw
|
diff to current
2000-02-10
Jeremy White
Removed #include of wingdi.h and windef.h from winuser...
blob
|
commitdiff
|
raw
|
diff to current
1999-08-04
Ulrich Weigand
Moved various DLLs to dlls/
blob
|
commitdiff
|
raw
|
diff to current