d3d9: Fix the type of three loop variables.
[wine] / dlls / winex11.drv /
2008-01-25  Dmitry Timoshkovwinex11.drv: Remove an incorrect FIXME.
2008-01-25  Ken Thomaseswinex11.drv: Accomodate XGetWindowProperty returning...
2008-01-25  Alexandre Julliardwinex11: Check for managed mode in create_whole_window...
2008-01-24  Alexandre Julliarduser32: Moved the bulk of CreateWindow and SetWindowPos...
2008-01-24  Alexandre Julliardwinex11: Catch DIB memory accesses that touch the last...
2008-01-24  Alexandre Julliardwinex11: Check for need to make window managed when...
2008-01-24  Alexandre Julliardwinex11: Create the window data structure lazily, once...
2008-01-24  Alexandre Julliardwinex11: Don't create a win_data structure for the...
2008-01-23  Alexandre Julliardwinex11: Export a function to dock a window into the...
2008-01-23  Alexandre Julliardwinex11: Remove obsolete code to set Z-order for child...
2008-01-23  Dmitry Timoshkovuser32: Make MapVirtualKeyEx(MAPVK_VK_TO_CHAR) behave...
2008-01-23  Alexandre Julliardwinex11: Get the icon from the window in case it was...
2008-01-23  Alexandre Julliardwinex11: Set icon hints on non-managed windows too...
2008-01-23  Alexandre Julliardwinex11: Set hints for the existing window text when...
2008-01-23  Alexandre Julliardwinex11: Apply the existing window region (if any)...
2008-01-23  Alexandre Julliardwinex11: Add a mapped flag to the window data instead...
2008-01-23  Alexandre Julliardwinex11: Move code around in X11DRV_SetWindowPos to...
2008-01-23  Alexandre Julliardwinex11: Update the win data rectangles before doing...
2008-01-23  Alexandre Julliardwinex11: Leave it up to explorer to specify the correct...
2008-01-23  Alexandre Julliardwinex11: Move resetting of the cursor clip rectangle...
2008-01-22  Alexandre Julliardwinex11: Move the window bits according to the valid...
2008-01-22  Alexandre Julliardwinex11: Properly invalidate moved child windows instea...
2008-01-22  Alexandre Julliardwinex11: Make the client rect relative to the parent...
2008-01-22  Alexandre Julliardwinex11: Abstract the server part of SetWindowPos into...
2008-01-22  Alexandre Julliardserver: Add a separate request to set the window visibl...
2008-01-22  Alexandre Julliardwinex11.drv: Only allocate wm hints if we have an X11...
2008-01-22  Alexandre Julliardwinex11.drv: Fix handling of strange window sizes in...
2008-01-22  Alexandre Julliarduser32,server: Set the initial window rectangles to...
2008-01-21  Alexandre Julliardwinex11.drv: Set the initial icon hints in set_initial_...
2008-01-17  Alexandre Julliardwinex11.drv: Moved initialization of screen_width/heigh...
2008-01-17  Alexandre Julliardwinex11.drv: Don't create a win_data structure for...
2008-01-17  Alexandre Julliardwinex11.drv: Don't fetch the atom for a null device...
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-15  Dmitry Timoshkovgdi32: Add a test for undocumented EnumFontFamiliesEx...
2008-01-09  Marcus Meissnerwinex11: Set last error on enumerating display settings.
2008-01-07  Austin EnglishSpelling fixes.
2007-12-31  Gerald Pfeiferwinex11.drv: Simplify condition in create_xcursor_curso...
2007-12-31  Jeremy Whitewintab32: If we could not find a stylus sort of device...
2007-12-31  Jeremy Whitewintab32: Add logic to detect specific tablet cursor...
2007-12-31  Jeremy Whitewintab32: Add modest trace information for tablets.
2007-12-26  Jeremy Whitewintab32: Capture the number of buttons earlier, allowi...
2007-12-26  Jeremy Whitewintab32: Implement the ability to return the number...
2007-12-26  Jeremy Whitewintab32: Don't return information for non existent...
2007-12-26  Jeremy Whitewintab32: Correctly handle devices with a device id...
2007-12-26  Jeremy Whitewintab32: Compute our physical device characteristics...
2007-12-26  Jeremy Whitewintab32: Add additional device tracing.
2007-12-26  Jeremy Whitewintab32: Order the cursor array by the standard Wacom...
2007-12-26  Jeremy Whitewintab32: Add constants for cursor types and use them.
2007-12-24  Jeremy Whitewintab32: Do not offset the physical device id by the...
2007-12-24  Jeremy Whitewintab32: Store and use the physical device id to match...
2007-12-23  Peter Oberndorferwinex11: Remove unused SWAP_INT macro.
2007-12-21  Zhangrong Huanggdi32, winex11.drv: Correct default Chinese font name.
2007-12-20  Dmitry Timoshkovuser32: Add a test for an invalid DEVMODE passed to...
2007-12-18  Rob Shearmaninclude: Add more types and function declarations to...
2007-12-17  Stefan Dösingerwinex11: Activate the depth-bpp difference.
2007-12-17  Stefan Dösingerwinex11: Distinguish between bpp and depth.
2007-12-14  Stefan Dösingerwinex11: Ignore the alpha if all pixels are 0.
2007-12-13  Stefan Dösingerwinex11: Remove an unused variable.
2007-12-12  Stefan Dösingergdi32: Test bitmap depths.
2007-12-12  Stefan Dösingergdi32, winex11drv: Add a test for compatible bitmap...
2007-12-12  Stefan Dösingerwinex11: Remove an unused variable.
2007-12-07  Francois GougetAssorted spelling fixes.
2007-12-05  Dmitry Timoshkovwinex11.drv: Use registry settings as a default display...
2007-12-05  Dmitry Timoshkovwinex11.drv: Don't forget to initialize dmFields.
2007-11-21  Alexandre Julliardwinex11.drv: Make sure to erase the dragging frame...
2007-11-19  Dmitry Timoshkovwinex11.drv: Use display device guid managed by explorer.
2007-11-16  Francois Gougetwinex11: Add the trailing '\n' to a Wine trace.
2007-11-12  Roderick Colenbranderwgl: Add wglCopyContext support.
2007-11-12  Dmitry Timoshkovwinex11.drv: Get rid of unused variables.
2007-11-09  Francois Gougetwinex11: Add C alternatives to the assembly bits in...
2007-11-05  Francois Gougetwinex11: Fix compilation on systems that don't support...
2007-11-02  Dmitry Timoshkovwinex11.drv: Initialize buffer size.
2007-11-01  Dmitry Timoshkovwinex11.drv: Add support for saving/reading display...
2007-11-01  Dmitry Timoshkovuser32: Initialize more fields in the DEVMODE structure.
2007-10-31  Alexandre Julliardwinex11.drv: Set the WM_STATE_ABOVE hint on topmost...
2007-10-31  Alexandre Julliardserver: Also return the new extended style in the set_w...
2007-10-23  Francois GougetAssorted spelling fixes.
2007-10-23  Francois Gougetwinex11: Remove some unneeded casts.
2007-10-22  Michael Stefaniucwinex11.drv: Fix two missing unlocks on error paths...
2007-10-19  Francois Gougetwinex11.drv: Remove the coloruse == -1 special case...
2007-10-17  Alexandre Julliardserver: Avoid refreshing areas of a window that have...
2007-10-17  Alexandre Julliardwinex11: Process all types of messages while moving...
2007-10-15  Francois Gougetwinex11.drv: The 'lossy' parameter is always false...
2007-10-11  Francois GougetAssorted spelling fixes.
2007-10-11  Francois Gougetwinex11.drv: Add the trailing '\n' to a Wine trace.
2007-10-11  Francois Gougetwinex11.drv: Remove an obsolete FIXME comment.
2007-10-11  Alexandre Julliardwinex11: Don't use a window manager border for a simple...
2007-10-11  Alexandre Julliardwinex11: Reuse the mwm hints when computing the window...
2007-10-11  Alexandre Julliardwinex11: Set the SKIP_PAGER and SKIP_TASKBAR styles...
2007-10-11  Alexandre Julliardwinex11: Add generic mechanism for managing WM_STATE...
2007-10-10  Chris Robinsonwinex11: Don't choose double buffered modes with gdi...
2007-10-10  Chris Robinsonwinex11: Use the specified format for GL Bitmaps.
2007-10-10  Chris Robinsonwinex11: Create GLXPixmap for bitmaps in SetPixelFormat.
2007-10-10  Alexandre Julliardwinex11: Don't store a physdev pointer in the GL context.
2007-10-10  Alexandre Julliardwinex11: Use ExtEscape to flush the GL drawable to...
2007-10-05  Vitaliy Margolenwinex11drv: Ignore mouse move events when position...
2007-10-03  Chris Robinsonwinex11: Load and use GLX_MESA_copy_sub_buffer for...
2007-10-03  Chris Robinsonwinex11: Use a GLXPixmap for offscreen OpenGL rendering...
2007-10-03  Chris Robinsonwinex11: Track async GL drawable changes.
2007-10-03  Chris Robinsonwinex11: Pass a display parameter when destroying glxpi...
next