Re: [fltk.bugs] [MOD] STR #2809: Inconsistent events sent when pressing and releasing multiple keys on X11.

2012-03-22 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2809 Version: 2.0-current Fix Version: 2.0-current (r9296) Link: http://www.fltk.org/str.php?L2809 Version: 2.0-current Fix Version: 2.0-current (r9296) ___ fltk-bugs mailing list fltk-b

Re: [fltk.bugs] [MOD] STR #2809: Inconsistent events sent when pressing and releasing multiple keys on X11.

2012-03-22 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2809 Version: 2.0-current Fix Version: 2.0-current (r9296) Fixed in Subversion repository. Thanks for the patch! Link: http://www.fltk.org/str.php?L2809 Version: 2.0-cu

Re: [fltk.bugs] [MOD] STR #2784: Relative paths should always be computed from getcwd, not PWD

2011-12-04 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2784 Version: 2.0-current Fix Version: 2.0-current (r9194) So I did a bit of research and it turns out you're right -- this was probably a holdover from someone's machine where they couldn't use getcwd() for whatever reason. I committ

Re: [fltk.bugs] [LOW] STR #2760: fltk-2: FileChooser2.cxx anomaly

2011-11-03 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2760 Version: 2.0-current Fix Version: None Yeah, bracket the code with an else: if( !filename_exist(cs)) { alert("%s\n%s", FILE_NOT_FOUND_s,cs); return; } else { /* blah */ } To be honest, you probably don

Re: [fltk.bugs] [LOW] STR #2760: fltk-2: FileChooser2.cxx anomaly

2011-11-03 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2760 Version: 2.0-current Ah, okay. I see what you mean now. Perhaps you might need to avoid the "return" statement you have with "if (!filename_exists(...))"? As I m

Re: [fltk.bugs] [LOW] STR #2760: fltk-2: FileChooser2.cxx anomaly

2011-11-03 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2760 Version: 2.0-current Also, I should add, the issue you're describing isn't specific to ".." - any directory you select will be added to the filename string so if

Re: [fltk.bugs] [LOW] STR #2760: fltk-2: FileChooser2.cxx anomaly

2011-11-03 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2760 Version: 2.0-current What system are you testing this on? On my Ubuntu 10.10 system, selecting "coucou.xpm", then double clicking ".." takes me up a directory -

Re: [fltk.bugs] [LOW] STR #2760: fltk-2: FileChooser2.cxx anomaly

2011-11-02 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Active] Link: http://www.fltk.org/str.php?L2760 Version: 2.0-current Hmm, I'm not sure how you define this to be an "anomaly" - this does what every other selection does in the FC. You click on "..", and the sel

Re: [fltk.bugs] [LOW] STR #2744: Re: fltk-3 box->image() anomaly

2011-10-21 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2744 Version: 3.0 Fix Version: None Marked as duplicate of 2743 and closed as requested. Link: http://www.fltk.org/str.php?L2744 Version: 3.0 Fix Version: None ___ fltk-bugs mailing list

Re: [fltk.bugs] [HIGH] STR #2743: fltk-3 box->image() anomaly

2011-10-21 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2743 Version: 3.0 Fix Version: None Closed as per the OPs request in #2744, indicating that no bug actually exists. Hopefully this goes towards helping with #2723! Link: http://www.fltk.org/str.php?L2743 Version: 3.0 Fix Version: N

Re: [fltk.bugs] [MOD] STR #2239: with --disable-gl, glut/glpuzzle.cxx tries to build anyway and fails

2011-09-04 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2239 Version: 2.0-current Wow, I hadn't even seen this STR. Greg, does this still happen? I wouldn't be surprised, but if it does it's an easy fix. Darius, it looks like

Re: [fltk.bugs] [HIGH] STR #2694: FileChooser2.cxx Preferences destructor crash(free memory error).

2011-08-11 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2694 Version: 2.0-current Fix Version: None Closed at the OP's request. Link: http://www.fltk.org/str.php?L2694 Version: 2.0-current Fix Version: None ___ fltk-bugs mailing list fltk-bugs

Re: [fltk.bugs] [HIGH] STR #2698: ENTER and LEAVE events are always generated by mouse movement

2011-08-11 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2698 Version: 2.0-current What sort of highlighting are you attempting? fltk::drawflags() has the HIGHLIGHT flag, which allows you to work all sorts of magic from insi

Re: [fltk.bugs] [HIGH] STR #2694: FileChooser2.cxx Preferences destructor crash(free memory error).

2011-08-09 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Active] Link: http://www.fltk.org/str.php?L2694 Version: 2.0-current Alright, in which case I'll close this without resolution. If it crops up again, feel free to resubmit a bug, or if you can concoct a test cas

Re: [fltk.bugs] [HIGH] STR #2694: FileChooser2.cxx Preferences destructor crash(free memory error).

2011-08-09 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2694 Version: 2.0-current Hey spoony, Any news on this? If you're able to generate a test case, I'd love to get this fixed by Friday's snapshot (if it's possible, of

Re: [fltk.bugs] [HIGH] STR #2694: FileChooser2.cxx Preferences destructor crash(free memory error).

2011-08-03 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2694 Version: 2.0-current Hmm. This *is* interesting. What linker do you use? (ld is smart enough to (usually) strip functions and items that aren't used from the binary)

Re: [fltk.bugs] [HIGH] STR #2694: FileChooser2.cxx Preferences destructor crash(free memory error).

2011-08-03 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2694 Version: 2.0-current Just to clarify: Preferences makes its own local copy of the string you pass to it -- sort of. It uses the passed strings to create a proper dir

Re: [fltk.bugs] [HIGH] STR #2694: FileChooser2.cxx Preferences destructor crash(free memory error).

2011-08-03 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2694 Version: 2.0-current Hey spoony, Do you have a minimal test case for this? I've bashed the file chooser around fairly extensively and never come across such an issue

Re: [fltk.bugs] Crashes on double click on browser

2011-07-12 Thread Ben Stott
Hi Stuart, > The application works fine when I use add() to fill the browser. Because I > can have up to 10,000 rows I thought I would try overriding list. It is a > multiselect browser, so I wrote a class overridging children, child and > set-flags (using the documenation in StringHierarchy

Re: [fltk.bugs] Cross-compile on OSX

2011-05-25 Thread Ben Stott
On 24/05/11 22:25, Tony Theodore wrote: > Hello, > When cross compiling for Windows from OSX, the build fails when trying > to compile some Objective C++ files. This can be avoided by an extra > test before setting USEMMFILES in configure.in. > Hi Tony, Would you mind posting your patch as a STR

Re: [fltk.bugs] [HIGH] STR #1784: scrolling in ScrollGroup does not take into account labels

2011-05-17 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L1784 Version: 2.0-current Fix Version: 2.0-current Yeah, I attempted to follow up the clipping idea earlier and realised that the clipping region was static; it's simp

Re: [fltk.bugs] [HIGH] STR #1784: scrolling in ScrollGroup does not take into account labels

2011-05-16 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L1784 Version: 2.0-current Fix Version: 2.0-current If you look at line 126 in your scroll2.cxx (and most likely the same line in test/scroll.cxx), the first button wil

Re: [fltk.bugs] [HIGH] STR #1784: scrolling in ScrollGroup does not take into account labels

2011-05-16 Thread Ben Stott
> > For the moment, if a user wants colours, etc, one can always revert the > > style. > > How? As an only occasional FLTK 2 user I don't know how to do that. > Above main, declare "bool mytheme() { fltk::reset_theme(); }", then as the first line of main add "theme(mytheme);". FLTK will work t

Re: [fltk.bugs] [HIGH] STR #1784: scrolling in ScrollGroup does not take into account labels

2011-05-15 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Active] Link: http://www.fltk.org/str.php?L1784 Version: 2.0-current Fix Version: 2.0-current Bugger. Alright, I've reopened the STR, because it's a poor bug that should be fixed; chances are someone forgot to c

Re: [fltk.bugs] [HIGH] STR #1708: Menu accelerators do not work

2011-05-15 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1708 Version: 2.0-current Fix Version: 2.0-current (r5910) Fixed in Subversion repository. Bill seemingly fixed this a while ago, so I'll close this now. Everything works as expected - there's no real simple way to trigger a shortcut

Re: [fltk.bugs] [LOW] STR #1998: test/keyboard.cxx example incorrectly draws some keys

2011-05-15 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1998 Version: 2.0-current Fix Version: 2.0-current (r8663) Link: http://www.fltk.org/str.php?L1998 Version: 2.0-current Fix Version: 2.0-current (r8663) ___ fltk-bugs mailing list fltk-b

Re: [fltk.bugs] [LOW] STR #1998: test/keyboard.cxx example incorrectly draws some keys

2011-05-15 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Active] Link: http://www.fltk.org/str.php?L1998 Version: 2.0-current Fix Version: 2.0-current (r8663) Fixed (sort of) in Subversion repository. The problem here is _only_ with you ./configure with --enbale-cair

Re: [fltk.bugs] [HIGH] STR #1784: scrolling in ScrollGroup does not take into account labels

2011-05-14 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1784 Version: 2.0-current Fix Version: 2.0-current This sounds like it should never happen; as things are scrolled redraw() will be called, but redraw() should also redraw labels. Since the label is drawn over the top of the button, a

Re: [fltk.bugs] [MOD] STR #1775: fltk::Group's style is not named

2011-05-14 Thread Ben Stott
[STR Closed w/o Resolution] Link: http://www.fltk.org/str.php?L1775 Version: 2.0-feature Fix Version: Will Not Fix There's no need for fltk::Group's stile to be named, and *every* style can be created without access to fltk::Group::default_style. All that group's style does is set color_ to GRA

Re: [fltk.bugs] [HIGH] STR #2043: FLTK2 TextEditor widget does not understand UTF-8

2011-05-14 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2043 Version: 2.0-current Fix Version: 2.0-current I can't reproduce this bug in any way. Using either compose keys (ctrl+u+:) or the character input map and copy-pasting in, the fltk text editor seems to do its job correctly. Both ge

Re: [fltk.bugs] [HIGH] STR #2364: The Trouble with 2.0x themes.

2011-05-08 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2364 Version: 2.0-current Fix Version: 2.0-current (r8638) Link: http://www.fltk.org/str.php?L2364 Version: 2.0-current Fix Version: 2.0-current (r8638) ___ fltk-bugs mailing list fltk-b

Re: [fltk.bugs] [HIGH] STR #2364: The Trouble with 2.0x themes.

2011-05-08 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2364 Version: 2.0-current Fixed in Subversion repository. Closing on the confirmation of rainbowsally. Beauty, one STR down, one billion less one to go. Link: http:

Re: [fltk.bugs] [HIGH] STR #2364: The Trouble with 2.0x themes.

2011-05-08 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2364 Version: 2.0-current It should work on every compiler though (for the record, I run linux+gcc normally anyway) because it's standard-defined behaviour. The functi

Re: [fltk.bugs] [HIGH] STR #2364: The Trouble with 2.0x themes.

2011-05-08 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Active] Link: http://www.fltk.org/str.php?L2364 Version: 2.0-current Alright, so, here are my thoughts: Themes aren't broken! The new WinXP theme (thanks, Sal!) isn't broken - in fact, it works exactly as I ho

Re: [fltk.bugs] [LOW] STR #2611: Multiple InputBrowsers will cause hang

2011-04-27 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Active] Link: http://www.fltk.org/str.php?L2611 Version: 2.0-current Fix Version: 2.0-current (r8627) Solved in Subversion repository (I won't use fixed because like I've said, the underlying bug isn't fixed - t

Re: [fltk.bugs] [MOD] STR #2611: Multiple InputBrowsers will cause hang

2011-04-25 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2611 Version: 2.0-current Actually, your fix and the bug you're talking about doesn't explain the behaviour we're seeing. A modal window (or widget) eats all the incoming

Re: [fltk.bugs] [MOD] STR #2611: Multiple InputBrowsers will cause hang

2011-04-24 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2611 Version: 2.0-current Ah, okay. I've seen this before - a similar things happens in FLUID when creating a TabGroup, or something similar (it's in the STR system). I'll

Re: [fltk.bugs] [MOD] STR #2611: Multiple InputBrowsers will cause hang

2011-04-24 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2611 Version: 2.0-current So it might just be me, but I can't cause a hang with two input browsers. Could you post a minimal example that exemplifies the problem? I've atta

Re: [fltk.bugs] [HIGH] STR #2602: fltk::file_chooser has relative=1 by default in params ==> fluid is not able to detect the correct path of project file.

2011-04-12 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2602 Version: 2.0-current Fix Version: 2.0-current (r8574) Closed. Link: http://www.fltk.org/str.php?L2602 Version: 2.0-current Fix Version: 2.0-current (r8574) ___ fltk-bugs mailing list

Re: [fltk.bugs] [HIGH] STR #2602: fltk::file_chooser has relative=1 by default in params ==> fluid is not able to detect the correct path of project file.

2011-04-11 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Active] Link: http://www.fltk.org/str.php?L2602 Version: 2.0-current Fix Version: 2.0-current (r8574) Fixed in Subversion repository. Whoops, I didn't even consider that this function was used inside fluid - it

Re: [fltk.bugs] [HIGH] STR #2527: right shift key generates left shift key event in keyboard demo

2011-03-28 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2527 Version: 2.0-current Fix Version: 2.0-current (r8535) Link: http://www.fltk.org/str.php?L2527 Version: 2.0-current Fix Version: 2.0-current (r8535) ___ fltk-bugs mailing list fltk-b

Re: [fltk.bugs] [HIGH] STR #2527: right shift key generates left shift key event in keyboard demo

2011-03-26 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Active] Link: http://www.fltk.org/str.php?L2527 Version: 2.0-current Fix Version: 2.0-current (r8535) Fixed in Subversion repository. Albrecht, a similar fix may be able to be applied to 1.3. I can probably pro

Re: [fltk.bugs] [MOD] STR #2593: fltk 2.0 dll version will not compile

2011-03-21 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2593 Version: 2.0-current Fix Version: None No worries. Because FLTK is designed for static linking, we assume that *no* FL_SHARED means you're statically linking. FL_SHARED + FL_LIBRARY makes it export symbols, whereas just plain old

Re: [fltk.bugs] [HIGH] STR #2364: The Trouble with 2.0x themes.

2011-03-20 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2364 Version: 2.0-current You may need to re-tarball that file, because it errors out for me and this occurs, too: ben@delta:~/fltk-rs/FTL-Personal-2011-01-01/usr32/src$ f

Re: [fltk.bugs] [MOD] STR #2593: fltk 2.0 dll version will not compile

2011-03-19 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Active] Link: http://www.fltk.org/str.php?L2593 Version: 2.0-current So from a quick grep (note: nothing I say in this post has been tested under my vbox with MSVS2008. Thus, take everything with a grain of salt

Re: [fltk.bugs] [HIGH] STR #2364: The Trouble with 2.0x themes.

2011-03-19 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2364 Version: 2.0-current Sal, have you got code for your WinXP theme? I don't so much want the fltk/theme.cxx code more than the XP theme code. Your tarball in STR #2361

Re: [fltk.bugs] [MOD] STR #2593: fltk 2.0 dll version will not compile

2011-03-18 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2593 Version: 2.0-current Hmm, so at least the dlls build now. I don't suppose you have a short example that you could attach to this STR that I could then build? Give

Re: [fltk.bugs] [MOD] STR #2593: fltk 2.0 dll version will not compile

2011-03-17 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Active] Link: http://www.fltk.org/str.php?L2593 Version: 2.0-current Link: http://www.fltk.org/str.php?L2593 Version: 2.0-current ___ fltk-bugs mailing list fltk-b

Re: [fltk.bugs] [MOD] STR #2593: fltk 2.0 dll version will not compile

2011-03-17 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2593 Version: 2.0-current Alright, I've committed the new file to SVN. The snapshot should be built in about 3 hours, IIRC (it's set to some strange US timezone...), s

Re: [fltk.bugs] [MOD] STR #2593: fltk 2.0 dll version will not compile

2011-03-17 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Active] Link: http://www.fltk.org/str.php?L2593 Version: 2.0-current Gah, stupid MSVS projects. Fix one thing, break 12. I'll try to have this fix in SVN before the next snapshot is created (~a few hours). I onl

Re: [fltk.bugs] [LOW] STR #2591: Keyboard navigation appears to be backwards in mutli-button message boxes

2011-03-16 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2591 Version: 1.3-current Yeah, this was fixed in the latest revision of 2.0. It's caused by the message box buttons being drawn from right-to-left. Somewhere in the code

Re: [fltk.bugs] [MOD] STR #1631: TextEditor missing stylebuffer()

2011-03-12 Thread Ben Stott
[STR Closed w/o Resolution] Link: http://www.fltk.org/str.php?L1631 Version: 2.0-current Fix Version: Will Not Fix Link: http://www.fltk.org/str.php?L1631 Version: 2.0-current Fix Version: Will Not Fix ___ fltk-bugs mailing list fltk-bugs@easysw.c

Re: [fltk.bugs] Segmentation fault in file_chooser example

2011-03-09 Thread Ben Stott
Just compiled fltk-2.0.x-r8501, kubuntu 10.4 with kernel 2.6.32-29-generic (#58-Ubuntu SMP Fri Feb 11 19:00:09 UTC 2011) and gcc 4.4.3 (i486-linux-gnu) and: ./configure --enable-shared --enable-debug subsequently running test/file_chooser crashes with segmentation fault. Here's a gdb postmorte

Re: [fltk.bugs] [MOD] STR #2579: Uable to compile under MS Windows with Visual Studio 2005

2011-03-08 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2579 Version: 2.0-current Fix Version: 2.0-current (r8948) Fixed in Subversion repository. Link: http://www.fltk.org/str.php?L2579 Version: 2.0-current Fix Version: 2.0-current (r8948) __

Re: [fltk.bugs] [MOD] STR #2554: fltk 3.0 not make on centos

2011-03-08 Thread Ben Stott
[STR Closed w/o Resolution] Link: http://www.fltk.org/str.php?L2554 Version: 2.0-feature Fix Version: None FLTK3.0 is more alpha than 2.0, and significant work on it will (most likely) be done after the 1.3 release. Until then, it is advised you use either of 1.3 or 2.0, as 3.0 is completely ex

Re: [fltk.bugs] [MOD] STR #1699: Xlib errors

2011-03-08 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1699 Version: 2.0-current Fix Version: 2.0-current I can't reproduce this bug on my system, and there doesn't look like any picture references in the current ansiwidget demo. As such, I'm closing this STR. Please re-file if the same b

Re: [fltk.bugs] [MOD] STR #1801: When compiling FLTK2 using MinGW/MSYS make fails.

2011-03-08 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1801 Version: 2.0-current Fix Version: 2.0-current Fixed in Subversion repository. This looks like it was fixed a while ago. Closed. Link: http://www.fltk.org/str.php?L1801 Version: 2.0-current Fix Version: 2.0-current ___

Re: [fltk.bugs] [MOD] STR #1646: TextDisplay does not expose the stylebuffer publically.

2011-03-08 Thread Ben Stott
[STR Closed w/o Resolution] Link: http://www.fltk.org/str.php?L1646 Version: 2.0-feature Fix Version: Will Not Fix Closed. Link: http://www.fltk.org/str.php?L1646 Version: 2.0-feature Fix Version: Will Not Fix ___ fltk-bugs mailing list fltk-bugs@e

Re: [fltk.bugs] [HIGH] STR #2201: incorrect render of utf8-string in titlebar

2011-03-08 Thread Ben Stott
[STR Closed w/o Resolution] Link: http://www.fltk.org/str.php?L2201 Version: 2.0-current Fix Version: None Closed. Link: http://www.fltk.org/str.php?L2201 Version: 2.0-current Fix Version: None ___ fltk-bugs mailing list fltk-bugs@easysw.com http:/

Re: [fltk.bugs] [HIGH] STR #2201: incorrect render of utf8-string in titlebar

2011-03-07 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Active] Link: http://www.fltk.org/str.php?L2201 Version: 2.0-current Using both XFT and non-XFT builds I can't reproduce this bug, which isn't surprising. X is supposed to honour _NET_WM_NAME before it attempts

Re: [fltk.bugs] [MOD] STR #1800: [r5940] fltk::Scrollbar::value() - non-const; fltk::Scrollbar::value(int) - missing

2011-03-07 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1800 Version: 2.0-current Fix Version: 2.0-current (r5956) Link: http://www.fltk.org/str.php?L1800 Version: 2.0-current Fix Version: 2.0-current (r5956) ___ fltk-bugs mailing list fltk-b

Re: [fltk.bugs] [HIGH] STR #2305: fltk2 valgrind crashes on init of test programs

2011-03-07 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2305 Version: 2.0-current Fix Version: 2.0-current This no longer happens with any file in the test/ directory, and as such I'm going to close this STR. If you find that this behaviour still occurs, please re-file a new STR. Link: h

Re: [fltk.bugs] [MOD] STR #1646: TextDisplay does not expose the stylebuffer publically.

2011-03-07 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L1646 Version: 2.0-feature Fix Version: 2.0-current Unless I get reason otherwise, I'm going to file this STR in the "Will Not Fix" section. My reasoning for this is as fol

Re: [fltk.bugs] [HIGH] STR #1960: FileChooser don't work correctly on Windows

2011-03-06 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1960 Version: 2.0-current Fix Version: 2.0-current (r8705) Fixed in Subversion repository. I'm deriving a ridiculous amount of pleasure in closing this. Perhaps someone should submit a bug for _everything_ in 2.x with " doesn't work

Re: [fltk.bugs] [LOW] STR #2350: A bug in the bug report url.

2011-03-03 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2350 Version: 2.0-current Fix Version: 2.0-current (r8500) Fixed in Subversion repository. Link: http://www.fltk.org/str.php?L2350 Version: 2.0-current Fix Version: 2.0-current (r8500) __

Re: [fltk.bugs] [HIGH] STR #1961: readimage doesn't work with Image as current context

2011-03-02 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1961 Version: 2.0-current Fix Version: 2.0-current (r6132) Fixed in Subversion repository. Seems TobiasFar fixed this a while ago. Clsoed. Link: http://www.fltk.org/str.php?L1961 Version: 2.0-current Fix Version: 2.0-current (r6132

Re: [fltk.bugs] [HIGH] STR #2359: cpu time sharing issues in v1 and v2 (solutions).

2011-03-02 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2359 Version: 2.0-current So the problem is that if this *is* a bug, the usleep(1) (or however many milli/micro seconds) isn't really a valid fix. On a kernel level, threa

Re: [fltk.bugs] [HIGH] STR #1915: ScrollGroup vs Group type() intepretation.

2011-03-02 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1915 Version: 2.0-current Fix Version: 2.0-current (r8498) Fixed in Subversion repository. Thanks to isaque for the patch and Albrecht for looking over it. Link: http://www.fltk.org/str.php?L1915 Version: 2.0-current Fix Version: 2

Re: [fltk.bugs] [HIGH] STR #2359: cpu time sharing issues in v1 and v2 (solutions).

2011-03-02 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2359 Version: 2.0-current RS, have you got an example where the queue "misfires" without your modification? The standard test/threads program runs fine Link: http://

Re: [fltk.bugs] [MOD] STR #1963: fltk::use_system_file_chooser (bool=true) couse linker error on linux

2011-03-01 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1963 Version: 2.0-current Fix Version: 2.0-current (r8492) Fixed in Subversion repository. Fixed - and on top of that, fltk::use_system_file_chooser also means fltk::file_chooser(...) works correctly (at least under Windows - somewhe

Re: [fltk.bugs] [LOW] STR #1609: Add a method to Fl_File_Chooser or Fl to save the file chooser favorites

2011-02-27 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1609 Version: 2.0-current Fix Version: 2.0-current (r8479) Fixed in Subversion repository. Link: http://www.fltk.org/str.php?L1609 Version: 2.0-current Fix Version: 2.0-current (r8479) __

Re: [fltk.bugs] [HIGH] STR #2211: FLTK crash at src/x11/Font_xlfd:538

2011-02-26 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2211 Version: 2.0-current Fix Version: 2.0-current (r8477) Fixed in Subversion repository. Link: http://www.fltk.org/str.php?L2211 Version: 2.0-current Fix Version: 2.0-current (r8477) __

Re: [fltk.bugs] [MOD] STR #2579: Uable to compile under MS Windows with Visual Studio 2005

2011-02-25 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2579 Version: 2.0-current This has been fixed in the latest SVN version - I updated the MSVS projects only slightly after the automatic tarball was generated. The compilat

Re: [fltk.bugs] [MOD] STR #1580: Deselect all buttons in a radio group

2011-02-25 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1580 Version: 2.0-current Fix Version: 2.0-current Fixed in Subversion repository. I can't reproduce this bug, so I'm going to assume it was fixed in an earlier revision. If it still exists, please re-submit a STR Link: http://www.

Re: [fltk.bugs] [HIGH] STR #1396: Selecting multiple files with FileChooser class doesn't work correct

2011-02-24 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1396 Version: 2.0-current Fix Version: 2.0-current I can't reproduce this bug with MSVS 8, WinXP and the latest 2.0 SVN checkout, so I'm going to assume this bug has already been fixed somewhere along the line - possibly even accident

Re: [fltk.bugs] [HIGH] STR #1790: Windows.fullscreen_off(...) don't work under linux

2011-02-23 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1790 Version: 2.0-current Fix Version: 2.0-current I can't reproduce this on either of x86 or x86_64 systems running GNOME and X. As such, I'm closing this STR with the presumption that it has been solved. If this issue still exists,

Re: [fltk.bugs] [HIGH] STR #2571: File chooser crash

2011-02-22 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2571 Version: 2.0-current Fix Version: 2.0-current (r8464) Fixed in Subversion repository. Thanks for the bug report and the line that caused the crash. Now if only all the STR's were as simple to fix as this one. Link: http://

Re: [fltk.bugs] [MOD] STR #2313: compiling src/filename_list.cxx fails because of HAVE_SCANDIR_POSIX

2011-02-16 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2313 Version: 2.0-current Fix Version: 2.0-current (r8433) Link: http://www.fltk.org/str.php?L2313 Version: 2.0-current Fix Version: 2.0-current (r8433) ___ fltk-bugs mailing list fltk-b

Re: [fltk.bugs] [MOD] STR #2313: compiling src/filename_list.cxx fails because of HAVE_SCANDIR_POSIX

2011-02-16 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2313 Version: 2.0-current Fix Version: 2.0-current (r8433) Urgh, the missing ")" was as a result of re-typing it from r8434->8435. Apologies for that. In terms of complex

Re: [fltk.bugs] [MOD] STR #2313: compiling src/filename_list.cxx fails because of HAVE_SCANDIR_POSIX

2011-02-15 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2313 Version: 2.0-current Fix Version: 2.0-current (r8433) Fixed in Subversion repository. Albrecht, I'll leave this STR open for now - if you decide that configure.in ne

Re: [fltk.bugs] [MOD] STR #2313: compiling src/filename_list.cxx fails because of HAVE_SCANDIR_POSIX

2011-02-15 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2313 Version: 2.0-current I suppose that's a fair enough option. I might check that change in to 2.0 sometime soon - it's up to you to decide on 1.3/1.4s fate! :) Link:

Re: [fltk.bugs] [MOD] STR #2313: compiling src/filename_list.cxx fails because of HAVE_SCANDIR_POSIX

2011-02-15 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2313 Version: 2.0-current So from what I was able to glean, in ~'98 Solaris _didn't_ have a scandir() implementation that didn't suck - it was part of the UCB lib which re

Re: [fltk.bugs] [HIGH] STR #2232: FLTK1/2 X11 keyboard handling broken if using a soft keyboard

2011-02-14 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2232 Version: 2.0-current Fix Version: 2.0-current Link: http://www.fltk.org/str.php?L2232 Version: 2.0-current Fix Version: 2.0-current ___ fltk-bugs mailing list fltk-bugs@easysw.com h

Re: [fltk.bugs] [HIGH] STR #2232: FLTK1/2 X11 keyboard handling broken if using a soft keyboard

2011-02-14 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2232 Version: 2.0-current Fix Version: 2.0-current Fixed in Subversion repository. I'll close this STR on Matt's behalf - Matt, if you see any problems cropping up, feel

Re: [fltk.bugs] [CRIT] STR #2363: libpng functions png_check_sig(buf, 8) and setjmp(png_ptr->jmpbuf) are deprecated!

2011-02-13 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2363 Version: 2.0-current Fix Version: 2.0-current (r8418) Fixed in Subversion repository. Updated libpng to 1.5.1, zlib to 1.2.5 and libjpeg to 8c. Also applied the attached patch to make fltk compile with the new changes. I'll upda

Re: [fltk.bugs] [MOD] STR #1596: can'y built library with certain configuration

2011-02-08 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1596 Version: 2.0-current Fix Version: 2.0-current (r5785) Fixed in Subversion repository. Link: http://www.fltk.org/str.php?L1596 Version: 2.0-current Fix Version: 2.0-current (r5785) __

Re: [fltk.bugs] [HIGH] STR #826: VC++ chokes on fluid-generated strings of encoded image data

2011-02-07 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L826 Version: 2.0-feature Fix Version: 1.1.7 It looks like this has been fixed in 2.0 for a long while. As such, I'll close this STR; please resubmit if the bug *hasn't* been fixed! Link: http://www.fltk.org/str.php?L826 Version: 2.0

Re: [fltk.bugs] [HIGH] STR #2527: right shift key generates left shift key event in keyboard demo

2011-02-07 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Active] Link: http://www.fltk.org/str.php?L2527 Version: 2.0-current So this is definitely a WIN32 specific bug, but it's not due to the fact that there aren't separate callbacks for the shift functions. It seem

Re: [fltk.bugs] [HIGH] STR #2365: FileChooser Berzerk When Typing Paths

2011-02-06 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2365 Version: None Fix Version: None (r8385) Fixed in Subversion repository. Thanks for the work, RS. I'll get around to reviewing all your fixes at some point! Link: http://www.fltk.org/str.php?L2365 Version: None Fix Version: Non

Re: [fltk.bugs] [MOD] STR #2311: #warning unsupported by MSVC

2011-02-06 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2311 Version: 2.0-current Fix Version: 2.0-current Link: http://www.fltk.org/str.php?L2311 Version: 2.0-current Fix Version: 2.0-current ___ fltk-bugs mailing list fltk-bugs@easysw.com h

Re: [fltk.bugs] [MOD] STR #2390: #warning preprocessor directive not supported by all compilers

2011-02-06 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2390 Version: 2.0-current Fix Version: 2.0-current Link: http://www.fltk.org/str.php?L2390 Version: 2.0-current Fix Version: 2.0-current ___ fltk-bugs mailing list fltk-bugs@easysw.com h

Re: [fltk.bugs] [MOD] STR #2235: gcc preprocessor directive "#warning" breaks MSVS fltk 2.0.x builds

2011-02-06 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2235 Version: 2.0-current Fix Version: 2.0-current (r7680) Fixed in Subversion repository. Thanks to spitzak for this fix Link: http://www.fltk.org/str.php?L2235 Version: 2.0-current Fix Version: 2.0-current (r7680) __

Re: [fltk.bugs] [MOD] STR #1771: scandir.c broken with VC++ 2005 Express compilers

2011-02-06 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1771 Version: 2.0-current Fix Version: 2.0-current Fixed in Subversion repository. Link: http://www.fltk.org/str.php?L1771 Version: 2.0-current Fix Version: 2.0-current ___ fltk-bugs mail

Re: [fltk.bugs] [MOD] STR #1649: TextEditor's editor.cxx demo works incorrectly on intl. keyboards

2011-02-06 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1649 Version: 2.0-current Fix Version: 2.0-current (r6147) Closing this STR; Bill suggests he fixed this quite a few revisions ago Link: http://www.fltk.org/str.php?L1649 Version: 2.0-current Fix Version: 2.0-current (r6147) __

Re: [fltk.bugs] [MOD] STR #1516: fltk-2.0.x-r5547 doesn't build on i686-apple-darwin9

2011-02-06 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1516 Version: 2.0-current Fix Version: 2.0-current (r6063) Fixed in Subversion repository. Link: http://www.fltk.org/str.php?L1516 Version: 2.0-current Fix Version: 2.0-current (r6063) __

Re: [fltk.bugs] [HIGH] STR #2232: FLTK1/2 X11 keyboard handling broken if using a soft keyboard

2011-02-04 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2232 Version: 2.0-current Tested this under FLTK2 and the bug no longer exists - Matt, it looks like you fixed this a while back. Since this was your fix, are you happy if

Re: [fltk.bugs] [HIGH] STR #1798: Win32 filename_list is broken

2011-02-03 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1798 Version: 2.0-current Fix Version: 2.0-current (r6038) Link: http://www.fltk.org/str.php?L1798 Version: 2.0-current Fix Version: 2.0-current (r6038) ___ fltk-bugs mailing list fltk-b

Re: [fltk.bugs] [MOD] STR #1593: using MinGW via MSYS compile FLTK 2.0 fail

2011-02-03 Thread Ben Stott
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L1593 Version: 2.0-current Fix Version: 2.0-current (r5919) Duplicate of #1613, which had been fixed a while back. Link: http://www.fltk.org/str.php?L1593 Version: 2.0-current Fix Version: 2.0-current (r5919) ___

Re: [fltk.bugs] [HIGH] STR #2066: crash at fltk::xpmImage::fetch

2011-02-03 Thread Ben Stott
[STR Closed w/o Resolution] Link: http://www.fltk.org/str.php?L2066 Version: 2.0-current This STR has not been updated by the submitter for two or more weeks and has been closed as required by the FLTK Configuration Management Plan. If the issue still requires resolution, please re-submit a new

Re: [fltk.bugs] [HIGH] STR #2066: crash at fltk::xpmImage::fetch

2011-01-30 Thread Ben Stott
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2066 Version: 2.0-current I can't reproduce this bug at all, and given the lack of activity by the original submitter (and no subsequent followups), I'm going to assume th

  1   2   >