projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Ordinal 342 is really named SHInterlockedCompareExchange.
[wine]
/
dlls
/
x11drv
/
2002-03-12
Jukka Heinonen
Added option SW_FORCEMINIMIZE to ShowWindow.
tree
|
commitdiff
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
tree
|
commitdiff
2002-02-26
Lionel Ulmer
Fix crash in the X11 HAL when setting a NULL palette...
tree
|
commitdiff
2002-02-05
Rein Klazes
In X11DRV_ScrollDC only move pixels that are within...
tree
|
commitdiff
2002-01-29
Huw D M Davies
Uses Xrender extension to allow client side font rendering.
tree
|
commitdiff
2002-01-29
Patrik Stridvall
Avoid wildcards in .cvsignore.
tree
|
commitdiff
2002-01-21
Ove Kaaven
Added support for MWM hints.
tree
|
commitdiff
2002-01-09
Rein Klazes
Move calling of CBT hooks from WIN_CreateWindowEx(...
tree
|
commitdiff
2002-01-04
Alexandre Julliard
Removed LoadOEMResource from USER driver.
tree
|
commitdiff
2001-12-26
Duane Clark
Added color cursor support.
tree
|
commitdiff
2001-12-17
Paul Rupe
Prevent "window belongs to another process" errors...
tree
|
commitdiff
2001-11-30
Andriy Palamarchuk
Removed Get/SetScreenSaveTimeout user driver functions...
tree
|
commitdiff
2001-11-30
Glenn Schrader
Use gdi_display everywhere to avoid BadColor errors.
tree
|
commitdiff
2001-11-23
Eric Pouech
New console code based on Win32 windows.
tree
|
commitdiff
2001-11-20
Andriy Palamarchuk
Implemented processing for actions SPI_GET/SETSCREENSAV...
tree
|
commitdiff
2001-11-20
Patrik Stridvall
Fixed some issues found by winapi_check.
tree
|
commitdiff
2001-11-19
Andreas Mohr
- fix wrong hexadecimal GetLastError() output
tree
|
commitdiff
2001-11-13
Gerard Patel
Fix the server paint count in SetWindowPos.
tree
|
commitdiff
2001-11-07
Gerard Patel
Repaired child window activation broken by previous...
tree
|
commitdiff
2001-11-06
Alexandre Julliard
Window activation cleanups.
tree
|
commitdiff
2001-11-06
François Gouget
Fix the #include order for config.h.
tree
|
commitdiff
2001-10-22
Alexandre Julliard
Store in the server all the window information accessib...
tree
|
commitdiff
2001-10-21
Andrew Lewycky
XFree86 4.1 gamma ramp support.
tree
|
commitdiff
2001-10-18
Alexandre Julliard
Changed X11 mouse driver to use SendInput, and removed...
tree
|
commitdiff
2001-10-16
Alexandre Julliard
Added internal Wine messages to perform SetWindowPos...
tree
|
commitdiff
2001-10-15
Alexandre Julliard
Renamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
tree
|
commitdiff
2001-10-11
Alexandre Julliard
Removed next and child fields in the window structure...
tree
|
commitdiff
2001-10-10
Alexandre Julliard
Store window parent as an HWND instead of a pointer.
tree
|
commitdiff
2001-10-03
Gerard Patel
Map a window if it is shown by a direct style change.
tree
|
commitdiff
2001-10-02
Ilya Konstantinov
Added a _NET_WM_NAME(UTF8_STRING) property to every...
tree
|
commitdiff
2001-09-21
Alexandre Julliard
Ignore ConfigueNotify size changes while the window...
tree
|
commitdiff
2001-09-19
Alexandre Julliard
Made all 16<->32 HWND conversions use explicit function...
tree
|
commitdiff
2001-09-14
Alexandre Julliard
Make sure that HWND comparisons are always done with...
tree
|
commitdiff
2001-09-14
Francois Gouget
Check for htotal=vtotal=0 (for xfree 4 vesa driver).
tree
|
commitdiff
2001-09-11
Patrik Stridvall
Cleanup code that is strange or difficult to parse.
tree
|
commitdiff
2001-09-10
Alexandre Julliard
Ignore size change on ConfigureNotify if window rect...
tree
|
commitdiff
2001-09-10
Francois Gouget
Added an option to disable XVidMode support.
tree
|
commitdiff
2001-08-28
Alexandre Julliard
Added global management of user handles in the server.
tree
|
commitdiff
2001-08-27
Jukka Heinonen
GrabPointer uses now SetWindowLong to change window...
tree
|
commitdiff
2001-08-24
Alexandre Julliard
Added WIN_ListParents function and renamed WIN_BuildWin...
tree
|
commitdiff
2001-08-24
Alexandre Julliard
Implemented GetAncestor and removed WIN_GetTopParent.
tree
|
commitdiff
2001-08-22
Dmitry Timoshkov
Fixed an incorrect (harmless) memory allocation.
tree
|
commitdiff
2001-08-21
Alexandre Julliard
Removed WIN_GetDesktop().
tree
|
commitdiff
2001-08-18
Alexandre Julliard
Removed a number of direct accesses to the window struc...
tree
|
commitdiff
2001-08-16
Alexandre Julliard
Added names to standard critical sections (suggested...
tree
|
commitdiff
2001-08-10
Alexandre Julliard
Removed a number of direct accesses to the WND structur...
tree
|
commitdiff
2001-08-09
Patrik Stridvall
Documentation fixes.
tree
|
commitdiff
2001-08-09
Alexandre Julliard
Added Interlocked*Pointer functions.
tree
|
commitdiff
2001-08-06
Jukka Heinonen
XGrabPointer is now called from the correct thread...
tree
|
commitdiff
2001-08-06
Alexandre Julliard
Replaced MSG_InternalGetMessage calls by equivalent...
tree
|
commitdiff
2001-07-31
Alexandre Julliard
Fixed desktop window structure initialization.
tree
|
commitdiff
2001-07-29
Alexandre Julliard
Rewrote Escape to avoid calling down to Escape16.
tree
|
commitdiff
2001-07-28
Alexandre Julliard
Added GetDeviceCaps to the DC driver interface. Removed...
tree
|
commitdiff
2001-07-27
Alexandre Julliard
Build the DC function table by using GetProcAddress...
tree
|
commitdiff
2001-07-26
Alexandre Julliard
Avoid using GetFastQueue16 from USER.
tree
|
commitdiff
2001-07-23
Alexandre Julliard
Removed some unnecessary includes.
tree
|
commitdiff
2001-07-20
Alexandre Julliard
Use AdjustWindowRect to translate X to window rectangle...
tree
|
commitdiff
2001-07-12
Lionel Ulmer
Fix X crash when running in managed mode.
tree
|
commitdiff
2001-07-12
Alexandre Julliard
Fixed a few issues with tsx11 locking.
tree
|
commitdiff
2001-07-02
Patrik Stridvall
Documentation fixes.
tree
|
commitdiff
2001-07-02
Dmitry Timoshkov
Fix some inter dll dependencies.
tree
|
commitdiff
2001-06-29
Alexandre Julliard
Removed unnecessary SetWindowPos call in SetWindowRgn.
tree
|
commitdiff
2001-06-29
Alexandre Julliard
Moved ForceWindowRaise to the USER driver and removed...
tree
|
commitdiff
2001-06-26
Alexandre Julliard
Added window properties to make some x11drv-specific...
tree
|
commitdiff
2001-06-26
Alexandre Julliard
Make the visible region empty for non-visible windows.
tree
|
commitdiff
2001-06-22
Alexandre Julliard
Don't rely on X to expose windows covered by a sibling...
tree
|
commitdiff
2001-06-21
Ove Kaaven
Make GetCursorPos call XQueryPointer.
tree
|
commitdiff
2001-06-20
Alexandre Julliard
Clip parent client area when using the drawable from...
tree
|
commitdiff
2001-06-20
Alexandre Julliard
Fixed region leak.
tree
|
commitdiff
2001-06-19
Alexandre Julliard
Moved hardware message queue handling to the server.
tree
|
commitdiff
2001-06-19
Patrik Stridvall
Documentation ordinal fixes.
tree
|
commitdiff
2001-06-19
Alexandre Julliard
Fixed one more bug in clip_children.
tree
|
commitdiff
2001-06-19
Dmitry Timoshkov
Replace PROFILE_ functions by RegQueryValueExA in x11drv.
tree
|
commitdiff
2001-06-15
Alexandre Julliard
clip_children: don't crash if child is not in list...
tree
|
commitdiff
2001-06-13
Alexandre Julliard
Use the topmost parent that isn't clipping children...
tree
|
commitdiff
2001-06-12
Alexandre Julliard
Fixed handling of zero-sized client window.
tree
|
commitdiff
2001-06-08
Alexandre Julliard
Removed WIN_NATIVE flag.
tree
|
commitdiff
2001-06-06
Gerard Patel
Use a flag to test if create structure is unicode.
tree
|
commitdiff
2001-06-04
Alexandre Julliard
Create an X window for every window, including children.
tree
|
commitdiff
2001-05-18
Alexandre Julliard
Moved the major part of message queue and window timer...
tree
|
commitdiff
2001-05-18
Marcus Meissner
Fixed compile if we do not have the xf86vidmode extension.
tree
|
commitdiff
2001-05-16
Marcus Meissner
Adopted to new threaded displays.
tree
|
commitdiff
2001-05-16
Alexandre Julliard
Create an X connection for each thread, and process...
tree
|
commitdiff
2001-05-11
Alexandre Julliard
Renamed display to gdi_display where it is used for...
tree
|
commitdiff
2001-05-10
Alexandre Julliard
Fixed reparenting to desktop (found by Gerard Patel).
tree
|
commitdiff
2001-05-10
Alexandre Julliard
Moved ScrollWindowEx implementation to the graphics...
tree
|
commitdiff
2001-05-09
Alexandre Julliard
Moved window move/resize syscommand handling to the...
tree
|
commitdiff
2001-05-05
Alexandre Julliard
Remove Get/SetBeepActive from USER driver and manage...
tree
|
commitdiff
2001-04-27
Ove Kaaven
Reimplemented DXGrab with improvements; it no longer...
tree
|
commitdiff
2001-04-25
Patrik Stridvall
Fixed some issues found by winapi_check.
tree
|
commitdiff
2001-04-24
Alexandre Julliard
Moved most of the implementation of SetWindowPos and...
tree
|
commitdiff
2001-04-16
Ove Kaaven
Implemented the XF86DGA2 driver for the ddraw HAL.
tree
|
commitdiff
2001-03-28
Alexandre Julliard
Added support for application-specific configuration...
tree
|
commitdiff
2001-03-28
Gavriel State
- Always use a double-buffered visual if one is available.
tree
|
commitdiff
2001-03-23
Alexandre Julliard
Cleanup properly on x11drv unloading.
tree
|
commitdiff
2001-03-22
Jeff Garzik
Added needed string.h includes.
tree
|
commitdiff
2001-03-20
Ove Kaaven
Added gamma ramp code to the XVidMode interface.
tree
|
commitdiff
2001-02-14
Ove Kaaven
Guts of a simple XVidMode-supporting DirectDraw HAL...
tree
|
commitdiff
2001-01-17
Josh DuBois
Make some noise in a few cases where the X11drv doesn...
tree
|
commitdiff
2001-01-17
Alexandre Julliard
Cleaned up the various errno location tests in configure.
tree
|
commitdiff
next