Spelling fixes.
[wine] / dlls / winex11.drv / window.c
2008-04-21  Alexandre Julliardwinex11: Set type to dialog for owned popup windows.
2008-04-21  Alexandre Julliardwinex11: Use SetWindowPos to invalidate DCEs when chang...
2008-04-17  Alexandre Julliardwinex11: Moved the WM_SYSCOMMAND handling to window.c.
2008-04-17  Dmitry Timoshkovwinex11.drv: Map zero-sized windows but don't add WM...
2008-04-14  Alexandre Julliardwinex11: Fix the type hint for the desktop window.
2008-04-14  Alexandre Julliardwinex11: Make WS_EX_APPWINDOW windows have normal type.
2008-04-11  Matthew D'Asarowinex11: Add registry option to let wine decorate windows.
2008-04-10  Alexandre Julliardwinex11: Make sure to flush painting operations before...
2008-04-10  Kusanagi Kouichiwinex11: Connect to XIM server dynamically.
2008-04-09  Alexandre Julliardwinex11: Flush the display after creating X windows.
2008-04-08  Alexandre Julliardwinex11: Move all the embedded systray window support...
2008-04-07  Dmitry Timoshkovwinex11.drv: Do not set window type to utility to avoid...
2008-04-07  Dmitry Timoshkovwinex11: Change the priority of evaluated window styles...
2008-04-07  Alexandre Julliardwinex11: Get rid of the SetWindowPos hack to unmap...
2008-04-07  Alexandre Julliardwinex11: Fix handling of property sizes for 64-bit...
2008-04-04  Alexandre Julliardwinex11: Don't update the normal size hints when a...
2008-04-04  Alexandre Julliardwinex11: Use the same test for resizable windows when...
2008-04-04  Alexandre Julliardwinex11: Always update the window position without...
2008-03-25  Alexandre Julliardwinex11: Don't attempt to dock into the system tray...
2008-03-24  Alexandre Julliardwinex11: Grab the pointer in menu tracking mode too.
2008-03-24  Alexandre Julliardwinex11: Setting window z-order using a sibling doesn...
2008-03-18  Alexandre Julliardwinex11: Clip out children window when repainting the...
2008-03-12  Alexandre Julliardwinex11: Moved support for window moving/resizing back...
2008-03-05  Alexandre Julliardwinex11: Reset the cursor window when re-creating the...
2008-03-05  Alexandre Julliardwinex11: Add a DestroyNotify handler to catch a situati...
2008-02-29  Alexandre Julliardwinex11: Avoid depending on win.h.
2008-02-28  Alexandre Julliarduser32: Moved the ShowWindow implementation from winex1...
2008-02-28  Alexandre Julliardwinex11: Merge the iconification support into the SetWi...
2008-02-28  Dmitry Timoshkovwinex11: Add a workaround for Metacity being too strict...
2008-02-27  Alexandre Julliardwinex11: Added tracking of the WM_STATE window property.
2008-02-25  Alexandre Julliardwinex11: Use the same full screen test in is_window_man...
2008-02-25  Alexandre Julliardwinex11: Get rid of the visual id property, we are...
2008-02-25  Alexandre Julliarduser32: Moved the DCE support from winex11 back to...
2008-02-22  Alexandre Julliardwinex11: Force the client dimensions to at least 1x1...
2008-02-22  Alexandre Julliardwinex11: Re-create the client window when setting the...
2008-02-21  Alexandre Julliardwinex11: Keep track of the window colormap and free...
2008-02-21  Alexandre Julliardwinex11: Re-introduce a separate X11 window for the...
2008-02-18  Alexandre Julliardwinex11: Move the raising of windows on SetFocus to...
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: 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  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-22  Alexandre Julliardwinex11: Make the client rect relative to the parent...
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: Don't create a win_data structure for...
2007-10-22  Michael Stefaniucwinex11.drv: Fix two missing unlocks on error paths...
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: Add generic mechanism for managing WM_STATE...
2007-10-03  Chris Robinsonwinex11: Use a GLXPixmap for offscreen OpenGL rendering...
2007-10-03  Chris Robinsonwinex11: Use an offscreen redirected window for child...
2007-10-03  Chris Robinsonwinex11: Store a GL-specific drawable with the window.
2007-09-18  Alexandre Julliardwinex11.drv: Invalidate the DCE when the window format...
2007-09-18  Chris Robinsonwgl: Store the fbconfig id with the window when a pixel...
2007-08-30  Alexandre Julliardwinex11: Set initial wm hints on the desktop window...
2007-08-29  Alexandre Julliardwinex11: Tool windows should not have WM decorations.
2007-08-27  Alexandre Julliardwinex11: Child windows don't get activated even when...
2007-08-23  Rob Shearmanwinex11.drv: Don't activate the systray window when...
2007-08-20  Alexandre Julliardwinex11: Force a window to managed mode when it is...
2007-08-20  Alexandre Julliardwinex11: Switch windows to managed mode in SetWindowPos...
2007-08-20  Alexandre Julliardwinex11: Don't select for StructureNotify events on...
2007-08-20  Alexandre Julliardwinex11: Move setting of the initial wm hints to a...
2007-08-16  Alexandre Julliardwinex11: Store wm hints in the window data instead...
2007-07-25  Peter Dons Tychsenx11drv: Fix the special case where windows have WS_CHIL...
2007-05-29  Andrew Talbotwinex11.drv: Exclude unused headers.
2007-04-06  Dmitry Timoshkovuser32: Windows uses ptMaxTrackSize to set an initial...
2007-03-17  Andrew Talbotwinex11.drv: Replace inline static with static inline.
2007-02-13  Vitaliy Margolenwinex11.drv: Popup windows with system menu are managed.
2007-02-05  Dmitry Timoshkovuser32: Although Windows sends WM_GETMINMAXINFO at...
2007-01-04  Dmitry Timoshkovuser32: Fix some failures in the MDI message test.
2006-12-19  Juris Smotrovsuser32: Extend the support for SWP_STATECHANGED for...
2006-12-12  Pierre d'Herbemontuser32: Factorize graphics driver SetParent into user32.
2006-11-29  Pierre d'Herbemontuser32: Factorize driver's SetWindowPos in user32.
2006-10-26  Alexandre Julliardwinex11.drv: Offset X11 coordinates with the primary...
2006-10-23  Alexandre Julliardwinex11.drv: Preliminary support for Xinerama.
2006-10-12  Nickolay V. Shmyrevwinex11.drv: Always set window type.
2006-10-09  Vitaliy Margolenwinex11drv: Win64 printf format warning fixes.
2006-10-05  Dmitry Timoshkovwinex11.drv: Make all windows moveable by default.
2006-08-24  James Liggettwinex11.drv: Fix explorer regression caused by systray...
2006-08-23  James Liggettwinex11.drv: Add XEmbed system tray support.
2006-06-29  Dmitry Timoshkovinclude: Move appropriate parts of winpos.h to winuser...
2006-06-27  Andrew Talbotwinex11.drv: Write-strings warning fix.
2006-06-16  Alexandre Julliardx11drv: Renamed the x11drv directory to winex11.drv.