2000-05-30 |
Chris Morgan | Removed all direct calls to MONTHCAL_Refresh() and... |
tree | commitdiff |
2000-05-30 |
Lionel Ulmer | Install the colormap only if it was created. |
tree | commitdiff |
2000-05-30 |
Lionel Ulmer | Implemented wglShareLists and wglGetCurrentDC. |
tree | commitdiff |
2000-05-30 |
Dimitrie O. Paun | Moved DISPDIB out of the kernel into GDI. |
tree | commitdiff |
2000-05-29 |
Alexandre Julliard | Exec a separate wine binary for every win32 process... |
tree | commitdiff |
2000-05-26 |
Peter Hunnisett | Started local name server framework. |
tree | commitdiff |
2000-05-26 |
Huw D M Davies | Add PrintSetup dialog and support for hooks and templates. |
tree | commitdiff |
2000-05-26 |
Alexandre Julliard | Francois Methot (Macadamian) |
tree | commitdiff |
2000-05-25 |
Huw D M Davies | Move winspool to unicode. |
tree | commitdiff |
2000-05-25 |
Aric Stewart | Reworked the thumb drawing code, thumb calculation... |
tree | commitdiff |
2000-05-25 |
Chris Morgan | Use clipping regions to reduce the amount of processing... |
tree | commitdiff |
2000-05-25 |
Gerard Patel | Fixes crash when calling Treeview_EndEditLabelNow and... |
tree | commitdiff |
2000-05-24 |
Susan Farley | Defer to standard scrolling APIs for non-flatSB specifi... |
tree | commitdiff |
2000-05-24 |
Aric Stewart | Added handling for TVS_SINGLEEXPAND. |
tree | commitdiff |
2000-05-24 |
Aric Stewart | Corrected the problem where a tab control marked multil... |
tree | commitdiff |
2000-05-24 |
Martin Fuchs | Inserted a missing call to SetWindowPos(). With this... |
tree | commitdiff |
2000-05-23 |
Patrik Stridvall | Fixed issues found by winapi_check. |
tree | commitdiff |
2000-05-23 |
Alexandre Julliard | Abey George (of Macadamian/Corel) |
tree | commitdiff |
2000-05-23 |
Gerald Pfeifer | Fix a mismatch between format string and parameter. |
tree | commitdiff |
2000-05-23 |
Susan Farley | SetBuddy no longer overwrites its superclass' WndProc... |
tree | commitdiff |
2000-05-23 |
Lionel Ulmer | - fixed the OpenGL32 spec file (and the make_opengl_spe... |
tree | commitdiff |
2000-05-23 |
Ove Kaaven | Made WINE_DirectDraw a decorationless popup window... |
tree | commitdiff |
2000-05-23 |
Chris Morgan | Fixed tooltips. |
tree | commitdiff |
2000-05-23 |
Chris Morgan | Reduce toolbar redrawing and flicker by calling RedrawW... |
tree | commitdiff |
2000-05-23 |
Aric Stewart | Corrected a problem of when oldHit is negative and... |
tree | commitdiff |
2000-05-23 |
Lionel Ulmer | Remove the PRIMARYSURFACE attribute from back buffers. |
tree | commitdiff |
2000-05-23 |
Aric Stewart | If a listview is created with LVS_NOCOLUMNEHEADER then... |
tree | commitdiff |
2000-05-23 |
Gerard Patel | Remove the direct call into core (DIALOG_DoDialogBox). |
tree | commitdiff |
2000-05-23 |
Lionel Ulmer | Initialize the back-buffer with the correct VTable. |
tree | commitdiff |
2000-05-23 |
Lionel Ulmer | - added option to get double-buffered desktop |
tree | commitdiff |
2000-05-23 |
Peter Hunnisett | - Small fixes/updates |
tree | commitdiff |
2000-05-19 |
Chris Morgan | Update nItemWidth in LISTVIEW_SetItem() if LVS_LIST... |
tree | commitdiff |
2000-05-19 |
Uwe Bonnes | StgOpenStorage16: correct arguments to the CreateFile... |
tree | commitdiff |
2000-05-19 |
Francois Gouget | Replace the calls to malloc by calls to HeapAlloc and... |
tree | commitdiff |
2000-05-19 |
Aric Stewart | Fixes the line of garbage at the bottom of images and... |
tree | commitdiff |
2000-05-19 |
Dimitrie O. Paun | Moved if1632/ole2{conv,prox,thk}.spec into dlls/ole32. |
tree | commitdiff |
2000-05-18 |
Patrik Stridvall | GetRelAbs for some reason takes 2 parameters, even... |
tree | commitdiff |
2000-05-18 |
Patrik Stridvall | Fixed issues found by winapi_check. |
tree | commitdiff |
2000-05-18 |
Francois Gouget | Convert C++ comments to regular C comments. |
tree | commitdiff |
2000-05-18 |
Ove Kaaven | Made IDirectDrawSurface::SetPalette set the surface... |
tree | commitdiff |
2000-05-18 |
Ove Kaaven | Initialize an identity mapping in CreatePalette if... |
tree | commitdiff |
2000-05-15 |
Alexandre Julliard | Make sure all Wine processes share the same X display. |
tree | commitdiff |
2000-05-15 |
Ove Kaaven | Use unsigned int instead of unsigned short in DirectDraw |
tree | commitdiff |
2000-05-14 |
David Black | Implemented TVM_EDITLABELA, plus some improvements... |
tree | commitdiff |
2000-05-14 |
Andreas Mohr | More verbose errors. |
tree | commitdiff |
2000-05-14 |
Dimitrie O. Paun | Moved DDEML into dlls/user. |
tree | commitdiff |
2000-05-14 |
Alexandre Julliard | Added support for registry values larger than the serve... |
tree | commitdiff |
2000-05-14 |
Ove Kaaven | Improved DIBSection support for IDirectDrawSurface... |
tree | commitdiff |
2000-05-14 |
Lionel Ulmer | - set debug messages after a TRACE_ON test |
tree | commitdiff |
2000-05-13 |
Peter Hunnisett | - Added ability to create 3D3 interfaces for Xlib |
tree | commitdiff |
2000-05-12 |
Lionel Ulmer | Added support for OpenGL. |
tree | commitdiff |
2000-05-12 |
Eric Pouech | Fixed absolute path to pidl generation. |
tree | commitdiff |
2000-05-11 |
Alexandre Julliard | Fixed buffer overflow. |
tree | commitdiff |
2000-05-11 |
Patrik Stridvall | Fixed some debug messages. |
tree | commitdiff |
2000-05-11 |
Patrik Stridvall | Fixed issues found by winapi_check. |
tree | commitdiff |
2000-05-11 |
Eric Pouech | Fixed division by zero. |
tree | commitdiff |
2000-05-11 |
Eric Pouech | Fixed some quirks (range is 32 bit, page up/dn mismatch... |
tree | commitdiff |
2000-05-11 |
Ken Thomases | Implemented tab control style TCS_HOTTRACK (tabs are... |
tree | commitdiff |
2000-05-11 |
Aric Stewart | Remove the background from the new image when it is... |
tree | commitdiff |
2000-05-11 |
Alexandre Julliard | Jean-Claude Batista |
tree | commitdiff |
2000-05-11 |
Aric Stewart | Clean up the drawing code after a label update. There... |
tree | commitdiff |
2000-05-11 |
Alexander Frink | Prevent possible NULL pointer access. |
tree | commitdiff |
2000-05-10 |
Aric Stewart | Allow the user to cancel label editing with esc and... |
tree | commitdiff |
2000-05-10 |
Ken Thomases | Restore accidentally undone changes. |
tree | commitdiff |
2000-05-10 |
Aric Stewart | - Wine was not properly reporting back the edited label... |
tree | commitdiff |
2000-05-10 |
Aric Stewart | - Cleaned up some of the drawing code, specifically... |
tree | commitdiff |
2000-05-10 |
Eric Pouech | Make internal buffers size multiple of 4. |
tree | commitdiff |
2000-05-10 |
Alexandre Julliard | Specify the service thread timers in ms instead of us. |
tree | commitdiff |
2000-05-10 |
Gerard Patel | Protect against use of comctl32 private control memory... |
tree | commitdiff |
2000-05-10 |
Aric Stewart | Some programs switch their status bar back and forth... |
tree | commitdiff |
2000-05-09 |
Eric Pouech | Changed WAVEHDR notification heuristic. |
tree | commitdiff |
2000-05-09 |
Aric Stewart | Added the ability to use multiline tab controls to... |
tree | commitdiff |
2000-05-09 |
Marcus Meissner | Number of surface Lock/Unlocks must NOT match, so do... |
tree | commitdiff |
2000-05-09 |
Andreas Mohr | Added some reg temp file clutter check (more than 100... |
tree | commitdiff |
2000-05-07 |
Alexandre Julliard | Jean-Claude Batista |
tree | commitdiff |
2000-05-07 |
Alexandre Julliard | Cleaned up local heap initialisation. |
tree | commitdiff |
2000-05-07 |
Alexandre Julliard | Moved Load/FreeLibrary16 definition to winbase16.h. |
tree | commitdiff |
2000-05-07 |
Dimitrie O. Paun | Separate OLE2NLS out of KERNEL. |
tree | commitdiff |
2000-05-07 |
Gerard Patel | Set the itemID member of the DRAWITEMSTRUCT to the... |
tree | commitdiff |
2000-05-07 |
Dimitrie O. Paun | Small debug channel cleanup. |
tree | commitdiff |
2000-05-07 |
Chris Morgan | Implemented ListView_SetHoverTime(), ListView_GetHoverT... |
tree | commitdiff |
2000-05-05 |
Aric Stewart | Fixed a bug with the processing of HitTest. |
tree | commitdiff |
2000-05-05 |
Huw D M Davies | Fixed DC leak. |
tree | commitdiff |
2000-05-05 |
Sheri Steeves | Worked around some tooltips hide problems by checking... |
tree | commitdiff |
2000-05-03 |
Alexandre Julliard | Fixed typo. |
tree | commitdiff |
2000-05-03 |
Hidenori Takeshima | Added stubs for riched32.dll. |
tree | commitdiff |
2000-05-03 |
Lionel Ulmer | Call XOpenIM on the large stack. |
tree | commitdiff |
2000-05-03 |
Lionel Ulmer | Remove the assertion when there is no source surface. |
tree | commitdiff |
2000-05-03 |
Huw D M Davies | Map StrChrA to strchr. Fix StrChrW arg list. |
tree | commitdiff |
2000-05-03 |
Huw D M Davies | Allow ISequentialStream_Write to work if access mode... |
tree | commitdiff |
2000-05-01 |
Alexandre Julliard | Added DECL_GLOBAL_CONSTRUCTOR macro. |
tree | commitdiff |
2000-05-01 |
Bertho Stultiens | - Implemented a new preprocessor that is (nearly) ANSI... |
tree | commitdiff |
2000-05-01 |
Lionel Ulmer | Added DGA2 driver to DirectDraw. |
tree | commitdiff |
2000-05-01 |
Uwe Bonnes | COMDLG32_DllEntryPoint,COMDLG32_SetCommDlgExtendedError... |
tree | commitdiff |
2000-05-01 |
Gerald Pfeifer | Use <stdlib.h> instead of the deprecated and non-portab... |
tree | commitdiff |
2000-04-29 |
Lionel Ulmer | - added thread-safety protection to XListPixmapFormats |
tree | commitdiff |
2000-04-29 |
Gerald Pfeifer | FreeBSD compile fix. |
tree | commitdiff |
2000-04-29 |
Eric Pouech | Fixed a few compilation warnings. |
tree | commitdiff |
2000-04-29 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-04-29 |
Patrik Stridvall | Fixed issues reported by winapi_check. |
tree | commitdiff |
next |