CVS log for winex/windows/win.c |
 |
|
Up to [cvs] / winex / windows / win.c
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision 1.33 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Apr 27 13:12:54 2007 UTC (20 months, 2 weeks ago) by daniel
CVS Tags:
HEAD
Changes since 1.32: +7 -0 lines
Diff to previous 1.32
If the game enables a window when no window is active, activate it.
I'm not sure whether this is the right thing to do, but works for now
with how StarCraft's Battle.net does wacky stuff as usual.
Revision 1.32 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Mar 27 21:01:57 2007 UTC (21 months, 2 weeks ago) by daniel
Changes since 1.31: +2 -8 lines
Diff to previous 1.31
GetWindowInfo ignores the cbSize structure member, at least under XP.
Revision 1.31 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Feb 22 23:27:03 2007 UTC (22 months, 2 weeks ago) by jason
Changes since 1.30: +12 -0 lines
Diff to previous 1.30
TRAC #887
Add some stub implementations of Win98 functions.
Revision 1.30 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Jan 20 16:01:13 2005 UTC (3 years, 11 months ago) by peter
CVS Tags:
cedega-4-3
Changes since 1.29: +2 -12 lines
Diff to previous 1.29
As far as I can tell CURSORICON_IconToCursor is totally redundant. The only place it gets used is when we already have a cursor.
Furthermore it does unneccesary things. And bad things - it calls into private gdi32 functions!
So its going away for now.
Revision 1.29 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Jan 19 20:17:53 2005 UTC (3 years, 11 months ago) by ovek
Changes since 1.28: +11 -0 lines
Diff to previous 1.28
It's best to fail if SetParent is given -1 as a window handle. Previously,
if hwnd was -1, we would broadcast a reparent request to all top-level
windows. This is particularly bad when the new parent is a child of one
of these top-level windows, since that would create a circular parent-child
relation, which is the reason Counter-Strike: Source hung on startup.
Revision 1.28 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Jun 29 14:53:40 2004 UTC (4 years, 6 months ago) by peter
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
Initial pass at small integer thread/process IDs. Needs to be tweaked
in the future to unbreak 16bit window hooks.
Revision 1.27 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Apr 20 19:45:45 2004 UTC (4 years, 8 months ago) by peter
Changes since 1.26: +0 -1 lines
Diff to previous 1.26
duh oops.
Revision 1.26 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Apr 20 19:44:26 2004 UTC (4 years, 8 months ago) by peter
Changes since 1.25: +10 -4 lines
Diff to previous 1.25
Move lock so it doesn't cover the server call and add missing unlock.
Revision 1.25 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Feb 18 22:27:52 2004 UTC (4 years, 10 months ago) by david
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
* change all occurances of *_DEBUG_CHANNEL to WINE_*_DEBUG_CHANNEL
* remove the #define's for *_DEBUG_CHANNEL
Revision 1.24 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Nov 3 21:53:57 2003 UTC (5 years, 2 months ago) by hunnise
CVS Tags:
winex-3-3-2,
winex-3-3-1,
winex-3-3,
winex-3-2-1,
winex-3-2,
winex-3-1-99,
dec3-internal-merge
Branch point for:
winex-3-3-branch,
winex-3-2-branch
Changes since 1.23: +13 -6 lines
Diff to previous 1.23
Change around where we flush to make sure we don't have anything outstanding
Revision 1.23 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sat Nov 1 07:23:54 2003 UTC (5 years, 2 months ago) by hunnise
Changes since 1.22: +4 -0 lines
Diff to previous 1.22
Flush thread messages when destroying a window.
Revision 1.22 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Jul 25 21:45:37 2003 UTC (5 years, 5 months ago) by hunnise
CVS Tags:
winex-sims-3-2,
start-merge-6oct03
Branch point for:
winex-sims-3-2-branch
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
Finally get around to changing all uses of debugtools.h -> wine/debug.h
Revision 1.21 -
(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.20: +4 -4 lines
Diff to previous 1.20
Stripped whitespace from end of lines.
Revision 1.1.1.28 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Wed Sep 25 19:25:44 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.27: +4 -4 lines
Diff to previous 1.1.1.27
Import of ReWind CVS at Sep 25, 2002.
Revision 1.20 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Jun 7 12:52:22 2002 UTC (6 years, 7 months ago) by ovek
CVS Tags:
quartz-pre-removal,
quartz-post-removal
Changes since 1.19: +46 -6 lines
Diff to previous 1.19
Merge of ReWind CVS at Jun 7, 2002.
Revision 1.1.1.27 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Jun 7 12:28:19 2002 UTC (6 years, 7 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
rewind-20020804,
rewind-20020607
Changes since 1.1.1.26: +52 -0 lines
Diff to previous 1.1.1.26
Import of ReWind CVS at Jun 7, 2002.
Revision 1.19 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Apr 19 16:36:37 2002 UTC (6 years, 8 months ago) by ovek
Changes since 1.18: +33 -2 lines
Diff to previous 1.18
Merge of Wine release 20020228, the last X11-licensed Wine release.
Conflicts between our typelib marshaller and Marcus's were resolved
by dumping Marcus's marshaller.
Revision 1.1.1.26 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Apr 19 15:55:44 2002 UTC (6 years, 8 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
wine-20020228,
rewind-20020427,
rewind-20020419
Changes since 1.1.1.25: +33 -2 lines
Diff to previous 1.1.1.25
Import of Wine release 20020228, the last X11-licensed Wine release.
Revision 1.18 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sun Feb 24 05:01:58 2002 UTC (6 years, 10 months ago) by crazney
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
Branch point for:
winex-2-0-branch
Changes since 1.17: +12 -0 lines
Diff to previous 1.17
add stub for GetWindowInfo and add struct/typedef for WINDOWINFO.
Revision 1.17 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Jan 16 19:49:08 2002 UTC (6 years, 11 months ago) by ovek
Changes since 1.16: +6 -29 lines
Diff to previous 1.16
Merge of WineHQ CVS at Jan 16, 2002.
Revision 1.1.1.25 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Wed Jan 16 19:09:24 2002 UTC (6 years, 11 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20020116
Changes since 1.1.1.24: +6 -29 lines
Diff to previous 1.1.1.24
Import of WineHQ CVS at Jan 16, 2002.
Revision 1.16 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Dec 31 15:12:19 2001 UTC (7 years ago) by ovek
Changes since 1.15: +305 -223 lines
Diff to previous 1.15
Attempted merge of Wine release 20011226. Probably breaks lots of stuff.
(Use the wine-premerge-20011226 cvs tag if you want)
Revision 1.1.1.24 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Mon Dec 31 10:54:43 2001 UTC (7 years ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
wine-20011226
Changes since 1.1.1.23: +304 -222 lines
Diff to previous 1.1.1.23
Import of Wine release 20011226.
(The tree before this import has been tagged wine-premerge-20011226)
Revision 1.15 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sun Nov 11 20:12:06 2001 UTC (7 years, 1 month ago) by ovek
CVS Tags:
wine-premerge-20011226
Changes since 1.14: +884 -590 lines
Diff to previous 1.14
Try to find window to repaint with a single wineserver request.
Revision 1.1.1.23 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Sun Oct 28 14:23:18 2001 UTC (7 years, 2 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20011028
Changes since 1.1.1.22: +884 -591 lines
Diff to previous 1.1.1.22
Import of WineHQ CVS at Oct 28, 2001.
Revision 1.14 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Thu Oct 4 14:24:55 2001 UTC (7 years, 3 months ago) by ovek
Changes since 1.13: +341 -597 lines
Diff to previous 1.13
Merge from WineHQ CVS on at Oct 4, 2001.
Revision 1.1.1.22 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Thu Oct 4 13:50:48 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.21: +349 -603 lines
Diff to previous 1.1.1.21
Import of WineHQ CVS at Oct 4, 2001.
Revision 1.13 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sat Sep 8 13:11:12 2001 UTC (7 years, 4 months ago) by ovek
Changes since 1.12: +265 -136 lines
Diff to previous 1.12
Nerge from WineHQ CVS at Sep 8, 2001.
Revision 1.1.1.21 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Sat Sep 8 13:02:32 2001 UTC (7 years, 4 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20010908
Changes since 1.1.1.20: +265 -136 lines
Diff to previous 1.1.1.20
Import of WineHQ CVS at Sep 8, 2001.
Revision 1.12 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Sep 7 23:26:07 2001 UTC (7 years, 4 months ago) by ovek
Changes since 1.11: +516 -863 lines
Diff to previous 1.11
Alexandre's patch to fix WM_PAINT-to-wrong-thread problem.
Revision 1.1.1.20 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Wed Aug 29 18:29:14 2001 UTC (7 years, 4 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
wine-20010824
Changes since 1.1.1.19: +503 -853 lines
Diff to previous 1.1.1.19
Import of Wine release 20010824.
Revision 1.1.1.19 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri May 11 08:44:44 2001 UTC (7 years, 8 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-premerge-20010824-start,
winehq-premerge-20010824-20011014,
wine-20010510,
Oct1201,
Oct1101
Branch point for:
winehq-premerge-20010824
Changes since 1.1.1.18: +3 -2 lines
Diff to previous 1.1.1.18
Import of Wine release 20010510.
Revision 1.1.1.18 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Wed May 9 18:46:55 2001 UTC (7 years, 8 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20010509
Changes since 1.1.1.17: +3 -3 lines
Diff to previous 1.1.1.17
Import of WineHQ CVS at May 9, 2001.
Revision 1.11 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Apr 25 06:51:35 2001 UTC (7 years, 8 months ago) by ovek
Changes since 1.10: +79 -77 lines
Diff to previous 1.10
Merge from WineHQ CVS at April 25, 2001. Alexandre has apparently begun
restructuring the window management, so some of my GDI-over-DirectDraw
hacks may have been lost, but they weren't very good hacks anyway...
Revision 1.1.1.17 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Wed Apr 25 06:30:18 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: +79 -77 lines
Diff to previous 1.1.1.16
Import of WineHQ CVS at April 25, 2001.
Revision 1.10 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sun Apr 15 02:20:30 2001 UTC (7 years, 8 months ago) by ovek
Changes since 1.9: +23 -13 lines
Diff to previous 1.9
Merge of WineHQ CVS at April 14, 2001. I resolved merge conflicts in
the OpenGL visual management code by keeping the WineHQ code, since users
have reported that the wgl visuals didn't work in the transgaming tree.
Revision 1.1.1.16 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Sun Apr 15 02:01:51 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: +23 -13 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.9 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Sun Apr 15 01:04:58 2001 UTC (7 years, 8 months ago) by ovek
Changes since 1.8: +9 -14 lines
Diff to previous 1.8
Merge of Wine release 20010326.
Revision 1.1.1.15 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Sun Apr 15 00:52:47 2001 UTC (7 years, 8 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
wine-20010326
Changes since 1.1.1.14: +8 -10 lines
Diff to previous 1.1.1.14
Import of Wine release 20010326.
Revision 1.8 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Mar 20 08:49:50 2001 UTC (7 years, 9 months ago) by ovek
Changes since 1.7: +21 -0 lines
Diff to previous 1.7
Merge from WineHQ CVS at Mar 20, 2001.
Revision 1.1.1.14 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Tue Mar 20 08:42:37 2001 UTC (7 years, 9 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20010320
Changes since 1.1.1.13: +21 -0 lines
Diff to previous 1.1.1.13
Import of WineHQ CVS at Mar 20, 2001.
Revision 1.7 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Mar 2 11:44:57 2001 UTC (7 years, 10 months ago) by ovek
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
Merge with Wine 20010216 release.
Revision 1.1.1.13 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Mar 2 11:38:06 2001 UTC (7 years, 10 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20010318,
wine-20010305,
wine-20010216
Changes since 1.1.1.12: +3 -3 lines
Diff to previous 1.1.1.12
Import of Wine 20010216 release (tagged with wine-20010216).
Revision 1.6 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Fri Jan 26 19:32:35 2001 UTC (7 years, 11 months ago) by ovek
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
Merge from WineHQ CVS at Jan 26, 2001.
Revision 1.1.1.12 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Fri Jan 26 19:16:01 2001 UTC (7 years, 11 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20010129,
winehq-20010126
Changes since 1.1.1.11: +1 -1 lines
Diff to previous 1.1.1.11
Import of WineHQ CVS at Jan 26, 2001.
Revision 1.5 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Tue Jan 23 17:23:43 2001 UTC (7 years, 11 months ago) by ovek
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
Merge from WineHQ CVS at Jan 22, 2001.
Revision 1.1.1.11 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Tue Jan 23 17:13:48 2001 UTC (7 years, 11 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20010123
Changes since 1.1.1.10: +1 -1 lines
Diff to previous 1.1.1.10
Import of WineHQ CVS at Jan 22, 2001 (which is yesterday, as winehq is down
today). Trying to get this machine up to speed and working...
Revision 1.4 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Wed Jan 17 15:04:12 2001 UTC (7 years, 11 months ago) by ovek
Changes since 1.3: +0 -1 lines
Diff to previous 1.3
Merge from WineHQ CVS at Jan 17, 2001.
Revision 1.1.1.10 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Wed Jan 17 14:47:11 2001 UTC (7 years, 11 months ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
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.3 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Jan 1 09:26:45 2001 UTC (8 years ago) by ovek
CVS Tags:
winehq-premerge-20010105
Changes since 1.2: +0 -1 lines
Diff to previous 1.2
Appears misapplied to me. Not that it ought to matter...
(Andreas also reports that the loader patch is quite broken)
Revision 1.2 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
Mon Jan 1 07:22:30 2001 UTC (8 years ago) by gavriels
Changes since 1.1: +205 -193 lines
Diff to previous 1.1
Check in the other part of Andreas' fix to get InstallShield working
Revision 1.1.1.9 -
(download), view
(text)
(markup)
(annotate)
- [select for diffs]
(vendor branch)
Sat Dec 23 00:55:04 2000 UTC (8 years ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20010113,
winehq-20010112,
winehq-20010105,
winehq-20010103,
winehq-20001230,
winehq-20001229,
winehq-20001223,
wine-20010112,
wine-20001222
Changes since 1.1.1.8: +84 -80 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:22 2000 UTC (8 years ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20001221
Changes since 1.1.1.7: +3 -1 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:37 2000 UTC (8 years ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20001213
Changes since 1.1.1.6: +1 -1 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:25 2000 UTC (8 years ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20001214
Changes since 1.1.1.5: +1 -1 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:31 2000 UTC (8 years ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20001212
Changes since 1.1.1.4: +46 -42 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:04 2000 UTC (8 years, 1 month ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-20001206
Changes since 1.1.1.3: +3 -3 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:16 2000 UTC (8 years, 1 month ago) by ovek
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-011200
Changes since 1.1.1.2: +22 -30 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:03 2000 UTC (8 years, 1 month ago) by andrewl
Branch:
winehq-ddraw-merge,
winehq
CVS Tags:
winehq-112300
Changes since 1.1.1.1: +45 -39 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:25 2000 UTC (8 years, 1 month ago) by andrewl
Branch:
merge-231100
Changes since 1.1.1.1: +45 -39 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.