OSDN Git Service

The text edit in MyListCtrl seems weird. Hopefully fixed.
[molby/Molby.git] / MolLib /
2014-03-10 toshinagata1964Ruby Dialog: behavior of the close button is improved...
2014-03-04 toshinagata1964Build on MinGW/Windows now succeeds
2014-02-27 toshinagata1964expand_by_symmetry was causing strange bonds when expan...
2014-02-16 toshinagata1964$stdout.flush and $stderr.flush are implemented; nothin...
2014-02-16 toshinagata1964'proc' is replaced with 'lambda' for creating a Proc...
2014-02-16 toshinagata1964IntGroup#index is implemented
2014-02-15 toshinagata1964Ruby: IntGroup#inspect caused crash when the result...
2014-02-15 toshinagata1964Ruby: Molecule#expand_by_symmetry is modified so that...
2014-02-04 toshinagata1964Mac: the ruby console does not work well when the Input...
2014-02-04 toshinagata1964Behavior of Ruby Console is improved.
2014-02-03 toshinagata1964Embed ruby 2.0 instead of 1.8.7
2014-01-30 toshinagata1964Ruby: Molecule#find_close_atoms is modified so that...
2014-01-15 toshinagata1964Cleanup Makefiles. Molby_command (on Mac) build target...
2014-01-14 toshinagata1964Change GUI toolkit from wxWidgets 2.8.9 to wxWidgets...
2013-11-16 toshinagata1964Best fit planes dialog is modified again; the dialog...
2013-11-16 toshinagata1964Bond/Angle with Sigma dialog is overhauled (now working).
2013-11-15 toshinagata1964Minimizing structure including pi-anchor atoms was...
2013-11-14 toshinagata1964Handling of pi-anchor atoms is slightly modified
2013-11-01 toshinagata1964Kernel#call_subprocess and Molecule#call_subprocess_asy...
2013-11-01 toshinagata1964Kernel#call_subprocess and Molecule#call_subprocess_asy...
2013-10-21 toshinagata1964RubyDialogCallback_drawEllipse is modified so as to...
2013-10-20 toshinagata1964Graphic drawing is implemented in Ruby Dialog (on_paint...
2013-10-14 toshinagata1964Exclusion of non-bonding interaction in pi-metal system...
2013-10-14 toshinagata1964Undo after md_arena.run(0) was not working. Fixed.
2013-10-11 toshinagata1964Guess UFF parameters dialog is improved.
2013-09-27 toshinagata1964Some missing functions in cmdtool_stubs.c are implemented.
2013-09-27 toshinagata1964Ruby dialog capabilities are added: the items can now...
2013-09-21 toshinagata1964Ruby: IntGroup#== is modified so that it returns false...
2013-08-27 toshinagata1964Vdw and Vdw-pair parameters can now have atom indices...
2013-08-10 toshinagata1964Implement load/save/set/get of bond order information.
2013-08-10 toshinagata1964Molecule#fragments is implemented. Molecule#fragments...
2013-08-10 toshinagata1964Table (ListCtrl) support in Molby::Dialog is improved.
2013-08-10 toshinagata1964ParameterRef#eps14 wrongly returned eps instead of...
2013-08-06 toshinagata1964Ruby Dialog: implement popup menu for table cells
2013-08-05 toshinagata1964Ruby: IntGroup#==, IntGroup#each_range are implemented
2013-08-05 toshinagata1964Event handling of the Ruby dialog is improved.
2013-08-02 toshinagata1964Popup menu on the list control is implemented (also...
2013-08-02 toshinagata1964On calling antechamber, atom names are modified so...
2013-08-01 toshinagata1964Resize of the Ruby Dialog is improved (still experiment...
2013-07-26 toshinagata1964Manual resizing of Ruby Dialog is implemented (still...
2013-07-25 toshinagata1964The Ruby Dialog can now be set as resizable. (Automatic...
2013-07-25 toshinagata1964'Table' (aka. 'List') control is implemented in Molby...
2013-06-29 toshinagata1964A progress indicator (and stop button) for subprocesses...
2013-06-29 toshinagata1964Ruby: Molecule#call_subprocess_async and Kernel#backquo...
2013-06-17 toshinagata1964Molecule#remove_improper is modified so that it can...
2013-06-13 toshinagata1964Kernel#show_console_window, Kernel#hide_console_window...
2013-06-13 toshinagata1964Kernel#call_subprocess can now accept a callback procedure.
2013-06-11 toshinagata1964r356 modification was not correct. Updated.
2013-06-11 toshinagata1964Importing PM3/GAMESS log is improved. (The atomic infor...
2013-01-21 toshinagata1964GAMESS log containing F and G type orbitals can now...
2012-11-27 toshinagata1964Bond creation is updated so that duplicate bond/angle...
2012-11-27 toshinagata1964Copyright statement was updated to include FFTW.
2012-11-27 toshinagata1964Deleting bonds was causing bus error. Fixed.
2012-11-23 toshinagata1964Building instructions and makefiles are updated.
2012-11-22 toshinagata1964Calculation of reciprocal cell parameter was incorrect...
2012-11-20 toshinagata1964Some wrong behavior of PME calculation is fixed.
2012-11-19 toshinagata1964An error in PME energy calculation is corrected. MDArea...
2012-11-19 toshinagata1964Error message in Molecule#atoms[] was not working....
2012-11-19 toshinagata1964MDArena#use_ewald, ewald_beta, ewald_grid, ewald_freq...
2012-11-14 toshinagata1964(Retry committing) Particle mesh Ewald (still in progress)
2012-11-14 toshinagata1964(Re-retry committing) expand_by_symmetry was not workin...
2012-11-14 toshinagata1964Particle mesh Ewald (still in progress)
2012-11-14 toshinagata1964(Retry committing) expand_by_symmetry was not working...
2012-11-14 toshinagata1964expand_by_symmetry was not working correctly when no...
2012-11-11 toshinagata1964Particle Mesh Ewald is being implemented (still not...
2012-11-01 toshinagata1964When new bonds are created, angles of type X-##-##...
2012-11-01 toshinagata1964Parameter lookup was not working correctly when neither...
2012-11-01 toshinagata1964'==' operator is defined for Parameter, ParameterRef...
2012-10-31 toshinagata1964Parameter#lookup (and related methods) can now look...
2012-10-31 toshinagata1964History functionality is available in the Ruby console...
2012-10-31 toshinagata1964Parameter methods angle, angles, bond, bonds, etc....
2012-10-31 toshinagata1964Symmetry expanded atoms now can be selected by mouse...
2012-10-30 toshinagata1964Expanding by symmetry (and loading cif file) was not...
2012-10-30 toshinagata1964Attribute table was not updated correctly after revert...
2012-10-30 toshinagata1964Atom renumbering was not working for pi anchor table...
2012-10-30 toshinagata1964Two subsequent dragging of different atoms were causing...
2012-10-29 toshinagata1964Remove previous pi-anchor codes.
2012-10-29 toshinagata1964Pi anchor implementation is done.
2012-10-29 toshinagata1964New implementation of pi anchor atoms is close to compl...
2012-10-28 toshinagata1964New create_pi_anchor method is implemented (but not...
2012-10-28 toshinagata1964The load/save codes are rewritten, so that the error...
2012-10-26 toshinagata1964Another implementation of pi-anchor is being tried...
2012-10-25 toshinagata1964Pi atom positions are now cached within the piatom...
2012-10-25 toshinagata1964Merging/unmerging molecules are extensively revised...
2012-10-24 toshinagata1964Connection check is rewritten to include the pi anchor...
2012-10-24 toshinagata1964Pi anchor force calculation is being implemented (not...
2012-10-23 toshinagata1964The third argument to Molecule#get_coord_from_frame...
2012-10-23 toshinagata1964Handling of buildInfo.txt and revisionInfo.txt are...
2012-10-23 toshinagata1964Molecule#get_coord_from_frame now always tries to copy...
2012-10-22 toshinagata1964Kernel#exit is now untouched in the command line versio...
2012-10-19 toshinagata1964Molecule#cell_flexibility, set_cell_flexibility are...
2012-10-13 toshinagata1964Document is updated, and an appendix describing the...
2012-10-12 toshinagata1964Experimental 'filter' mode is removed.
2012-10-12 toshinagata1964Ruby: Dialog#filter_kit is implemented. This looks...
2012-10-11 toshinagata1964Filter mode (development continued)
2012-10-11 toshinagata1964'Filter' mode is implemented (experimentally)
2012-10-03 toshinagata1964ORTEP export did not generate the same orientation...
2012-09-02 toshinagata1964MM of pi-metal bonds are being implemented (only the...
2012-09-01 toshinagata1964Ruby: Molecule#bond_par, angle_par, dihedral_par, impro...
2012-09-01 toshinagata1964Opening bond/angle/dihedral/improper table now triggers...
next