projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Portability fix.
[wine]
/
dlls
/
x11drv
/
2002-07-16
Alexandre Julliard
Fixed setting of min/maximize mwm hints.
tree
|
commitdiff
2002-07-16
Lionel Ulmer
Test for X11 errors for DGA2 and XVidMode extensions.
tree
|
commitdiff
2002-07-05
Gregg Mattinson
- Forte C does not support nameless structures or unions
tree
|
commitdiff
2002-07-05
Alexandre Julliard
No need to call GetModuleFileName16 now that GetModuleF...
tree
|
commitdiff
2002-06-22
Dmitry Timoshkov
Added Bulgarian keyboards.
tree
|
commitdiff
2002-06-22
Huw D M Davies
Store the cache entry indices and not the ptrs.
tree
|
commitdiff
2002-06-21
Vincent Béron
Fixed some various comparisons wrt signedness.
tree
|
commitdiff
2002-06-21
Rok Mandeljc
Added Slovenian keyboard.
tree
|
commitdiff
2002-06-21
Alexandre Julliard
Made some more spec file entries optional or unnecessary.
tree
|
commitdiff
2002-06-14
Alexandre Julliard
Removed install_libdir targets and centralized the...
tree
|
commitdiff
2002-06-14
Alexandre Julliard
Update the cursor for each window on receiving an X11...
tree
|
commitdiff
2002-06-13
Alexandre Julliard
Authors: Mike McCormack <mikem@codeweavers.com>, Jeremy...
tree
|
commitdiff
2002-06-13
Uwe Bonnes
Display the name of the started process in the desktop...
tree
|
commitdiff
2002-06-10
David Hammerton
MapVirtualKey actually returns uppercase keys in Windows.
tree
|
commitdiff
2002-06-10
Alexandre Julliard
Moved DC origin into device-specific structure.
tree
|
commitdiff
2002-06-02
Alexandre Julliard
Better separation of the palette functions.
tree
|
commitdiff
2002-06-02
Alexandre Julliard
Removed CURSORICON_IconToCursor now that we support...
tree
|
commitdiff
2002-05-31
Vincent Béron
Removed trailing whitespace.
tree
|
commitdiff
2002-05-31
Alexandre Julliard
Avoid division by zero (thanks to David Ronis).
tree
|
commitdiff
2002-05-31
Alexandre Julliard
Added function table to GDI objects for better encapsul...
tree
|
commitdiff
2002-05-31
Shachar Shemesh
Added Israeli Hebrew keyboard, and fixed a problem...
tree
|
commitdiff
2002-05-30
Alexandre Julliard
Added wine_server_fd_to_handle to replace FILE_DupUnixH...
tree
|
commitdiff
2002-05-25
Alexandre Julliard
Removed dependencies on the internals of the region...
tree
|
commitdiff
2002-05-23
Alexandre Julliard
Removed most inclusions of options.h.
tree
|
commitdiff
2002-05-23
Alexandre Julliard
Restored managed mode config file option.
tree
|
commitdiff
2002-05-23
Dimitrie O. Paun
Remove the --managed option, and make wine use the...
tree
|
commitdiff
2002-05-22
Alexandre Julliard
New loading scheme for Winelib apps, makes them behave...
tree
|
commitdiff
2002-05-22
Patrik Stridvall
Fixed some issues found by winapi_check.
tree
|
commitdiff
2002-05-20
Alexandre Julliard
Added configure check for the soname of libraries that...
tree
|
commitdiff
2002-05-17
Alexandre Julliard
Removed most imports of ntdll since we no longer import...
tree
|
commitdiff
2002-05-17
Alexandre Julliard
A few fixes for mingw cross-compilation.
tree
|
commitdiff
2002-05-14
Alexandre Julliard
Added winebuild support for generating a .dbg.c file...
tree
|
commitdiff
2002-05-14
Alexandre Julliard
Specify the complete source file list for a dll inside...
tree
|
commitdiff
2002-05-11
Alexandre Julliard
Added -res option to specify resources on winebuild...
tree
|
commitdiff
2002-05-09
Alexandre Julliard
Added mkinstalldirs to create directories more portably.
tree
|
commitdiff
2002-05-09
Alexandre Julliard
Moved imports specification from the .spec into the...
tree
|
commitdiff
2002-05-07
Michael Cardenas
Cap window sizes at 65535.
tree
|
commitdiff
2002-05-04
Huw D M Davies
Detect and warn about buggy versions of libXrender.
tree
|
commitdiff
2002-05-02
Alexandre Julliard
Removed some direct accesses to the DC structure.
tree
|
commitdiff
2002-04-30
Alexandre Julliard
Moved remaining files in windows/x11drv to dlls/x11drv.
tree
|
commitdiff
2002-04-24
Alexandre Julliard
Never activate the window on SW_SHOWNOACTIVATE.
tree
|
commitdiff
2002-04-24
Huw D M Davies
Don't check hwndInsertAfter if SWP_NOZORDER is set.
tree
|
commitdiff
2002-04-24
Alexandre Julliard
Added support for installing an error callback when...
tree
|
commitdiff
2002-04-23
Alexandre Julliard
Load libXrender at run-time with dlopen (based on a...
tree
|
commitdiff
2002-04-14
Alexandre Julliard
Pass a PHYSDEV to EnumDeviceFont and release the GDI...
tree
|
commitdiff
2002-04-03
Huw D M Davies
Implement GetTextExtentPointI and add support for ETO_G...
tree
|
commitdiff
2002-04-03
Huw D M Davies
Fix a few font problems with rotated text and non MM_TE...
tree
|
commitdiff
2002-04-01
Francois Gouget
Fix warnings for Linux, FreeBSD and Solaris.
tree
|
commitdiff
2002-03-28
Alexandre Julliard
Changed the GDI driver interface to pass an opaque...
tree
|
commitdiff
2002-03-28
Marco Pietrobono
Added support for 16bit mouse cursor bitmaps in RGB...
tree
|
commitdiff
2002-03-20
Alexandre Julliard
Changed builtin dlls file names to make it clear they...
tree
|
commitdiff
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
next