projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Minor fixes to rtl string functions.
[wine]
/
dlls
/
x11drv
/
2005-11-02
Lionel Ulmer
Add 'ENUM_...._SETTINGS' flag and make use of it in...
tree
|
commitdiff
2005-11-01
Ulrich Czekalla
Improve handling of mapping between X and Windows formats.
tree
|
commitdiff
2005-10-24
Vitaliy Margolen
Fix bad mouse lag in games that do their own mouse...
tree
|
commitdiff
2005-10-11
Dmitry Timoshkov
Update German and Hungarian keyboard layouts to better...
tree
|
commitdiff
2005-10-06
Huw Davies
Ignore the gasp table when we have no hinter.
tree
|
commitdiff
2005-09-29
Alexandre Julliard
We are no longer generating .dbg.c files.
tree
|
commitdiff
2005-09-28
Gerald Pfeifer
Use 0 instead of NULL in create_glxpixmap().
tree
|
commitdiff
2005-09-28
Dmitry Timoshkov
Make DrawMenuBar and SetMenu tests pass under Wine.
tree
|
commitdiff
2005-09-26
Huw Davies
Add an x11drv escape that returns a glx drawable.
tree
|
commitdiff
2005-09-25
Alexandre Julliard
Replace DPRINTF by TRACE in a few places.
tree
|
commitdiff
2005-09-23
Huw Davies
Move desktop_vi inside process_attach and remember...
tree
|
commitdiff
2005-09-23
Richard Cohen
Fix compile without XRender.
tree
|
commitdiff
2005-09-22
Alexandre Julliard
Removed unused debug channels.
tree
|
commitdiff
2005-09-19
Dmitry Timoshkov
Use the event's width and height not the translated...
tree
|
commitdiff
2005-09-19
Uwe Bonnes
Don't free a modified pointer.
tree
|
commitdiff
2005-09-15
Alexandre Julliard
Fixed gcc 4.0 warnings.
tree
|
commitdiff
2005-09-14
Alexandre Julliard
Avoid a redefinition warning on 64-bit platforms.
tree
|
commitdiff
2005-09-12
Marcus Meissner
The last argument to MultiByteToWideChar is wide charac...
tree
|
commitdiff
2005-09-12
Alexandre Julliard
Fixed a number of pointer to integer conversions that...
tree
|
commitdiff
2005-09-12
Huw Davies
Use the gasp table to check whether we should trigger...
tree
|
commitdiff
2005-09-12
Alexandre Julliard
Fixed some traces to use the right printf format and...
tree
|
commitdiff
2005-09-12
Dmitry Timoshkov
Add a test for ShowWindow(SW_SHOWMAXIMIZED) called...
tree
|
commitdiff
2005-09-09
Alexandre Julliard
Use a more portable scheme for storing the name of...
tree
|
commitdiff
2005-08-27
Frank Richter
Make AlphaBlend() respect the destination clipping...
tree
|
commitdiff
2005-08-26
Pavel Roskin
Extend uRelax scale so that yres is relaxed before...
tree
|
commitdiff
2005-08-24
Huw Davies
Use the correct rectangle for ETO_OPAQUE - spotted...
tree
|
commitdiff
2005-08-23
Huw Davies
Avoid using XRenderFindStandardFormat as older librarie...
tree
|
commitdiff
2005-08-23
Huw Davies
Move a bunch of common code from the drivers into gdi.
tree
|
commitdiff
2005-08-22
Saulius Krasuckas
Don't dereference a NULL visual pointer.
tree
|
commitdiff
2005-08-22
Todd Mokros
Fix a focus stealing bug introduced by the managed...
tree
|
commitdiff
2005-08-16
Mike McCormack
gcc 4.0 warning fixes.
tree
|
commitdiff
2005-08-15
Frank Richter
Fix AlphaBlend() to extract the right part of the sourc...
tree
|
commitdiff
2005-08-15
Mike McCormack
gcc 4.0 warning fixes.
tree
|
commitdiff
2005-08-15
Frank Richter
Invalidate DCEs when a window region is set.
tree
|
commitdiff
2005-08-12
Mike McCormack
Fix some gcc 4.0 warnings.
tree
|
commitdiff
2005-08-08
Michael Kaufmann
Fix for BI_BITFIELDS: The color masks are at the same...
tree
|
commitdiff
2005-08-03
Alexandre Julliard
Don't call WaitForMultipleObjectsEx if we are just...
tree
|
commitdiff
2005-08-03
Oliver Stieber
Back out the previous stencil patch and slightly improv...
tree
|
commitdiff
2005-07-27
Alexandre Julliard
There's no need to update the event mask in X11DRV_sync...
tree
|
commitdiff
2005-07-25
Dmitry Timoshkov
Take into account CS_NOCLOSE window class style and...
tree
|
commitdiff
2005-07-24
Stefan Huehner
Fix missing-declarations warnings.
tree
|
commitdiff
2005-07-22
Oliver Stieber
Allow running opengl and DirectX applications without...
tree
|
commitdiff
2005-07-19
Alexandre Julliard
Don't set win gravity, the default should work fine.
tree
|
commitdiff
2005-07-18
Alexandre Julliard
Fixed a few prototypes in the USER driver.
tree
|
commitdiff
2005-07-15
Stefan Huehner
Fix some sign-compare warnings by choosing correct...
tree
|
commitdiff
2005-07-15
Stefan Huehner
Add some consts to fix discard-qual warnings.
tree
|
commitdiff
2005-07-07
Alexandre Julliard
Moved initialization of the desktop window in the graph...
tree
|
commitdiff
2005-07-07
Alexandre Julliard
Moved most initializations out of the create_desktop...
tree
|
commitdiff
2005-07-06
Mike McCormack
gcc 4.0 -Wpointer-sign fixes (Reg* functions).
tree
|
commitdiff
2005-07-06
Stefan Huehner
Make functions static to fix -Wmissing-declarations...
tree
|
commitdiff
2005-07-05
Oliver Stieber
Make sure that the OpenGL visual created for a window...
tree
|
commitdiff
2005-07-03
Lionel Ulmer
Add some resolutions to what Desktop mode supports.
tree
|
commitdiff
2005-07-01
Alexandre Julliard
Set the class resource name to the name of the main...
tree
|
commitdiff
2005-06-29
Alexandre Julliard
Delay OpenGL and GDI initialization until they are...
tree
|
commitdiff
2005-06-27
Eric Pouech
Const correctness fixes.
tree
|
commitdiff
2005-06-22
Alexandre Julliard
Moved font settings to HKCU\Software\Wine\X11 Driver...
tree
|
commitdiff
2005-06-17
Vitaliy Margolen
Deactivate active window in ShowWindow(,SW_HIDE).
tree
|
commitdiff
2005-06-17
Stefan Huehner
Remove some -Wstrict-prototypes warnings.
tree
|
commitdiff
2005-06-16
Alexandre Julliard
Moved configuration keys to HKCU\Software\Wine\X11...
tree
|
commitdiff
2005-06-14
Alexandre Julliard
Removed the check for the old Resolution option.
tree
|
commitdiff
2005-06-14
Alexandre Julliard
Merged palette option processing into the main configur...
tree
|
commitdiff
2005-06-14
Alexandre Julliard
Avoid repeatedly opening the configuration registry...
tree
|
commitdiff
2005-06-14
Alexandre Julliard
Get rid of the PerfectGraphics option, that's not reall...
tree
|
commitdiff
2005-06-13
Alexandre Julliard
Added magic comments to all Wine-specific registry...
tree
|
commitdiff
2005-06-12
Glenn Wurster
Add declaration of X11DRV_GetDIBColorTable to avoid...
tree
|
commitdiff
2005-06-10
Glenn Wurster
Adds support for the DIBINDEX type of COLORREF.
tree
|
commitdiff
2005-06-01
Alexandre Julliard
Use standard TLS functions instead of a TEB internal...
tree
|
commitdiff
2005-05-29
Dmitry Timoshkov
Fix Estonian keyboard layout to better match the X11...
tree
|
commitdiff
2005-05-24
Dmitry Timoshkov
SetParent needs to clear 'managed' flag for former...
tree
|
commitdiff
2005-05-23
Daniel Schepler
Implement CDS_TEST flag in ChangeDisplaySettings.
tree
|
commitdiff
2005-05-12
Dmitry Timoshkov
Do not pass an invalid target buffer info to WideCharTo...
tree
|
commitdiff
2005-05-10
Raphael Junqueira
Fix X11DRV_ChoosePixelFormat to choose 24 bpp as 32...
tree
|
commitdiff
2005-05-07
Rein Klazes
Don't set the pen width to 1 in X11DRV_PolyLine.
tree
|
commitdiff
2005-05-07
Robert Lunnon
Avoid passing NULL buffer elements and status pointers to
tree
|
commitdiff
2005-05-06
Alexandre Julliard
Renamed ttydrv and x11drv to winetty.drv and winex11...
tree
|
commitdiff
2005-05-06
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2005-05-06
Francois Gouget
Tweak the documentation to make winapi_check happy.
tree
|
commitdiff
2005-04-28
Raphael Junqueira
- valid implementation of X11DRV_ChoosePixelFormat...
tree
|
commitdiff
2005-04-26
Ulrich Czekalla
SetParent should not remove menu from non-child windows.
tree
|
commitdiff
2005-04-22
Huw Davies
If XShmAttach fails then reset shmid to -1 so that...
tree
|
commitdiff
2005-04-21
Alexandre Julliard
Moved the UsePrimary config parameter to the x11drv...
tree
|
commitdiff
2005-04-20
Alexandre Julliard
Avoid a compiler warning.
tree
|
commitdiff
2005-04-20
Dimitrie O. Paun
Use vectored exceptions to get rid of VIRTUAL_SetFaultH...
tree
|
commitdiff
2005-04-20
Francois Gouget
Tweak the API documentation to silence winapi_check...
tree
|
commitdiff
2005-04-20
Richard Cohen
Dither solid colours on monochrome bitmaps.
tree
|
commitdiff
2005-04-18
Eric Pouech
Correctness for const pointer casts.
tree
|
commitdiff
2005-04-14
Rein Klazes
In X11DRV_DIB_SetImageBits avoid BadMatch errors when...
tree
|
commitdiff
2005-04-14
Alexandre Julliard
Include Xmd.h in x11drv.h with the proper defines to...
tree
|
commitdiff
2005-04-13
Marcus Meissner
Terminate XCreateIC() argument list with NULL instead...
tree
|
commitdiff
2005-04-13
Alexandre Julliard
Use an X context to associate the phys bitmap data...
tree
|
commitdiff
2005-04-13
Huw Davies
RegisterClipboardFormat takes a unicode string now.
tree
|
commitdiff
2005-04-13
Dimitrie O. Paun
Remove the need for the non-standard (Close|Delete...
tree
|
commitdiff
2005-04-13
Alexandre Julliard
Moved the driver-independent part of CreateDIBSection...
tree
|
commitdiff
2005-04-13
Alexandre Julliard
Store DIB section information directly in the phys...
tree
|
commitdiff
2005-04-12
Alexandre Julliard
Store a pointer to the currently selected phys bitmap...
tree
|
commitdiff
2005-04-12
Alexandre Julliard
Store the bitmap handle in the phys bitmap structure...
tree
|
commitdiff
2005-04-11
Alexandre Julliard
Store the pixmap depth and the DIBSECTION pointer in...
tree
|
commitdiff
2005-04-11
Rein Klazes
Fix X11DRV_DIB_SetImageBits_RLE(4|8) when an non-zero...
tree
|
commitdiff
2005-04-11
Glenn Wurster
Fix array index crash in buidling GDI palette from...
tree
|
commitdiff
2005-03-31
Alexandre Julliard
Introduced an X_PHYSBITMAP structure to allow storing...
tree
|
commitdiff
next