[cp-patches] FYI: (yet) another WrappedPlainView fix

2006-04-02 Thread Robert Schuster
is the ChangeLog: 2006-04-02 Robert Schuster [EMAIL PROTECTED] * javax/swing/text/Segment.java: (setPosition): Make exception message more verbose. * javax/swing/text/WrappedPlainView.java: (insertUpdate): Removed unneeded repaint call. (changeUpdate): Dito

Re: [cp-patches] FYI: Added option to use prebuilt glibj.zip

2006-04-02 Thread Robert Schuster
Dalibor, could you put this explanation in INSTALL or README? cya Robert Dalibor Topic wrote: Hi all, the attached patch adds the possibility to use a prebuilt glibj.zip, rather than rebuilding it. This is handy when you are building Classpath on a platform where the shell scripts using

[commit-cp] classpath javax/swing/text/Segment.java javax/s...

2006-04-02 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/04/02 21:16:03 Modified files: javax/swing/text: Segment.java WrappedPlainView.java . : ChangeLog Log message: Fixes

[cp-patches] FYI: copyright headers updated

2006-04-01 Thread Robert Schuster
Hi, this patches updates some copyright headers in files I worked on recently. The ChangeLog: 2006-04-01 Robert Schuster [EMAIL PROTECTED] * javax/swing/text/CompositeView.java: Fixed copyright header. * javax/swing/text/BoxView.java: Fixed copyright header. * javax

Re: [cp-patches] FYI: fix for up/down movement in JTextArea /w lineWrap=true - 2nd attempt

2006-04-01 Thread Robert Schuster
(WrappedLine.viewToModel): Changed '' to '=' in if-expression, ^^^ All this viewToModelToView stuff makes me dizzy. This time it should have been modelToView. Corrected ChangeLog is: 2006-04-01 Robert Schuster [EMAIL PROTECTED] * javax/swing

Re: [cp-patches] FYI: fix for up/down movement in JTextArea /w lineWrap=true - 2nd attempt

2006-04-01 Thread Robert Schuster
* javax/swing/text/WrappedPlainView.java: (WrappedLine.viewToModel): Changed '' to '=' in if-expression, ^ ^^ Great ... a typo in the ChangeLog entry. I fixed this in CVS. The corrected one is: 2006-04-01 Robert Schuster

Re: [cp-patches] FYI: fix for up/down movement in JTextArea /w lineWrap=true - 2nd attempt

2006-04-01 Thread Robert Schuster
Please ignore that mail the 2nd changelog fix was not needed. Robert Schuster wrote: (WrappedLine.viewToModel): Changed '' to '=' in if-expression, ^^^ All this viewToModelToView stuff makes me dizzy. This time it should have been modelToView

[cp-patches] FYI: use SwingUtilities.computeUnion in BasicTextUI

2006-04-01 Thread Robert Schuster
Hi, this patch replaces Rectangle.union with the more efficient SwingUtilities.computeUnion in BasicTextUI. ChangeLog: 2006-04-02 Robert Schuster [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicTextUI.java: (damageRange): Use SwingUtilities.computeUnion to avoid

[cp-patches] FYI: Segment.toString() robustness fix

2006-04-01 Thread Robert Schuster
). ChangeLog: 2006-04-02 Robert Schuster [EMAIL PROTECTED] * javax/swing/text/Segment.java: (toString): Return empty string when array is null. cya Robert Index: javax/swing/text/Segment.java === RCS file: /cvsroot

[cp-patches] FYI: more WrappedPlainView fixes

2006-04-01 Thread Robert Schuster
to = and now lines are not only broken when a character exceeds a certain x coordinate but even when it lies exactly on it. This has the effect that lines will not end exactly on the right edge of a textfield/textarea any more. IMHO this is how the JDK does things. ChangeLog: 2006-04-02 Robert

[commit-cp] classpath javax/swing/text/CompositeView.java j...

2006-04-01 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/04/01 15:08:28 Modified files: javax/swing/text: CompositeView.java BoxView.java Utilities.java WrappedPlainView.java

[commit-cp] classpath javax/swing/text/CompositeView.java j...

2006-04-01 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/04/01 15:22:08 Modified files: javax/swing/text: CompositeView.java BoxView.java Utilities.java WrappedPlainView.java

[commit-cp] classpath ChangeLog

2006-04-01 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/04/01 15:47:13 Modified files: . : ChangeLog Log message: Fixed typo in ChangeLog entry. CVSWeb URLs: http://cvs.savannah.gnu.org

[commit-cp] classpath ChangeLog

2006-04-01 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/04/01 15:56:50 Modified files: . : ChangeLog Log message: Fixed typo in ChangeLog entry. CVSWeb URLs: http://cvs.savannah.gnu.org

[commit-cp] classpath ./ChangeLog javax/swing/plaf/basic/Ba...

2006-04-01 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/04/01 22:41:03 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTextUI.java Log message: 2006-04-02 Robert

[commit-cp] classpath javax/swing/text/Segment.java ./Chang...

2006-04-01 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/04/01 22:42:32 Modified files: javax/swing/text: Segment.java . : ChangeLog Log message: 2006-04-02 Robert Schuster

[commit-cp] classpath javax/swing/text/Utilities.java javax...

2006-04-01 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/04/01 22:58:26 Modified files: javax/swing/text: Utilities.java WrappedPlainView.java . : ChangeLog Log message: Fixes PR

[commit-cp] classpath ChangeLog

2006-04-01 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/04/01 23:13:34 Modified files: . : ChangeLog Log message: Fixed indentation in ChangeLog entry. CVSWeb URLs: http

[cp-patches] FYI: fix broken Caret behavior in JTextAreas with lineWrap=true

2006-03-31 Thread Robert Schuster
update the view. The ChangeLog: 2006-03-31 Robert Schuster [EMAIL PROTECTED] * javax/swing/text/GapContent.java: (replace): Move all Position instances from gap's end to it's start before increasing the gap start. * javax/swing/plaf/basic/BasicTextAreaUI.java

Re: jMemorize - exception in JTable code: Fixed, but JFreeChart internal problem follows.

2006-03-31 Thread Robert Schuster
Hey Audrius, thanks for fixing this. Here is how jMemorize looks when using the cairo based Graphics2D. http://page.mi.fu-berlin.de/~rschuste/jMemorize-2006-03-31.png configure with --enable-gtk-cairo and then run with: jamvm -Dgnu.java.awt.peer.gtk.Graphics=Graphics2D -jar jMemorize-0.9.2.jar

FYI: fix broken Caret behavior in JTextAreas with lineWrap=true

2006-03-31 Thread Robert Schuster
update the view. The ChangeLog: 2006-03-31 Robert Schuster [EMAIL PROTECTED] * javax/swing/text/GapContent.java: (replace): Move all Position instances from gap's end to it's start before increasing the gap start. * javax/swing/plaf/basic/BasicTextAreaUI.java

[commit-cp] classpath ./ChangeLog javax/swing/text/GapConte...

2006-03-31 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/03/31 15:38:09 Modified files: . : ChangeLog javax/swing/text: GapContent.java javax/swing/plaf/basic: BasicTextAreaUI.java

jMemorize - exception in JTable code

2006-03-30 Thread Robert Schuster
Hi, I added jMemorize[0] to the list of Free Swing apps. I just stumbled over the app and tried to run it but it fails with a NPE: java.lang.reflect.InvocationTargetException at java.lang.reflect.Method.invokeNative (Native Method) at java.lang.reflect.Method.invoke (Method.java:355) at

[cp-patches] FYI: GapContent.replace() fix

2006-03-29 Thread Robert Schuster
are in the PR[0]. The ChangeLog: 2006-03-29 Robert Schuster [EMAIL PROTECTED] PR 26888 * javax/swing/text/GapContent.java: (replace): Added call to resetMarksAtZero. cya Robert [0] - http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26888 Index: javax/swing/text

[commit-cp] classpath ./ChangeLog javax/swing/text/GapConte...

2006-03-29 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/03/29 14:52:35 Modified files: . : ChangeLog javax/swing/text: GapContent.java Log message: Fixes PR 26888

[cp-patches] FYI: DefaultCaret fixes

2006-03-27 Thread Robert Schuster
to the height of the text line it is in. In previous versions the height of the component the caret is installed in was used which caused odd behavior with scrolling in JTextAreas. This is also described in PR #26809. The ChangeLog: 2006-03-27 Robert Schuster [EMAIL PROTECTED] * javax/swing/text

[commit-cp] classpath ./ChangeLog javax/swing/text/DefaultH...

2006-03-27 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/03/21 18:10:10 Modified files: . : ChangeLog javax/swing/text: DefaultHighlighter.java Log message: Fixes PR #26394

Re: Need help with a Swing drawing issue

2006-03-24 Thread Robert Schuster
Hi, the erroneous drawing looks like this[0] on my machine. http://page.mi.fu-berlin.de/~rschuste/ta-drawing-problem.png cya Robert Robert Schuster wrote: Hi, I am experiencing a strange drawing problem in the JTextArea: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26839 However Roman said

Need help with a Swing drawing issue

2006-03-24 Thread Robert Schuster
Hi, I am experiencing a strange drawing problem in the JTextArea: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26839 However Roman said that problem does *not* happen on his machine. Can somebody else confirm it? I attached a beanshell script to the PR. You can run it by starting beanshell (vm

Re: [cp-patches] RFC: focus change fixes for text components - another try

2006-03-23 Thread Robert Schuster
Hi, accidently the patch I committed contained a change to setDot/moveDot(). However the change fixes the problem mentioned in PR 26808[0] and that is why I will leave it in and just fix the ChangeLog. The correct one is: 2006-03-23 Robert Schuster [EMAIL PROTECTED] * java/awt

Re: [cp-patches] RFC: system clipboard integration

2006-03-23 Thread Robert Schuster
Gary acknowledged this patch on IRC. Committed as well. Now we have X11-style Copy and Paste behavior in Swing's text components. :) cya Robert Robert Schuster wrote: Hi, this patch adds some code to an internal FocusListener implementation in BasicTextUI that copies the current selection

Re: [cp-patches] RFC: focus change fixes for text components

2006-03-23 Thread Robert Schuster
This patch was reviewed and confirmed by Lillian and Thomas Fitzsimmons on IRC. Committed. cya Robert Robert Schuster wrote: Hi, as described in PR 26737[0] the focus change behavior for text components is a bit different than for other swing components. I implemented that behavior

Re: [cp-patches] RFC: java.awt.Window fixlet

2006-03-23 Thread Robert Schuster
Hi Wolfgang, can you check whether this fixes http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26837 ? cya Robert Wolfgang Baer wrote: Hi, reverse japi points out that some methods must be overriden and made final in Window. A mauve test for this is committed

[commit-cp] classpath ./ChangeLog javax/swing/text/DefaultC...

2006-03-23 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/03/23 21:17:22 Modified files: . : ChangeLog javax/swing/text: DefaultCaret.java java/awt : Component.java Log

[commit-cp] classpath ./ChangeLog javax/swing/plaf/basic/Ba...

2006-03-23 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/03/23 21:18:45 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTextUI.java Log message: Fixes PR #26736

[commit-cp] classpath ChangeLog

2006-03-23 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/03/23 21:33:03 Modified files: . : ChangeLog Log message: Fixed ChangeLog entry. 2006-03-23 Robert Schuster

[cp-patches] FYI: flexible highlight painting

2006-03-21 Thread Robert Schuster
Hi, this patch makes the highlight painting flexible enough to handle lines of different sizes. It is an adaption of the code in BasicTextUI.damageRange(). 2006-03-02 Robert Schuster [EMAIL PROTECTED] * javax/swing/text/DefaultHighlighter.java

[cp-patches] RFC: focus change fixes for text components

2006-03-21 Thread Robert Schuster
. Ah yes. The handling of middle-clicks in DefaultCaret will provide X11-style copy-n-paste behavior with Free Swing text components. It needs a small patch to BasicTextUI which I already completed but is for a different PR. Please comment. Here is the ChangeLog: 2006-03-21 Robert Schuster

[cp-patches] RFC: system clipboard integration

2006-03-21 Thread Robert Schuster
security related stuff which I am unfamiliar with. Can somebody review that part? Gary? You still cannot middle-click paste stuff into other (non-java) applications because the problem that FocusEvents are not send to top-level windows[1]. The ChangeLog: 2006-03-21 Robert Schuster [EMAIL

[commit-cp] classpath ./ChangeLog javax/swing/text/DefaultC...

2006-03-20 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/03/17 20:38:35 Modified files: . : ChangeLog javax/swing/text: DefaultCaret.java Log message: Fixes selecting text

[cp-patches] FYI: draw selected text

2006-03-17 Thread Robert Schuster
which use the PlainView class. 2006-03-17 Robert Schuster [EMAIL PROTECTED] * javax/swing/text/PlainView.java: (drawLine): Rewritten. (drawSelectedText): Corrected last argument for Utilities.drawTabbedText() call. (paint): Store start and end

[cp-patches] FYI: demo shutdown on closing main frame

2006-03-17 Thread Robert Schuster
Hi, this small patch changes the demo in a way that the VM is shut down when the main JFrame is closed. 2006-03-17 Robert Schuster [EMAIL PROTECTED] * examples/gnu/classpath/examples/swing/Demo.java: (Demo): Set default closing operation to shutdown the runtime. cya Robert

[cp-patches] FYI: fix trigger location for right and center aligned jtextfields

2006-03-17 Thread Robert Schuster
Hi, the FieldView.viewToModel() method missed a call to adjust the allocation area. The result was that mouse clicks on text in right and center aligned text fields did not select the right characters (PR 26498). This is now fixed. 2006-03-17 Robert Schuster [EMAIL PROTECTED] * javax

[cp-patches] FYI: DefaultEditorKit cleanup

2006-03-17 Thread Robert Schuster
Hi, this cleans up DefaultEditorKit and adds 5 simple actions: - move caret to next word - move caret to previous word - expand selection to next word - expand selection to previous word - select all (ctrl a) 2006-03-17 Robert Schuster [EMAIL PROTECTED

[cp-patches] FYI: fix for selecting text with mouse

2006-03-17 Thread Robert Schuster
that text wrong (as wrong values for getSelectionStart() and getSelectionEnd() were returned). This patch fixes that. The ChangeLog: 2006-03-17 Robert Schuster [EMAIL PROTECTED] * javax/swing/text/DefaultCaret.java: (mouseClicked) Use setDot() and moveDot() instead

[commit-cp] classpath ./ChangeLog examples/gnu/classpath/ex...

2006-03-17 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/03/17 16:09:42 Modified files: . : ChangeLog examples/gnu/classpath/examples/swing: Demo.java Log message: 2006-03-17

[commit-cp] classpath javax/swing/text/FieldView.java ./Cha...

2006-03-17 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/03/17 17:50:55 Modified files: javax/swing/text: FieldView.java . : ChangeLog Log message: Fixes PR #26498

[commit-cp] classpath ./ChangeLog javax/swing/text/DefaultE...

2006-03-17 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/03/17 19:15:05 Modified files: . : ChangeLog javax/swing/text: DefaultEditorKit.java Log message: Fixes PR #26160

Re: Mysaifu JVM 0.2.3 released

2006-03-15 Thread Robert Schuster
Well done and nice to hear! freebeans wrote: Hello, Mysaifu JVM version 0.2.3 released. http://www2s.biglobe.ne.jp/~dat/java/project/jvm/index_en.html Mysaifu JVM is a Java virtual machine for Pocket PC 2003. Changes in this version: * Updated class library. (GNU Classpath 0.90) *

Re: [cp-patches] FYI: Swing Demo - show VM infos

2006-03-07 Thread Robert Schuster
Hi, I think that has do to with the word wrapping jtextareas: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26590 although the exception looks different ... :( cya Robert Christian Thalinger wrote: On Mon, 2006-03-06 at 16:44 +0100, Robert Schuster wrote: Hi, I wanted to be able to know

[commit-cp] classpath ./ChangeLog javax/swing/text/GapConte...

2006-03-07 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/03/05 22:44:35 Modified files: . : ChangeLog javax/swing/text: GapContent.java Log message: 2006-03-05 Robert Schuster

[commit-cp] classpath/examples/gnu/classpath/examples/swing...

2006-03-07 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/03/06 18:12:43 Modified files: examples/gnu/classpath/examples/swing: Demo.java Added files: examples/gnu/classpath/examples/swing

[commit-cp] classpath ./ChangeLog javax/swing/text/PlainDoc...

2006-03-07 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/03/06 10:51:19 Modified files: . : ChangeLog javax/swing/text: PlainDocument.java Log message: 2006-03-06 Robert Schuster

Re: [cp-patches] FYI: Fixed/VariableHeightLayoutCache API doc tag fixes

2006-03-06 Thread Robert Schuster
Hi. David Gilbert wrote: These classes are complete stubs, Eeek! so I'll file a bug report for that in a moment: Thanks for doing so! cya Robert signature.asc Description: OpenPGP digital signature

[cp-patches] FYI: PlainDocument.insertUpdate performance fix

2006-03-06 Thread Robert Schuster
: It would be a nice to have patch for the upcomming release. 2006-03-06 Robert Schuster [EMAIL PROTECTED] * javax/swing/text/PlainDocument.java: Fix copyright header, added author tags. (insertUpdate): Do not copy the whole document any more, added some more variables

[commit-cp] classpath ./ChangeLog examples/gnu/classpath/ex...

2006-03-06 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/03/06 15:42:46 Modified files: . : ChangeLog examples/gnu/classpath/examples/swing: Demo.java Log message: 2006-03-06

[commit-cp] classpath ./ChangeLog javax/swing/plaf/basic/Ba...

2006-03-06 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/03/06 02:29:02 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTextUI.java Log message: 2006-03-06 Robert

[cp-patches] FYI: GapContent.insertString fix

2006-03-05 Thread Robert Schuster
that and makes the test pass. @Mark: Please let this go into the release branch. 2006-03-05 Robert Schuster [EMAIL PROTECTED] * javax/swing/text/GapContent.java: (insertString): Throw exception when argument is below zero. cya Robert Index: javax/swing/text/GapContent.java

[cp-patches] FYI: PlainDocument.insertUpdate

2006-03-05 Thread Robert Schuster
-03-06 Robert Schuster [EMAIL PROTECTED] * javax/swing/text/PlainDocument.java: (insertUpdate): Extended if-expression, added code to generate another Element when newly inserted characters and old ones will be on the same line. cya Robert Index: javax/swing/text

[cp-patches] FYI: DefaultCaret - selection with shift + double triple-click behavior

2006-03-05 Thread Robert Schuster
on it. We do that too, of course. :) @Mark: I really would like to have this in the release branch. :) 2006-03-06 Robert Schuster [EMAIL PROTECTED] * javax/swing/text/DefaultCaret.java: (mouseDragged): Do selection when shift is pressed. (mouseClicked): Implemented. cya

[cp-patches] RFC: DefaultHighlighter.DefaultHighlighterPainter.paint rewritten

2006-03-05 Thread Robert Schuster
. Ideas, comments? 2006-03-02 Robert Schuster [EMAIL PROTECTED] * javax/swing/text/DefaultHighlighter.java: (DefaultHighlighter.DefaultHighlightPainter.paint): Rewritten. cya Robert Index: javax/swing/text/DefaultHighlighter.java

[cp-patches] FYI: BasicTextUI.damageRange fix

2006-03-05 Thread Robert Schuster
Hi, while working on the new paint algorithm for the DefaultHighlighter.DefaultHighlighterPainter (which is mostly copy and pasted code from BasicTextUI.damageRange) I saw some thinkos in my first implementation. This fixes that. 2006-03-06 Robert Schuster [EMAIL PROTECTED] * javax

[commit-cp] classpath ./ChangeLog javax/swing/text/PlainDoc...

2006-03-05 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/03/06 01:16:13 Modified files: . : ChangeLog javax/swing/text: PlainDocument.java Log message: Fixes PR 26194

[commit-cp] classpath ChangeLog

2006-03-02 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/02/28 11:36:53 Modified files: . : ChangeLog Log message: Fixed my changelog entry from 2006-02-22 - mentioned wrong file. CVSWeb

Re: [cp-patches] RFC: adjust textarea size automatically

2006-02-28 Thread Robert Schuster
Hi, thanks for spotting this. I fixed that. cya Robert Anthony Balkissoon wrote: On Wed, 2006-02-22 at 12:34 +0100, Robert Schuster wrote: 2006-02-22 Robert Schuster [EMAIL PROTECTED] * javax/swing/text/PlainDocument.java: (getPreferredSpan): Added missing 'break

FOSDEM'06 Photos

2006-02-28 Thread Robert Schuster
Hi friends, this was a great weekend which I really enjoyed! As you may have noticed I took a lot of photos ;) and I plan to make them available for you soon. I thought it would be a good idea to upload them to a service like flickr.com and that is why I wrote this mail. 1) Is flickr.com

[commit-cp] classpath ./ChangeLog javax/swing/text/DefaultH...

2006-02-24 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/02/22 13:33:27 Modified files: . : ChangeLog javax/swing/text: DefaultHighlighter.java Log message: Fixes PR #26414

[commit-cp] classpath ./ChangeLog javax/swing/text/DefaultE...

2006-02-23 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/02/22 10:40:56 Modified files: . : ChangeLog javax/swing/text: DefaultEditorKit.java Log message: 2006-02-22 Robert

[commit-cp] classpath ./ChangeLog javax/swing/text/Utilitie...

2006-02-23 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/02/22 11:17:52 Modified files: . : ChangeLog javax/swing/text: Utilities.java Log message: This fixes PR #26413

[cp-patches] RFC: adjust textarea size automatically

2006-02-22 Thread Robert Schuster
are removed on one line only. I added a check whether the characters are removed from the current longest line and update the maxLineLength value if that is the case. Please comment. 2006-02-21 Robert Schuster [EMAIL PROTECTED] * javax/swing/text/PlainDocument.java: (getPreferredSpan

Re: [cp-patches] RFC: adjust textarea size automatically

2006-02-22 Thread Robert Schuster
Hi. Roman Kennke wrote: Am Mittwoch, den 22.02.2006, 09:08 +0100 schrieb Robert Schuster: Hi, as mentioned in PR 26157[0] I observed that the JDK's JTextArea adjusts its size automatically when the characters leave the allocation area of the component. Our JTextArea did not have

[cp-patches] FYI: handle magic caret position being null

2006-02-22 Thread Robert Schuster
Hi, the magic caret position can be null when the cursor has not moved yet. I havent considered this when writing the up/down movement selection actions. This patch fixes that. The ChangeLog: 2006-02-22 Robert Schuster [EMAIL PROTECTED] * javax/swing/text/DefaultEditorKit.java: Added

[cp-patches] RFC: fixed implemented highlighting - 2nd try

2006-02-21 Thread Robert Schuster
cannot see any more problems with the highlighting mechanism. ChangeLog stays the same: 2006-02-21 Robert Schuster [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicTextUI.java: (paint): Remove unneccessary part of the if-expression. (damageRange): Added case where

Re: [cp-patches] RFC: fixed implemented highlighting - 2nd try

2006-02-21 Thread Robert Schuster
Committed - Roman reviewed the first version. cya Robert Robert Schuster wrote: Hi all. I fixed to small errors in this patch that lead to strange behavior: + // Last line, from beginning-of-line to p1. + r0.width = r1.x + r1.width; Had to add -1 to the calculation above

Re: [cp-patches] FYI: fix for PR 26354

2006-02-20 Thread Robert Schuster
The attached patch file was empty. Here is the correct one. cya Robert Robert Schuster wrote: Hi, this patch contains my already approved fix for GapContent and another small change that fixes the remaining issue I was seeing. While the GapContent fix makes it possible to remove the 'd

[cp-patches] FYI: fixed backward selection

2006-02-20 Thread Robert Schuster
Hi, in one of my former patches that added or modified the selection actions I introduced a problem where it was not possible to select the first entry in a document. This is fixed by this patch. 2006-02-20 Robert Schuster [EMAIL PROTECTED] * javax/swing/text/DefaultEditorKit.java

[cp-patches] RFC: fixed implemented highlighting

2006-02-20 Thread Robert Schuster
. The ChangeLog: 2006-02-21 Robert Schuster [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicTextUI.java: (paint): Remove unneccessary part of the if-expression. (damageRange): Added case where the range spans multiple lines. * javax/swing/text/DefaultCaret.java

[commit-cp] classpath javax/swing/text/GapContent.java java...

2006-02-20 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/02/20 10:50:55 Modified files: javax/swing/text: GapContent.java AbstractDocument.java . : ChangeLog Log message: Fixes PR

[commit-cp] classpath ./ChangeLog javax/swing/text/Abstract...

2006-02-20 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/02/20 12:07:31 Modified files: . : ChangeLog javax/swing/text: AbstractDocument.java GapContent.java Log message

[commit-cp] classpath ./ChangeLog javax/swing/text/DefaultE...

2006-02-20 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/02/20 21:18:38 Modified files: . : ChangeLog javax/swing/text: DefaultEditorKit.java Log message: 2006-02-20 Robert

[cp-patches] RFC: GapContent.shiftEndUp

2006-02-19 Thread Robert Schuster
... ;) Unfortunately with this patch not all of single character removal problems in the JTextArea are solved. I will inspect this after wake up. 2006-02-20 Robert Schuster [EMAIL PROTECTED] * javax/swing/text/GapContent.java: (shiftGapEndUp): Corrected new mark value. cya Robert Index: javax

Re: [cp-patches] new Unicode 4.0.0 parsing and lookup methods

2006-02-16 Thread Robert Schuster
OMG! Classpath goes Unicode 4.0 :) I think with that we reached a major goal. Thank you for this work! cya Robert signature.asc Description: OpenPGP digital signature

Re: [cp-patches] RFC: up and down movement selection

2006-02-16 Thread Robert Schuster
Committed. Thanks for the review! cya Robert Roman Kennke wrote: Hi Robert, Am Mittwoch, den 15.02.2006, 12:32 +0100 schrieb Robert Schuster: Hi, with this patch JTextArea's caret learns to move and select up and down correctly. The patch mainly adds code that updates the so called magic

Re: Mauve license

2006-02-16 Thread Robert Schuster
Hi. But you seem also to be asking the religious question why GPL? Like most religious questions that one has no objective answer.. I dont think that why GPL is a religious question. The one who asks deserves an answer and here is mine: If you really want to hear an answer then you can read

[commit-cp] classpath ./ChangeLog javax/swing/text/DefaultE...

2006-02-16 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/02/16 08:45:28 Modified files: . : ChangeLog javax/swing/text: DefaultEditorKit.java JTextComponent.java Log message

[cp-patches] RFC: up and down movement selection

2006-02-15 Thread Robert Schuster
are, the other ones have been tweaked only (to make use of the viewToModel related fix I committed a few days ago). Please comment. The ChangeLog: 2006-02-15 Robert Schuster [EMAIL PROTECTED] * javax/swing/text/JTextComponent.java: (replaceSelection): Added code to update the magic

Re: Ldap support in classpath

2006-02-15 Thread Robert Schuster
Hi. Erwin Rol wrote: Hey all, I am trying to get Open Xchange working with gcj, and so far things are going OK. Now i ran into a problem with LDAP. OX uses InitialLdapContext(...) to create a initial context. Later it uses javax.naming.InitialContext.getNameInNamespace(...) and that always

Re: CACAO 0.95 relased

2006-02-14 Thread Robert Schuster
Hi Twisti, Great stuff about the new release. However my Eclipse now fails at startup with this ugly message: The error was 'BadAlloc (insufficient resources for operation)'. (Details: serial 6303 error_code 11 request_code 53 minor_code 0) (Note to programmers: normally, X errors are

Re: New GNU Classpath developer Olivier Jolly

2006-02-12 Thread Robert Schuster
Hi Olivier. Nice to have you here and thanks for joining our effort! cya Robert Mark Wielaard wrote: Hi all, Olivier Jolly (Zeograd on irc) has been added as new GNU Classpath hacker to savannah. Olivier wrote multiple mauve tests for serialization and Proxy. And now has submitted patches

[cp-patches] FYI: Utilities fixes

2006-02-10 Thread Robert Schuster
for the magic caret position trick, too. 2006-02-10 Robert Schuster [EMAIL PROTECTED] * javax/swing/text/Utilities.java: (getTabbedTextOffset): Fixed usage of variable p0. (getPositionAbove): Rewritten. (getPositionBelow): Rewritten. cya Robert Index: javax/swing

[cp-patches] FYI: JTextComponent.getSelectedText

2006-02-07 Thread Robert Schuster
Hi, I committed the following patch which fixes returning the selected text of a text component (tested for JTextField). 2006-02-07 Robert Schuster [EMAIL PROTECTED] * javax/swing/text/JTextComponent.java: (getSelectedText): Calculate offset and use that as second

[cp-patches] FYI: removed DefaultExceptionListener

2006-02-07 Thread Robert Schuster
Hi, a while ago (2006-31-01) I said I moved DefaulExceptionListener from gnu.java.beans.decoder one level up. While the new file is in place I forgot to remove the old one. This is fixed by this patch. I fixed the ChangeLog for that date as well. ChangeLog: 2006-02-07 Robert Schuster [EMAIL

[cp-patches] RFC: new TextActions

2006-02-07 Thread Robert Schuster
. Or textfield and textareas now do what you would expect from them when pressing shift-home, shift-end, shift-ctrl-home, shift-ctrl-end and del/backspace when your text has a selection. 2006-02-07 Robert Schuster [EMAIL PROTECTED] * javax/swing/text/DefaultEditorToolkit.java: Changed behavior

Re: [cp-patches] RFC: new TextActions

2006-02-07 Thread Robert Schuster
Committed. Roman Kennke wrote: Hi Robert, Am Dienstag, den 07.02.2006, 16:15 +0100 schrieb Robert Schuster: Hi, I am starting to grok that swing stuff. :) Great! Welcome in the Swing hacker boat. I added TextAction implementations for selecting the current line (backward

Re: [cp-patches] RFC: new TextActions

2006-02-07 Thread Robert Schuster
Hi, Looks fine. Except that I personally don't like all those anonymous inner classes lined up in a huge(!) array. But that's how it was implemented for the other actions, so this is ok. Please commit. Yes. They are evil. Maybe someone wants to go for that low hanging fruit: PR 26160 cya

[commit-cp] classpath ./ChangeLog gnu/java/beans/decoder/De...

2006-02-07 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/02/07 12:41:30 Modified files: . : ChangeLog Removed files: gnu/java/beans/decoder: DefaultExceptionListener.java Log message

[commit-cp] classpath ./ChangeLog javax/swing/text/DefaultE...

2006-02-07 Thread Robert Schuster
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Robert Schuster [EMAIL PROTECTED] 06/02/07 15:38:51 Modified files: . : ChangeLog javax/swing/text: DefaultEditorKit.java Log message: Adds new selection

Re: [cp-patches] RFC: Introduction of VMMath

2006-02-06 Thread Robert Schuster
Hi. Nice work. I think the JNode guys will appreciate this. :) +package java.lang; + +import gnu.classpath.Configuration; + +class VMMath +{ + + static + { +if (Configuration.INIT_LOAD_LIBRARY) + System.loadLibrary(javanet); + } Should this really be javanet? cya Robert

Re: GNU classpath contribution question

2006-02-02 Thread Robert Schuster
Hi Ken, what you describe is called black box testing and is a legit mean. cya Robert Ken Larson wrote: Hi, I have read the FAQ on contributing to GNU classpath, and I am still left with a question: Let's say for example standard Java defines some constant like FileFormat.BINARY. The

Re: [cp-patches] FYI: XMLEncoder - less dependencies bugfix

2006-01-29 Thread Robert Schuster
Hi Mark, This cleans up the code very nicely. Good catch! 2006-01-24 Robert Schuster [EMAIL PROTECTED] * java/beans/XMLEncoder.java: (writeExpression): Added early return (fixes PR #25941). * java/beans/Encoder: Removed unused imports

<    1   2   3   4   5   6   >