You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(9) |
Oct
|
Nov
(14) |
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(5) |
Feb
(2) |
Mar
(9) |
Apr
(13) |
May
(2) |
Jun
(2) |
Jul
(10) |
Aug
(6) |
Sep
(6) |
Oct
|
Nov
(6) |
Dec
|
2003 |
Jan
|
Feb
(3) |
Mar
(3) |
Apr
|
May
(1) |
Jun
(1) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
(4) |
Apr
(3) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
(3) |
Apr
(3) |
May
(3) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2007 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Wu Y. <laz...@ms...> - 2008-01-31 09:12:58
|
I download fltk-utf8_1.1.6-3.tar.gz fromhttp://www.oksid.ch/fltk-uft/index.htmlI can't find any document or guidance in the website or src directory.So I compile it with following command.# tar -xzvf fltk-utf8_1.1.6-3.tar.gz# cd fltk-utf8-1.1.6# ./configure# makeAnd finished successfully. The applications in the test/ directorycan run normally, except "./utf8" application. It only show asciicharacter. Other characters are uncorrect.Can anybody tell me how to make it right?I run it on my PC with Fedora 5. _________________________________________________________________ Windows Live Photo gallery 数码相机的超级伴侣,轻松管理和编辑照片,还能制作全景美图! http://get.live.cn/product/photo.html |
From: Rob W. <rob...@gm...> - 2007-01-23 14:35:02
|
Hi Jeremy, thanks for responding so soon. I've attached the the log file. X11 is installed, but it's Apple's own version (still based on XFree86) so it's probably installed somewhere other than is usual :-). I may be mistaken, but I suspect that FLTK doesn't require use of X11 on OS X, but rather uses the Aqua via the Carbon APIs in much the same way it uses GDI or whatever on Windows. I didn't get as far as running make. extconf.rb doesn't seem to spit out a makefile. I've attached the mkmf log. Thanks, Rob |
From: Jeremy H. <je...@ch...> - 2007-01-23 14:23:31
|
Rob, I'm the current maintainer of Ruby/FLTK but I'm not one of the original developers. Unfortunately I only have access to Linux so I can't debug your problems directly. > Unfortunately I'm currently unable to build ruby-fltk. Most of the > checks performed by extconf.rb seem to fail ... It looks like the all tests for headers pass but the ones for individual functions fail. This may be because your compiler is trying to compile the test files as C instead of C++. extconf.rb redefines the test file to have a .cxx extension and relies on the compiler to know that this means the contents are C++ . This works with gcc , but maybe your compiler behaves differently. > and it also complains that OS X is an unsupported platform. There's a line in extconf.rb that does this whenever the platform is not X11 or Windows. I assume you're not running X11 on Mac OS? > Does anyone have any tips for getting this to work? Any help would > gratefully received. Can you send the mkmf.log file? That should record exactly what the compiler was doing when the feature tests failed. Did you get as far as running make? If so, can you send the log of that too? It's very annoying that the mkmf feature test functions fail for C++ and that there is no standard, reliable fix for this, or at least there was none when I last tapped Google and the lazyweb for answers. I'll look again and see if things have improved. Regards, Jeremy Henty |
From: Rob W. <rob...@gm...> - 2007-01-23 10:34:57
|
I'm planning on writing an app to run on both OS X and Windows and am currently evaluating GUI toolkits. FLTK seems like a good choice because I'd like to deploy using rubyscript2exe and it appears to be compact and self-contained. I've downloaded the latest 1.1.x source snapshot from the FLTK site. It built and installed with no problem using the default options. Unfortunately I'm currently unable to build ruby-fltk. Most of the checks performed by extconf.rb seem to fail and it also complains that OS X is an unsupported platform. Does anyone have any tips for getting this to work? Any help would gratefully received. Here's the output from extconf.rb: checking for main() in -lruby... yes checking for rb_hash_delete()... yes checking for rb_block_proc()... yes checking for fltk-config...1.1.8 yes checking for X11/X.h... yes checking for main() in -lX11... no checking for main() in -lgdi32... no Unsupported plathome. Edit Makefile before building. checking for main() in -lGL... no checking for main() in -lopengl32... no checking for fl_set_xic_focus__FP9Fl_Widgetiiiiii() in -lfltk... no checking for FL/fl_utf8.h... no checking for main() in -ljpeg... no checking for main() in -lpng... no checking for main() in -lz... no checking for FL/Fl.H... yes checking for main() in -lfltk... no checking for main() in -lfltk_forms... no checking for main() in -lfltk_images... no checking for FL_INACTIVE... no checking for FL_CONTRAST... no checking for FL_IMAGE_3... no checking for FL_INPUT_COPY_1... no checking for FL_PIXMAP_ALLOC_DATA... no checking for FL_WIDGET_IMAGE... no checking for FL_READ_IMAGE... no checking for FL_FILE_CHOOSER_FILTER_VALUE... no checking for FL_WIDGET_TOOLTIP... no checking for FL_TOOLTIP_TEXTCOLOR... no checking for FL_FILE_CHOOSER_NEWBUTTON... no checking for FL_FILE_CHOOSER_PREVIEWBUTTON... no checking for FL_LOCK... no checking for FL_EVENT_DX... no checking for FL_DND... no checking for FL_MOUSEWHEEL... no checking for FL/Fl_Wizard.H... yes checking for FL/Fl_File_Chooser.H... yes checking for FL/Fl_Text_Buffer.H... yes checking for FL/Fl_Text_Editor.H... yes checking for FL/Fl_Text_Display.H... yes checking for FL/Fl_Help_View.H... yes checking for FL/Fl_Help_Dialog.H... yes checking for FL/Fl_Tooltip.H... yes checking for FL/Fl_Check_Browser.H... yes checking for FL/Fl_Progress.H... yes checking for FL/Fl_Spinner.H... yes checking for FL_SPINNER_TYPO_FIX... no Thanks, Rob |
From: Jeremy H. <je...@ch...> - 2007-01-09 14:41:05
|
Ruby/FLTK 0.9.6 , 2007-01-09 http://ruby-fltk.sourceforge.net/ "Graphical functions of FLTK for make benefit glorious language of Ruby" What is this?: Ruby/FLTK is a Ruby binding for the FLTK (Fast, Light Toolkit) GUI library. Headlines!: - Having languished somewhat in late 2006, Ruby/FLTK returns with a fat ChangeLog in 2007. - A new class FLTK::Spinner (if your FLTK version is >= 1.1.7). - All of FLTK's enumeration values and constant macros are bound to Ruby constants (with a few justifiable exceptions). - Several new FLTK class methods (see ChangeLog). - Convenience I: if FLTK.color receives a block it yields and then restores the original color. - Convenience II: you can invoke #{rectf,rect,push_clip,pop_clip} on widget objects and the boundary of the widget will be used as the rectangle. - FLTK.{choice,input,password} sprintf their arguments in the same way as their counterparts in FLTK (NB: FLTK.{message,alert,ask} already did this). - New non-sprintf-ing methods FLTK.{message0,alert0,ask0,choice0,input0,password0} (NB: you should switch to these methods if you did not realise that their cousins call sprintf, as it will fix subtle bugs that appear when the argument contains a'%' ). - Big cleanup of tests and sample scripts, plus a few additions. Details are in the Release Notes and the ChangeLog. The focus for version 0.9.7 will be: * Push towards full coverage of FLTK's global functions and Fl::* methods. * Any suggestions? Regards, Jeremy Henty jer...@so... -- On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question. -- Charles Babbage |
From: <cmc...@ya...> - 2006-11-21 12:45:23
|
>>> 招待カード セフレ促進、自由恋愛コミュニティから大人のつながる 招待カードをお届けしました。 無料掲示板での近所検索により貴方様が 該当しましてご依頼人からのご招待となりました。 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 【No.20024】瑞穂様から ┌──┐ │\/│ ご招待カードを開封する http://www.be-together.com/free/20024 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
From: <kj...@ya...> - 2006-10-27 15:49:10
|
肌寒くなってきましたね。人肌恋しいですね。 友達探しの決定版特集! http://o-oooo-o.com/7771010/ |
From: <as...@ya...> - 2006-08-30 15:46:14
|
最近流行のトピと新着トピ紹介 http://xxzzxx.com/snsnew/ |
From: Kurien M. <kur...@ya...> - 2006-05-14 20:48:00
|
Hello, Just wanted to share an update on the problem I reported earlier. The problem was due to Cygwin crashing when loading libraries dynamically. To workaround it I tried switching to MSys (MinGW) but that does not work either. I find that extconf.rb does not work as expected. Neither in MSys nor in a native WinXP console. The source of the problem is the following line(s) in extconf.rb system("#{fltk_config}...... Ruby MinGW (irrespective of the shell in which it is run) does not execute the above statement successfully since fltk_config is not recognized as an executable. I tried the following values for the variable fltk_config /usr/local/bin/fltk-config (WinXP) /c/usr/local/bin/fltk-config (MinGW) This failure cascades into other errors during "make". If the executable "fltk-config" is replaced with say a batch file or any other executable recognized by Windows(.exe,.bat) the statement succeeds for WinXP. I am not sure what is the best way out. I wonder if it would be good to use standard tools for configure instead of Ruby. Kurien __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Jeremy H. <je...@ch...> - 2006-05-13 12:39:25
|
Sourceforge have rolled out their new CVS hardware, which means some changes for users. The CVS host is now ruby-fltk.cvs.sourceforge.net instead of cvs.sourceforge.net , so the new instructions for checking out Ruby/FLTK are: cvs -d :pserver:ano...@ru...:/cvsroot/ruby-fltk login cvs -d :pserver:ano...@ru...:/cvsroot/ruby-fltk checkout -P ruby-fltk I have updated the Ruby/FLTK home page with the new instructions. PLEASE NOTE: You *must* do a new CVS checkout *even* if you already have a CVS working directory. Your old working directory is pointing to the wrong CVS host and should be deleted. None of this affects downloading the release tarballs. Regards, Jeremy Henty |
From: Jeremy H. <je...@ch...> - 2006-05-01 20:17:05
|
Ruby-FLTK 0.9.5 , 2006-05-01 http://ruby-fltk.sourceforge.net/ "Metaphysics Edition" What is this?: Ruby-FLTK is a Ruby binding for the FLTK (Fast, Light Toolkit) GUI library. Headlines!: - New FLTK color classes. Ruby philosophers can finally determine exactly how red is red: "ruby -rfltk -e 'puts FLTK::RED.r'". - More portability fixes for extconf.rb . - A few bug fixes. Details are in the Release Notes and the Changes listing. The focus for version 0.9.6 will be: * Converting values to Color objects so that eg. FLTK.color("RED") will work. * Accessing the FLTK color API from color objects, eg. FLTK::RED.lighter should be equivalent to FLTK.lighter(FLTK::RED) . * Overhauling the contents of the test and samples directories (long overdue). * Any suggestions? Cheers, Jeremy Henty jer...@so... -- There is nothing so useless as doing efficiently that which should not be done at all. -- Peter Drucker |
From: Jeremy H. <je...@ch...> - 2006-04-21 08:49:59
|
Ruby-FLTK 0.9.4 , 2006-04-21 http://ruby-fltk.sourceforge.net/ "Purple Haze Edition" What is this?: Ruby-FLTK is a Ruby binding for the FLTK (Fast, Light Toolkit) GUI library. Headlines!: - Access to the FLTK API for manipulating and using colors. - Many new methods in the Valuator classes and FLTK::ColorChooser. - Convenient extensions to FLTK.push_clip for writing a custom draw method. - A more portable extconf.rb . - More tests/demos, fixes, cleanups, typos. Thanks again to Kerepesi Norbert for providing most of the code in this release, spotting the Fl_Color <-> VALUE conversion bug and being so nice about my misspelling his/her name in the last one. Details are in the Release Notes and the Changes listing. Cheers, Jeremy Henty jer...@so... -- Ruby has to avoid Optico's automated drones intent on her demise. A high speed motorcycle chase ensues... -- http://www.ati.com/developer/demos/rx850.html |
From: Jeremy H. <je...@ch...> - 2006-04-12 07:19:33
|
On Sun, Apr 09, 2006 at 08:43:04AM -0700, Kurien Mathew wrote: > I have been trying to run the ruby-fltk samples after having > installed Cygwin and also compiling and installing ruby-fltk-0.9.2. > > Executing "ruby demo.rb" or "ruby samples7.rb" in the Cygwin bash > shell produce nothing. The shell prompt appears after a couple of > seconds. rubyfltk.so and ruby-fltk scripts are well installed under > cygwin/lib/ruby/1.8. I also tried the ruby options -d and -w. But > that did not provide additional information. The scripts dont seem > to continue beyond 'require "rubyfltk.so"'. Unfortunately I don't have a Windows system to test on, so all I can do is suggest things for you to try. Are these the only scripts in the samples/test directories that hang in this way? (Note, I think in some cases the scripts are best run from the directory above with the command 'ruby samples/demo.rb' or 'ruby samples/sample7.rb' etc.) When I run 'ruby samples/sample7.rb' it writes something like '#<FTLK::Scroll::0xb66577c>' to the output. Do you see that, or does it not even get that far? Do simple pure Ruby scripts like 'puts "hello"' work? Otherwise I suggest the standard stuff: add puts statements in the script at various points and see which ones produce output. Jeremy |
From: Kurien M. <kur...@ya...> - 2006-04-09 15:43:13
|
Hello, I have been trying to run the ruby-fltk samples after having installed Cygwin and also compiling and installing ruby-fltk-0.9.2. Executing "ruby demo.rb" or "ruby samples7.rb" in the Cygwin bash shell produce nothing. The shell prompt appears after a couple of seconds. rubyfltk.so and ruby-fltk scripts are well installed under cygwin/lib/ruby/1.8. I also tried the ruby options -d and -w. But that did not provide additional information. The scripts dont seem to continue beyond 'require "rubyfltk.so"'. Do you have any suggestions on how to isolate the source of the problem? Thanks Kurien __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Jeremy H. <je...@ch...> - 2006-03-26 13:17:19
|
On Fri, Mar 24, 2006 at 08:45:11AM -0500, Reid Thompson wrote: > bad urls > > * FLEK (optional) > o http://www.carambadesigns.com/flek/ > o http://flek.sourceforge.net/ > * FLVW (optional) > o http://flvw.sourceforge.net/ Thanks for pointing that out. There were some others too. I've overhauled the page and fixed the links. Regards, Jeremy Henty |
From: Reid T. <rei...@at...> - 2006-03-24 13:45:18
|
bad urls * FLEK (optional) o http://www.carambadesigns.com/flek/ o http://flek.sourceforge.net/ * FLVW (optional) o http://flvw.sourceforge.net/ |
From: Jeremy H. <je...@ch...> - 2006-03-24 07:45:27
|
Ruby-FLTK 0.9.3 , 2003-03-23 http://ruby-fltk.sourceforge.net/ "! want { right! } if this.wrong?" What is this?: Ruby-FLTK is a Ruby binding for the FLTK (Fast, Light Toolkit) GUI library. Release notes: Headlines!: - Methods FLTK.dir_chooser, FLTK.event*, FLTK.rgb_color . - New test scripts. - More fixes, cleanups, typos. Yes, it's been a while! Credit to Kerepesi Norber who jolted me out of my slumber by submitting code for much of the new methods and bug fixes in this release. CHANGES: * Added the method FLTK.dir_chooser . * Added the file "test/dir_chooser.rb". * Moved the FLTK::*MENU* constants to FLTK::Const . * Added the method FLTK.event_text . * Added the method FLTK.event . * Fixed typo in FN_GET_INT_SET_INT4 (credit: Kerepesi Norber). * Fixed a gumby in rb_fltk_beep (credit: Kerepesi Norber). * Added the method FLTK.rgb_color (credit: Kerepesi Norber). * Added the methods FLTK.event_{clicks,inside,is_click,state} (credit: Kerepesi Norber). * test/samples tidy-up * Added the file "test/rgb.rb". * Added the file "test/events.rb" (credit: Kerepesi Norber). * Split the file "test/destroy.rb" into "test/destroy.rb" and a new file "test/destroy_handle.rb" Cheers, Jeremy Henty jer...@so... -- There is no mistake save one, the failure to learn from a mistake. -- Robert Fripp |
From: <in...@qo...> - 2005-09-26 10:04:31
|
$B!g!g!g!g!y!g!g!g!g!g!y!g!g!g!g!g!g!g!g!g!y!g!g!g!g!g!y!g!g!g!g!g(B $B!c(BNO.I don't veceive your mail$B!d"M!!(Bsw...@ya... $B!c:#8e!"<u?.$r5qH]$9$k>l9g$O!d"M!!(Bsw...@ya... $B!g!g!g!g!y!g!g!g!g!g!y!g!g!g!g!g!g!g!g!g!y!g!g!g!g!g!y!g!g!g!g!g(B |
From: Calzavara E. <eca...@Ai...> - 2005-09-19 16:16:50
|
Hello, i have a question about installing this version on Windows XP. In the INSTALL file section there is: Ruby install.rb But I obtain only: rubyfltk.so -> d:/programmi/ruby/lib/ruby/1.8/i386-mswin32/rubyfltk.so d:/programmi/ruby/lib/ruby/1.8/ftools.rb:62:in `stat': No such file or directory - rubyfltk.so (Errno::ENOENT) What's the right thing to do? (I use ruby 1.8!) Edoardo. |
From: Jeremy H. <je...@ch...> - 2005-07-04 00:30:48
|
Ruby-FLTK 0.9.2 , 2005-07-03 http://ruby-fltk.sourceforge.net/ "Let your Yes be Yes, or indeed anything other than false or nil." What is this?: Ruby-FLTK is a Ruby binding for the FLTK (Fast, Light Toolkit) GUI library. Release notes: Headlines!: - Mostly fixes, cleanups, typos. - New color/cursor constants. - New test scripts. This is very much a "cleanup" release rather than "new functionality", as I am still familiarising myself with the code base. If there's something you're keen to see in 0.9.3 , now is the time to let me know. CHANGES: 0.9.1 -> 0.9.2 --------------------------------------------- * Added the file "test/boxes.rb". * Added the file "test/colors.rb". * Added the DARK_* color constants. * Added the file "test/cursors.rb". * Added the missing *_CURSOR constants. * "ruby extconf.rb --help" now *only* prints the help text * Eliminated the deprecated "rb_f_lambda". * Lots of cleanups and fixes to {test/samples}/*.rb . Cheers, Jeremy Henty jer...@so... -- Father Duck worries that Ruby won't catch up. But Mother Duck knows that Ruby will flourish ... in her own time. -- http://homepage.ntlworld.com/j.emmett/art/ruby1/ruby1.html |
From: Jeremy H. <je...@ch...> - 2005-04-24 17:13:29
|
Ruby-FLTK 0.9.1 , 2005-04-24 http://ruby-fltk.sourceforge.net/ "I, for one, welcome our new Agile, Pragmatic, Refactoring Overlords" What is this?: Ruby-FLTK is a Ruby binding for the FLTK (Fast, Light Toolkit) GUI library. Release notes: Headlines!: - Ruby-FLTK builds under Ruby 1.8.2 ! - Also, Ruby-FLTK can beep at you! This release marks a change of hands. There had been no activity on this project for some time, and at the request of the previous development team I (Jeremy Henty) volunteered to take over. My contribution to this release was merely to review the latest code in CVS and update the change log. I hope to make more substantial contributions to future releases! :-) This is a source-only release. I am considering what to do about binary releases. Suggestions are welcome! CHANGES: 0.9.0 -> 0.9.1 --------------------------------------------- * Added constants for Browser_::has_scrollbar(). * extconf.rb: fixed to build correctly under Ruby 1.8.x . * Added FLTK.beep and the FLTK::BEEP_* constants. * Added FLTK::TextDisplay#text{font,color,size} . * Added extconf.rb tests for fl_{inactive,constrast} and #ifdef-wrapped FLTK.{inactive,constrast} accordingly. Cheers, Jeremy Henty jer...@so... -- Let me think about either subtracting magic, or adding more magic. -- Yukihiro Matzumoto |
From: Takaaki T. <tt...@tt...> - 2005-04-03 03:18:39
|
Jeremy Henty wrote: > I now have a letter from my employers disclaiming all copyright > interest in ruby-fltk, so I am free to contribute. If no-one else is > interested in maintaining the software then I will do it. What needs > to be done? (I have happy using CVS but I have little idea how > sourceforge works, are there any guides?) You need an account on SourceForge to become an administrator of the project. If you have an account, let me know it. However, I'm busy now. Please give me a couple of days to transfer the project to you. Regards, -- Takaaki Tateishi <tt...@tt...> |
From: Jeremy H. <je...@ch...> - 2005-04-01 07:34:52
|
Takaaki Tateishi wrote: > Jeremy Henty wrote: > > I am interested in doing it, but first I need to resolve the IP > > issues with my employer. ... > > Thanks. If you are allowed to maintain ruby-fltk, let me know. I > will transfer all the resources on sourceforge.net to you. I now have a letter from my employers disclaiming all copyright interest in ruby-fltk, so I am free to contribute. If no-one else is interested in maintaining the software then I will do it. What needs to be done? (I have happy using CVS but I have little idea how sourceforge works, are there any guides?) Cheers, Jeremy Henty |
From: Takaaki T. <tt...@tt...> - 2005-03-07 12:00:56
|
Jeremy Henty wrote: > I am interested in doing it, but first I need to resolve the IP issues > with my employer. I believe (based on previous discussions with them) > that there will be no problem, but I'd like to get it in writing > before making any major contribution to an Open Source project. > Better safe than sorry. Thanks. If you are allowed to maintain ruby-fltk, let me know. I will transfer all the resources on sourceforge.net to you. -- Takaaki Tateishi <tt...@tt...> |
From: Jeremy H. <je...@ch...> - 2005-03-06 16:42:34
|
Takaaki Tateishi wrote: > Now I am not interested in developing ruby-fltk. So I'd like someone > to take it over from me. Does anyone want to develop ruby-fltk? I am interested in doing it, but first I need to resolve the IP issues with my employer. I believe (based on previous discussions with them) that there will be no problem, but I'd like to get it in writing before making any major contribution to an Open Source project. Better safe than sorry. I think Ruby-FLTK is already pretty good as it stands. The main issues I have are: the build breaks under a modern Ruby (I had to hack cxx.rb and extconf.rb), and it seems incomplete (several useful FLTK calls are not exposed in the Ruby interface). If anyone else has any suggestions about what needs to be done, please let me know! I'll post again as soon I have the necessary assurances from my employer. Cheers, Jeremy Henty |