Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
fe3cc852
Commit
fe3cc852
authored
Jan 02, 2000
by
Tor Lillqvist
Browse files
Add credits for finding the bug fixed a couple of days ago.
parent
d4755803
Changes
7
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
fe3cc852
2000-01-02 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
before Owen's reorgani
z
ation: Don't have queued_events and
before Owen's reorgani
s
ation: Don't have queued_events and
queued_tail statics in this file, but use gdk_queued_events and
gdk_queued_tail. This makes exposure event compression work again.
...
...
@@ -20,10 +20,12 @@
* gdk/win32/gdkprivate-win32.h
* gdk/win32/gdkevents-win32.c
* gdk/win32/gdkinput-win32.c
* gdk/win32/gdkwindow-win32.c: Remove the superfluous
extension_events field in the GdkWindowWin32Data struct. Use only
the extension_events field in GdkWindowPrivate. Previously one was
set, and the other one tested, which broke tablet functionality.
set, and the other one tested, which broke tablet
functionality. Thanks to Keishi Suenaga for pointing this out.
1999-12-18 Tor Lillqvist <tml@iki.fi>
...
...
ChangeLog.pre-2-0
View file @
fe3cc852
2000-01-02 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
before Owen's reorgani
z
ation: Don't have queued_events and
before Owen's reorgani
s
ation: Don't have queued_events and
queued_tail statics in this file, but use gdk_queued_events and
gdk_queued_tail. This makes exposure event compression work again.
...
...
@@ -20,10 +20,12 @@
* gdk/win32/gdkprivate-win32.h
* gdk/win32/gdkevents-win32.c
* gdk/win32/gdkinput-win32.c
* gdk/win32/gdkwindow-win32.c: Remove the superfluous
extension_events field in the GdkWindowWin32Data struct. Use only
the extension_events field in GdkWindowPrivate. Previously one was
set, and the other one tested, which broke tablet functionality.
set, and the other one tested, which broke tablet
functionality. Thanks to Keishi Suenaga for pointing this out.
1999-12-18 Tor Lillqvist <tml@iki.fi>
...
...
ChangeLog.pre-2-10
View file @
fe3cc852
2000-01-02 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
before Owen's reorgani
z
ation: Don't have queued_events and
before Owen's reorgani
s
ation: Don't have queued_events and
queued_tail statics in this file, but use gdk_queued_events and
gdk_queued_tail. This makes exposure event compression work again.
...
...
@@ -20,10 +20,12 @@
* gdk/win32/gdkprivate-win32.h
* gdk/win32/gdkevents-win32.c
* gdk/win32/gdkinput-win32.c
* gdk/win32/gdkwindow-win32.c: Remove the superfluous
extension_events field in the GdkWindowWin32Data struct. Use only
the extension_events field in GdkWindowPrivate. Previously one was
set, and the other one tested, which broke tablet functionality.
set, and the other one tested, which broke tablet
functionality. Thanks to Keishi Suenaga for pointing this out.
1999-12-18 Tor Lillqvist <tml@iki.fi>
...
...
ChangeLog.pre-2-2
View file @
fe3cc852
2000-01-02 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
before Owen's reorgani
z
ation: Don't have queued_events and
before Owen's reorgani
s
ation: Don't have queued_events and
queued_tail statics in this file, but use gdk_queued_events and
gdk_queued_tail. This makes exposure event compression work again.
...
...
@@ -20,10 +20,12 @@
* gdk/win32/gdkprivate-win32.h
* gdk/win32/gdkevents-win32.c
* gdk/win32/gdkinput-win32.c
* gdk/win32/gdkwindow-win32.c: Remove the superfluous
extension_events field in the GdkWindowWin32Data struct. Use only
the extension_events field in GdkWindowPrivate. Previously one was
set, and the other one tested, which broke tablet functionality.
set, and the other one tested, which broke tablet
functionality. Thanks to Keishi Suenaga for pointing this out.
1999-12-18 Tor Lillqvist <tml@iki.fi>
...
...
ChangeLog.pre-2-4
View file @
fe3cc852
2000-01-02 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
before Owen's reorgani
z
ation: Don't have queued_events and
before Owen's reorgani
s
ation: Don't have queued_events and
queued_tail statics in this file, but use gdk_queued_events and
gdk_queued_tail. This makes exposure event compression work again.
...
...
@@ -20,10 +20,12 @@
* gdk/win32/gdkprivate-win32.h
* gdk/win32/gdkevents-win32.c
* gdk/win32/gdkinput-win32.c
* gdk/win32/gdkwindow-win32.c: Remove the superfluous
extension_events field in the GdkWindowWin32Data struct. Use only
the extension_events field in GdkWindowPrivate. Previously one was
set, and the other one tested, which broke tablet functionality.
set, and the other one tested, which broke tablet
functionality. Thanks to Keishi Suenaga for pointing this out.
1999-12-18 Tor Lillqvist <tml@iki.fi>
...
...
ChangeLog.pre-2-6
View file @
fe3cc852
2000-01-02 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
before Owen's reorgani
z
ation: Don't have queued_events and
before Owen's reorgani
s
ation: Don't have queued_events and
queued_tail statics in this file, but use gdk_queued_events and
gdk_queued_tail. This makes exposure event compression work again.
...
...
@@ -20,10 +20,12 @@
* gdk/win32/gdkprivate-win32.h
* gdk/win32/gdkevents-win32.c
* gdk/win32/gdkinput-win32.c
* gdk/win32/gdkwindow-win32.c: Remove the superfluous
extension_events field in the GdkWindowWin32Data struct. Use only
the extension_events field in GdkWindowPrivate. Previously one was
set, and the other one tested, which broke tablet functionality.
set, and the other one tested, which broke tablet
functionality. Thanks to Keishi Suenaga for pointing this out.
1999-12-18 Tor Lillqvist <tml@iki.fi>
...
...
ChangeLog.pre-2-8
View file @
fe3cc852
2000-01-02 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
before Owen's reorgani
z
ation: Don't have queued_events and
before Owen's reorgani
s
ation: Don't have queued_events and
queued_tail statics in this file, but use gdk_queued_events and
gdk_queued_tail. This makes exposure event compression work again.
...
...
@@ -20,10 +20,12 @@
* gdk/win32/gdkprivate-win32.h
* gdk/win32/gdkevents-win32.c
* gdk/win32/gdkinput-win32.c
* gdk/win32/gdkwindow-win32.c: Remove the superfluous
extension_events field in the GdkWindowWin32Data struct. Use only
the extension_events field in GdkWindowPrivate. Previously one was
set, and the other one tested, which broke tablet functionality.
set, and the other one tested, which broke tablet
functionality. Thanks to Keishi Suenaga for pointing this out.
1999-12-18 Tor Lillqvist <tml@iki.fi>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment