/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4727 by mark, Sun Sep 11 23:20:18 2005 UTC revision 1.4728 by fitzsim, Mon Sep 12 03:46:40 2005 UTC
# Line 1  Line 1 
1    2005-09-11  Thomas Fitzsimmons  <fitzsim@redhat.com>
2    
3            PR swing/22922
4            * java/awt/event/InputEvent.java (modifiersEx): New field.
5            (InputEvent): Assume modifiers parameter contains both new- and
6            old-style masks.
7            (isShiftDown): Check modifiers for old-style shift mask and
8            modifiersEx for new-style shift mask.
9            (isControlDown): Likewise for control mask.
10            (isMetaDown): Likewise for meta mask.
11            (isAltDown): Likewise for alt mask.
12            (isAltGraphDown): Likewise for alt-graph mask.
13            (getModifiers): Return value of modifiers field.
14            (getModifiersEx): Return value of modifiersEx field.
15            * java/awt/event/MouseEvent.java
16            (MouseEvent(Component,int,long,int,int,int,int,boolean,int)):
17            Clear button new-style mask for mouse released events.
18            (paramString): Remove old-style modifier handling.
19            (readObject): Extend modifiers and assign to modifiersEx.
20            * java/awt/event/KeyEvent.java (readObject): Extend modifiers and
21            assign to modifiersEx.
22            * native/jni/gtk-peer/gtkpeer.h: Define macros for new-style mouse
23            masks.  Define macros for old-style key masks.
24            * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c:
25            Remove macros for old-style key masks.
26            (button_to_awt_mods): Always return bitwise OR of new- and
27            old-style modifiers.
28            (cp_gtk_state_to_awt_mods): Likewise.
29            (state_to_awt_mods_with_button_states): Likewise.
30            * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
31            (keyevent_state_to_awt_mods): Likewise.
32    
33  2005-09-11  Mark Wielaard  <mark@klomp.org>  2005-09-11  Mark Wielaard  <mark@klomp.org>
34    
35          * m4/acinclude.m4 (CLASSPATH_CHECK_GCJ): Check for gcj 4 with          * m4/acinclude.m4 (CLASSPATH_CHECK_GCJ): Check for gcj 4 with

Legend:
Removed from v.1.4727  
changed lines
  Added in v.1.4728

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26