CVS log for winex/windows/user.c

(logo)

ViewCVS and CVS Help

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

Request diff between arbitrary revisions


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

Revision 1.20 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Aug 29 11:55:48 2007 UTC (16 months, 1 week ago) by mark
CVS Tags: HEAD
Changes since 1.19: +9 -0 lines
Diff to previous 1.19
Implement ChangeDisplaySettingsW

Revision 1.19 - (download), view (text) (markup) (annotate) - [select for diffs]
Fri Mar 30 22:09:47 2007 UTC (21 months, 1 week ago) by daniel
Changes since 1.18: +10 -0 lines
Diff to previous 1.18
Added missing UnregisterDeviceNotification function

Revision 1.18 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Mar 28 18:33:09 2007 UTC (21 months, 1 week ago) by daniel
Changes since 1.17: +40 -0 lines
Diff to previous 1.17
WideChar versions of ChangeDisplaySettingsExW and RegisterDeviceNotificationW
(still a stub though).

Revision 1.17 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue Mar 16 20:16:05 2004 UTC (4 years, 9 months ago) by peter
CVS Tags: cedega-4-3
Changes since 1.16: +12 -1 lines
Diff to previous 1.16
Add nt debug information for critical sections.

Revision 1.16 - (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.15: +5 -5 lines
Diff to previous 1.15
* change all occurances of *_DEBUG_CHANNEL to WINE_*_DEBUG_CHANNEL
* remove the #define's for *_DEBUG_CHANNEL

Revision 1.15 - (download), view (text) (markup) (annotate) - [select for diffs]
Thu Jan 22 23:33:59 2004 UTC (4 years, 11 months ago) by james
CVS Tags: winex-3-3-2, winex-3-3-1, winex-3-3
Branch point for: winex-3-3-branch
Changes since 1.14: +7 -5 lines
Diff to previous 1.14
Some games pass in smaller versions of DEVMODE, and since the underlying
implementation of ChangeDevMode only implements the lowest common denominator
anyway, lets do the same here

Revision 1.14 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Jan 21 22:00:07 2004 UTC (4 years, 11 months ago) by james
Changes since 1.13: +31 -14 lines
Diff to previous 1.13
Simple fix - we shouldn't be overwriting values in a struct passed into us -
so make a copy

Revision 1.13 - (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, winex-3-2-1, winex-3-2, winex-3-1-99, start-merge-6oct03, dec3-internal-merge
Branch point for: winex-sims-3-2-branch, winex-3-2-branch
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
Finally get around to changing all uses of debugtools.h -> wine/debug.h

Revision 1.12 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue Jun 24 20:59:50 2003 UTC (5 years, 6 months ago) by hunnise
Changes since 1.11: +2 -0 lines
Diff to previous 1.11
Some warning fixes.

Revision 1.11 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Sep 25 20:05:09 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.10: +6 -6 lines
Diff to previous 1.10
Stripped whitespace from end of lines.

Revision 1.1.1.19 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Wed Sep 25 19:25:42 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.18: +11 -11 lines
Diff to previous 1.1.1.18
Import of ReWind CVS at Sep 25, 2002.

Revision 1.10 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue Jul 23 00:41:48 2002 UTC (6 years, 5 months ago) by crazney
Changes since 1.9: +25 -64 lines
Diff to previous 1.9
o) move EnumDisplaySettings into x11drv to return correct available modes
o) fix some bugs with EnumDisplaySettings
o) move ChangeDisplaySettings into ChangeDisplaySettingsEx to support that

Revision 1.9.2.1 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue Jul 23 00:41:45 2002 UTC (6 years, 5 months ago) by crazney
Branch: winex-2-0-branch
CVS Tags: winex-kohan-2-1, winex-2-2-1, winex-2-2, winex-2-1, winex-2-0-branch-merge-to-head
Changes since 1.9: +25 -64 lines
Diff to previous 1.9 , to next main 1.10
o) move EnumDisplaySettings into x11drv to return correct available modes
o) fix some bugs with EnumDisplaySettings
o) move ChangeDisplaySettings into ChangeDisplaySettingsEx to support that

Revision 1.9 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Jan 30 21:31:42 2002 UTC (6 years, 11 months ago) by hunnise
CVS Tags: winex-2-0, quartz-pre-removal, quartz-post-removal
Branch point for: winex-2-0-branch
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
Better fix for previous: Tie depths, array, and NRDEPTHS, array size, together.

Revision 1.8 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Jan 30 18:40:51 2002 UTC (6 years, 11 months ago) by hunnise
Changes since 1.7: +3 -2 lines
Diff to previous 1.7
Don't exceed array bounds

Revision 1.7 - (download), view (text) (markup) (annotate) - [select for diffs]
Wed Jan 30 00:35:10 2002 UTC (6 years, 11 months ago) by ovek
Changes since 1.6: +8 -6 lines
Diff to previous 1.6
Changed SYSMETRICS_ModifySystemMetrics to SYSMETRICS_Set, as it's called
that in WineHQ. Send a broadcast message from ChangeDisplaySettings.

Revision 1.6 - (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.5: +20 -16 lines
Diff to previous 1.5
Merge of WineHQ CVS at Jan 16, 2002.

Revision 1.1.1.18 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Wed Jan 16 19:09:23 2002 UTC (6 years, 11 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20020116, wine-20020228, rewind-20020804, rewind-20020607, rewind-20020427, rewind-20020419
Changes since 1.1.1.17: +20 -16 lines
Diff to previous 1.1.1.17
Import of WineHQ CVS at Jan 16, 2002.

Revision 1.5 - (download), view (text) (markup) (annotate) - [select for diffs]
Mon Dec 31 15:12:19 2001 UTC (7 years ago) by ovek
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
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.17 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Mon Dec 31 10:54:41 2001 UTC (7 years ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: wine-20011226
Changes since 1.1.1.16: +1 -1 lines
Diff to previous 1.1.1.16
Import of Wine release 20011226.
(The tree before this import has been tagged wine-premerge-20011226)

Revision 1.4 - (download), view (text) (markup) (annotate) - [select for diffs]
Sat Oct 20 17:35:55 2001 UTC (7 years, 2 months ago) by ovek
CVS Tags: wine-premerge-20011226
Changes since 1.3: +9 -7 lines
Diff to previous 1.3
Don't try to dereference devmode when it's NULL.

Revision 1.3 - (download), view (text) (markup) (annotate) - [select for diffs]
Sat Oct 13 23:26:47 2001 UTC (7 years, 2 months ago) by ovek
CVS Tags: winehq-premerge-20010824-postmerge-20011014
Changes since 1.2: +15 -23 lines
Diff to previous 1.2
Merge back the winehq-premerge-20010824 branch.

Revision 1.1.1.15.2.2 - (download), view (text) (markup) (annotate) - [select for diffs]
Tue Oct 2 05:32:44 2001 UTC (7 years, 3 months ago) by andrewlewycky
Branch: winehq-premerge-20010824
CVS Tags: winehq-premerge-20010824-20011014, Oct1201, Oct1101
Changes since 1.1.1.15.2.1: +11 -7 lines
Diff to previous 1.1.1.15.2.1 , to branch point 1.1.1.15 , to next main 1.1.1.16
ChangeDisplaySettingsA: initialise fields that the caller skipped.
EnumDisplaySettingsA: only report the current bit depth.

Revision 1.1.1.15.2.1 - (download), view (text) (markup) (annotate) - [select for diffs]
Mon Sep 24 06:21:50 2001 UTC (7 years, 3 months ago) by crazney
Branch: winehq-premerge-20010824
Changes since 1.1.1.15: +28 -17 lines
Diff to previous 1.1.1.15
ChangeDisplaySetting proper implementation. Required modification of the sysmetrics so that windows would be placed correctly.

Revision 1.2 - (download), view (text) (markup) (annotate) - [select for diffs]
Mon Sep 24 05:07:16 2001 UTC (7 years, 3 months ago) by crazney
CVS Tags: winehq-premerge-20010824-premerge-20011014
Changes since 1.1: +181 -181 lines
Diff to previous 1.1
ChangeDisplaySetting proper implementation. Required modification of the sysmetrics so that windows would be placed correctly.

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

Revision 1.1.1.15 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Sun Apr 15 02:01:48 2001 UTC (7 years, 8 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-premerge-20010824-start, winehq-20010509, winehq-20010501, winehq-20010425, winehq-20010419, winehq-20010416, winehq-20010414, wine-20010510, wine-20010418
Branch point for: winehq-premerge-20010824
Changes since 1.1.1.14: +0 -24 lines
Diff to previous 1.1.1.14
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.14 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Sun Apr 15 00:52:42 2001 UTC (7 years, 8 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: wine-20010326
Changes since 1.1.1.13: +1 -1 lines
Diff to previous 1.1.1.13
Import of Wine release 20010326.

Revision 1.1.1.13 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Mon Mar 5 22:57:28 2001 UTC (7 years, 10 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20010320, winehq-20010318, wine-20010305
Changes since 1.1.1.12: +32 -4 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)
Fri Mar 2 11:38:04 2001 UTC (7 years, 10 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: wine-20010216
Changes since 1.1.1.11: +2 -2 lines
Diff to previous 1.1.1.11
Import of Wine 20010216 release (tagged with wine-20010216).

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

Revision 1.1.1.10 - (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-20010126
Changes since 1.1.1.9: +2 -1 lines
Diff to previous 1.1.1.9
Import of WineHQ CVS at Jan 26, 2001.

Revision 1.1.1.9 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Wed Jan 17 14:47:10 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.8: +5 -6 lines
Diff to previous 1.1.1.8
Import of WineHQ CVS at Jan 17, 2001.

Revision 1.1.1.8 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Fri Jan 12 19:41:00 2001 UTC (7 years, 11 months ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20010113, winehq-20010112, wine-20010112
Changes since 1.1.1.7: +1 -1 lines
Diff to previous 1.1.1.7
Import of WineHQ CVS at Jan 12, 2001.

Revision 1.1.1.7 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Fri Jan 5 08:05:14 2001 UTC (8 years ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20010105
Changes since 1.1.1.6: +2 -2 lines
Diff to previous 1.1.1.6
Import of WineHQ CVS at Jan 5, 2001, after Alexandre applied our
winehq-ddraw-merge patch, slightly modified.
(I tagged the tree before this import with winehq-premerge-20010105,
just in case.)

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

Revision 1.1.1.5 - (download), view (text) (markup) (annotate) - [select for diffs] (vendor branch)
Tue Dec 12 14:02:29 2000 UTC (8 years ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-20001221, winehq-20001214, winehq-20001213, winehq-20001212
Changes since 1.1.1.4: +2 -4 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:57:37 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:11 2000 UTC (8 years, 1 month ago) by ovek
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-011200
Changes since 1.1.1.2: +5 -4 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:01 2000 UTC (8 years, 1 month ago) by andrewl
Branch: winehq-ddraw-merge, winehq
CVS Tags: winehq-112300
Changes since 1.1.1.1: +1 -1 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: +1 -1 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:39 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:39 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