[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug awt/26848] setBounds/exposure problems with Matchbox WM interaction
From: |
cvs-commit at developer dot classpath dot org |
Subject: |
[Bug awt/26848] setBounds/exposure problems with Matchbox WM interaction |
Date: |
30 Mar 2006 23:03:15 -0000 |
------- Comment #10 from cvs-commit at developer dot classpath dot org
2006-03-30 23:03 -------
Subject: Bug 26848
CVSROOT: /cvsroot/classpath
Module name: classpath
Branch:
Changes by: Mark Wielaard <address@hidden> 06/03/30 22:36:03
Modified files:
. : ChangeLog
Log message:
Fix PR number.
PR 26848
* java/awt/Window.java (dispatchEventImpl): On ComponentEvents
adjust bounds. On resize invalidate and validate container.
Always pass on ComponentEvents to Container super class.
* gnu/java/awt/peer/gtk/GtkFramePeer.java (setBounds): Adjust for
menuBar and pass to GtkWindowPeer super class.
(postConfigureEvent): Adjust menu bar width. Adjust y and height
bounds and pass to GtkWindowPeer super class.
* gnu/java/awt/peer/gtk/GtkWindowPeer.java (x, y, width, height):
New fields for local bounds.
(getX, getY): New methods.
(getWidth): Don't call into awtComponent.
(getHeight): Likewise.
(create): Cache local bounds.
(setLocation): Documented, made protected and just call
nativeSetLocation.
(setLocationUnlocked): Removed unused method.
(setBoundsUnlocked): Likewise.
(setBounds): Check whether bounds actually changed and cache local
bounds.
(setSize): Documented and made protected.
(setResizable): Documented and cache local bounds.
(postConfigureEvent): Update local bounds. Don't call awtComponent
directly but post ComponentEvents.
(show): Cache local bounds.
(getBounds): Override to return cached bounds.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.6954&tr2=1.6955&r1=text&r2=text
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26848
- [Bug awt/26848] New: setBounds?exposure problems with Matchbox WM interaction, philippe dot laporte at gatespacetelematics dot com, 2006/03/24
- [Bug awt/26848] setBounds?exposure problems with Matchbox WM interaction, philippe dot laporte at gatespacetelematics dot com, 2006/03/24
- [Bug awt/26848] setBounds/exposure problems with Matchbox WM interaction, philippe dot laporte at gatespacetelematics dot com, 2006/03/24
- [Bug awt/26848] setBounds/exposure problems with Matchbox WM interaction, mark at gcc dot gnu dot org, 2006/03/24
- [Bug awt/26848] setBounds/exposure problems with Matchbox WM interaction, mark at gcc dot gnu dot org, 2006/03/29
- [Bug awt/26848] setBounds/exposure problems with Matchbox WM interaction, mark at gcc dot gnu dot org, 2006/03/29
- [Bug awt/26848] setBounds/exposure problems with Matchbox WM interaction, mark at gcc dot gnu dot org, 2006/03/29
- [Bug awt/26848] setBounds/exposure problems with Matchbox WM interaction, mark at gcc dot gnu dot org, 2006/03/29
- [Bug awt/26848] setBounds/exposure problems with Matchbox WM interaction, cvs-commit at developer dot classpath dot org, 2006/03/29
- [Bug awt/26848] setBounds/exposure problems with Matchbox WM interaction, mark at gcc dot gnu dot org, 2006/03/30
- [Bug awt/26848] setBounds/exposure problems with Matchbox WM interaction,
cvs-commit at developer dot classpath dot org <=