Re: [fltk.bugs] [HIGH] STR #2348: test/editor fails to display misc/cp1252.txt and can hang

2010-12-05 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2348 Version: 1.3-current Correction: I mixed some numbers. Private use area is U+E000 - U+F8FF (so far it was correct). The range to pick should then be U+F880 - U+F8FF

[fltk.development] fl_tree-elements.gif missing (doxygen) [ Re: [Library] r7952 ...]

2010-12-05 Thread Albrecht Schlosser
On 05.12.2010 10:51, fltk-dev@easysw.com wrote: Author: greg.ercolano Date: 2010-12-05 01:50:59 -0800 (Sun, 05 Dec 2010) New Revision: 7952 Log: Added latex \image refs to tree+table docs, and eps image filenames to documentation/Makefile. Modified: branches/branch-1.3/FL/Fl_Tree.H

Re: [fltk.development] RFC: docs

2010-12-05 Thread Albrecht Schlosser
On 05.12.2010 10:36, Greg Ercolano wrote: A few things I noticed about the docs.. maybe I'm late to the party and this has all been discussed before: 1. We have eps files under svn management (documentation/src/*.eps) which are just huge eps versions of our gif and jpeg files.

Re: [fltk.development] RFC: docs

2010-12-05 Thread Albrecht Schlosser
Greg Ercolano wrote: Regarding #1 and #2, I found if I remove any of the eps files, 'make' complains it doesn't know how to make them. But I found it *will* automatically make them if I add a few rules to the global makeinclude: Greg, I also noticed that there are some 0-sized .eps files:

Re: [fltk.development] RFC: docs

2010-12-05 Thread Albrecht Schlosser
On 05.12.2010 19:00, Greg Ercolano wrote: Greg, I also noticed that there are some 0-sized .eps files: [..] If you know how to convert them, could you please give it a try and commit the corrected files? TIA. Sure. Done; r7956. Great, thanks. The only one I couldn't fix is

Re: [fltk.development] RFC: docs

2010-12-05 Thread Albrecht Schlosser
Greg Ercolano wrote: 0-sized .eps files: [..] Done; r7956. Huh, that seemed to also fix all those 'bounding box' warnings that 'cd documentation; make pdf-dist' used to show. So /that's/ what it was bitching about. Yes, I see this too. I remember that I asked what this was

Re: [fltk.bugs] [MOD] STR #2463: Fl::option(): reading the wrong preferences ?

2010-12-03 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2463 Version: 1.3-current Two variables bear the same name in member function Fl::option This is because I renamed the argument name from 'o' to 'opt' to remove a

Re: [fltk.bugs] [HIGH] STR #2467: 1.3.x: ide/VC2005/fltk.sln warnings and build error

2010-12-03 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2467 Version: 1.3-current +1 for removing ide/vc2005. It's old, we can't manage it (Greg, do you still have that old MS IDE ?), and there are wrong build options (as you

Re: [fltk.bugs] [MOD] STR #2465: Fl_Preferences: System preferences not readable by users (Linux)

2010-12-03 Thread Albrecht Schlosser
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2465 Version: 1.3-current Fix Version: 1.3.0 (r7945) Manolo, thanks for fixing this. I found that the fix (r7941) was not complete and added a similar fl_chmod function used for getUserdataPath(). Link:

Re: [fltk.development] [RFC] CMP modifications

2010-12-03 Thread Albrecht Schlosser
On 03.12.2010 04:40, Greg Ercolano wrote: Manolo Gouy wrote: +1 MacArthur, Ian (SELEX GALILEO, UK) wrote: +1 OK, I'll update this. I'm too late, but +1 from me too. ;-) Question: Is updating the website just a matter of: 1) Doing a checkout of

Re: [fltk.development] Fl_Preferences.cxx

2010-12-03 Thread Albrecht Schlosser
On 03.12.2010 20:54, Greg Ercolano wrote: While reading Fl_Preferences, I noticed a few indent problems and quite a few bracing variations that I'd like to fix for readability. Fl_Preferences has had recent activity (Matt, Manolo), so thought I'd ask before making any changes, in case such

Re: [fltk.development] [RFE] STR #2466: Would like copy_tooltip(), analogous to copy_label()

2010-12-02 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2466 Version: 1.3-feature Code looks good (untested). Thanks for taking care of this. It would be nice if you could also move the docs to Fl_Tooltip.cxx, where they

Re: [fltk.development] [RFE] STR #2466: Would like copy_tooltip(), analogous to copy_label()

2010-12-02 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2466 Version: 1.3-feature +1 for putting this in 1.3.0, BTW. Link: http://www.fltk.org/str.php?L2466 Version: 1.3-feature

[fltk.bugs] [MOD] STR #2463: Fl::option(): reading the wrong preferences ?

2010-12-01 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2463 Version: 1.3-current When playing with the new Fl::option() function I found 2 problems (maybe). #1: It looks like the wrong preference hierarchy would be read.

[fltk.bugs] [MOD] STR #2465: Fl_Preferences: System preferences not readable by users (Linux)

2010-12-01 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2465 Version: 1.3-current I tried to write system preferences on a Linux (Ubuntu) system by modifying test/preferences to use Fl_Preferences::SYSTEM instead of

Re: [fltk.general] Widget Focus

2010-12-01 Thread Albrecht Schlosser
On 01.12.2010 11:33, Paul R wrote: I don't want to duplicate Ian's reply, hence I do only comment this: [...] in another function i used to quickly tab through fields entering the values without looking but now i have to get the focus back in field with mouse or more tabs after each number

[fltk.bugs] [LOW] STR #2461: Dragging text: visual feedback missing sometimes on Linux

2010-11-30 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2461 Version: 1.3-current I noticed that dragging text FROM an Fl_Input doesn't correctly change the cursor to indicate dragging. Dragging text from an Fl_Text_Editor

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-11-30 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Fix Version: 1.3-current (r7919) Fixed in Subversion repository. Duncan, thanks for testing. I can't test cross compiling either, but the

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-11-30 Thread Albrecht Schlosser
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Fix Version: 1.3-current (r7919) Mike, thanks for confirmation. Closing this STR now. Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Fix Version: 1.3-current (r7919)

Re: [fltk.bugs] [MOD] STR #2456: Fl_Text_Editor showing artifacts (on Linux)

2010-11-30 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2456 Version: 1.3-current Yes, either use a slightly smaller font, or increase line spacing by one pixel (i.e. line spacing = font height + 1). If we do the latter,

Re: [fltk.bugs] [MOD] STR #2456: Fl_Text_Editor showing artifacts (on Linux)

2010-11-30 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2456 Version: 1.3-current Fix Version: 1.3.0 (r7927) Ah, and one more test: FLTK 2.0 doesn't have the problem, but it might use another font (I didn't check). Link:

Re: [fltk.development] Fl_Shared_Image: overriding operator delete?

2010-11-30 Thread Albrecht Schlosser
Roman Kantor wrote: At present hiding destructor of Fl_Shared image is futile because user can always do delete (Fl_Image *) my_shared_image; Also the user (as in my case) can have a placeholder to an image pointer which can point to both normal and shared image - so we do not know

Re: [fltk.bugs] [HIGH] STR #2432: UTF-8 characters output broken on ARM architecture

2010-11-29 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Active] Link: http://www.fltk.org/str.php?L2432 Version: 1.3-current Fix Version: 1.3.0 (r7873) Sorry for reopening this STR, but the change in svn r7873 produces lots of warnings on normal linux builds :-(

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-11-29 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Active] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Fix Version: 1.3-current (r7452) Attached file 'cmake_consolidated_r7907.patch' is an updated patch to the current FLTK svn version that

[fltk.bugs] [MOD] STR #2460: editor: Clicking into the selection doesn't clear the selection

2010-11-29 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2460 Version: 1.3-current Use test/editor, add some text, select all or a part of the text, and then click into the selected area. This does not clear the selection.

Re: [fltk.opengl] linking error.

2010-11-29 Thread Albrecht Schlosser
Ben Stott wrote: I think you might need to link against ws2_32.lib - note that linking order is important, so you'll have to link to ws2_32.lib before you link to any of fltk's openGL stuff. Hmm? I think you're right, but the order should be the opposite, i.e. ws2_32.lib last. And

Re: [fltk.bugs] [MOD] STR #2308: Compiling FLTK 1.3 with mingw-w64

2010-11-28 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2308 Version: 1.3.0 Matt, you wrote: To answer your questions: nothing is going to happen. As long as I use long to read and write, and the void* is equal in size

Re: [fltk.bugs] [MOD] STR #2308: Compiling FLTK 1.3 with mingw-w64

2010-11-28 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2308 Version: 1.3.0 Yuri, you wrote: i think there is no reason leave return type of argument to be long. I think that we should keep the API (literally) so that

Re: [fltk.bugs] [MOD] STR #2308: Compiling FLTK 1.3 with mingw-w64

2010-11-28 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2308 Version: 1.3.0 Please see attached file fl_intptr_t-r7907.diff for my modified patch. This does not change the API and uses a similar typedef as Yuri's patch. I

Re: [fltk.bugs] [LOW] STR #2304: under Linux Fl_Scroll wraps around when panel over 32767 pixels high

2010-11-28 Thread Albrecht Schlosser
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2304 Version: 1.3-current Fix Version: 1.3.0 (r7888) Closing this, because clipping for box drawing methods works now. Please refer to STR #1929 for more (but less important) coordinate clipping issues. Link:

Re: [fltk.general] multiplemice ?

2010-11-27 Thread Albrecht Schlosser
Vincent wrote: I read on various pages on the web that fltk supports multiplemice support. I understood that this is allowed under Xorg with MPX. MPX is included into Xorg since version 1.7 (currently 1.8). However apparently fltk doesn't support it out of the box, it looks like we have to

Re: [fltk.bugs] [MOD] STR #2455: Several memory leaks in Fuid

2010-11-24 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2455 Version: -current Link: http://www.fltk.org/str.php?L2455 Version: -current ___ fltk-bugs mailing list

Re: [fltk.bugs] [MOD] STR #2455: Several memory leaks in Fluid

2010-11-24 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2455 Version: 1.3-current Modified version info and classification so that it shows up in the roadmap. Note to Domingo: please don't post unrelated text to an STR. This

Re: [fltk.bugs] [MOD] STR #1929: 32bit graphics coordinates must be clipped in 16bit graphic systems

2010-11-24 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L1929 Version: 1.4-feature This seems to be twofold: (1) moving windows to coordinates outside the 16bit space (2) using widgets with coordinates outside the 16bit

[fltk.bugs] [MOD] STR #2456: Fl_Text_Editor showing artifacts (on Linux)

2010-11-24 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2456 Version: 1.3-current I just found that Fl_Text_Editor still shows artifacts when characters (e.g. German upper-case Umlauts) are shifted around in the editor. Load

Re: [fltk.general] destructors

2010-11-24 Thread Albrecht Schlosser
On 24.11.2010, at 12:23, Domingo Alvarez Duarte wrote: This works, but doesn't solve the problem of some of the opened window having pending work to be done. If some opened window has a pending work how we can allow the user to cancel the application to exit and finish the pending work ?

Re: [fltk.general] destructors

2010-11-24 Thread Albrecht Schlosser
On 24.11.2010, at 12:58, Albrecht Schlosser wrote: I don't recommend this here, but if you think that you really need it, then you could try to call each window's callback before closing it, something like (untested): Sorry, I posted an older version of the code. It should read: static void

Re: [fltk.bugs] [LOW] STR #2304: under Linux Fl_Scroll wraps around when panel over 32767 pixels high

2010-11-23 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2304 Version: 1.3-current Fix Version: 1.3.0 (r7888) I committed further clipping changes in svn r7888. This simplified the code in parts and added clipping to more

Re: [fltk.bugs] [LOW] STR #2304: under Linux Fl_Scroll wraps around when panel over 32767 pixels high

2010-11-22 Thread Albrecht Schlosser
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2304 Version: 1.3-current Fix Version: 1.3.0 (r7882) Fixed in Subversion repository. Actually the fix needed a little more work, since we don't have something like fl_clip_w and fl_clip_h in FLTK 1.3 (at least I'm not aware of it).

Re: [fltk.bugs] [LOW] STR #2304: under Linux Fl_Scroll wraps around when panel over 32767 pixels high

2010-11-22 Thread Albrecht Schlosser
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2304 Version: 1.3-current Fix Version: 1.3.0 (r7883) Minor improvement added in r7883, thus the complete fix is r7882-7883. Link: http://www.fltk.org/str.php?L2304 Version: 1.3-current Fix Version: 1.3.0 (r7883)

Re: [fltk.bugs] [LOW] STR #2304: under Linux Fl_Scroll wraps around when panel over 32767 pixels high

2010-11-22 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Active] Link: http://www.fltk.org/str.php?L2304 Version: 1.3-current Fix Version: 1.3.0 (r7883) Sigh, reopening :-( Although the fix is correct WRT clipping, there's another bug when drawing the *BIG*

Re: [fltk.bugs] [LOW] STR #2304: under Linux Fl_Scroll wraps around when panel over 32767 pixels high

2010-11-22 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Active] Link: http://www.fltk.org/str.php?L2304 Version: 1.3-current Fix Version: 1.3.0 (r7884) I committed more clipping fixes in r 7884, so that it's now all in r7882-7884. I also uploaded an extended test

Re: [fltk.bugs] [LOW] STR #2304: under Linux Fl_Scroll wraps around when panel over 32767 pixels high

2010-11-22 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2304 Version: 1.3-current Fix Version: 1.3.0 (r7884) Link: http://www.fltk.org/str.php?L2304 Version: 1.3-current Fix Version: 1.3.0 (r7884)

Re: [fltk.development] RFC: Pure UTF-8 or Hybrid CP1252 ?

2010-11-22 Thread Albrecht Schlosser
On 20.11.2010, at 01:34, Michael Sweet wrote: On Nov 19, 2010, at 3:45 PM, Duncan Gibson wrote: ... Before we release FLTK-1.3.0 and commit to keeping the same character set support until at least the next major release after that, we need to decide on whether we support one of [at least]

Re: [fltk.general] 20 more STRs to go

2010-11-22 Thread Albrecht Schlosser
Matthias Melcher wrote: 2304 under Linux Fl_Scroll wraps around when panel over 32767 pixels high X11 New LOW M Is the proposed solution sufficient? Fixed in r7882. 15 STRs left. Albrecht ___ fltk mailing list

Re: [fltk.general] 20 more STRs to go

2010-11-22 Thread Albrecht Schlosser
Am 22.11.2010 14:08, Albrecht Schlosser wrote: Matthias Melcher wrote: 2304 under Linux Fl_Scroll wraps around when panel over 32767 pixels high X11 New LOW M Is the proposed solution sufficient? Fixed in r7882. 15 STRs left. Sorry, it turned out that there are also box drawing problems

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-11-21 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Fix Version: 1.3-current (r7452) No, we can't close this yet. The patches of Apr. 18 to Apr. 21 need to be checked and applied, but I know

Re: [fltk.bugs] [LOW] STR #2082: Under X, instances of Fl_Window do not have a Window Type set.

2010-11-21 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature The primary reason of this STR is fixed, and I although I think that the xtype() approach might be useful to replace some of the flag bits in a

Re: [fltk.bugs] [MOD] STR #2347: FLTK MinGW32 Applications fail to run under 64bits OS

2010-11-21 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2347 Version: 1.3-current We definitely don't need to change source code. The problem seems to be related to the version of binutils in use, and I got the impression that

Re: [fltk.bugs] [MOD] STR #2308: Compiling FLTK 1.3 with mingw-w64

2010-11-19 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Active] Link: http://www.fltk.org/str.php?L2308 Version: 1.3.0 I'm working on a patch now, based on Yuri's idea using an own typedef (fl_long), but I'm also trying to avoid changing the API, so that

Re: [fltk.development] RFC: Right Ctrl Compose key in FLTK

2010-11-18 Thread Albrecht Schlosser
Matthias Melcher wrote: Do we want to keep this feature or eliminate it? Please vote! I'm not sure about it. I usually don't use it, and I guess that our app's users don't use it (because they don't know that it exists). But, as Manolo pointed out, there are always characters that are not

Re: [fltk.general] Building 1.3 windows

2010-11-18 Thread Albrecht Schlosser
Paul R wrote: the docs refer to visualc directory and .dsw file as with version 1.1, however this is not in the tree for 1.3, is the path ide/.. and then vc2005 or visualc6 or whicever i can get to work in there? problem is i am importing into codeblocks latest version so not sure which is

Re: [fltk.bugs] [CRIT] STR #2448: not find x11 file and X.H, Xlib.h, Xlocale.h , Xutil.h

2010-11-17 Thread Albrecht Schlosser
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2448 Version: 1.3-feature Fix Version: 1.3-feature This is a duplicate STR. Please add comments to STR #2447. Link: http://www.fltk.org/str.php?L2448 Version: 1.3-feature Fix Version: 1.3-feature

Re: [fltk.bugs] [CRIT] STR #2447: not find x11 file and X.H, Xlib.h, Xlocale.h , Xutil.h

2010-11-17 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2447 Version: 1.3-feature Thanks for your report. This file should not be included in Windows builds. Can you please be more precise: where does this error message result

Re: [fltk.bugs] [MOD] STR #2199: shift+letter activates button/labels

2010-11-16 Thread Albrecht Schlosser
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2199 Version: 1.1.9 Fix Version: 1.1.11 (r7848) Tested and found okay. Great that you saw the ABI conflict! Link: http://www.fltk.org/str.php?L2199 Version: 1.1.9 Fix Version: 1.1.11 (r7848)

Re: [fltk.development] Mandelbrot demo and double buffered windows

2010-11-16 Thread Albrecht Schlosser
imacart...@gmail.com wrote: ... the Mandelbrot demo shows windows that are initially drawn OK, but become blank when other interactions occur. This seems to be because we have a GL window parented inside an Fl_Double_Window and the GL drawing does not play well with our double buffering.

Re: [fltk.bugs] [HIGH] STR #2329: fltk-1.3.0-r7246 Build broken on Fedora 12 64bit by configure.in

2010-11-15 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2329 Version: 1.3.0 Who uses Fedora? Greg, maybe. Greg, didn't you install Fedora 14/64-bit recently ? But, is this the right question? If it works on Fedora (64-bit)

Re: [fltk.bugs] [LOW] STR #2428: 1.3.x + OSX compiler warnings with GCC 4.0.1/Tiger

2010-11-15 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2428 Version: 1.3-current I'm far from an expert, but since I wrote the scandir test... The interesting case would be to see what happens if you only comment out

Re: [fltk.bugs] [LOW] STR #2428: 1.3.x + OSX compiler warnings with GCC 4.0.1/Tiger

2010-11-15 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2428 Version: 1.3-current Is -Werror standard or gnu (gcc) only ? Link: http://www.fltk.org/str.php?L2428 Version: 1.3-current

Re: [fltk.bugs] [MOD] STR #2355: Avoid crashing in fontconfig if no local founts are found

2010-11-15 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2355 Version: 1.3.0 Fix Version: Will Not Fix Fl::error() is what you need. http://www.fltk.org/doc-1.1/Fl.html#Fl.error You can override the behavior by setting

Re: [fltk.bugs] [LOW] STR #2317: modify cmake files for cross-compile

2010-11-15 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2317 Version: 1.3-current Fix Version: 1.3-current (r7452) Duncan, I'm going to test again when time permits. I believe that Mike's latest patches (about April 18)

Re: [fltk.development] Please vote: release 1.1.11?

2010-11-15 Thread Albrecht Schlosser
Matthias Melcher wrote: there are three bugs in FLTK 1.1.10 that can cause a crash in some configurations. All of these have a working and somewhat verified patch. I've also thought of doing another update for a while. Maybe we should also update (some of) the image libs, because there are

Re: [fltk.general] Is Cups printing support planned for fltk-1.3 ?

2010-11-15 Thread Albrecht Schlosser
Per Grahn wrote: I need advanced printing on all platforms in an application and found that on the win32 and apple platforms, but not on unix. I think what cups printing could be implemented relatively easily, but it require that the class Fl_PostScript_Driver will be updated to support

Re: [fltk.bugs] [HIGH] STR #2270: Fl::get_system_colors() failing on Linux distros

2010-11-12 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2270 Version: 1.3-current The correct solution is simple: mv ~/.Xdefaults ~/.Xresources then restart your Xsession. Tested and verified on Ubuntu 9.04 with a

Re: [fltk.bugs] [LOW] STR #2419: Cut / Copy don't work on X11

2010-11-12 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2419 Version: 1.3-current Greg, didn't you solve the compiler problem (STR 2439)? Otherwise you could try it with an older svn version, by simply using svn up -r

Re: [fltk.development] removal of GCC 2.x support - windowscompiler question

2010-11-12 Thread Albrecht Schlosser
Michael Sweet wrote: +1 on simplifying - alternate compilers will need to support the Microsoft -specific stuff to be compatible with the platform headers they provide anyways... Thanks for your comment - and done (r7821). It's good to see that you're still reading here and can help with

Re: [fltk.bugs] [MOD] STR #2408: fltk-config --libs produces newline

2010-11-11 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2408 Version: 1.1.10 I added a few erroneously removed lines back to fltk-config.cmake.in, thus the (hopefully) final fix is in r7815. Please check. Thanks. Link:

Re: [fltk.bugs] [LOW] STR #2419: Cut / Copy don't work on X11

2010-11-11 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Active] Link: http://www.fltk.org/str.php?L2419 Version: 1.3-current Greg, may I ask you (or anybody else) to test the attached patch (str-2419_r7817.patch) on a 64-bit big-endian and on a 64-bit little-endian

[fltk.development] removal of GCC 2.x support - windows compiler question

2010-11-11 Thread Albrecht Schlosser
When I removed gcc 2.x support (__GNUC__=3 etc.) I found the following to be the correct formal change (committed in r7814): Modified: branches/branch-1.3/FL/Fl_Export.H === --- branches/branch-1.3/FL/Fl_Export.H2010-11-10

Re: [fltk.general] Set window icon in Windows

2010-11-11 Thread Albrecht Schlosser
On 11.11.2010, at 13:16, Shuiling wrote: Hi FLTK users, I want to change the window icon in Windows and the compiler I use is VS2008. According the tip in FLTK documentation - Setting the Icon of a Window(link: http://www.fltk.org/doc-1.1/osissues.html), but it does not work. The

Re: [fltk.bugs] [HIGH] STR #2243: Fl_Menu_Bar on windows: single letter shortcut keys not working

2010-11-10 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Active] Link: http://www.fltk.org/str.php?L2243 Version: 1.3-current Fix Version: 1.3.0 I'm preparing the modified patch including documentation updates. The current patch uses bool, but I'm waiting for more

Re: [fltk.development] RFC: FLTK 1.3 - using bool ?

2010-11-10 Thread Albrecht Schlosser
Let me summarize... Albrecht Schlosser wrote: Do we officially (want to) use bool in FLTK 1.3 ? There are some places in the code where it's used already [1] I forgot to append the note [1] in my original post, so I'll add here that we used bool already in fltk 1.1 (intentionally or not). I

[fltk.development] RFC: FLTK 1.3 - using bool ?

2010-11-09 Thread Albrecht Schlosser
Do we officially (want to) use bool in FLTK 1.3 ? There are some places in the code where it's used already [1], but AFAICT bool was not used in FLTK, or at least it was not the *usual* way to define boolean values. FLTK 2.0, however, uses bool frequently. If we start using bool, are there known

Re: [fltk.development] [Library] r7800 - in branches/branch-1.3: FL src

2010-11-06 Thread Albrecht Schlosser
On 06.11.2010, at 15:29, fltk-dev@easysw.com wrote: Author: matt Date: 2010-11-06 07:29:12 -0700 (Sat, 06 Nov 2010) New Revision: 7800 Log: UTF8 Text Display and Editor: added tons of tests for utf8 alignment, fixed a bunch of methods that did not understand utf8. Still lots of places to

Re: [fltk.general] undefined reference to `fl_graphics_driver' of make error, plz help

2010-11-06 Thread Albrecht Schlosser
On 06.11.2010, at 07:22, eric wrote: Dear Fltk programers: I find a lot fl_graphics_driver in fl_draw.H but not in fl_draw.cxx my current link version of fltk used to compile my chapter.12.3 program(of book of Mr. Bjarne Stroustrup-Programming-Principle and practice using c++ 4th Ed.)

Re: [fltk.bugs] [HIGH] STR #2376: Unicode rendering and navigation

2010-11-04 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2376 Version: 1.3-feature const char *there = fl_utf8fwd(here+1, here, here+6); ... const char *there = fl_utf8back(here-1, here-6, here); Do these lines take into

Re: [fltk.bugs] fluid can't find shared libraries

2010-11-03 Thread Albrecht Schlosser
On 02.11.2010, at 21:26, Darren wrote: I apologize if the answer to this question has been posted already, but I could not find it. No need to apologize, your questions are somewhat unusual. But this is the wrong newsgroup/forum for your questions, please use fltk.general for user questions;

Re: [fltk.development] Fl_Input_::position(int, int) vs Fl_Widget::position(int, int)

2010-11-03 Thread Albrecht Schlosser
On 02.11.2010, at 13:19, Matthias Melcher wrote: On 01.11.2010, at 20:27, Greg Ercolano wrote: Boris Mayer-St-Onge wrote: With FLTK 1.1.10 or one of 1.3.x snapshot (7677), I can't change the position of widgets Fl_Input and Fl_Output. You can, you just have to beware of the name

Re: [fltk.general] fluid can't find shared libraries

2010-11-03 Thread Albrecht Schlosser
On 02.11.2010, at 21:26, Darren wrote in fltk.bugs: [reply posted to fltk.general] I am building fltk-1.1.10 with shared libraries enabled so it links properly with InsightApplications. The build works find and fluid runs fine as long as it is in the build/bin directory. Okay so far,

Re: [fltk.bugs] [HIGH] STR #2243: Fl_Menu_Bar on windows: single letter shortcut keys not working

2010-11-02 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2243 Version: 1.3-current Andreas and Greg, sorry, I've been (almost) offline for a while. I believe that we agreed to fix this as discussed and as Greg summarized above.

Re: [fltk.development] [RFE] STR #2387: Speedup of fl_read_image on win32

2010-11-02 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2387 Version: 1.3-feature Unfortunately not. It kinda works, but I wanted to take another approach to optimize it further, but then I got stuck. I'll take another

Re: [fltk.development] RFC: dropping support for VisualC 6 and VisualC 2005

2010-11-02 Thread Albrecht Schlosser
On 30.10.2010, at 21:38, Matthias Melcher wrote: VisualC 2008 and VisualC 2010 are free in their Express version and have been out in the field long enough to be the state of the art. I would like to suggest to drop support of any IDE files older than two major releases of that IDE. +1 on

Re: [fltk.general] error on make 1.1.9, plz help

2010-11-02 Thread Albrecht Schlosser
On 02.11.2010, at 04:08, eric wrote: I follow Greg's suggestion, download that zip file and goto FLTK, then autoconf make but here is the trouble/errors I meet. - filename_list.cxx: In function �int fl_filename_list(const

Re: [fltk.development] fltk-1.3.x : level of UTF-8 support?

2010-10-26 Thread Albrecht Schlosser
Matt wrote: I would like to suggest a mode of action to get UTF8 support complete. My main issue is not knowing where to start and which places in the source code were already touched. We agreed a long time ago to not introduce a new string type, so here is what we could do: Any parameter

Re: [fltk.development] fltk-1.3.x : level of UTF-8 support?

2010-10-26 Thread Albrecht Schlosser
Ian wrote: ... I have used fltk-1.1.6-utf8 and fltk-1.3 with the OS IME's on winXP and ubuntu to input some very limited Chinese stuff and it more or less worked (so far as I can tell.) In each case, the environment pops up a little input window for the input to go into, and it then gets

Re: [fltk.development] fltk-1.3.x : level of UTF-8 support?

2010-10-26 Thread Albrecht Schlosser
Ian wrote: ... I have used fltk-1.1.6-utf8 and fltk-1.3 with the OS IME's on winXP and ubuntu to input some very limited Chinese stuff and it more or less worked (so far as I can tell.) In each case, the environment pops up a little input window for the input to go into, and it then gets

Re: [fltk.development] fltk-1.3.x : level of UTF-8 support?

2010-10-26 Thread Albrecht Schlosser
Ian wrote: ... I have used fltk-1.1.6-utf8 and fltk-1.3 with the OS IME's on winXP and ubuntu to input some very limited Chinese stuff and it more or less worked (so far as I can tell.) In each case, the environment pops up a little input window for the input to go into, and it then gets

Re: [fltk.general] fltk-1.x : parsing command line arguments

2010-10-22 Thread Albrecht Schlosser
On 22.10.2010, at 10:17, Duncan Gibson wrote: I've never really needed to handle command line arguments in FLTK before because there's always been some menu option or config file. I was pleasantly surprised at how easy it is once you've managed to grok the docs, and decided to post this simple

Re: [fltk.general] Comments not working for certain articles

2010-10-22 Thread Albrecht Schlosser
On 22.10.2010, at 19:35, Greg Ercolano wrote: Matthias Melcher wrote: On 22.10.2010, at 15:48, Greg Ercolano wrote: I wanted to add some comments to this article: http://fltk.org/applications/articles.php?L449+I0+T+P3+Q#_USER_COMMENTS .but when I click on the Submit Comment button, I get a

Re: [fltk.development] fltk-1.1.10: fl_draw(const char* s, int x, int y)

2010-10-21 Thread Albrecht Schlosser
On 21.10.2010, at 13:44, MacArthur, Ian (SELEX GALILEO, UK) wrote: Yes, I think that we should do at least some fundamental checks to prevent a crash, but I'd prefer to set a default font, as it seems to be done for some platforms. But it's definitive dependent on the platform and

Re: [fltk.general] Scrolling a text file

2010-10-21 Thread Albrecht Schlosser
On 21.10.2010, at 15:14, Paul R wrote: Hi all, i am scratching around looking for the appropriate method to have scroll bars that will move text up and down in a display window. i was messing about with a scroll group and then saw in 2.0 docs that it is for panning around an image really,

Re: [fltk.bugs] [MOD] STR #2433: config.h missing

2010-10-19 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2433 Version: 1.3-current This should be fixed in the latest snapshot (as of svn r7715): http://www.fltk.org/software.php?VERSION=fltk-1.3.x-r7722 Can you try it with

Re: [fltk.bugs] [MOD] STR #2409: Optimization of Fl_Group's remove() + clear() methods

2010-10-18 Thread Albrecht Schlosser
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2409 Version: 1.3.0 Fix Version: 1.3.0 (r7718) Link: http://www.fltk.org/str.php?L2409 Version: 1.3.0 Fix Version: 1.3.0 (r7718) ___ fltk-bugs mailing list fltk-bugs@easysw.com

Re: [fltk.general] I can't compile FLTK!

2010-10-18 Thread Albrecht Schlosser
On 18.10.2010, at 11:02, Stewart wrote: I'm using windows xp and trying to compile with=20 gcc (my ide is code::blocks). When I compilied the library, I=20 actually used MSYS, but am about to try with Visual Studio in=20 case there is something wrong with using MSYS There's nothing

Re: [fltk.general] Curious Callbacks

2010-10-18 Thread Albrecht Schlosser
On 18.10.2010, at 12:49, Paul R wrote: I first got the seg fault calling activate() on the input fields directly within the callback for the button., i only added the reset function to try and get around the issue or simply see if any difference. will this seg fault be heirarchy related also

Re: [fltk.general] Curious Callbacks

2010-10-18 Thread Albrecht Schlosser
Paul R wrote: That =3D3D is just stupid outlook being stupid about escaping the =3D symbol... It's a pain... And, as I would add, it's a *recursive* pain ;-) Albrecht ___ fltk mailing list fltk@easysw.com

Re: [fltk.bugs] [MOD] STR #2409: Optimization of Fl_Group's remove() + clear() methods

2010-10-12 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2409 Version: 1.3-feature Comments on the patch: I like this: ... ..good solution and code cleanup ;) You're welcome. ..just checking: should 'revert' (return to a

Re: [fltk.bugs] [MOD] STR #2409: Optimization of Fl_Group's remove() + clear() methods

2010-10-12 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2409 Version: 1.3.0 Fix Version: 1.3.0 (r7718) Fixed in Subversion repository. I committed the (modified) patch (svn r7718). Leaving the STR open for comments.

Re: [fltk.bugs] [HIGH] STR #2243: Fl_Menu_Bar on windows: single letter shortcut keys not working

2010-10-12 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2243 Version: 1.3-current For the record: Albrecht's patch is in fact Andreas's (andek's) patch - only _posted_ by me. I still didn't completely analyze the patch (look

Re: [fltk.development] Button shortcuts triggered by regular letter keys

2010-10-12 Thread Albrecht Schlosser
On 12.10.2010, at 18:28, Greg Ercolano wrote: [long story and example code removed] With this, if the user forgets to click in the password field, and just types 'sally', the 's' triggers the machine to start, and the 'a' triggers the machine to stop. I'd posit this

<    6   7   8   9   10   11   12   13   14   15   >