projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Added InitializeCriticalSectionAndSpinCount prototype.
[wine]
/
windows
/
2001-01-03
François Gouget
Convert HDESK to STRICT.
tree
|
commitdiff
2001-01-02
Ove Kaaven
Turn on detectable autorepeat if the X Keyboard Extensi...
tree
|
commitdiff
2001-01-02
François Gouget
Moved HDROP to shellapi.h.
tree
|
commitdiff
2000-12-29
Dmitry Timoshkov
"Implement" GetKBCodePage and GetKBCodePage16.
tree
|
commitdiff
2000-12-27
Ulrich Weigand
Added check whether unaligned memory access is allowed.
tree
|
commitdiff
2000-12-27
Ove Kaaven
Use the X state instead of the VK key state to check...
tree
|
commitdiff
2000-12-24
Francois Gouget
Updated the look of dots and dashes to match the Win32...
tree
|
commitdiff
2000-12-24
Guy L. Albertelli
Fixed loop test for negative value.
tree
|
commitdiff
2000-12-22
Gerard Patel
Cancel a few changes to get back basic text clipboard...
tree
|
commitdiff
2000-12-22
Eric Pouech
Replaced calls to KERNEL.Yield16 by calls to KERNEL32...
tree
|
commitdiff
2000-12-22
Joerg Mayer
Warn when FindWindow needs to check other processes...
tree
|
commitdiff
2000-12-22
Patrik Stridvall
Various documentation fixes.
tree
|
commitdiff
2000-12-22
Alexandre Julliard
Removed the dummy mouse event in SetWindowPos.
tree
|
commitdiff
2000-12-22
Alexandre Julliard
Replaced WIN16_GlobalLock16 by "official" function...
tree
|
commitdiff
2000-12-21
Eric Pouech
Cleaned up the code a bit.
tree
|
commitdiff
2000-12-20
Guy L. Albertelli
- print out WM_NOTIFY message code if we know it.
tree
|
commitdiff
2000-12-19
François Gouget
winuser.h now requires that we include winbase.h first.
tree
|
commitdiff
2000-12-18
Gerard Patel
Allow for the dialog font size to be set directly in...
tree
|
commitdiff
2000-12-18
Gerard Patel
WM_GETMINMAXINFO track min size should be used in SetWi...
tree
|
commitdiff
2000-12-16
Alexandre Julliard
Avoid a couple of dependencies on input.c internal...
tree
|
commitdiff
2000-12-15
Gerard Patel
Don't return last active popup if it is pointing to...
tree
|
commitdiff
2000-12-13
Alexandre Julliard
Removed some unnecessary includes.
tree
|
commitdiff
2000-12-13
Alexandre Julliard
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
tree
|
commitdiff
2000-12-13
Alexandre Julliard
Fixed some warnings.
tree
|
commitdiff
2000-12-13
Eric Pouech
Split driver functions into USER (16 bit part) and...
tree
|
commitdiff
2000-12-12
Alexandre Julliard
Changed LoadImage16 to take an LPCSTR instead of a...
tree
|
commitdiff
2000-12-11
Alexandre Julliard
Moved all Wine internal definitions out of process.h.
tree
|
commitdiff
2000-12-11
Dmitry Timoshkov
Add CF_UNICODETEXT as primary text clipboard format.
tree
|
commitdiff
2000-12-10
Alexandre Julliard
Moved most builtin controls structures into their respe...
tree
|
commitdiff
2000-12-09
Andreas Mohr
- README update
tree
|
commitdiff
2000-12-07
Hidenori Takeshima
Added handlers for some IME messages in DefWindowProc.
tree
|
commitdiff
2000-12-07
Alexandre Julliard
Removed dependencies on the internals of the CLASS...
tree
|
commitdiff
2000-12-07
Alexandre Julliard
Removed calls to WIDGETS_IsControl.
tree
|
commitdiff
2000-12-06
Ove Kaaven
Use SendNotifyMessage() for WM_SYNCPAINT.
tree
|
commitdiff
2000-12-05
Dmitry Timoshkov
Removed the code duplication.
tree
|
commitdiff
2000-12-05
Rein Klazes
Don't forget to map the message in WINPROC_MapMsg16To32W().
tree
|
commitdiff
2000-12-05
Ken Coleman
Added a first-cut version of MapVirtualKeyExW() that...
tree
|
commitdiff
2000-12-03
Alexandre Julliard
Fixed WINPROC_GetPtr() to always pass the start of...
tree
|
commitdiff
2000-12-02
Dmitry Timoshkov
Added several additional to/from unicode message mappings.
tree
|
commitdiff
2000-12-02
Dimitrie O. Paun
Include config.h.
tree
|
commitdiff
2000-12-02
Louis Philippe Gagnon
- Take the mouse capture on a WM_NCRBUTTONDOWN on the...
tree
|
commitdiff
2000-12-01
Patrik Stridvall
Added/modified documentation for function arguments.
tree
|
commitdiff
2000-12-01
Alexandre Julliard
Removed some unnecessary includes.
tree
|
commitdiff
2000-12-01
Marcus Meissner
Added the KDE 2 beta and final method of specifying...
tree
|
commitdiff
2000-11-30
Alexandre Julliard
Check for NULL handle before calling HeapValidate.
tree
|
commitdiff
2000-11-30
Alexandre Julliard
Always initialize msg16 and wparam16 in WINPROC_MapMsg3...
tree
|
commitdiff
2000-11-29
Alexandre Julliard
Renamed CallTo16* functions to wine_call_to_16* and...
tree
|
commitdiff
2000-11-29
Andreas Mohr
WM_SETTEXT should return TRUE on success.
tree
|
commitdiff
2000-11-28
Aric Stewart
We were returning characters for various CTRL + Symbol...
tree
|
commitdiff
2000-11-28
Dmitry Timoshkov
Slightly rearrange WIN16/WIN32A/WIN32 window creation.
tree
|
commitdiff
2000-11-28
Alexandre Julliard
Got rid of the Wine internal lstrcpy* functions and...
tree
|
commitdiff
2000-11-27
Dimitrie O. Paun
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
tree
|
commitdiff
2000-11-27
Alexandre Julliard
Fixed a few dependencies on 16-bit or internal function...
tree
|
commitdiff
2000-11-27
Alexandre Julliard
Changed GetProcAddress16 and 16-bit resource functions...
tree
|
commitdiff
2000-11-26
Dimitrie O. Paun
Make sure all files using config.h constants actually...
tree
|
commitdiff
2000-11-25
Ove Kaaven
Check whether senderQ is NULL before trying to lock it.
tree
|
commitdiff
2000-11-25
Patrik Stridvall
Fixed some issues found by winapi_check.
tree
|
commitdiff
2000-11-25
Dmitry Timoshkov
Fixed ToUnicode TRACE message.
tree
|
commitdiff
2000-11-25
Dmitry Timoshkov
Add support for national characters as accelerators...
tree
|
commitdiff
2000-11-25
Dmitry Timoshkov
Always generate unicode CHAR messages.
tree
|
commitdiff
2000-11-25
Andreas Mohr
Cosmetics.
tree
|
commitdiff
2000-11-25
Ulrich Czekalla
Allow for zero-length string selections.
tree
|
commitdiff
2000-11-25
Ove Kaaven
Implemented SendNotifyMessage().
tree
|
commitdiff
2000-11-15
Alexandre Julliard
Moved standard syslevel APIs declaration to winbase.h.
tree
|
commitdiff
2000-11-15
Dmitry Timoshkov
Added mapping to/from unicode for WM_CHAR, WM_DEADCHAR...
tree
|
commitdiff
2000-11-15
Francois Gouget
SM_ARRANGE is ARW_HIDE, i.e. 8
tree
|
commitdiff
2000-11-13
Alexandre Julliard
Export the CallFrom16xxx functions from kernel32. Renam...
tree
|
commitdiff
2000-11-11
Nerijus Baliunas
Add new encodings ISO 8859-10 (cp28600), 8859-13 (cp286...
tree
|
commitdiff
2000-11-08
Aric Stewart
ToUnicode: ignore CTRL+number keystrokes.
tree
|
commitdiff
2000-11-05
Dmitry Timoshkov
Added the ability to see names of the virtual key codes.
tree
|
commitdiff
2000-11-05
Francois Gouget
Added comment explaining why we have an ERR rather...
tree
|
commitdiff
2000-11-05
James Abbatiello
Cleanup SystemParametersInfo<16|A|W>.
tree
|
commitdiff
2000-11-05
James Abbatiello
Fix test for pending message in QUEUE_ReceiveMessage().
tree
|
commitdiff
2000-11-05
Alexandre Julliard
Allocate DC objects on the process heap, and removed...
tree
|
commitdiff
2000-11-02
Alexandre Julliard
Authors: Gerard Patel <g.patel@wanadoo.fr>, Marcus...
tree
|
commitdiff
2000-11-01
Marcus Meissner
DrawIconEx: when flags=0 use flags=DI_NORMAL instead.
tree
|
commitdiff
2000-11-01
Alexandre Julliard
Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
tree
|
commitdiff
2000-11-01
Gabriel Garcia
Added Latin American layout.
tree
|
commitdiff
2000-10-31
Francois Gouget
Fixed the value of some system colors.
tree
|
commitdiff
2000-10-31
Peter Ivanyi
Added/upgraded Slovak messages, and Slovak and Czech...
tree
|
commitdiff
2000-10-31
Dmitry Timoshkov
Display an ERR on errors while initializing USER.
tree
|
commitdiff
2000-10-29
David Elliott
Added basic working stubs of new Windows 2000 API funct...
tree
|
commitdiff
2000-10-29
Alexandre Julliard
Use GetStockObject() instead of the magic STOCK_* handles.
tree
|
commitdiff
2000-10-29
Marcus Meissner
Report errors on WinHelp() failures.
tree
|
commitdiff
2000-10-26
Alexandre Julliard
Removed unused STRUCT32_NCCALCSIZE functions.
tree
|
commitdiff
2000-10-26
Dmitry Timoshkov
Ask application to reinitialize its menu before process...
tree
|
commitdiff
2000-10-25
Dmitry Timoshkov
Added an another special case handling for Shift+[NumPa...
tree
|
commitdiff
2000-10-25
Dmitry Timoshkov
Replaced ToAscii by ToUnicode in the User driver interface.
tree
|
commitdiff
2000-10-25
Rein Klazes
In SWP_DoNCCalcSize() when determining whether the...
tree
|
commitdiff
2000-10-25
Andreas Mohr
Added SPI_GETWINDOWSEXTENSION.
tree
|
commitdiff
2000-10-23
Louis Philippe Gagnon
- Calculate changes in the client area relative to...
tree
|
commitdiff
2000-10-23
Ulrich Weigand
Fixed painting problems in non-MM_TEXT modes.
tree
|
commitdiff
2000-10-22
Joerg Mayer
Reduce the number of warnings about missing initializers.
tree
|
commitdiff
2000-10-22
Guy L. Albertelli
Added wParam and lParam as parameters in SPY_ExitMessage
tree
|
commitdiff
2000-10-19
Dmitry Timoshkov
Added support for AZERTY keyboard layout.
tree
|
commitdiff
2000-10-19
Ulrich Weigand
Watch out for DefMDIChildProc calls on non-MDI-child...
tree
|
commitdiff
2000-10-17
Dmitry Timoshkov
Added support for keyboard input in various locales.
tree
|
commitdiff
2000-10-15
Dmitry Timoshkov
Fixed behaviour of window's system buttons.
tree
|
commitdiff
2000-10-13
Susan Farley
Status bars on managed windows should not have SIZEGRIP...
tree
|
commitdiff
2000-10-12
Francois Gouget
Added many missing *Pxxx types.
tree
|
commitdiff
next