On Wed, May 21, 2008 at 10:10:59AM +0200, Justus Winter wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Justus Winter wrote:
Jorge Arellano Cid wrote:
On Sat, May 17, 2008 at 05:46:26PM +0200, Justus Winter wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I thought about dillos fullscreen mode, which is not a fullscreen mode at all but a "get rid of those panels"-mode. So I decided to rename those functions and variables accordingly (00-*) Committed.
With the addition that when the Location is already focused, the text is also selected. This helps as a visual clue and also to quickly get rid of the old URL.
Note: I used a trick in ::handle() to do it. If you know a better way, please send a patch.
Yes, that's a nice feature indeed. Reading the fltk documentation I came up with the attached patch. I am pretty sure that strlen is the wrong function when dealing with utf-8 character data, but you get the idea.
Justus
Looking at the fltk source I realized that Input::size() does exactly what we want and is also much more efficient. Revised patch is attached.
Committed (with the comment). -- Cheers Jorge.-