[Bug awt/35369] awt.images and Gtk-WARNING **: cannot open display:

2008-02-26 Thread roman at kennke dot org
--- Comment #1 from roman at kennke dot org 2008-02-26 08:56 --- Hi, > When using java.awt.image.BufferedImage; the corresponding program fails to > run > when no X display is available although it does not make use of the display. > I've tried to set -Djava.awt.hea

[Bug awt/30106] JDK-1.0-style logical font names

2006-12-14 Thread roman at kennke dot org
--- Comment #4 from roman at kennke dot org 2006-12-14 08:47 --- (In reply to comment #3) > (In reply to comment #2) > > > I disagree. TimesRoman etc are not logical font names, but 'physical' font > > names. (Logical names are Serif, SansSerif, Monospaced,

[Bug awt/30122] Deadlock in Component.getFont()

2006-12-08 Thread roman at kennke dot org
--- Comment #4 from roman at kennke dot org 2006-12-08 22:36 --- I agree that theoretically there should be more syncs on methods that walk the hierarchy. Let me think about this a little and play with Sun and IKVM. I think I remember that there was a good reason to do so. Now when you

[Bug classpath/28933] compile fails if mozilla plugin libraries not available

2006-10-30 Thread roman at kennke dot org
--- Comment #2 from roman at kennke dot org 2006-10-30 20:58 --- *** Bug 29346 has been marked as a duplicate of this bug. *** -- roman at kennke dot org changed: What|Removed |Added

[Bug classpath/29346] ./configure should detect/handle missing firefox-dev

2006-10-30 Thread roman at kennke dot org
--- Comment #2 from roman at kennke dot org 2006-10-30 20:58 --- That's a dupe. *** This bug has been marked as a duplicate of 28933 *** -- roman at kennke dot org changed: What|Removed |

[Bug swing/29566] NPEs from JTree repainting

2006-10-23 Thread roman at kennke dot org
--- Comment #1 from roman at kennke dot org 2006-10-23 17:18 --- Yeah, these are similar to the NPEs that we have seen in JTree lately. I'll look at those and fix them. -- roman at kennke dot org changed: What|Removed |

[Bug swing/28769] Regression:JTree and JTable mouse-wheel scrolling

2006-10-19 Thread roman at kennke dot org
--- Comment #16 from roman at kennke dot org 2006-10-19 09:09 --- Ok thanks. That is a similar NPE that I had before. Somehow the JTree code tries to pass a null Rectangle into JComponent.repaint(). This leads (rightly so) to an NPE (the JDK throws NPE in such a case too). So I think I

[Bug awt/29502] Repaint requests ignored for lightweight components

2006-10-18 Thread roman at kennke dot org
--- Comment #4 from roman at kennke dot org 2006-10-18 16:22 --- The above patch fixes the situation for me. Are you able to retest, or should I close the bug for now? -- roman at kennke dot org changed: What|Removed |Added

[Bug swing/28769] Regression:JTree and JTable mouse-wheel scrolling

2006-10-18 Thread roman at kennke dot org
--- Comment #12 from roman at kennke dot org 2006-10-18 16:09 --- Thanks David. I can see the problem now. I think I know what the problem might be. -- roman at kennke dot org changed: What|Removed |Added

[Bug classpath/29502] Repaint requests ignored for lightweight components

2006-10-18 Thread roman at kennke dot org
--- Comment #2 from roman at kennke dot org 2006-10-18 16:06 --- Confirmed. I recently worked in this area. Will fix it asap. -- roman at kennke dot org changed: What|Removed |Added

[Bug swing/28769] Regression:JTree and JTable mouse-wheel scrolling

2006-10-18 Thread roman at kennke dot org
--- Comment #10 from roman at kennke dot org 2006-10-18 15:25 --- Hi Norman, The NPE seems to be caused by unnecessary code in JTree.TreeSelectionRedirector that repaints although it most likely should not. That's probably easy to fix. I am not sure about the resetting. I wil

[Bug classpath/27974] Build leaves lots of empty files in doc/

2006-10-16 Thread roman at kennke dot org
--- Comment #3 from roman at kennke dot org 2006-10-16 10:42 --- I also get this when running with LANG=C: (after doing ./autogen ./configure --with-escher=/home/roman/workspace/escher-0.2.3 \ --prefix=/home/roman --with-ecj --with-glibj=both \ --with-vm=/home/roman/bin/jamvm --enable

[Bug swing/29448] Swing demo content does not resize

2006-10-16 Thread roman at kennke dot org
--- Comment #4 from roman at kennke dot org 2006-10-16 10:13 --- The Window resizing issue is solved. What remains is the inability to close a window by pressing the X button of the window manager decorations. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29448

[Bug swing/29448] Swing demo content does not resize

2006-10-13 Thread roman at kennke dot org
--- Comment #2 from roman at kennke dot org 2006-10-13 12:41 --- Even worse, it seems we can't close Windows by clicking the X button of the window. We can't release that crap ;-) I suspect some problems in the event dispatching code. I'll take care of it. -- roman at

[Bug swing/29372] Broken textures

2006-10-12 Thread roman at kennke dot org
--- Comment #6 from roman at kennke dot org 2006-10-12 10:47 --- Francis fixed this in CVS HEAD. This was an off-by-one problem in the rectangle filling code. -- roman at kennke dot org changed: What|Removed |Added

[Bug swing/29418] JTree layout broken

2006-10-12 Thread roman at kennke dot org
--- Comment #2 from roman at kennke dot org 2006-10-12 10:43 --- Fixed in CVS HEAD. -- roman at kennke dot org changed: What|Removed |Added Status

[Bug swing/27930] DefaultStyledDocument.insert(int, ElementSpec[]) fails with more than one member in array.

2006-10-10 Thread roman at kennke dot org
--- Comment #2 from roman at kennke dot org 2006-10-10 20:19 --- AFAICS, this is fixed in CVS HEAD. -- roman at kennke dot org changed: What|Removed |Added

[Bug swing/27957] JToolTip issues

2006-10-10 Thread roman at kennke dot org
--- Comment #3 from roman at kennke dot org 2006-10-10 20:15 --- Issues 1 2 and 4 seem to be solved already. There's still missing support for custom tooltips. -- roman at kennke dot org changed: What|Removed |

[Bug swing/27780] Swing menus are not selected on mouse button release

2006-10-10 Thread roman at kennke dot org
-- roman at kennke dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed

[Bug awt/29420] New: OutOfMemory in image handling

2006-10-10 Thread roman at kennke dot org
Product: classpath Version: 0.92 Status: UNCONFIRMED Severity: major Priority: P3 Component: awt AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: roman at kennke dot org BugsThisDependsOn: 28769 http://gcc.gnu.org/bugzilla

[Bug awt/29419] New: CairoGraphics.copyArea() problem

2006-10-10 Thread roman at kennke dot org
Status: UNCONFIRMED Severity: major Priority: P3 Component: awt AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: roman at kennke dot org BugsThisDependsOn: 28769 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29419

[Bug swing/29418] New: JTree layout broken

2006-10-10 Thread roman at kennke dot org
: classpath Version: 0.92 Status: UNCONFIRMED Severity: normal Priority: P3 Component: swing AssignedTo: roman at kennke dot org ReportedBy: roman at kennke dot org BugsThisDependsOn: 28769 http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug swing/28769] Regression:JTree and JTable mouse-wheel scrolling

2006-10-10 Thread roman at kennke dot org
--- Comment #3 from roman at kennke dot org 2006-10-10 19:32 --- I am sorry that these issues frustrate you that much. I think you face several unrelated issues here, (a copyArea() bug, image handling bug and problems in the JTree layout). I will try to look into these, but I'll c

[Bug swing/29325] wrong window layout involving a jogl 3D widget

2006-10-08 Thread roman at kennke dot org
--- Comment #2 from roman at kennke dot org 2006-10-08 21:36 --- At the moment I can't get this thing to run. I always get a segfault here with JamVM, and cacao doesn't work either. I strongly suspect a bug in the JSplitPane UI. I am going to look into this asap.

[Bug awt/28571] addNotify() on a Frame w/ Canvas destroys the Canvas pref size

2006-10-04 Thread roman at kennke dot org
--- Comment #7 from roman at kennke dot org 2006-10-04 13:35 --- I think this is fixed some time ago. Closing. -- roman at kennke dot org changed: What|Removed |Added

[Bug classpath/29346] New: ./configure should detect/handle missing firefox-dev

2006-10-04 Thread roman at kennke dot org
Status: UNCONFIRMED Severity: normal Priority: P3 Component: classpath AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: roman at kennke dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29346 ___ Bug

[Bug classpath/29345] ./configure should detect missing g++

2006-10-04 Thread roman at kennke dot org
--- Comment #1 from roman at kennke dot org 2006-10-04 13:21 --- I should add that in the fresh ubuntu install I had no g++ package installed, and after installing it the compilation worked. Also, I don't think that g++ is needed in all configurations. configure should of course

[Bug classpath/29345] New: ./configure should detect missing g++

2006-10-04 Thread roman at kennke dot org
Version: 0.93 Status: UNCONFIRMED Severity: normal Priority: P3 Component: classpath AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: roman at kennke dot org http://gcc.gnu.org/bugzilla/s

[Bug swing/28750] Regression:JTree editing session completes without updating the value.

2006-08-16 Thread roman at kennke dot org
--- Comment #2 from roman at kennke dot org 2006-08-16 19:34 --- Should be fixed. Please retest and close. -- roman at kennke dot org changed: What|Removed |Added

[Bug swing/28027] Wrong clip region in Swing repaints - overwrites other components

2006-06-15 Thread roman at kennke dot org
--- Comment #15 from roman at kennke dot org 2006-06-15 15:07 --- Well, looking at the specs this behaviour isn't actually wrong. It only says something about what happens (or rather should happen, so it's really only a hint) when this flag returns true. It doesn't say

[Bug swing/27973] DefaultStyledDocument does not interoperate with the HTML support implementation

2006-06-09 Thread roman at kennke dot org
--- Comment #4 from roman at kennke dot org 2006-06-09 10:17 --- Can you check if the mauve tests for the ElementBuffer are affected by your patch? BTW, Lillian and Tony also did quite some work on the ElementBuffer class. This class is very fundamental and unfortunately not at all

[Bug classpath/27974] New: Build leaves lots of empty files in doc/

2006-06-09 Thread roman at kennke dot org
Status: UNCONFIRMED Severity: normal Priority: P3 Component: classpath AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: roman at kennke dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27974

[Bug swing/27651] ClassCastException via javax.swing.tree.TreePath.isDescendant()

2006-06-06 Thread roman at kennke dot org
--- Comment #5 from roman at kennke dot org 2006-06-06 15:43 --- Fixed in CVS. -- roman at kennke dot org changed: What|Removed |Added Status|UNCONFIRMED

[Bug swing/26342] During the editing session, the whole JTable is repainted each time the caret blinks.

2006-05-16 Thread roman at kennke dot org
--- Comment #4 from roman at kennke dot org 2006-05-16 13:54 --- Can we close this bug? It seems that we can't avoid repainting a cell when the caret blinks or when text is entered, or am I wrong here? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=

[Bug swing/26738] JTextArea in JScrollPane - scrollbar does not show up

2006-05-03 Thread roman at kennke dot org
-- roman at kennke dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed

[Bug swing/26772] Toolbar buttons in Swing demo should not be painted with gradient

2006-05-03 Thread roman at kennke dot org
-- roman at kennke dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed

[Bug swing/26946] JInternalFrame: dragging around should work when clicking on the title

2006-05-03 Thread roman at kennke dot org
-- roman at kennke dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed

[Bug swing/26947] JInternalFrame: double-click on title bar should maximize/minimize the frame

2006-05-03 Thread roman at kennke dot org
-- roman at kennke dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed

[Bug swing/27146] JComboBox: clicking on the arrow of an opened combox should close it

2006-05-03 Thread roman at kennke dot org
-- roman at kennke dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed

classpath@gnu.org

2006-05-03 Thread roman at kennke dot org
--- Comment #1 from roman at kennke dot org 2006-05-03 20:42 --- So the implementation should be adjusted to cope with null icons. That sounds logical. External code (in this case, L&F impls) can set the icons to null, which should still work. -- roman at kennke dot org cha

[Bug swing/27345] CompositeView.getNextNorthSouthVisualPositionFrom() not completely implemented

2006-05-03 Thread roman at kennke dot org
-- roman at kennke dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed

[Bug swing/27346] CompositeView.getNextEastWestVisualPositionFrom() is not completely implemented

2006-05-03 Thread roman at kennke dot org
-- roman at kennke dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed

[Bug swing/26839] JTextArea - odd drawing behavior when selecting multiple lines

2006-03-25 Thread roman at kennke dot org
--- Comment #2 from roman at kennke dot org 2006-03-25 18:57 --- On my machine the drawing problem is only visible for a very short period of time, that is until the next repaint() is triggered by the caret updating itself. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26839

[Bug swing/26839] JTextArea - odd drawing behavior when selecting multiple lines

2006-03-25 Thread roman at kennke dot org
-- roman at kennke dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed

[Bug crypto/26805] DES Encryption fails

2006-03-22 Thread roman at kennke dot org
--- Comment #3 from roman at kennke dot org 2006-03-22 20:09 --- Created an attachment (id=11100) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11100&action=view) Proposed patch This patch seems to make the KeyGenerator initialized after beeing created. However, th

[Bug swing/26368] New: Possible memory leak in GapContent

2006-02-19 Thread roman at kennke dot org
: classpath Version: 0.21 Status: UNCONFIRMED Severity: normal Priority: P3 Component: swing AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: roman at kennke dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26368

[Bug swing/24264] Unable to create JWindow without owner

2006-01-27 Thread roman at kennke dot org
-- roman at kennke dot org changed: What|Removed |Added Target Milestone|--- |0.21 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24264

[Bug swing/25843] JSplitPanel bugs

2006-01-18 Thread roman at kennke dot org
--- Comment #1 from roman at kennke dot org 2006-01-18 10:27 --- Created an attachment (id=10667) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10667&action=view) Testcase for this bug This demonstrates the problems. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?i

[Bug swing/24987] DIALOGS ARE BROKEN!

2005-11-22 Thread roman at kennke dot org
--- Comment #3 from roman at kennke dot org 2005-11-22 15:19 --- I fixed this in CVS head by splitting the String up at \n boundaries and creating multiple JLabels inside the JOptionPane. -- roman at kennke dot org changed: What|Removed |Added

[Bug swing/24651] JMenu layout problem with nested menus

2005-11-10 Thread roman at kennke dot org
--- Comment #27 from roman at kennke dot org 2005-11-10 15:56 --- Ok I think I have solved part of the problem. What we did before when painting overlapping components (like popupmenus over the GUI) is to paint all components in the stack, from the bottom to the top, regardless if they

[Bug swing/24651] JMenu layout problem with nested menus

2005-11-09 Thread roman at kennke dot org
--- Comment #25 from roman at kennke dot org 2005-11-09 15:30 --- Subject: Re: JMenu layout problem with nested menus Hi Norman, Am Mittwoch, den 09.11.2005, 13:44 + schrieb hendrich at informatik dot uni-hamburg dot de: > > --- Comment #24 from hendrich at informat

[Bug awt/24754] New: FontMetrics handling of newlines broken

2005-11-09 Thread roman at kennke dot org
-- Summary: FontMetrics handling of newlines broken Product: classpath Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P3 Component: awt AssignedTo: unassigned at gcc dot gnu dot org

[Bug swing/24651] JMenu layout problem with nested menus

2005-11-03 Thread roman at kennke dot org
--- Comment #3 from roman at kennke dot org 2005-11-03 14:48 --- Could you put together a small testprogram? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24651 ___ Bug-classpath mailing list Bug-classpath@gnu.org http://lists.gnu.org