projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Implement MyFree, MyMalloc and MyRealloc.
[wine]
/
dlls
/
x11drv
/
2005-01-24
Robert North
- Don't post messages on Wine message queue, if tablet...
tree
|
commitdiff
2005-01-24
Robert North
Generate Wintab packets for XInput button up/down events.
tree
|
commitdiff
2005-01-21
Alexandre Julliard
Tweak SetWindowPos flags handling to make a few more...
tree
|
commitdiff
2005-01-21
Alexandre Julliard
Make WIN_SetStyle more thread-safe by specifying the...
tree
|
commitdiff
2005-01-20
Rémi Assailly
Added missing declarations.
tree
|
commitdiff
2005-01-20
Alexandre Julliard
Replace a number of calls to WIN_FindWndPtr by WIN_GetPtr.
tree
|
commitdiff
2005-01-19
Oleh R. Nykyforchyn
Ukrainian codepage 21866 added and respective files...
tree
|
commitdiff
2005-01-17
Alexandre Julliard
Get rid of nonclient.h and of the corresponding exporte...
tree
|
commitdiff
2005-01-17
Alexandre Julliard
Avoid most references to the internals of the WND struc...
tree
|
commitdiff
2005-01-17
Alexandre Julliard
Removed a couple of unnecessary calls to WIN_SuspendWnd...
tree
|
commitdiff
2005-01-17
Alexandre Julliard
Removed unused ForceWindowRaise function.
tree
|
commitdiff
2005-01-14
Jeremy White
Fix X11 event timing so that we correctly correlate...
tree
|
commitdiff
2005-01-11
Alexandre Julliard
Desktop window is repainted on WM_ERASEBKGND, it must...
tree
|
commitdiff
2005-01-11
Alexandre Julliard
Warning fix.
tree
|
commitdiff
2005-01-11
Jacek Caban
Get rid of W->A calls.
tree
|
commitdiff
2005-01-09
Eric Pouech
Removed excessive statement (break after return or...
tree
|
commitdiff
2005-01-04
Ulrich Czekalla
Always clearAllSelections since not clearing CLIPBOARD...
tree
|
commitdiff
2005-01-03
Michael Stefaniuc
Do not check for non NULL pointer before HeapFree'ing...
tree
|
commitdiff
2005-01-03
Dmitry Timoshkov
- Do not print FIXME in X11DRV_GetKeyboardLayout if...
tree
|
commitdiff
2004-12-27
Mike Hearn
Fix Xlib locking in create_desktop.
tree
|
commitdiff
2004-12-23
Michael Stefaniuc
Do not check for non NULL pointer before HeapFree'ing...
tree
|
commitdiff
2004-12-22
Eric Pouech
Fixed bug with unsigned index in decreasing loop.
tree
|
commitdiff
2004-12-20
Jon Griffiths
Remove unneeded headers to reduce unneeded rebuilds.
tree
|
commitdiff
2004-12-17
Rémi Assailly
- removed unused tagPALETTEOBJ and tagWINDOWPOS
tree
|
commitdiff
2004-12-17
Dmitry Timoshkov
Add a mouse input test case, make the test pass under...
tree
|
commitdiff
2004-12-14
Michael Stefaniuc
Missing HeapFree's + 1 LocalFree (found by smatch).
tree
|
commitdiff
2004-12-09
Alexandre Julliard
Added some sanity checks on window dimensions.
tree
|
commitdiff
2004-12-08
Alexandre Julliard
Moved private USER definitions to a new user_private...
tree
|
commitdiff
2004-12-07
Alexandre Julliard
Moved update region handling to the server.
tree
|
commitdiff
2004-12-06
Jean-Michel Dault
Added another Canadian keyboard layout.
tree
|
commitdiff
2004-12-06
Dmitry Timoshkov
ShowWindow activates only a being maximized child windo...
tree
|
commitdiff
2004-11-30
Eric Pouech
Const correctness fixes.
tree
|
commitdiff
2004-11-23
Robert Shearman
When changing from DIB_Status_GdiMod to DIB_Status_GdiM...
tree
|
commitdiff
2004-11-22
Glenn Wurster
Use physDev->textPixel instead of GetTextColor for...
tree
|
commitdiff
2004-11-19
Huw Davies
Fallback to some sensible default values when underlini...
tree
|
commitdiff
2004-11-09
Kevin Koltzau
Change AlphaBlend to use destination dimensions rather...
tree
|
commitdiff
2004-11-08
Walt Ogburn
Turn ISO_Left_Tab back into a tab character if needed.
tree
|
commitdiff
2004-11-02
Michael Kaufmann
- Extended support for BITMAPCOREINFO / BITMAPCOREHEADE...
tree
|
commitdiff
2004-10-27
Kevin Koltzau
Add stretching support to AlphaBlend.
tree
|
commitdiff
2004-10-22
Alexandre Julliard
VK_0-9 and VK_A-Z are not defined in the Windows header...
tree
|
commitdiff
2004-10-21
Robert North
Fix WTInfoA in wintab.c so it can now take lpOutput...
tree
|
commitdiff
2004-10-18
Alexandre Julliard
Authors: Doug Paul <doug@elemental.ath.cx>, Glenn Wurst...
tree
|
commitdiff
2004-10-18
Vincent Béron
Protect some more types which can be redeclared in...
tree
|
commitdiff
2004-10-08
Dmitry Timoshkov
Disable remaining piece of the code which auto assigns...
tree
|
commitdiff
2004-10-05
Dmitry Timoshkov
Add a test case for accelerators, make the test pass...
tree
|
commitdiff
2004-09-29
Dmitry Timoshkov
Ignore FocusOut event if there is no event window.
tree
|
commitdiff
2004-09-27
Michael Kaufmann
- Add as many entries to the color map as specified...
tree
|
commitdiff
2004-09-22
Robert Shearman
GetWindowLong -> GetWindowLongPtr.
tree
|
commitdiff
2004-09-20
Rein Klazes
X11DRV_ScrollDC should not have a WINAPI attribute.
tree
|
commitdiff
2004-09-17
Alexandre Julliard
Don't bother to return partial region data in get_windo...
tree
|
commitdiff
2004-09-16
Huw Davies
When we blit with a monochrome dibsection as the source...
tree
|
commitdiff
2004-09-16
Huw Davies
It's important to keep the original dib colour table...
tree
|
commitdiff
2004-09-15
Dmitry Timoshkov
Remove a stray 'else' left by a previous patch.
tree
|
commitdiff
2004-09-13
Dmitry Timoshkov
Log flags for WM_WINDOWPOSCHANGING/WM_WINDOWPOSCHANGED...
tree
|
commitdiff
2004-09-10
Huw Davies
We want all 1bpp dibsections to have a monochrome bitma...
tree
|
commitdiff
2004-09-09
Alexandre Julliard
Get rid of the WIN_SetRectangles export from user32.
tree
|
commitdiff
2004-09-01
Alexandre Julliard
We still need to look for the top parent that doesn...
tree
|
commitdiff
2004-09-01
Alexandre Julliard
wineclipsrv is no longer used, remove it.
tree
|
commitdiff
2004-08-30
Uwe Bonnes
Spelling fix.
tree
|
commitdiff
2004-08-26
Huw Davies
Deprecate the "Resolution" entry in the config file...
tree
|
commitdiff
2004-08-26
Evan Deaubl
Fix an ERR log in X11DRV_CreateWindow.
tree
|
commitdiff
2004-08-24
Alexandre Julliard
In GetDC use the parent drawable when DCX_PARENTCLIP...
tree
|
commitdiff
2004-08-24
Alexandre Julliard
When possible, use the X window of the requested window...
tree
|
commitdiff
2004-08-18
Robert Shearman
Allow the user to move managed windows by dragging...
tree
|
commitdiff
2004-08-17
Krishna Murthy
Allow resizing windows without thickframe style.
tree
|
commitdiff
2004-08-13
Huw Davies
Sync with dibsection in SetDIBitsToDevice.
tree
|
commitdiff
2004-08-12
Huw Davies
Repect the width of both the src and dst when calculati...
tree
|
commitdiff
2004-08-11
Hans Leidekker
Fix signed/unsigned comparison warnings.
tree
|
commitdiff
2004-08-11
Huw Davies
Don't try to rotate bitmap fonts.
tree
|
commitdiff
2004-08-11
Huw Davies
Ever since win98 pattern brushes have been able to...
tree
|
commitdiff
2004-08-10
Ulrich Czekalla
Avoid holding x11drv lock while calling function that...
tree
|
commitdiff
2004-08-09
Lionel Ulmer
Do not initialize variables before going into the Rende...
tree
|
commitdiff
2004-08-09
Ofir Petruska
Default DesktopDoubleBuffered to true.
tree
|
commitdiff
2004-08-06
Huw Davies
Actually pass the blend function on to the graphics...
tree
|
commitdiff
2004-08-04
Huw Davies
Added top-down dib support to AlphaBlend.
tree
|
commitdiff
2004-08-02
Huw Davies
Implement AlphaBlend using the XRENDER extension.
tree
|
commitdiff
2004-07-22
Huw Davies
Draw underline and strikeout lines in the non-xrender...
tree
|
commitdiff
2004-07-13
Alexandre Julliard
Make x11drv fail to load when it can't open the display...
tree
|
commitdiff
2004-07-12
Marcus Meissner
Replaced lvalue casts / postincrement mixes.
tree
|
commitdiff
2004-07-09
Mike Hearn
Output X11 protocol errors before breaking into debugger.
tree
|
commitdiff
2004-07-08
Ulrich Czekalla
If the selection owner doesn't understand TARGETS,...
tree
|
commitdiff
2004-07-08
Ulrich Czekalla
Handle case when data type is not registered.
tree
|
commitdiff
2004-07-06
Alexandre Julliard
Fixed X11DRV_GetDC for the desktop window.
tree
|
commitdiff
2004-06-29
Alexandre Julliard
Added support for window regions in the server.
tree
|
commitdiff
2004-06-28
Alexandre Julliard
Use X11DRV_GetRegionData to implement X11DRV_SetWindowR...
tree
|
commitdiff
2004-06-25
Dmitry Timoshkov
Add a test case for clipboard functionality and fix...
tree
|
commitdiff
2004-06-24
Robert Shearman
Fix small mistake in the previous visible region patch.
tree
|
commitdiff
2004-06-23
Dmitry Timoshkov
WM_WINDOWPOSCHANGED should always contain a final windo...
tree
|
commitdiff
2004-06-23
Alexandre Julliard
Moved visible region calculation to the server.
tree
|
commitdiff
2004-06-21
Vincent Béron
Replace some more -debugmsg references for WINEDEBUG.
tree
|
commitdiff
2004-06-18
Alexandre Julliard
Only unmap the window when it gets moved off-screen...
tree
|
commitdiff
2004-06-18
Dmitry Timoshkov
ShowWindow shouldn't fix SWP_ flags, it's the job of...
tree
|
commitdiff
2004-06-16
Huw Davies
Remove an incorrect LeaveCriticalSection.
tree
|
commitdiff
2004-06-15
Ulrich Czekalla
ScrollDC should take into account overlapped windows...
tree
|
commitdiff
2004-06-15
Huw Davies
Don't allocate a glyphset until we actually need it.
tree
|
commitdiff
2004-06-14
Dmitry Timoshkov
Do nothing in ShowWindow(SW_SHOW) if a window is alread...
tree
|
commitdiff
2004-06-14
Mike Hearn
Make UseXrandr default to true in the no config file...
tree
|
commitdiff
2004-06-03
Mike Hearn
Ignore attempts to hide an already invisible window...
tree
|
commitdiff
2004-05-28
Mike Hearn
Default to 96dpi when not specified in the config file.
tree
|
commitdiff
2004-05-27
Troy Rollo
Make underlining of fonts drawn at an angle follow...
tree
|
commitdiff
next