DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L1778
Version: 2.0-current
Link: http://www.fltk.org/str.php?L1778
Version: 2.0-currentIndex: scandir.c
==
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L1705
Version: 2.0-feature
Link: http://www.fltk.org/str.php?L1705
Version: 2.0-featureIndex: Makefile
===
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L1705
Version: 2.0-feature
I confirm that this fix works for Mingw. It was just typo in targets. I
attach the patch for your convenience.
Link: http://www.fltk.org/str.ph
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L1778
Version: 2.0-current
I see poor scandir.c is broken again in revision 5966. This bug was solved
but recreated
struct dirent {char d_name[1];};
it is ugly and incorr
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L1803
Version: 2.0-current
Cannot reproduce. Please provide a sample code
Link: http://www.fltk.org/str.php?L1803
Version: 2.0-current
__
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L1818
Version: 1.1.7
This behaviour seems to be more useful than current one. I'll try patch for
myself :-)
Link: http://www.fltk.org/str.php?L1818
Version: 1.1.7
__
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L1695
Version: 2.0-current
Please close this STR. It's all OK.
Link: http://www.fltk.org/str.php?L1695
Version: 2.0-current
_
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L1798
Version: 2.0-current
Please check if you have the newest version of FLTK source.
I think this bug was solved already in STR #1669
http://fltk.org/str.php?L1669+P0+S0+
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L1557
Version: 2.0-current
Link: http://www.fltk.org/str.php?L1557
Version: 2.0-currentIndex: FileBrowser.cxx
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L1557
Version: 2.0-current
huubs seems to be right. Sometimes filelist scrolls to position 1, not 0,
however. Can't guess why. I post huubs' patch for developers' convenien
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L1802
Version: 2.0-current
Link: http://www.fltk.org/str.php?L1802
Version: 2.0-currentIndex: widget_panel.cxx
===
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L1802
Version: 2.0-current
I think I found solution. See attached patch
Link: http://www.fltk.org/str.php?L1802
Version: 2.0-current
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L1509
Version: 2.0-current
Link: http://www.fltk.org/str.php?L1509
Version: 2.0-currentIndex: about_panel.fl
=
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L1509
Version: 2.0-current
Let us just correct image path to relative. See my diff for this
Link: http://www.fltk.org/str.php?L1509
Version: 2.0-current
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L1778
Version: 2.0-current
Please check if you have the newest version of FLTK source.
I think this bug was solved already in STR #1669
http://fltk.org/str.php?L1669+P0+S0+
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L1695
Version: 2.0-current
Already fixed, don't know on which revision ;)
Link: http://www.fltk.org/str.php?L1695
Version: 2.0-current
__
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L1669
Version: 2.0-current// "$Id: scandir.c 1339 2006-04-03 22:47:29Z spitzak $"
//
// Copyright 1998-2006 by Bill Spitzak and others.
//
// This library is free software;
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Found more straightforward way!
Problem was in 'dirent' declaration in win32/scandir.c . It has to match
that in , but in some silly way they differ.
See my posted file for 2.0.x-r5840 snapshot.
Link: http:/
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
I investigated this issue and corrected it (for MinGW environment only).
I don't know why yet, but there is a conflict in 'dirent' definition...
In win32/scandir.c it is defined
struct dirent { char d_name[1]
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
scandir() seems to work correctly. IMHO problem is inside FileBrowser.cxx
FileChooser in Fluid 1.1.7 worked perfectly...
Link: http://www.fltk.org/str.php?L1669
Version: 2.0-current
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
I was wrong... Problem is inside FileBrowser.cxx .
Compared to Fl_File_Browser.cxx (v 1.1.7) item_draw() is missing.
Filesizes are 9989 and 15861 bytes, respectively
Link: http://www.fltk.org/str.php?L1669
21 matches
Mail list logo