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 |
2000-09-29 |
Stephane Lussier | Before calling the timer window proc, make sure it... |
tree | commitdiff |
2000-09-29 |
Alexandre Julliard | Moved $(MODULE).o rule out of Make.rules into the indiv... |
tree | commitdiff |
2000-09-27 |
Dmitry Timoshkov | If window was not resized and not moved, repaint only... |
tree | commitdiff |
2000-09-27 |
Stephane Lussier | On reception of a FocusOut event, don't deactivate... |
tree | commitdiff |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
tree | commitdiff |
2000-09-25 |
Alexandre Julliard | Use documented DROPFILES structure instead of internal... |
tree | commitdiff |
2000-09-25 |
Alexandre Julliard | Removed some of the XXX_reg macros now that we are... |
tree | commitdiff |
2000-09-25 |
Alexandre Julliard | Removed inclusion of wine/winestring.h from winbase... |
tree | commitdiff |
2000-09-24 |
Alexandre Julliard | Call WH_GETMESSAGE hook in PeekMessage too (based on... |
tree | commitdiff |
2000-09-24 |
Gerald Pfeifer | Fixed format strings. |
tree | commitdiff |
2000-09-22 |
Andreas Mohr | Make GetTickCount not use the whole Unix epoch (since... |
tree | commitdiff |
2000-09-22 |
Andreas Mohr | Spelling, trace fixes. |
tree | commitdiff |
2000-09-16 |
Alexandre Julliard | Removed a coupld of unused functions in the Callout... |
tree | commitdiff |
2000-09-16 |
Alexandre Julliard | Moved Select/RealizePalette implementation to USER... |
tree | commitdiff |
2000-09-16 |
Andreas Mohr | Added support for non-deletable system brushes and... |
tree | commitdiff |
2000-09-13 |
Ulrich Weigand | Modified CallTo16Register routines to update register... |
tree | commitdiff |
2000-09-13 |
Serge Ivanov | (Merged by Marcus Meissner <marcus@jet.franken.de>) |
tree | commitdiff |
next |