- 13 Nov, 2009 6 commits
-
-
Erich Hoover authored
-
Henri Verbeet authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 12 Nov, 2009 34 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Stub out the functionality that cannot be supported that way.
-
Alexandre Julliard authored
Stub out the functionality that cannot be supported that way.
-
Alexandre Julliard authored
Stub out the functionality that cannot be supported that way.
-
Alexandre Julliard authored
Stub out the functionality that cannot be supported that way.
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Huw Davies authored
-
Maarten Lankhorst authored
-
Maarten Lankhorst authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
If GL vertex shader clipping is supported (GLSL or NVvp), we currently always calculate clipping results in the shader. They're gracefully discarded by opengl, but we need 6 constants / uniforms to calculate unused values.
-
Owen Rudge authored
Implement GetFileNameFromBrowse as an AW function.
-
Vincent Povirk authored
We don't want to send WM_CANCELMODE or set the foreground window to the desktop when a virtual desktop loses focus. It has its own focus independent of X.
-
Vincent Povirk authored
When explorer gets a take focus message, it tries to focus the foreground window, but this doesn't work because set_focus can only focus windows in the current process. We have to look for the focus window in the foreground thread, not the current one, or we won't find the other process's windows. Since the other process may crash at any time, causing its windows to be destroyed, we also have to ignore the BadWindow error that will occur if that happens at a critical time.
-
Vincent Povirk authored
-