CVS log for winex/windows/winpos.c

(logo)

ViewCVS and CVS Help

(back) Up to [cvs] / winex / windows / winpos.c

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.13 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue Jul 31 17:38:03 2007 UTC (17 months, 1 week ago) by mark
CVS Tags: HEAD
Changes since 1.12: +25 -6 lines
Diff to previous 1.12
- if the same thread owns both the previous and the next windows in SetForegroundWindow(), then do the operation in a single step

Revision 1.12 - (download), view (text) (markup) (annotate) - [select for diffs]
Fri Mar 30 18:59:40 2007 UTC (21 months, 1 week ago) by daniel
Changes since 1.11: +44 -9 lines
Diff to previous 1.11
- ensure the two parts of SetForegroundWindow() are run by the appropriate window threads

Revision 1.11 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Mar 28 17:54:24 2007 UTC (21 months, 1 week ago) by daniel
Changes since 1.10: +12 -2 lines
Diff to previous 1.10
Allow SetActiveWindow(NULL) to do something useful. Activation messages
such as WM_ACTIVATEAPP will result. This may be a disruptive change, but
fixes a part of what's wrong with Alt-Tab.

Revision 1.10 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Mar 28 14:28:25 2007 UTC (21 months, 1 week ago) by daniel
Changes since 1.9: +2 -0 lines
Diff to previous 1.9
In the recovery path doing an emergency removal of foreground status from
a destroyed window, also remove foreground status from its owning thread,
so that the foreground status is at least left in a consistent state.
Need For Speed: Underground copy protection triggers a race that ends
with this condition, which meant the game wouldn't activate properly.
This change does not fix the root cause, but does give us a clean recovery,
so that the game activates properly now.

Revision 1.9 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Feb 18 22:27:52 2004 UTC (4 years, 10 months ago) by david
CVS Tags: cedega-4-3
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
* change all occurances of *_DEBUG_CHANNEL to WINE_*_DEBUG_CHANNEL
* remove the #define's for *_DEBUG_CHANNEL

Revision 1.8 - (download), view (text) (markup) (annotate) - [select for diffs]
Mon Feb 9 18:17:05 2004 UTC (4 years, 11 months ago) by david
CVS Tags: winex-3-3-2, winex-3-3-1, winex-3-3
Branch point for: winex-3-3-branch
Changes since 1.7: +6 -6 lines
Diff to previous 1.7
avoid a deadlock
fix some broken indentation

Revision 1.4.2.2 - (download), view (text) (markup) (annotate) - [select for diffs]
Sat Sep 20 01:14:24 2003 UTC (5 years, 3 months ago) by crazney
Branch: winex-3-0-branch
Changes since 1.4.2.1: +18 -2 lines
Diff to previous 1.4.2.1 , to branch point 1.4 , to next main 1.5
merge fixes back to winex-3-0-branch.

Revision 1.7 - (download), view (text) (markup) (annotate) - [select for diffs]
Fri Sep 19 07:27:46 2003 UTC (5 years, 3 months ago) by crazney
CVS Tags: winex-3-2-1, winex-3-2, winex-3-1-99, start-merge-6oct03, dec3-internal-merge
Branch point for: winex-3-2-branch
Changes since 1.6: +18 -2 lines
Diff to previous 1.6
fix up the mintracksize of child windows..

I'm not 100% sure this is right, but this is the behaviour that windows seems to give. It hasn't broken anything so far (and fixed a big (literally) problem in the wc3 world editor).

See comment for more details.

Revision 1.4.2.1 - (download), view (text) (markup) (annotate) - [select for diffs]
Thu Aug 21 19:24:52 2003 UTC (5 years, 4 months ago) by ovek
Branch: winex-3-0-branch
Changes since 1.4: +65 -29 lines
Diff to previous 1.4
Better handling of interthread window activation.
This fixes WarCraft III splash screen hangs.

Revision 1.6 - (download), view (text) (markup) (annotate) - [select for diffs]
Thu Aug 21 19:24:02 2003 UTC (5 years, 4 months ago) by ovek
CVS Tags: winex-sims-3-2
Branch point for: winex-sims-3-2-branch
Changes since 1.5: +65 -29 lines
Diff to previous 1.5
Better handling of interthread window activation.
This fixes WarCraft III splash screen hangs.

Revision 1.5 - (download), view (text) (markup) (annotate) - [select for diffs]
Fri Jul 25 21:45:37 2003 UTC (5 years, 5 months ago) by hunnise
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
Finally get around to changing all uses of debugtools.h -> wine/debug.h

Revision 1.4 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Sep 25 20:05:10 2002 UTC (6 years, 3 months ago) by ovek
CVS Tags: winex-kohan-3-1, winex-3-1, winex-3-0-pre-1, winex-3-0, head_merge_from_winex_2_0_branch
Branch point for: winex-kohan-3-2-branch, winex-3-0-branch
Changes since 1.3: +23 -23 lines
Diff to previous 1.3
Stripped whitespace from end of lines.

Revision 1.1.1.24 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Wed Sep 25 19:25:45 2002 UTC (6 years, 3 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: rewind-20031219, rewind-20031217, rewind-20030217, rewind-20020925
Changes since 1.1.1.23: +21 -21 lines
Diff to previous 1.1.1.23
Import of ReWind CVS at Sep 25, 2002.

Revision 1.3 - (download), view (text) (markup) (annotate) - [select for diffs]
Sun Aug 4 20:13:23 2002 UTC (6 years, 5 months ago) by ovek
Changes since 1.2: +12 -8 lines
Diff to previous 1.2
Merge of ReWind CVS at Aug 4, 2002.

Revision 1.1.1.23 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Sun Aug 4 19:44:21 2002 UTC (6 years, 5 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: rewind-20020804
Changes since 1.1.1.22: +12 -8 lines
Diff to previous 1.1.1.22
Import of ReWind CVS at Aug 4, 2002.

Revision 1.2 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue Apr 9 15:45:19 2002 UTC (6 years, 9 months ago) by hunnise
CVS Tags: winex-kohan-2-1, winex-2-2-1, winex-2-2, winex-2-1, winex-2-0-branch-merge-to-head, winex-2-0, quartz-pre-removal, quartz-post-removal
Branch point for: winex-2-0-branch
Changes since 1.1: +573 -2052 lines
Diff to previous 1.1
Do not send WM_QUERYNEWPALETTE to minimized windows when activating them

Revision 1.1.1.22 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Mon Dec 31 10:54:45 2001 UTC (7 years ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20020116, wine-20020228, wine-20011226, rewind-20020607, rewind-20020427, rewind-20020419
Changes since 1.1.1.21: +105 -162 lines
Diff to previous 1.1.1.21
Import of Wine release 20011226.
(The tree before this import has been tagged wine-premerge-20011226)

Revision 1.1.1.21 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Sun Oct 28 14:23:22 2001 UTC (7 years, 2 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20011028, wine-premerge-20011226
Changes since 1.1.1.20: +280 -256 lines
Diff to previous 1.1.1.20
Import of WineHQ CVS at Oct 28, 2001.

Revision 1.1.1.20 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Thu Oct 4 13:50:50 2001 UTC (7 years, 3 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-premerge-20010824-premerge-20011014, winehq-premerge-20010824-postmerge-20011014, winehq-20011005, winehq-20011004, wine-20011004
Changes since 1.1.1.19: +79 -414 lines
Diff to previous 1.1.1.19
Import of WineHQ CVS at Oct 4, 2001.

Revision 1.1.1.19 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Wed Aug 29 18:29:15 2001 UTC (7 years, 4 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20010908, wine-20010824
Changes since 1.1.1.18: +223 -555 lines
Diff to previous 1.1.1.18
Import of Wine release 20010824.

Revision 1.1.1.18 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Wed May 9 18:46:56 2001 UTC (7 years, 8 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-premerge-20010824-start, winehq-premerge-20010824-20011014, winehq-20010509, wine-20010510, Oct1201, Oct1101
Branch point for: winehq-premerge-20010824
Changes since 1.1.1.17: +6 -9 lines
Diff to previous 1.1.1.17
Import of WineHQ CVS at May 9, 2001.

Revision 1.1.1.17 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Wed Apr 25 06:30:20 2001 UTC (7 years, 8 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20010501, winehq-20010425
Changes since 1.1.1.16: +35 -867 lines
Diff to previous 1.1.1.16
Import of WineHQ CVS at April 25, 2001.

Revision 1.1.1.16 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Sun Apr 15 02:01:54 2001 UTC (7 years, 8 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20010419, winehq-20010416, winehq-20010414, wine-20010418
Changes since 1.1.1.15: +3 -1 lines
Diff to previous 1.1.1.15
Import of WineHQ CVS at April 14, 2001. I didn't really want to merge
before I was sure that WineHQ supported per-application x11drv settings,
since WineHQ has ceased to support x11drv settings (--managed, --desktop)
on the command line, but I suppose the merge can't be postponed forever.

Revision 1.1.1.15 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Sun Apr 15 00:52:53 2001 UTC (7 years, 8 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: wine-20010326
Changes since 1.1.1.14: +2 -2 lines
Diff to previous 1.1.1.14
Import of Wine release 20010326.

Revision 1.1.1.14 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Tue Mar 20 08:42:40 2001 UTC (7 years, 9 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20010320
Changes since 1.1.1.13: +1 -0 lines
Diff to previous 1.1.1.13
Import of WineHQ CVS at Mar 20, 2001.

Revision 1.1.1.13 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Mon Mar 5 22:57:31 2001 UTC (7 years, 10 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20010318, wine-20010305
Changes since 1.1.1.12: +10 -10 lines
Diff to previous 1.1.1.12
Import of Wine release 20010305.

Revision 1.1.1.12 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Mon Jan 29 17:23:03 2001 UTC (7 years, 11 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20010129, wine-20010216
Changes since 1.1.1.11: +1 -2 lines
Diff to previous 1.1.1.11
Import of WineHQ CVS at Jan 29, 2001.

Revision 1.1.1.11 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Fri Jan 26 19:16:02 2001 UTC (7 years, 11 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20010126
Changes since 1.1.1.10: +2 -3 lines
Diff to previous 1.1.1.10
Import of WineHQ CVS at Jan 26, 2001.

Revision 1.1.1.10 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Wed Jan 17 14:47:13 2001 UTC (7 years, 11 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20010123, winehq-20010117
Changes since 1.1.1.9: +0 -1 lines
Diff to previous 1.1.1.9
Import of WineHQ CVS at Jan 17, 2001.

Revision 1.1.1.9 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Sat Dec 23 00:55:06 2000 UTC (8 years ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-premerge-20010105, winehq-20010113, winehq-20010112, winehq-20010105, winehq-20010103, winehq-20001230, winehq-20001229, winehq-20001223, wine-20010112, wine-20001222
Changes since 1.1.1.8: +70 -78 lines
Diff to previous 1.1.1.8
Import of WineHQ CVS at Dec 23, 2000 (timezone=CET).
Wow, almost Christmas...

Revision 1.1.1.8 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Thu Dec 21 03:37:24 2000 UTC (8 years ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20001221
Changes since 1.1.1.7: +11 -11 lines
Diff to previous 1.1.1.7
Import of WineHQ CVS at Dec 21, 2000.

Revision 1.1.1.7 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Fri Dec 15 21:04:39 2000 UTC (8 years ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20001213
Changes since 1.1.1.6: +4 -2 lines
Diff to previous 1.1.1.6
Import of WineHQ CVS at Dec 13, 2000 - right before Alexandre started
destabilizing the tree. Let's see if it's possible to work from here.

Revision 1.1.1.6 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Thu Dec 14 14:05:27 2000 UTC (8 years ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20001214
Changes since 1.1.1.5: +2 -4 lines
Diff to previous 1.1.1.5
Yet another import of WineHQ - 20001214. (Hopefully without trouble.)

Revision 1.1.1.5 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Tue Dec 12 14:02:32 2000 UTC (8 years ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20001212
Changes since 1.1.1.4: +1 -0 lines
Diff to previous 1.1.1.4
Import of WineHQ CVS at Dec 12, 2000 (really this time).

Revision 1.1.1.4 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Wed Dec 6 15:58:05 2000 UTC (8 years, 1 month ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20001206
Changes since 1.1.1.3: +0 -1 lines
Diff to previous 1.1.1.3
Bot gored, decided to merge with WineHQ again.
Using ISO date format in the tags to avoid accidental time travelling.
Importing WineHQ CVS at 20001206...

Revision 1.1.1.3 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Fri Dec 1 08:22:18 2000 UTC (8 years, 1 month ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-011200
Changes since 1.1.1.2: +1 -1 lines
Diff to previous 1.1.1.2
Import of WineHQ CVS at Dec 12 2000. Lots of bugfixes in there...

Revision 1.1.1.2 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Thu Nov 23 15:19:06 2000 UTC (8 years, 1 month ago) by andrewl
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-112300
Changes since 1.1.1.1: +83 -23 lines
Diff to previous 1.1.1.1
Import of Nov 23 winehq.

Revision 1.1.1.1.6.1 - (download), view (text) (markup) (annotate) - [select for diffs]
Thu Nov 23 13:57:26 2000 UTC (8 years, 1 month ago) by andrewl
Branch: merge-231100
Changes since 1.1.1.1: +83 -23 lines
Diff to previous 1.1.1.1 , to next main 1.1.1.2
Merging in from winehq, everything except ddraw.
Still working out kinks in winelib & dinput.

Revision 1.1.1.1 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Fri Sep 8 01:44:40 2000 UTC (8 years, 4 months ago) by gavriels
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-090700, merge-231100-start, andrew-071100-start, andrew-071100-premerge, andrew-071100-postmerge
Branch point for: mipmap, merge-231100, andrew-071100
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Import of WineHQ 090700

Revision 1.1 - (download), view (text) (markup) (annotate) - [select for diffs]
Fri Sep 8 01:44:40 2000 UTC (8 years, 4 months ago) by gavriels
Branch point for: winehq-ddraw-merge, winehq
Initial revision

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:

Sort log by:

CVS Admin
Powered by
ViewCVS 1.0-dev