2004-01-23 16:19:28 +01:00
|
|
|
|
2004-01-23 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
2004-01-23 16:29:38 +01:00
|
|
|
|
* java/lang/VMClassLoader.java: Reworked imports.
|
|
|
|
|
2004-01-23 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
2004-01-23 16:19:28 +01:00
|
|
|
|
* javax/swing/AbstractAction.java: Reformated.
|
|
|
|
|
|
2004-01-23 16:15:31 +01:00
|
|
|
|
2004-01-23 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* java/text/CollationElementIterator.java:
|
|
|
|
|
(setText): New method.
|
|
|
|
|
|
2004-01-23 15:37:09 +01:00
|
|
|
|
2004-01-23 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* gnu/java/nio/FileLockImpl.java:
|
|
|
|
|
Fixed filename in copyright.
|
|
|
|
|
(released): Removed.
|
|
|
|
|
(finalize): New method.
|
|
|
|
|
* gnu/java/nio/natFileLockImpl.cc
|
|
|
|
|
(releaseImpl): Implemented.
|
|
|
|
|
* java/nio/channels/FileChannelImpl.java:
|
|
|
|
|
Reworked imports.
|
|
|
|
|
(lock): Implemented.
|
|
|
|
|
(lockImpl): New method.
|
|
|
|
|
(tryLock): Implemented.
|
|
|
|
|
(tryLockImpl): New method.
|
|
|
|
|
* java/nio/channels/natFileChannelImpl.cc
|
|
|
|
|
(lockImpl): New method.
|
|
|
|
|
(tryLockImpl): New method.
|
|
|
|
|
|
2004-01-23 15:07:28 +01:00
|
|
|
|
2004-01-23 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* java/io/FileDescriptor.java
|
|
|
|
|
(lock): New method.
|
|
|
|
|
(tryLock): New method.
|
|
|
|
|
(unlock): New method.
|
|
|
|
|
* java/io/natFileDescriptorEcos.cc
|
|
|
|
|
(lock): New method.
|
|
|
|
|
(tryLock): New method.
|
|
|
|
|
(unlock): New method.
|
|
|
|
|
* java/io/natFileDescriptorPosix.cc
|
|
|
|
|
(lock): New method.
|
|
|
|
|
(tryLock): New method.
|
|
|
|
|
(unlock): New method.
|
|
|
|
|
* java/io/natFileDescriptorWin32.cc
|
|
|
|
|
(lock): New method.
|
|
|
|
|
(tryLock): New method.
|
|
|
|
|
(unlock): New method.
|
|
|
|
|
|
2004-01-23 14:50:10 +01:00
|
|
|
|
2004-01-23 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* java/io/FileDescriptor.java
|
|
|
|
|
(sync): Moved around, added javadoc.
|
|
|
|
|
(valid): Likewise.
|
|
|
|
|
(open): Likewise.
|
|
|
|
|
(write): Likewise.
|
|
|
|
|
(close): Likewise.
|
|
|
|
|
(setLength): Likewise.
|
|
|
|
|
(seek): Likewise.
|
|
|
|
|
(getLength): Likewise.
|
|
|
|
|
(getFilePointer): Likewise.
|
|
|
|
|
(read): Likewise.
|
|
|
|
|
(available): Likewise.
|
|
|
|
|
(finalize): Likewise.
|
|
|
|
|
|
2004-01-23 13:42:10 +01:00
|
|
|
|
2004-01-23 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* javax/swing/AbstractAction.java: Reformated.
|
|
|
|
|
(getPropertyChangeListeners): New method.
|
|
|
|
|
* javax/swing/AbstractCellEditor.java: Reformated.
|
|
|
|
|
(getCellEditorListeners): New method.
|
|
|
|
|
* javax/swing/DefaultListSelectionModel.java
|
|
|
|
|
(listenerList): New field.
|
|
|
|
|
(listeners): Removed.
|
|
|
|
|
(get_listeners): Removed.
|
|
|
|
|
(addListSelectionListener): Rewritten.
|
|
|
|
|
(removeListSelectionListener): Rewritten.
|
|
|
|
|
(getListSelectionListeners): New method.
|
|
|
|
|
(getListeners): New method.
|
|
|
|
|
* javax/swing/JComboBox.java: Imports reworked.
|
|
|
|
|
(addActionListener): Implemented.
|
|
|
|
|
(removeActionListener): Implemented.
|
|
|
|
|
(addItemListener): Implemented.
|
|
|
|
|
(removeItemListener): Implemented.
|
|
|
|
|
(addPopupMenuListener): Implemented.
|
|
|
|
|
(removePopupMenuListener): Implemented.
|
|
|
|
|
(getActionListeners): New method.
|
|
|
|
|
(getItemListeners): New method.
|
|
|
|
|
(getPopupMenuListeners): New method.
|
|
|
|
|
|
2004-01-23 13:32:23 +01:00
|
|
|
|
2004-01-23 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* gnu/java/net/protocol/http/Connection.java
|
|
|
|
|
(connect): Don't initialize bufferedOutputStream if not needed.
|
|
|
|
|
(sendRequest): Set property for content length if content is present.
|
|
|
|
|
Write content only if present.
|
|
|
|
|
(getOutputStream): Check if already connected, dont connect,
|
|
|
|
|
initalize bufferedOutputStream if needed.
|
|
|
|
|
|
2004-01-23 13:29:05 +01:00
|
|
|
|
2004-01-23 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* java/io/FileDescriptor.java
|
|
|
|
|
(in, out, err): Added javadoc.
|
|
|
|
|
(static): Merged loading code.
|
|
|
|
|
(fd, position): Moved around.
|
|
|
|
|
|
2004-01-23 13:01:23 +01:00
|
|
|
|
2004-01-23 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* gnu/java/awt/doc-files/BitwiseXORComposite-1.png:
|
|
|
|
|
New file.
|
|
|
|
|
|
2004-01-23 12:56:48 +01:00
|
|
|
|
2004-01-23 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* java/lang/Class.java,
|
|
|
|
|
java/lang/Object.java,
|
|
|
|
|
java/lang/Thread.java: Merged copyright with classpath.
|
|
|
|
|
|
2004-01-23 12:45:54 +01:00
|
|
|
|
2004-01-23 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* java/io/FileDescriptor.java: Merged copyright with classpath to
|
|
|
|
|
start merging this class.
|
|
|
|
|
|
2004-01-23 03:49:57 +01:00
|
|
|
|
2004-01-22 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR libgcj/13107:
|
|
|
|
|
* testsuite/libjava.lang/pr13107_2.xfail: New file.
|
|
|
|
|
* testsuite/libjava.lang/pr13107_3.xfail: New file.
|
|
|
|
|
* testsuite/libjava.lang/pr13107_3.java: New file.
|
|
|
|
|
* testsuite/libjava.lang/pr13107_3.out: New file.
|
|
|
|
|
* testsuite/libjava.lang/pr13107_2.java: New file.
|
|
|
|
|
* testsuite/libjava.lang/pr13107_2.out: New file.
|
|
|
|
|
* testsuite/libjava.lang/pr13107.java: New file.
|
|
|
|
|
* testsuite/libjava.lang/pr13107.out: New file.
|
|
|
|
|
* verify.cc (jsr_ptrs): Removed.
|
|
|
|
|
(entry_points): Likewise.
|
|
|
|
|
(struct subr_info): Likewise.
|
|
|
|
|
(struct subr_entry_info): Likewise.
|
|
|
|
|
(type_val::unused_by_subroutine_type): Likewise.
|
|
|
|
|
(type::merge): Don't handle unused_by_subroutine_type.
|
|
|
|
|
(type::print): Likewise.
|
|
|
|
|
(state::flags): Removed.
|
|
|
|
|
(state::subroutine): Likewise.
|
|
|
|
|
(state::seen_subrs): Likewise.
|
|
|
|
|
(state::NO_STACK): Likewise.
|
|
|
|
|
(state::FLAG_CHANGED, state::FLAG_UNUSED): Likewise.
|
|
|
|
|
(state): Updated all methods.
|
|
|
|
|
(state::clean_subrs): Removed.
|
|
|
|
|
(state::state): Removed `ret_semantics' flag.
|
|
|
|
|
(state::copy): Likewise.
|
|
|
|
|
(state::add_subr): Removed.
|
|
|
|
|
(state::enter_subroutine): Likewise.
|
|
|
|
|
(type::set_return_address): New method.
|
|
|
|
|
(handle_jsr_insn): Set return address on the type. Always
|
|
|
|
|
invalidate PC after call.
|
|
|
|
|
(check_nonrecursive_call): Removed.
|
|
|
|
|
(~_Jv_BytecodeVerifier): Updated.
|
|
|
|
|
(branch_prepass): Removed special handling of jsr.
|
|
|
|
|
(note_branch_target): Likewise.
|
|
|
|
|
(get_subroutine): Removed.
|
|
|
|
|
(state::merge): Don't merge subroutines and don't handle
|
|
|
|
|
NO_STACK. Removed ret_semantics and jsr_semantics arguments.
|
|
|
|
|
(state::note_variable): Removed.
|
|
|
|
|
(state::is_unmerged_ret_state): Likewise.
|
|
|
|
|
(state::print): Updated.
|
|
|
|
|
(set_variable): Likewise.
|
|
|
|
|
(merge_into): Renamed from push_jump_merge. Removed ret_semantics
|
|
|
|
|
and jsr_semantics arguments. Updated for new reverification
|
|
|
|
|
list.
|
|
|
|
|
(pop_jump): Rewrote.
|
|
|
|
|
(construct_primitive_array_type): Updated.
|
|
|
|
|
(state::next): Removed.
|
|
|
|
|
(INVALID_STATE): New define.
|
|
|
|
|
(state::INVALID): Removed.
|
|
|
|
|
(state::NO_NEXT): New value.
|
|
|
|
|
(state::pc, state::next): New fields.
|
|
|
|
|
(state::get_pc): New method.
|
|
|
|
|
(next_verify_pc): Removed.
|
|
|
|
|
(next_verify_state): New field.
|
|
|
|
|
(verify_instructions_0): Always check for falling off end.
|
|
|
|
|
(linked): New type.
|
|
|
|
|
(linked_utf8): Removed.
|
|
|
|
|
(states): Changed type.
|
|
|
|
|
(type::state_mergeable_p): New method.
|
|
|
|
|
(state::state_mergeable_p): Likewise.
|
|
|
|
|
(handle_ret_insn): Removed most code.
|
|
|
|
|
(state::reverify): New method.
|
|
|
|
|
(add_new_state): Likewise.
|
|
|
|
|
(state::set_pc): Likewise.
|
|
|
|
|
|
2004-01-23 02:43:36 +01:00
|
|
|
|
2004-01-22 Jeff Sturm <jsturm@one-point.com>
|
|
|
|
|
|
|
|
|
|
PR java/13733
|
|
|
|
|
* testsuite/libjava.compile/PR13733.java: New file.
|
|
|
|
|
* testsuite/libjava.compile/PR13733.xfail: New file.
|
|
|
|
|
|
2004-01-22 22:41:53 +01:00
|
|
|
|
2004-01-22 Arnaud Vandyck <arnaud.vandyck@ulg.ac.be>
|
|
|
|
|
Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* javax/swing/table/DefaultTableCellRenderer.java
|
|
|
|
|
(DefaultTableCellRenderer): Added javadoc for the class and for
|
|
|
|
|
the constructor, Border instance, create an EmptyBorder.
|
|
|
|
|
(UIResource): Removed the comment at the end of the class
|
|
|
|
|
(setForeground): New method.
|
|
|
|
|
(setBackground): New method.
|
|
|
|
|
(updateUI): New method.
|
|
|
|
|
(getTableCellRendererComponent): Rewritten with the help of
|
|
|
|
|
dvholten and Stephane Meslin-Weber.
|
|
|
|
|
(validate): New method.
|
|
|
|
|
(repaint): New method.
|
|
|
|
|
(firePropertyChange): New method.
|
|
|
|
|
(setValue): New method.
|
|
|
|
|
|
2004-01-22 21:17:43 +01:00
|
|
|
|
2004-01-22 Thomas Fitzsimmons <fitzsim@redhat.com>
|
|
|
|
|
|
|
|
|
|
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
|
|
|
|
|
(connectJObject): Replace printf calls with g_assert statements.
|
|
|
|
|
Move property-notify-event signal connection to ...
|
|
|
|
|
(connectSignals): Connect property-notify-event signal. Iterate
|
|
|
|
|
through the vbox's children to find layout.
|
|
|
|
|
|
2004-01-22 10:54:19 +01:00
|
|
|
|
2004-01-22 Graydon Hoare <graydon@redhat.com>
|
|
|
|
|
|
|
|
|
|
* gnu/java/awt/peer/gtk/GdkClasspathFontPeer.java:
|
|
|
|
|
* gnu/java/awt/peer/gtk/GdkGlyphVector.java:
|
|
|
|
|
Predicate static initialization on GtkToolkit.useGraphics2D().
|
|
|
|
|
* java/awt/Component.java (processPaintEvent): Consume event.
|
|
|
|
|
* javax/swing/AbstractButton.java: Reimplement, document.
|
|
|
|
|
* javax/swing/DefaultButtonModel.java: Reimplement, document.
|
|
|
|
|
* javax/swing/JComponent.java (paint): Use double buffer.
|
|
|
|
|
(listenerList): Enable member.
|
|
|
|
|
* javax/swing/ToggleButtonModel.java: Remove incorrect constructor.
|
|
|
|
|
* javax/swing/JToggleButton.java
|
|
|
|
|
(JToggleButton): Modify model constructor.
|
|
|
|
|
* javax/swing/SwingUtilities.java
|
|
|
|
|
(layoutCompoundLabel): Adjust arithmetic.
|
|
|
|
|
* javax/swing/plaf/basic/BasicButtonUI.java: Reimplement, document.
|
|
|
|
|
* javax/swing/plaf/basic/BasicGraphicsUtils.java
|
|
|
|
|
(getPreferredButtonSize): Include margins in calculation.
|
|
|
|
|
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
|
|
|
|
|
(Java_gnu_java_awt_peer_gtk_GtkWindowPeer_connectSignals):
|
|
|
|
|
Receive up events from subordinate layout component.
|
|
|
|
|
|
2004-01-22 01:22:27 +01:00
|
|
|
|
2004-01-21 Thomas Fitzsimmons <fitzsim@redhat.com>
|
|
|
|
|
|
|
|
|
|
* java/awt/Component.java (show): Set visible to true before
|
|
|
|
|
showing the peer.
|
|
|
|
|
|
2004-01-21 21:11:08 +01:00
|
|
|
|
2004-01-21 Kim Ho <kho@redhat.com>
|
|
|
|
|
|
|
|
|
|
* gnu/java/awt/peer/gtk/GtkFramePeer.java (postConfigureEvent):
|
|
|
|
|
Fix comments.
|
|
|
|
|
(removeMenuBarPeer): Make package private.
|
|
|
|
|
(setMenuBarPeer): Make package private.
|
|
|
|
|
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
|
|
|
|
|
(menubar_resize_cb): Mark attributes unused.
|
|
|
|
|
(getMenuBarHeight): ditto.
|
|
|
|
|
|
2004-01-21 15:39:15 +01:00
|
|
|
|
2004-01-21 David Jee <djee@redhat.com>
|
|
|
|
|
|
|
|
|
|
* java/awt/Container.java
|
|
|
|
|
(LightweightDispatcher.handleEvent): Add an extra check to avoid
|
|
|
|
|
dispatching MOUSE_ENTERED event twice. Translate the point for
|
|
|
|
|
the mouse event target before dispatching the event.
|
|
|
|
|
|
2004-01-20 22:25:27 +01:00
|
|
|
|
2004-01-20 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (lib_org_w3c_dom_la_LIBADD,
|
|
|
|
|
lib_org_w3c_dom_la_LDFLAGS): New.
|
|
|
|
|
(lib_org_xml_sax_la_LIBADD, lib_org_xml_sax_la_LDFLAGS): New.
|
|
|
|
|
* Makefile.in: Rebuilt.
|
|
|
|
|
|
2004-01-20 21:56:53 +01:00
|
|
|
|
2004-01-20 Thomas Fitzsimmons <fitzsim@redhat.com>
|
|
|
|
|
|
2004-01-20 22:24:09 +01:00
|
|
|
|
* gnu/java/awt/peer/gtk/GtkComponentPeer.java (setBounds):
|
|
|
|
|
Calculate proper offsets for heavyweight components packed in
|
|
|
|
|
lightweight containers.
|
|
|
|
|
|
2004-01-20 22:05:39 +01:00
|
|
|
|
* gnu/java/awt/peer/gtk/GtkTextFieldPeer.java,
|
|
|
|
|
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextFieldPeer.c
|
|
|
|
|
(native create): Add width parameter.
|
|
|
|
|
(create): Calculate text entry width based on current font's
|
|
|
|
|
metrics and number of columns. Set TextField's font if not
|
|
|
|
|
already set. Call native create.
|
|
|
|
|
(gtkEntryGetBorderWidth): New native method.
|
|
|
|
|
(gtkEntryGetSize): Remove method.
|
|
|
|
|
(getMinimumSize): Call minimumSize.
|
|
|
|
|
(getPreferredSize): Call preferredSize.
|
|
|
|
|
(minimumSize): Calculate minimum size based on backing
|
|
|
|
|
GtkEntry's borders, font metrics and number of columns.
|
|
|
|
|
(preferredSize): Likewise for preferred size.
|
|
|
|
|
(get_border_width): New static function.
|
|
|
|
|
|
2004-01-20 21:56:53 +01:00
|
|
|
|
* gnu/java/awt/peer/gtk/GtkFramePeer.java (setResizable):
|
|
|
|
|
Override GtkWindowPeer's setResizable method to account for menu
|
|
|
|
|
bar height when setting the frame's size.
|
|
|
|
|
|
2004-01-19 20:01:59 +01:00
|
|
|
|
2004-01-19 Matthias Klose <doko@debian.org>
|
|
|
|
|
|
|
|
|
|
* libtool-version: Increased `current' to 6.
|
|
|
|
|
|
2004-01-19 19:41:52 +01:00
|
|
|
|
2004-01-19 Kim Ho <kho@redhat.com>
|
|
|
|
|
|
|
|
|
|
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
|
|
|
|
|
(connectJObject): Iterate through the vbox's children to find layout.
|
|
|
|
|
|
2004-01-19 19:22:29 +01:00
|
|
|
|
2004-01-19 Fernando Nasser <fnasser@redhat.com>
|
|
|
|
|
|
|
|
|
|
* java/awt/EventQueue.java (invokeAndWait): Use list-aware
|
|
|
|
|
isDispatchThread method to replace wrong test condition.
|
|
|
|
|
|
2004-01-19 18:38:36 +01:00
|
|
|
|
2004-01-19 Fernando Nasser <fnasser@redhat.com>
|
|
|
|
|
|
|
|
|
|
* java/awt/EventQueue.java (pop): Prevent racing condition to add
|
|
|
|
|
events to the queue out of order by acquiring locks in the proper
|
|
|
|
|
order and not by releasing one before acquiring the other.
|
|
|
|
|
|
2004-01-19 18:32:29 +01:00
|
|
|
|
2004-01-19 Fernando Nasser <fnasser@redhat.com>
|
|
|
|
|
|
|
|
|
|
* gnu/java/awt/peer/gtk/TestAWT.java (DialogWindow): Make text not
|
|
|
|
|
visible so that dialog can be reused.
|
|
|
|
|
|
2004-01-19 15:51:54 +01:00
|
|
|
|
2004-01-19 Fernando Nasser <fnasser@redhat.com>
|
|
|
|
|
|
|
|
|
|
* java/awt/EventQueue.java (getCurrentEvent): Consider that system
|
|
|
|
|
events may be handled by any queue in the stack.
|
|
|
|
|
|
2004-01-19 15:27:45 +01:00
|
|
|
|
2004-01-19 Kim Ho <kho@redhat.com>
|
|
|
|
|
|
|
|
|
|
* gnu/java/awt/peer/gtk/GtkFramePeer.java (getMenuBarHeight): Added
|
|
|
|
|
MenuBarPeer parameter.
|
|
|
|
|
(removeMenuBarPeer): New native method.
|
|
|
|
|
(setMenuBar): Call remove if menu bar is null. Adjust insets
|
|
|
|
|
appropriately.
|
|
|
|
|
(postSizeAllocateEvent): New method. Called when menu bar size is
|
|
|
|
|
allocated. Adjust insets and redo layout.
|
|
|
|
|
(GtkFramePeer): Set menu bar during frame creation.
|
|
|
|
|
(postConfigureEvent): Adjust position and size to accomodate
|
|
|
|
|
menu bar.
|
|
|
|
|
* java/awt/Frame.java (setMenuBar): addNotify to create menu bar.
|
|
|
|
|
* java/awt/Menu.java (addSeparator): Use peer's addSeparator.
|
|
|
|
|
(addNotify): Create the peer if it doesn't exist and call addNotify
|
|
|
|
|
for the menu's items.
|
|
|
|
|
* java/awt/MenuBar.java (addNotify): Create this menu bar's menus.
|
|
|
|
|
* java/awt/MenuItem.java (addNotify): Create the peer if it
|
|
|
|
|
doesn't exist.
|
|
|
|
|
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
|
|
|
|
|
(removeMenuBarPeer): New method. Remove menu bar on the current
|
|
|
|
|
frame.
|
|
|
|
|
(setMenuBarPeer): Add the menu bar to the current frame and the
|
|
|
|
|
callback for size-allocate events on the menu bar.
|
|
|
|
|
(getMenuBarHeight): Add menu bar parameter.
|
|
|
|
|
(menubar_resize_cb): New callback method for postSizeAllocate events.
|
|
|
|
|
|
|
|
|
|
Also: Fix indentation on last ChangeLog entry.
|
|
|
|
|
|
2004-01-19 15:08:19 +01:00
|
|
|
|
2004-01-16 Kim Ho <kho@redhat.com>
|
|
|
|
|
|
2004-01-19 15:27:45 +01:00
|
|
|
|
* gnu/java/awt/peer/gtk/GtkFileDialogPeer.java
|
|
|
|
|
(gtkWidgetGetDimensions): Remove.
|
|
|
|
|
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
|
|
|
|
|
(gtkWidgetGetDimensions): Remove.
|
2004-01-19 15:08:19 +01:00
|
|
|
|
|
2004-01-17 00:54:22 +01:00
|
|
|
|
2004-01-16 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
2004-01-17 01:01:59 +01:00
|
|
|
|
* java/awt/Container.java: Typo and indentation fixes.
|
|
|
|
|
|
2004-01-17 00:54:22 +01:00
|
|
|
|
* java/lang/natClassLoader.cc: Moved VMClassLoader methods...
|
|
|
|
|
* java/lang/natVMClassLoader.cc: ...here. New file.
|
|
|
|
|
* Makefile.in: Rebuilt.
|
|
|
|
|
* Makefile.am (nat_source_files): Added natVMClassLoader.cc.
|
|
|
|
|
|
2004-01-16 23:30:11 +01:00
|
|
|
|
2004-01-16 Fernando Nasser <fnasser@redhat.com>
|
|
|
|
|
|
|
|
|
|
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c (pre_event_handler):
|
|
|
|
|
Discard GDK_ENTER_NOTIFY related to ungrabs.
|
|
|
|
|
|
2004-01-16 23:26:49 +01:00
|
|
|
|
2004-01-16 Fernando Nasser <fnasser@redhat.com>
|
|
|
|
|
|
|
|
|
|
* java/awt/EventQueue.java (pop): Prevent breaking the chain if pop
|
|
|
|
|
is called for an intermediate queue.
|
|
|
|
|
|
2004-01-16 22:55:21 +01:00
|
|
|
|
2004-01-16 Thomas Fitzsimmons <fitzsim@redhat.com>
|
|
|
|
|
|
|
|
|
|
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
|
|
|
|
|
(window_property_changed_cb): Set id_set.
|
|
|
|
|
|
2004-01-16 21:05:41 +01:00
|
|
|
|
2004-01-16 Kim Ho <kho@redhat.com>
|
2004-01-16 22:55:21 +01:00
|
|
|
|
|
2004-01-16 21:05:41 +01:00
|
|
|
|
* gnu/java/awt/peer/gtk/GtkComponentPeer.java (GtkComponentPeer): If
|
2004-01-16 22:55:21 +01:00
|
|
|
|
it is a FileDialog and has dimensions of 0 by 0, then the initial
|
|
|
|
|
size is set to size request plus insets.
|
|
|
|
|
* gnu/java/awt/peer/gtk/GtkFileDialogPeer.java
|
|
|
|
|
(gtkWidgetGetDimensions): Override method.
|
|
|
|
|
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
|
|
|
|
|
(gtkWidgetGetDimensions): Override method. Returns size request plus
|
|
|
|
|
insets.
|
2004-01-16 21:05:41 +01:00
|
|
|
|
|
2004-01-16 18:25:26 +01:00
|
|
|
|
2004-01-16 Andrew Haley <aph@redhat.com>
|
|
|
|
|
|
|
|
|
|
* sysdep/x86-64/locks.h: Don't use in/out memory constraints.
|
|
|
|
|
* sysdep/i386/locks.h: Likewise.
|
|
|
|
|
|
2004-01-16 17:15:49 +01:00
|
|
|
|
2004-01-16 Fernando Nasser <fnasser@redhat.com>
|
|
|
|
|
|
|
|
|
|
* java/awt/EventDispatchThread.java (run): Stop running when
|
|
|
|
|
interrupted.
|
|
|
|
|
* java/awt/EventQueue.java (pop): Stop dispatch thread when done.
|
|
|
|
|
Reset the queue after transferring its contents.
|
|
|
|
|
(push): Start a new dispatch thread if none is running.
|
|
|
|
|
|
2004-01-16 15:22:23 +01:00
|
|
|
|
2004-01-16 Olga Rodimina <rodimina@redhat.com>
|
|
|
|
|
|
|
|
|
|
* gnu/java/awt/peer/gtk/GdkGraphics2D.java:
|
|
|
|
|
(doPolygon): set fill rule of polygon to
|
|
|
|
|
WIND_EVEN_ODD by default.
|
|
|
|
|
|
2004-01-15 23:00:01 +01:00
|
|
|
|
2004-01-15 Olga Rodimina <rodimina@redhat.com>
|
|
|
|
|
|
|
|
|
|
* gnu/java/awt/peer/gtk/GdkGraphics2D.java:
|
|
|
|
|
Implemented rendering hints related methods.
|
|
|
|
|
(getDefaultHints): New helper method. Returns
|
|
|
|
|
default rendering hints.
|
|
|
|
|
(walkPath): changed to normalize path if
|
|
|
|
|
the KEY_STROKE_CONTROL key is in "normalize" mode.
|
|
|
|
|
(draw3DRect): changed coordinates of rectangle by +0.5
|
|
|
|
|
if in "normalize" mode.
|
|
|
|
|
|
2004-01-15 19:29:29 +01:00
|
|
|
|
2004-01-15 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Rebuilt.
|
|
|
|
|
* Makefile.am (gnu/gcj/runtime/StackTrace.lo): New rule.
|
|
|
|
|
(%.lo: %.java) Filter out StackTrace.lo.
|
|
|
|
|
|
2004-01-15 04:41:49 +01:00
|
|
|
|
2004-01-14 Kelley Cook <kcook@gcc.gnu.org>
|
|
|
|
|
|
|
|
|
|
* configure.in: Add in AC_PREREQ(2.13)
|
|
|
|
|
* libltdl/configure.ac: Update to AC_PREREQ(2.57). Delete
|
|
|
|
|
FIXME comment.
|
|
|
|
|
|
2004-01-14 23:49:58 +01:00
|
|
|
|
2004-01-14 Nathan Bryant <nbryant@optonline.net>
|
|
|
|
|
Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR libgcj/12001:
|
|
|
|
|
* gnu/gcj/runtime/VMClassLoader.java (VMClassLoader): Pass empty
|
|
|
|
|
array to superclass.
|
|
|
|
|
(init): Changed interface; add URLs here.
|
|
|
|
|
(initialize): New static method.
|
|
|
|
|
* prims.cc (_Jv_CreateJavaVM): Initialize ClassLoader here...
|
|
|
|
|
(_Jv_RunMain): ... not here.
|
|
|
|
|
|
2004-01-14 20:45:11 +01:00
|
|
|
|
2004-01-14 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* java/text/MessageFormat.java:
|
|
|
|
|
Added descriptions to exceptions.
|
|
|
|
|
This fixes PR libgcj/2429.
|
|
|
|
|
|
2004-01-13 23:51:26 +01:00
|
|
|
|
2004-01-13 Fernando Nasser <fnasser@redhat.com>
|
|
|
|
|
|
|
|
|
|
* java/awt/EventQueue.java (isDispatchThread): Do check on top of stack.
|
|
|
|
|
(push): Make sure push is performed at the top of the thread stack.
|
2004-01-14 23:49:58 +01:00
|
|
|
|
|
2004-01-13 21:58:33 +01:00
|
|
|
|
2004-01-13 Thomas Fitzsimmons <fitzsim@redhat.com>
|
|
|
|
|
|
|
|
|
|
* gnu/java/awt/peer/gtk/GtkTextAreaPeer.java,
|
|
|
|
|
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextAreaPeer.c
|
|
|
|
|
(native create): Add width and height parameters. Set text
|
|
|
|
|
view's size request according to new parameters.
|
|
|
|
|
(create): Calculate text view size based on current font's
|
|
|
|
|
metrics and number of rows and columns. Set TextArea's font if
|
|
|
|
|
not already set. Call native create.
|
|
|
|
|
(getMinimumSize): Call minimumSize.
|
|
|
|
|
(getPreferredSize): Call preferredSize.
|
|
|
|
|
(getHScrollbarHeight): New method.
|
|
|
|
|
(getVScrollbarWidth): New method.
|
|
|
|
|
(minimumSize): Calculate minimum size based on scrollbar
|
|
|
|
|
visibility, scrollbar sizes, font metrics and number of rows and
|
|
|
|
|
columns.
|
|
|
|
|
(preferredSize): Likewise for preferred size.
|
|
|
|
|
(gtkTextGetSize): Remove method.
|
|
|
|
|
|
2004-01-13 21:54:46 +01:00
|
|
|
|
2004-01-13 Thomas Fitzsimmons <fitzsim@redhat.com>
|
|
|
|
|
|
|
|
|
|
* gnu/java/awt/peer/gtk/GtkComponentPeer.java
|
|
|
|
|
(initializeInsets): Remove method.
|
|
|
|
|
(GtkComponentPeer): Initialize insets field. Remove call to
|
|
|
|
|
initializeInsets.
|
|
|
|
|
* gnu/java/awt/peer/gtk/GtkDialogPeer.java (initializeInsets):
|
|
|
|
|
Remove method.
|
|
|
|
|
* gnu/java/awt/peer/gtk/GtkFramePeer.java (initializeInsets):
|
|
|
|
|
Remove method.
|
|
|
|
|
* gnu/java/awt/peer/gtk/GtkWindowPeer.java,
|
|
|
|
|
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c:
|
|
|
|
|
(latestInsets): Remove field.
|
|
|
|
|
(native create): Add insets parameter. Call
|
|
|
|
|
window_get_frame_extents. Set the window's default size and
|
|
|
|
|
size request based on its frame extents.
|
|
|
|
|
(create): Initialize insets.
|
|
|
|
|
(postInsetsChangedEvent): New method.
|
|
|
|
|
(postConfigureEvent): Remove parameters top, left, bottom,
|
|
|
|
|
right. Remove insets-related logic.
|
|
|
|
|
(connectJObject): Handle property-notify-event.
|
|
|
|
|
(window_get_frame_extents, request_frame_extents,
|
|
|
|
|
property_notify_predicate, window_property_changed_cb): New
|
|
|
|
|
static functions.
|
|
|
|
|
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c
|
|
|
|
|
(pre_event_handler): Remove insets-related logic for configure
|
|
|
|
|
events.
|
|
|
|
|
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c (gtkInit):
|
|
|
|
|
Update postConfigureEvent signature.
|
|
|
|
|
|
2004-01-13 23:51:26 +01:00
|
|
|
|
2004-01-13 Fernando Nasser <fnasser@redhat.com>
|
2004-01-13 21:00:00 +01:00
|
|
|
|
|
|
|
|
|
* gnu/java/awt/peer/gtk/TestAWT.java (DialogWindow): Add WindowAdapter
|
|
|
|
|
to handle Window "Closing" events.
|
|
|
|
|
|
2004-01-13 18:55:20 +01:00
|
|
|
|
2004-01-13 David Jee <djee@redhat.com>
|
|
|
|
|
|
|
|
|
|
* gnu/java/awt/peer/gtk/GtkContainerPeer.java
|
|
|
|
|
(setBackground): New method. Children with no explicitly-set
|
|
|
|
|
background will be repainted with the parent container's new
|
|
|
|
|
background color.
|
|
|
|
|
|
|
|
|
|
2004-01-13 David Jee <djee@redhat.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: Add BitwiseXORComposite.java.
|
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
|
* gcj/Makefile.in: Regenerated.
|
|
|
|
|
* include/Makefile.in: Regenerated.
|
|
|
|
|
* testsuite/Makefile.in: Regenerated.
|
|
|
|
|
|
2004-01-13 14:09:31 +01:00
|
|
|
|
2004-01-12 Fernando Nasser <fnasser@redhat.com>
|
|
|
|
|
|
|
|
|
|
* gnu/java/awt/peer/gtk/TestAWT.java: Fix test program so that it does
|
|
|
|
|
not show modal dialogs twice and so that it allows showing a modal
|
|
|
|
|
dialog from another modal dialog.
|
|
|
|
|
|
2004-01-13 03:56:18 +01:00
|
|
|
|
2004-01-12 Fernando Nasser <fnasser@redhat.com>
|
|
|
|
|
|
|
|
|
|
* java/awt/Dialog.java (show): Enable blocking for all modal dialogs
|
|
|
|
|
and run secondary dispatch thread to process event queue while this
|
|
|
|
|
thread is blocked.
|
|
|
|
|
|
2004-01-12 20:11:00 +01:00
|
|
|
|
2004-01-12 Graydon Hoare <graydon@redhat.com>
|
|
|
|
|
|
|
|
|
|
* gnu/java/awt/gtk/GdkGraphics2D.java
|
|
|
|
|
(static): Check GtkToolkit before initializing static state.
|
|
|
|
|
(Graphics2D): Don't construct transform with 0.5 unit offset.
|
|
|
|
|
|
|
|
|
|
2003-11-06 Sascha Brawer <brawer@dandelis.ch>
|
|
|
|
|
|
|
|
|
|
* gnu/java/awt/BitwiseXORComposite.java: Add.
|
|
|
|
|
* gnu/java/awt/peer/gtk/GdkGraphics2D.java
|
|
|
|
|
(setXORMode): Switch to gnu.java.awt.BitwiseXORComposite.
|
|
|
|
|
(BitwiseXORComposite): Remove inner class.
|
|
|
|
|
|
2004-01-11 15:07:36 +01:00
|
|
|
|
2004-01-11 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* gnu/java/lang/reflect/TypeSignature.java
|
|
|
|
|
(getEncodingOfClass): Documentation fixed.
|
|
|
|
|
(getClassForEncoding): Give class loader to Class.forName().
|
|
|
|
|
Documentation fixed.
|
|
|
|
|
|
2004-01-11 13:40:49 +01:00
|
|
|
|
2004-01-11 Sascha Brawer <brawer@dandelis.ch>
|
|
|
|
|
|
|
|
|
|
* javax/swing/undo/CompoundEdit.java (serialVersionUID): Added.
|
|
|
|
|
|
2004-01-11 00:11:56 +01:00
|
|
|
|
2004-01-11 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* javax/swing/undo/StateEditable.java
|
|
|
|
|
(RCSID): Removed redundant modifiers.
|
|
|
|
|
|
2004-01-10 23:16:01 +01:00
|
|
|
|
2004-01-10 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* javax/print/attribute/EnumSyntax.java
|
|
|
|
|
(getStringTable): Made protected.
|
|
|
|
|
(getEnumValueTable): Likewise.
|
|
|
|
|
* javax/print/attribute/standard/JobKOctetsProcessed.java
|
|
|
|
|
(JobKOctetsProcessed): Don't implement PrintRequestAttribute.
|
|
|
|
|
* javax/print/attribute/standard/JobMediaSheetsCompleted.java
|
|
|
|
|
(JobMediaSheetsCompleted): Made class final.
|
|
|
|
|
* javax/print/attribute/standard/OutputDeviceAssigned.java
|
|
|
|
|
(getName): Fixed typo.
|
|
|
|
|
* javax/print/attribute/standard/RequestingUserName.java
|
|
|
|
|
(serialVersionUID): Fixed value.
|
|
|
|
|
|
2004-01-10 22:59:30 +01:00
|
|
|
|
2004-01-10 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* javax/swing/plaf/basic/BasicButtonUI.java,
|
|
|
|
|
javax/swing/plaf/basic/BasicCheckBoxUI.java,
|
|
|
|
|
javax/swing/plaf/basic/BasicListUI.java,
|
|
|
|
|
javax/swing/plaf/basic/BasicOptionPaneUI.java,
|
|
|
|
|
javax/swing/plaf/basic/BasicPanelUI.java,
|
|
|
|
|
javax/swing/plaf/basic/BasicRadioButtonUI.java,
|
|
|
|
|
javax/swing/plaf/basic/BasicScrollPaneUI.java,
|
|
|
|
|
javax/swing/plaf/basic/BasicToggleButtonUI.java,
|
|
|
|
|
javax/swing/plaf/basic/BasicViewportUI.java:
|
|
|
|
|
Fixed import statements.
|
|
|
|
|
|
2004-01-10 22:32:23 +01:00
|
|
|
|
2004-01-10 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* gnu/java/awt/image/ImageDecoder.java
|
|
|
|
|
(produce): Made public.
|
|
|
|
|
* gnu/java/awt/peer/GLightweightPeer.java,
|
|
|
|
|
gnu/java/awt/peer/gtk/GtkToolkit.java:
|
|
|
|
|
Reformated.
|
|
|
|
|
|
JRadioButtonMenuItem.java, [...]: Fixed import statements.
2004-01-10 Michael Koch <konqueror@gmx.de>
* javax/swing/JRadioButtonMenuItem.java,
javax/swing/JSeparator.java,
javax/swing/JSplitPane.java,
javax/swing/JTextPane.java,
javax/swing/JToolBar.java,
javax/swing/ListCellRenderer.java,
javax/swing/ListModel.java,
javax/swing/MenuElement.java,
javax/swing/OverlayLayout.java,
javax/swing/ProgressMonitor.java,
javax/swing/ProgressMonitorInputStream.java,
javax/swing/Renderer.java,
javax/swing/RootPaneContainer.java,
javax/swing/Scrollable.java,
javax/swing/SingleSelectionModel.java,
javax/swing/ToolTipManager.java,
javax/swing/ViewportLayout.java,
javax/swing/event/DocumentEvent.java,
javax/swing/event/SwingPropertyChangeSupport.java,
javax/swing/event/TreeSelectionEvent.java,
javax/swing/event/UndoableEditEvent.java,
javax/swing/text/AbstractDocument.java,
javax/swing/text/AttributeSet.java,
javax/swing/text/Caret.java,
javax/swing/text/ComponentView.java,
javax/swing/text/DefaultCaret.java,
javax/swing/text/DefaultEditorKit.java,
javax/swing/text/Document.java,
javax/swing/text/EditorKit.java,
javax/swing/text/GapContent.java,
javax/swing/text/Keymap.java,
javax/swing/text/MutableAttributeSet.java,
javax/swing/text/PlainEditorKit.java,
javax/swing/text/Segment.java,
javax/swing/text/Style.java,
javax/swing/text/StyledDocument.java,
javax/swing/text/StyledEditorKit.java,
javax/swing/text/TextAction.java,
javax/swing/text/View.java: Fixed import statements.
From-SVN: r75651
2004-01-10 22:07:44 +01:00
|
|
|
|
2004-01-10 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* javax/swing/JRadioButtonMenuItem.java,
|
|
|
|
|
javax/swing/JSeparator.java,
|
|
|
|
|
javax/swing/JSplitPane.java,
|
|
|
|
|
javax/swing/JTextPane.java,
|
|
|
|
|
javax/swing/JToolBar.java,
|
|
|
|
|
javax/swing/ListCellRenderer.java,
|
|
|
|
|
javax/swing/ListModel.java,
|
|
|
|
|
javax/swing/MenuElement.java,
|
|
|
|
|
javax/swing/OverlayLayout.java,
|
|
|
|
|
javax/swing/ProgressMonitor.java,
|
|
|
|
|
javax/swing/ProgressMonitorInputStream.java,
|
|
|
|
|
javax/swing/Renderer.java,
|
|
|
|
|
javax/swing/RootPaneContainer.java,
|
|
|
|
|
javax/swing/Scrollable.java,
|
|
|
|
|
javax/swing/SingleSelectionModel.java,
|
|
|
|
|
javax/swing/ToolTipManager.java,
|
|
|
|
|
javax/swing/ViewportLayout.java,
|
|
|
|
|
javax/swing/event/DocumentEvent.java,
|
|
|
|
|
javax/swing/event/SwingPropertyChangeSupport.java,
|
|
|
|
|
javax/swing/event/TreeSelectionEvent.java,
|
|
|
|
|
javax/swing/event/UndoableEditEvent.java,
|
|
|
|
|
javax/swing/text/AbstractDocument.java,
|
|
|
|
|
javax/swing/text/AttributeSet.java,
|
|
|
|
|
javax/swing/text/Caret.java,
|
|
|
|
|
javax/swing/text/ComponentView.java,
|
|
|
|
|
javax/swing/text/DefaultCaret.java,
|
|
|
|
|
javax/swing/text/DefaultEditorKit.java,
|
|
|
|
|
javax/swing/text/Document.java,
|
|
|
|
|
javax/swing/text/EditorKit.java,
|
|
|
|
|
javax/swing/text/GapContent.java,
|
|
|
|
|
javax/swing/text/Keymap.java,
|
|
|
|
|
javax/swing/text/MutableAttributeSet.java,
|
|
|
|
|
javax/swing/text/PlainEditorKit.java,
|
|
|
|
|
javax/swing/text/Segment.java,
|
|
|
|
|
javax/swing/text/Style.java,
|
|
|
|
|
javax/swing/text/StyledDocument.java,
|
|
|
|
|
javax/swing/text/StyledEditorKit.java,
|
|
|
|
|
javax/swing/text/TextAction.java,
|
|
|
|
|
javax/swing/text/View.java: Fixed import statements.
|
|
|
|
|
|
2004-01-09 23:52:18 +01:00
|
|
|
|
2004-01-08 Graydon Hoare <graydon@redhat.com>
|
|
|
|
|
|
|
|
|
|
* javax/swing/JLayeredPane.java: Rewrite to accomodate
|
|
|
|
|
djee@redhat.com's recent inverse ordering of Container elements.
|
|
|
|
|
|
2004-01-09 18:18:29 +01:00
|
|
|
|
2004-01-09 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* gnu/java/lang/ArrayHelper.java
|
|
|
|
|
(equalsArray): Removed.
|
|
|
|
|
|
2004-01-09 18:10:43 +01:00
|
|
|
|
2004-01-09 Andrew Haley <aph@redhat.com>
|
|
|
|
|
|
|
|
|
|
* java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass): Resolve
|
|
|
|
|
a Utf8Const field before looking at its class.
|
|
|
|
|
|
DocumentName.java, [...]: New files.
2004-01-09 Michael Koch <konqueror@gmx.de>
* javax/print/attribute/standard/DocumentName.java,
javax/print/attribute/standard/JobHoldUntil.java,
javax/print/attribute/standard/JobMessageFromOperator.java,
javax/print/attribute/standard/JobName.java,
javax/print/attribute/standard/JobOriginatingUserName.java,
javax/print/attribute/standard/OutputDeviceAssigned.java,
javax/print/attribute/standard/PrinterInfo.java,
javax/print/attribute/standard/PrinterLocation.java,
javax/print/attribute/standard/PrinterMakeAndModel.java,
javax/print/attribute/standard/PrinterMessageFromOperator.java,
javax/print/attribute/standard/PrinterName.java,
javax/print/attribute/standard/RequestingUserName.java: New files.
* Makefile.am (javax_source_files): Added new files.
* Makefile.in: Regenerated.
From-SVN: r75573
2004-01-09 12:26:42 +01:00
|
|
|
|
2004-01-09 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* javax/print/attribute/standard/DocumentName.java,
|
|
|
|
|
javax/print/attribute/standard/JobHoldUntil.java,
|
|
|
|
|
javax/print/attribute/standard/JobMessageFromOperator.java,
|
|
|
|
|
javax/print/attribute/standard/JobName.java,
|
|
|
|
|
javax/print/attribute/standard/JobOriginatingUserName.java,
|
|
|
|
|
javax/print/attribute/standard/OutputDeviceAssigned.java,
|
|
|
|
|
javax/print/attribute/standard/PrinterInfo.java,
|
|
|
|
|
javax/print/attribute/standard/PrinterLocation.java,
|
|
|
|
|
javax/print/attribute/standard/PrinterMakeAndModel.java,
|
|
|
|
|
javax/print/attribute/standard/PrinterMessageFromOperator.java,
|
|
|
|
|
javax/print/attribute/standard/PrinterName.java,
|
|
|
|
|
javax/print/attribute/standard/RequestingUserName.java: New files.
|
|
|
|
|
* Makefile.am (javax_source_files): Added new files.
|
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
|
|
AbstractAction.java, [...]: Reworked imports.
2004-01-09 Michael Koch <konqueror@gmx.de>
* javax/swing/AbstractAction.java,
javax/swing/AbstractSet.java,
javax/swing/Action.java,
javax/swing/ActionMap.java,
javax/swing/BoundedRangeModel.java,
javax/swing/ButtonModel.java,
javax/swing/CellEditor.java,
javax/swing/CellRendererPane.java,
javax/swing/ComboBoxEditor.java,
javax/swing/DebugGraphics.java,
javax/swing/DefaultCellEditor.java,
javax/swing/DefaultCellRenderer.java,
javax/swing/DefaultComboBoxModel.java,
javax/swing/DefaultDesktopManager.java,
javax/swing/DefaultFocusManager.java,
javax/swing/DefaultListCellRenderer.java,
javax/swing/Icon.java,
javax/swing/JButton.java,
javax/swing/JCheckBoxMenuItem.java,
javax/swing/JDesktopPane.java,
javax/swing/JEditorPane.java,
javax/swing/JMenu.java,
javax/swing/JPanel.java,
javax/swing/JPasswordField.java,
javax/swing/JPopupMenu.java,
javax/swing/JProgressBar.java: Reworked imports.
From-SVN: r75572
2004-01-09 11:18:47 +01:00
|
|
|
|
2004-01-09 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* javax/swing/AbstractAction.java,
|
|
|
|
|
javax/swing/AbstractSet.java,
|
|
|
|
|
javax/swing/Action.java,
|
|
|
|
|
javax/swing/ActionMap.java,
|
|
|
|
|
javax/swing/BoundedRangeModel.java,
|
|
|
|
|
javax/swing/ButtonModel.java,
|
|
|
|
|
javax/swing/CellEditor.java,
|
|
|
|
|
javax/swing/CellRendererPane.java,
|
|
|
|
|
javax/swing/ComboBoxEditor.java,
|
|
|
|
|
javax/swing/DebugGraphics.java,
|
|
|
|
|
javax/swing/DefaultCellEditor.java,
|
|
|
|
|
javax/swing/DefaultCellRenderer.java,
|
|
|
|
|
javax/swing/DefaultComboBoxModel.java,
|
|
|
|
|
javax/swing/DefaultDesktopManager.java,
|
|
|
|
|
javax/swing/DefaultFocusManager.java,
|
|
|
|
|
javax/swing/DefaultListCellRenderer.java,
|
|
|
|
|
javax/swing/Icon.java,
|
|
|
|
|
javax/swing/JButton.java,
|
|
|
|
|
javax/swing/JCheckBoxMenuItem.java,
|
|
|
|
|
javax/swing/JDesktopPane.java,
|
|
|
|
|
javax/swing/JEditorPane.java,
|
|
|
|
|
javax/swing/JMenu.java,
|
|
|
|
|
javax/swing/JPanel.java,
|
|
|
|
|
javax/swing/JPasswordField.java,
|
|
|
|
|
javax/swing/JPopupMenu.java,
|
|
|
|
|
javax/swing/JProgressBar.java: Reworked imports.
|
|
|
|
|
|
2004-01-09 09:58:59 +01:00
|
|
|
|
2004-01-09 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* java/awt/geom/PathIterator.java
|
|
|
|
|
(WIND_EVEN_ODD): Removed redundant modifiers.
|
|
|
|
|
(WIND_NON_ZERO): Likewise.
|
|
|
|
|
(SEG_MOVETO): Likewise.
|
|
|
|
|
(SEG_LINETO): Likewise.
|
|
|
|
|
(SEG_QUADTO): Likewise.
|
|
|
|
|
(SEG_CUBICTO): Likewise.
|
|
|
|
|
(SEG_CLOSE): Likewise.
|
|
|
|
|
* java/awt/image/SinglePixelPackedSampleModel.java:
|
|
|
|
|
Removed redundant semicolon.
|
|
|
|
|
* java/io/ObjectInputStream.java
|
|
|
|
|
(inputGetObjectStreamClasses): Removed unused variable "ret_val".
|
|
|
|
|
* java/util/logging/Filter.java
|
|
|
|
|
(isLoggable): Removed redundant modifier.
|
|
|
|
|
* java/util/logging/LogManager.java:
|
|
|
|
|
Removed redundant semicolon.
|
|
|
|
|
* java/util/logging/XMLFormatter.java
|
|
|
|
|
(format): Removed unused variable "key".
|
|
|
|
|
|
2004-01-08 22:12:25 +01:00
|
|
|
|
2004-01-08 Fernando Nasser <fnasser@redhat.com>
|
|
|
|
|
|
|
|
|
|
* gnu/java/awt/peer/gtk/GtkFileDialogPeer.java (nativeSetFile):
|
|
|
|
|
New name for the former setFile native method.
|
|
|
|
|
(setFile): New method.
|
|
|
|
|
(setDirectory): Implemented.
|
|
|
|
|
(connectSignals): New native method.
|
|
|
|
|
(setFilenameFilter): Improve comment.
|
|
|
|
|
(getGraphics): Comment.
|
|
|
|
|
(gtkHideFileDialog): New method.
|
|
|
|
|
(gtkDisposeFileDialog): New method.
|
|
|
|
|
(gtkSetFilename): New method.
|
|
|
|
|
* java/awt/Dialog.java (show): Block on modal dialogs, but only
|
|
|
|
|
for FileDialog for now.
|
|
|
|
|
(hide): New method.
|
|
|
|
|
(dispose): New method.
|
|
|
|
|
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c
|
|
|
|
|
(Java_gnu_java_awt_peer_gtk_GtkFileDialog_create): Replace
|
|
|
|
|
deprecated creation functions. Make dialog modal. Add it to the
|
|
|
|
|
window group.
|
|
|
|
|
(Java_gnu_java_awt_peer_gtk_GtkFileDialog_connectSignals): New
|
|
|
|
|
function.
|
|
|
|
|
(Java_gnu_java_awt_peer_gtk_GtkFileDialogPeer_gtkFileSelectionSetFilename):
|
|
|
|
|
Rename to...
|
|
|
|
|
(Java_gnu_java_awt_peer_gtk_GtkFileDialogPeer_nativeSetFile): New
|
|
|
|
|
name.
|
|
|
|
|
(window_closed): New function.
|
|
|
|
|
(ok_clicked): New function.
|
|
|
|
|
(cancel_clicked): New function.
|
|
|
|
|
|
2004-01-08 10:46:52 +01:00
|
|
|
|
2004-01-08 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* javax/swing/JLayeredPane.java: Revert changes to standard
|
|
|
|
|
boilerplate, reworked imports.
|
|
|
|
|
|
2004-01-08 06:27:39 +01:00
|
|
|
|
2004-01-07 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR libgcj/13439:
|
|
|
|
|
* verify.cc (state::merge): Copy changed locals out of subroutine
|
|
|
|
|
in NO_STACK case.
|
|
|
|
|
(state::FLAG_CHANGED): New const.
|
|
|
|
|
(state::FLAG_UNUSED): Likewise.
|
|
|
|
|
(state::local_changed): Removed. Updated all users.
|
|
|
|
|
(state::flags): New field.
|
|
|
|
|
(state::merge): Added jsr_semantics argument, more logic.
|
|
|
|
|
(push_jump_merge): Added jsr_semantics argument.
|
|
|
|
|
(handle_jsr_insn): Set jsr_semantics on push_jump_merge when
|
|
|
|
|
merging through the jsr instruction.
|
|
|
|
|
|
2004-01-08 06:20:31 +01:00
|
|
|
|
2004-01-07 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
|
|
* scripts/MakeDefaultMimeTypes.java: Use \n, not
|
|
|
|
|
backslash-newline.
|
|
|
|
|
|
2004-01-08 04:52:52 +01:00
|
|
|
|
2004-01-07 Graydon Hoare <graydon@redhat.com>
|
|
|
|
|
|
|
|
|
|
* java/awt/Container.java (LightweightDispatcher): Implement.
|
|
|
|
|
(visitChild): Reuse graphics object.
|
|
|
|
|
(dispatchEventImpl): Optionally dispatch to lightweight.
|
|
|
|
|
(addNotifyContainerChildren): Build LightweightDispatcher.
|
|
|
|
|
|
2004-01-07 22:20:01 +01:00
|
|
|
|
2004-01-07 David Jee <djee@redhat.com>
|
|
|
|
|
|
|
|
|
|
* java/awt/Container.java
|
|
|
|
|
(update): Clear only the clipped region, instead of clearing the
|
|
|
|
|
entire Container.
|
|
|
|
|
(visitChildren): Visit children in descending order.
|
|
|
|
|
|
2004-01-07 19:46:18 +01:00
|
|
|
|
2004-01-07 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* java/lang/reflect/Array.java: Merged documentation with classpath.
|
|
|
|
|
|
2004-01-07 19:40:08 +01:00
|
|
|
|
2004-01-07 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* java/text/CollationElementIterator.java
|
|
|
|
|
(textIndex): Renamed from index.
|
|
|
|
|
* java/text/CollationKey.java
|
|
|
|
|
(collator): New member.
|
|
|
|
|
(CollationKey): New argument for parent collator.
|
|
|
|
|
(equals): Check for same collator, source string and key array.
|
|
|
|
|
* java/text/RuleBasedCollator.java:
|
|
|
|
|
Reformated.
|
|
|
|
|
(RuleBasedCollator): Don't re-initialize frenchAccents with default
|
|
|
|
|
value.
|
|
|
|
|
(getCollationElementIterator): Rewritten.
|
|
|
|
|
(getCollationKey): Added new argument to CollationKey constructor.
|
|
|
|
|
|
2004-01-07 17:51:49 +01:00
|
|
|
|
2004-01-07 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* gnu/java/nio/DatagramChannelImpl.java
|
|
|
|
|
(blocking): Removed.
|
|
|
|
|
(DatagramChannelImpl): Call configureBlocking().
|
|
|
|
|
(implConfigureBlocking): Dont initialize blocking.
|
|
|
|
|
* gnu/java/nio/ServerSocketChannelImpl.java
|
|
|
|
|
(blocking): Removed.
|
|
|
|
|
(ServerSocketChannelImpl): Call configureBlocking().
|
|
|
|
|
(implConfigureBlocking): Dont initialize blocking.
|
|
|
|
|
* gnu/java/nio/SocketChannelImpl.java
|
|
|
|
|
(blocking): Removed.
|
|
|
|
|
(SocketChannelImpl): Call configureBlocking().
|
|
|
|
|
(implConfigureBlocking): Dont initialize blocking.
|
|
|
|
|
(connect): Use isBlocking().
|
|
|
|
|
* java/nio/channels/spi/AbstractSelectableChannel.java
|
|
|
|
|
(configureBlocking): Use blockingLock() instead of LOCK.
|
|
|
|
|
Set blocking after successfully called implConfigureBlocking().
|
|
|
|
|
(register): Use blockingLock() instead of LOCK.
|
|
|
|
|
|
2004-01-07 17:37:45 +01:00
|
|
|
|
2004-01-07 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* java/net/ServerSocket.java (isBound): Fixed documentation.
|
|
|
|
|
|
DefaultBoundedRangeModel.java: Documented API.
2004-01-07 Sascha Brawer <brawer@dandelis.ch>
* javax/swing/DefaultBoundedRangeModel.java: Documented API.
(changeEvent): Create event object on demand.
(DefaultBoundedRangeModel, toString, setValue, setExtent,
setMinimum, setMaximum, setValueIsAdjusting, setRangeProperties,
fireStateChanged): Re-written.
* javax/swing/event/EventListenerList.java: Reformatted, document
typical usage.
(toString): Implemented.
(getListeners): Re-written.
(remove): Re-written.
(add): Re-written.
(NO_LISTENERS): New singleton field.
(listenerList): Declare as transient; document.
(serialVersionUID): Document.
(getListenerCount(Class)): More efficient implementation,
also accepts null argument. Improve Javadoc.
(getListenerCount()): Remove unnecessary cast; docfix.
* javax/swing/undo/UndoableEditSupport.java:
Re-format, document.
(UndoableEditSupport): Set realSource field. Improve documentation.
(_postEdit): Iterate over cloned listener vector.
(toString): Don't emit realSource.
(beginUpdate, endUpdate): Support nested updates.
(postEdit): Use compound edit if present.
From-SVN: r75505
2004-01-07 15:42:04 +01:00
|
|
|
|
2004-01-07 Sascha Brawer <brawer@dandelis.ch>
|
|
|
|
|
|
|
|
|
|
* javax/swing/DefaultBoundedRangeModel.java: Documented API.
|
|
|
|
|
(changeEvent): Create event object on demand.
|
|
|
|
|
(DefaultBoundedRangeModel, toString, setValue, setExtent,
|
|
|
|
|
setMinimum, setMaximum, setValueIsAdjusting, setRangeProperties,
|
|
|
|
|
fireStateChanged): Re-written.
|
|
|
|
|
* javax/swing/event/EventListenerList.java: Reformatted, document
|
|
|
|
|
typical usage.
|
|
|
|
|
(toString): Implemented.
|
|
|
|
|
(getListeners): Re-written.
|
|
|
|
|
(remove): Re-written.
|
|
|
|
|
(add): Re-written.
|
|
|
|
|
(NO_LISTENERS): New singleton field.
|
|
|
|
|
(listenerList): Declare as transient; document.
|
|
|
|
|
(serialVersionUID): Document.
|
|
|
|
|
(getListenerCount(Class)): More efficient implementation,
|
|
|
|
|
also accepts null argument. Improve Javadoc.
|
|
|
|
|
(getListenerCount()): Remove unnecessary cast; docfix.
|
|
|
|
|
* javax/swing/undo/UndoableEditSupport.java:
|
|
|
|
|
Re-format, document.
|
|
|
|
|
(UndoableEditSupport): Set realSource field. Improve documentation.
|
|
|
|
|
(_postEdit): Iterate over cloned listener vector.
|
|
|
|
|
(toString): Don't emit realSource.
|
|
|
|
|
(beginUpdate, endUpdate): Support nested updates.
|
|
|
|
|
(postEdit): Use compound edit if present.
|
|
|
|
|
|
2004-01-07 01:11:51 +01:00
|
|
|
|
2004-01-06 Graydon Hoare <graydon@redhat.com>
|
|
|
|
|
|
|
|
|
|
* java/awt/Container.java (swapComponents): Add forgotten
|
|
|
|
|
function, required for JLayeredPane change.
|
|
|
|
|
|
2004-01-06 21:19:31 +01:00
|
|
|
|
2004-01-06 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* java/text/CollationElementIterator.java: Reformated.
|
|
|
|
|
(CollationElementIterator): Changed order of arguments.
|
|
|
|
|
* java/text/RuleBasedCollator.java
|
|
|
|
|
(RuleBasedCollator): Merged class documentation.
|
|
|
|
|
(CollationElement): Added documentation.
|
|
|
|
|
(compare): Reformated, renamed arguments.
|
|
|
|
|
(equals): Likewise.
|
|
|
|
|
(getCollationElementIterator): Likewise.
|
|
|
|
|
(getCollationKey): Likewise.
|
|
|
|
|
|
2004-01-06 19:02:23 +01:00
|
|
|
|
2004-01-06 Graydon Hoare <graydon@redhat.com>
|
|
|
|
|
|
|
|
|
|
* javax/swing/JLayeredPane.java: Fix semantics, add javadocs.
|
|
|
|
|
|
2004-01-06 16:00:11 +01:00
|
|
|
|
2004-01-06 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* gnu/java/net/protocol/file/Connection.java:
|
|
|
|
|
Reformated copyright.
|
|
|
|
|
(hdrHash): Removed.
|
|
|
|
|
(hdrVec): Removed.
|
|
|
|
|
(gotHeaders): Removed.
|
|
|
|
|
(getHeaderField): Removed.
|
|
|
|
|
(getHeaderField): Removed.
|
|
|
|
|
(getHeaderFieldKey): Removed.
|
|
|
|
|
(getKey): Removed.
|
|
|
|
|
(getField): Removed.
|
|
|
|
|
(getHeaders): Removed.
|
|
|
|
|
|
2004-01-06 09:54:20 +01:00
|
|
|
|
2004-01-06 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
2004-01-06 14:48:52 +01:00
|
|
|
|
* javax/print/attribute/standard/DateTimeAtCompleted.java,
|
|
|
|
|
javax/print/attribute/standard/DateTimeAtCreation.java,
|
|
|
|
|
javax/print/attribute/standard/DateTimeAtProcessing.java,
|
|
|
|
|
javax/print/attribute/standard/JobImpressionsCompleted.java,
|
|
|
|
|
javax/print/attribute/standard/JobKOctets.java,
|
|
|
|
|
javax/print/attribute/standard/JobKOctetsProcessed.java,
|
|
|
|
|
javax/print/attribute/standard/JobMediaSheetsCompleted.java,
|
|
|
|
|
javax/print/attribute/standard/JobPrioritySupported.java: New files.
|
|
|
|
|
* Makefile.am (javax_source_files): Added new files.
|
|
|
|
|
* Makefile.in: Regenerated.
|
2004-01-06 18:54:08 +01:00
|
|
|
|
|
2004-01-06 14:48:52 +01:00
|
|
|
|
2004-01-06 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
2004-01-06 09:54:20 +01:00
|
|
|
|
* java/net/URLConnection.java
|
|
|
|
|
(contentHandler): Removed.
|
|
|
|
|
(locale): Removed.
|
|
|
|
|
(getHeaderFields): Return an empty map instead of null.
|
|
|
|
|
(getContent): Connect if needed, renamed "cType" to "type" and
|
|
|
|
|
"contentHandler" to "ch" and made it a local variable.
|
|
|
|
|
(getPermission): Don't use package in class name.
|
|
|
|
|
(setDefaultRequestProperty): Fixed typo in documentation.
|
|
|
|
|
(initializeDateFormats): Made locale a local variable.
|
|
|
|
|
|
2004-01-06 09:34:58 +01:00
|
|
|
|
2004-01-06 Michael Koch <konqueror@gmx.de>
|
|
|
|
|
|
|
|
|
|
* java/lang/Package.java
|
|
|
|
|
(getPackage): Get the current class loader directly.
|
|
|
|
|
* java/lang/SecurityManager.java
|
|
|
|
|
(currentLoadedClass): Dont iterate over class contexts.
|
|
|
|
|
(classLoaderDepth): Don't check class loaders if everything is allowed.
|
|
|
|
|
|
2004-01-05 22:35:33 +01:00
|
|
|
|
2004-01-05 Thomas Fitzsimmons <fitzsim@redhat.com>
|
|
|
|
|
|
2004-01-05 22:41:21 +01:00
|
|
|
|
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c
|
|
|
|
|
(pre_event_handler): Set all insets to 0 when a Configure event
|
|
|
|
|
is received for a GtkPlug.
|
|
|
|
|
* gnu/java/awt/EmbeddedWindow.java (window_id): Rename handle.
|
|
|
|
|
Make handle long, not int.
|
|
|
|
|
(EmbeddedWindow()): New constructor.
|
|
|
|
|
(EmbeddedWindow(int)): Rename window_id to handle. Make handle
|
|
|
|
|
long, not int.
|
|
|
|
|
(setHandle): New method.
|
|
|
|
|
(getHandle): Return long, not int.
|
|
|
|
|
* gnu/java/awt/peer/EmbeddedWindowPeer.java (embed): New method
|
|
|
|
|
declaration.
|
|
|
|
|
* gnu/java/awt/peer/gtk/GtkEmbeddedWindowPeer.java,
|
|
|
|
|
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.c:
|
|
|
|
|
(create(long)): Take long parameter, not int. Cast gtk_plug_new
|
|
|
|
|
argument to GdkNativeWindow.
|
|
|
|
|
(construct): New method.
|
|
|
|
|
(embed): New method.
|
|
|
|
|
|
2004-01-05 22:35:33 +01:00
|
|
|
|
* gnu/java/awt/peer/gtk/GtkScrollPanePeer.java,
|
|
|
|
|
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkScrollPanePeer.c
|
|
|
|
|
(create(int, int)): New method.
|
|
|
|
|
(create): Call new create method.
|
|
|
|
|
(gtkScrolledWindowNew, gtkScrolledWindowSetSize): Remove
|
|
|
|
|
methods.
|
|
|
|
|
(childResized): Remove native implementation. Implement in
|
|
|
|
|
Java.
|
|
|
|
|
(getHScrollbarHeight, getVScrollbarWidth): Call
|
|
|
|
|
gtk_widget_size_request to get scrollbar dimensions.
|
|
|
|
|
* java/awt/ScrollPane.java (getViewportSize): Reimplement. Only
|
|
|
|
|
call getVScrollbarWidth and getHScrollbarHeight when vertical
|
|
|
|
|
and horizontal scrollbars respectively are needed.
|
|
|
|
|
(doLayout): Enlarge child if it is smaller than the viewport.
|
|
|
|
|
|
2004-01-05 22:23:12 +01:00
|
|
|
|
2004-01-05 Fernando Nasser <fnasser@redhat.com>
|
|
|
|
|
|
|
|
|
|
* java/awt/Dialog.java (constructor): Accept null title as per spec.
|
|
|
|
|
* java/awt/FileDialog.java (constructor): Throw exception on invalid
|
|
|
|
|
argument as per spec.
|
|
|
|
|
|
2004-01-05 22:18:06 +01:00
|
|
|
|
2004-01-05 Fernando Nasser <fnasser@redhat.com>
|
|
|
|
|
|
|
|
|
|
* java/awt/Choice.java (add): Leave posting of ItemEvents to peer.
|
|
|
|
|
(insert): Ditto.
|
|
|
|
|
(remove): Ditto. Also, Check for valid argument.
|
|
|
|
|
(removeAll): Use peer interface method.
|
|
|
|
|
* gnu/java/awt/peer/gtk/GtkChoicePeer.java (nativeAdd): New name for
|
|
|
|
|
native add function.
|
|
|
|
|
(nativeRemove): New name for native remove function.
|
|
|
|
|
(getHistory): New native function.
|
|
|
|
|
(constructor): Generate ItemEvent.
|
|
|
|
|
(add): Ditto, if selection is changed.
|
|
|
|
|
(remove): Ditto, ditto.
|
|
|
|
|
(removeAll): Add implementation.
|
|
|
|
|
(handleEvent): Remove. Dead code.
|
|
|
|
|
(choicePostItemEvent): Add comment.
|
|
|
|
|
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkChoicePeer.c
|
|
|
|
|
(Java_gnu_java_awt_peer_gtk_GtkChoicePeer_append): Add comments.
|
|
|
|
|
(Java_gnu_java_awt_peer_gtk_GtkChoicePeer_add): Rename to...
|
|
|
|
|
(Java_gnu_java_awt_peer_gtk_GtkChoicePeer_nativeAdd): New name. Add
|
|
|
|
|
comments and fix condition to change selection.
|
|
|
|
|
(Java_gnu_java_awt_peer_gtk_GtkChoicePeer_remove): Rename to...
|
|
|
|
|
(Java_gnu_java_awt_peer_gtk_GtkChoicePeer_nativeRemove): New name. Add
|
|
|
|
|
remove all capability.
|
|
|
|
|
(Java_gnu_java_awt_peer_gtk_GtkChoicePeer_getHistory): New function.
|
|
|
|
|
(item_activate): Add cast to remove compiler warning.
|
|
|
|
|
|
2004-01-05 22:13:46 +01:00
|
|
|
|
2004-01-05 Thomas Fitzsimmons <fitzsim@redhat.com>
|
|
|
|
|
|
|
|
|
|
* gnu/java/awt/peer/gtk/GtkComponentPeer.java,
|
|
|
|
|
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c
|
|
|
|
|
(getPreferredSize): Call preferredSize.
|
|
|
|
|
(preferredSize): Call gtkWidgetGetPreferredDimensions.
|
|
|
|
|
(getMinimumSize): Call minimumSize.
|
|
|
|
|
(minimumSize): Call gtkWidgetGetPreferredDimensions.
|
|
|
|
|
(gtkWidgetGetDimensions): Return the peer widget's current size
|
|
|
|
|
request.
|
|
|
|
|
(gtkWidgetGetPreferredDimensions): Return the peer widget's
|
|
|
|
|
natural size request.
|
|
|
|
|
|
2004-01-05 20:19:29 +01:00
|
|
|
|
2004-01-05 Sascha Brawer <brawer@dandelis.ch>
|
|
|
|
|
|
|
|
|
|
Thanks to Brian Gough <bjg@network-theory.com>
|
|
|
|
|
* java/awt/geom/CubicCurve2D.java (solveCubic): Implemented.
|
|
|
|
|
* java/awt/geom/QuadCurve2D.java (solveQuadratic): Re-written.
|
|
|
|
|
|
2004-01-04 10:18:06 +01:00
|
|
|
|
2004-01-04 Matthias Klose <doko@debian.org>
|
|
|
|
|
|
|
|
|
|
* aclocal.m4: Rebuilt using "aclocal -I .".
|
|
|
|
|
* configure: Rebuilt.
|
|
|
|
|
|
2004-01-04 01:32:50 +01:00
|
|
|
|
2004-01-03 Per Bothner <per@bothner.com>
|
|
|
|
|
|
|
|
|
|
* java/util/Date.java (parse): Fix a number of problems.
|
|
|
|
|
(skipParens): Remove no-longer-needed method.
|
|
|
|
|
|