[Fxruby-commits] CVS: FXRuby ChangeLog,1.24.2.3,1.24.2.4
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2002-05-15 14:18:57
|
Update of /cvsroot/fxruby/FXRuby In directory usw-pr-cvs1:/tmp/cvs-serv604 Modified Files: Tag: release10 ChangeLog Log Message: Index: ChangeLog =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ChangeLog,v retrieving revision 1.24.2.3 retrieving revision 1.24.2.4 diff -C2 -d -r1.24.2.3 -r1.24.2.4 *** ChangeLog 10 May 2002 19:43:07 -0000 1.24.2.3 --- ChangeLog 15 May 2002 14:18:53 -0000 1.24.2.4 *************** *** 1,2 **** --- 1,220 ---- + 2002-05-15 09:04 lyle + + * README.win32.txt: [no log message] + + 2002-05-14 10:14 lyle + + * doc/: changes.html, changes.xml, differences.html, + differences.xml, events.html, implementation.html, library.html, + library.xml, todo.html, todo.xml: [no log message] + + 2002-05-14 09:15 lyle + + * examples/dctest.rb, examples/groupbox.rb, + examples/textedit/prefdialog.rb, ext/fox/FXRuby.cpp, + ext/fox/core_wrap.cpp, ext/fox/dialogs_wrap.cpp, + ext/fox/icons_wrap.cpp, ext/fox/image_wrap.cpp, + ext/fox/layout_wrap.cpp, ext/fox/mdi_wrap.cpp, + ext/fox/opengl_wrap.cpp, ext/fox/ui_wrap.cpp, + ext/fox/include/FXRuby.h, lib/fox/aliases.rb, + swig-interfaces/FXDial.i, swig-interfaces/FXSlider.i, + swig-interfaces/FXSpinner.i: Modified the range and range= methods + for FXDial, FXSlider and FXSpinner to work with Ruby Range objects + instead of (lo, hi) Fixnum pairs. + + 2002-05-13 17:40 lyle + + * examples/datatarget.rb: Fixed a little typo in the comments. + + 2002-05-13 16:58 lyle + + * examples/icons/double_dash.png: file double_dash.png was + initially added on branch release10. + + 2002-05-13 16:58 lyle + + * examples/icons/capbutt.png: file capbutt.png was initially added + on branch release10. + + 2002-05-13 16:58 lyle + + * examples/icons/solid_line.png: file solid_line.png was initially + added on branch release10. + + 2002-05-13 16:58 lyle + + * examples/icons/jround.png: file jround.png was initially added on + branch release10. + + 2002-05-13 16:58 lyle + + * examples/icons/capproj.png: file capproj.png was initially added + on branch release10. + + 2002-05-13 16:58 lyle + + * examples/icons/capnotlast.png: file capnotlast.png was initially + added on branch release10. + + 2002-05-13 16:58 lyle + + * examples/icons/jbevel.png: file jbevel.png was initially added on + branch release10. + + 2002-05-13 16:58 lyle + + * examples/icons/dippy.png: file dippy.png was initially added on + branch release10. + + 2002-05-13 16:58 lyle + + * examples/icons/capround.png: file capround.png was initially + added on branch release10. + + 2002-05-13 16:58 lyle + + * examples/icons/jmiter.png: file jmiter.png was initially added on + branch release10. + + 2002-05-13 16:58 lyle + + * examples/icons/onoff_dash.png: file onoff_dash.png was initially + added on branch release10. + + 2002-05-13 16:58 lyle + + * examples/: dctest.rb, icons/capbutt.gif, icons/capbutt.png, + icons/capnotlast.gif, icons/capnotlast.png, icons/capproj.gif, + icons/capproj.png, icons/capround.gif, icons/capround.png, + icons/dippy.gif, icons/dippy.png, icons/double_dash.gif, + icons/double_dash.png, icons/jbevel.gif, icons/jbevel.png, + icons/jmiter.gif, icons/jmiter.png, icons/jround.gif, + icons/jround.png, icons/onoff_dash.gif, icons/onoff_dash.png, + icons/solid_line.gif, icons/solid_line.png: Converted all of the + GIF icon and image files used by DCTest to PNG equivalents. + + 2002-05-13 16:33 lyle + + * lib/fox/aliases.rb: Added missing aliases FXDataTarget#target, + FXDataTarget#target=, FXDataTarget#selector, and + FXDataTarget#selector=. + + 2002-05-13 16:30 lyle + + * examples/icons/solid_line.gif: file solid_line.gif was initially + added on branch release10. + + 2002-05-13 16:30 lyle + + * examples/icons/onoff_dash.gif: file onoff_dash.gif was initially + added on branch release10. + + 2002-05-13 16:30 lyle + + * examples/icons/jround.gif: file jround.gif was initially added on + branch release10. + + 2002-05-13 16:30 lyle + + * examples/icons/jmiter.gif: file jmiter.gif was initially added on + branch release10. + + 2002-05-13 16:30 lyle + + * examples/icons/double_dash.gif: file double_dash.gif was + initially added on branch release10. + + 2002-05-13 16:30 lyle + + * examples/: dctest.rb, icons/capbutt.gif, icons/capnotlast.gif, + icons/capproj.gif, icons/capround.gif, icons/dippy.gif, + icons/double_dash.gif, icons/jbevel.gif, icons/jmiter.gif, + icons/jround.gif, icons/onoff_dash.gif, icons/solid_line.gif: Added + the dctest.rb example program and associated icons. + + 2002-05-13 16:30 lyle + + * examples/icons/capbutt.gif: file capbutt.gif was initially added + on branch release10. + + 2002-05-13 16:30 lyle + + * examples/dctest.rb: file dctest.rb was initially added on branch + release10. + + 2002-05-13 16:30 lyle + + * examples/icons/capproj.gif: file capproj.gif was initially added + on branch release10. + + 2002-05-13 16:30 lyle + + * examples/icons/capnotlast.gif: file capnotlast.gif was initially + added on branch release10. + + 2002-05-13 16:30 lyle + + * examples/icons/jbevel.gif: file jbevel.gif was initially added on + branch release10. + + 2002-05-13 16:30 lyle + + * examples/icons/dippy.gif: file dippy.gif was initially added on + branch release10. + + 2002-05-13 16:30 lyle + + * examples/icons/capround.gif: file capround.gif was initially + added on branch release10. + + 2002-05-10 17:23 lyle + + * index.html, doc/build.html, doc/build.xml, doc/changes.html, + doc/differences.html, doc/events.html, doc/examples.html, + doc/goals.html, doc/goals.xml, doc/implementation.html, + doc/library.html, doc/opengl.html, doc/scintilla.html, + ext/fox/dialogs_wrap.cpp, ext/fox/layout_wrap.cpp, + ext/fox/mdi_wrap.cpp, ext/fox/opengl_wrap.cpp, + ext/fox/scintilla_wrap.cpp, ext/fox/ui_wrap.cpp: Miscellaneous + documentation updates. + + 2002-05-10 16:30 lyle + + * ext/fox/: extconf.rb, extconf.rb.in: Various cleanups for the + extconf.rb script, mainly to support searching multiple default + directories to auto-detect the location of FOX. + + 2002-05-10 16:29 lyle + + * Makefile, Makefile.in: Corrected the "make check" target so that + it can run the tests before you actually install FXRuby. + + 2002-05-10 15:12 lyle + + * swig-interfaces/FXIcon.i, swig-interfaces/FXImage.i, + swig-interfaces/typemaps.i, ext/fox/icons_wrap.cpp, + ext/fox/image_wrap.cpp, ext/fox/core_wrap.cpp: Corrected input + typemaps for "const void *pix" and "const FXuchar *PIXELS"; these + should not in fact accept FXMemoryBuffer instances as inputs. But + modified the constructors for FXIcon and FXImage to accept this. + + 2002-05-10 14:56 lyle + + * FXRuby.spec.in: file FXRuby.spec.in was initially added on branch + release10. + + 2002-05-10 14:56 lyle + + * FXRuby.spec.in, Makefile.in, setversions.rb: [no log message] + + 2002-05-10 14:47 lyle + + * Makefile, update_website.sh: Moved code from the + update_website.sh script into the Makefile as target 'website'. + + 2002-05-10 14:43 lyle + + * ChangeLog, Makefile: [no log message] + 2002-05-10 12:22 lyle |