Commit Graph

39902 Commits

Author SHA1 Message Date
494660700a reduce default size of image viewer 2024-08-06 00:59:23 -04:00
ea3fb32805 comm info is more distracting than useful 2024-08-05 23:11:38 -04:00
654fd05f0e Merge branch 'develop' into collected-small-fixes 2024-08-05 22:43:50 -04:00
46c5ff624c follow the LAMMPS programming style more closely 2024-08-05 22:32:55 -04:00
445020359b simplify using LAMMPS_NS::utils functions 2024-08-05 22:13:20 -04:00
e5957ccc19 recreate example logs with new colvars version 2024-08-05 22:12:30 -04:00
04eb6c421d remove class member "me" and apply clang-format 2024-08-05 21:47:12 -04:00
a42d632aed Merge branch 'develop' into colvars-update 2024-08-05 21:38:57 -04:00
843e678a78 Merge pull request #4255 from akohlmey/collected-small-changes
Collected small changes and fixes
2024-08-05 20:53:15 -04:00
ae39fc5b21 fix logic bug 2024-08-05 20:24:38 -04:00
0216692698 add restart file inspector showing system info, data file, and snapshot image 2024-08-05 20:04:44 -04:00
7561e05218 output timestep info as part of the system info 2024-08-05 19:39:57 -04:00
89debb2141 add a hidden "noinit" flag to write_dump that works the same as for write_data 2024-08-05 19:31:21 -04:00
d9e0847c3b update read_restart docs about timestep info 2024-08-05 19:27:36 -04:00
9fa2ffa659 Merge pull request #4259 from jrgissing/add_some_more_type_label_support,again
Type label support for dump image, movie
2024-08-05 19:22:55 -04:00
133dee9ac1 Update Colvars library to version 2024-06-04 2024-08-06 01:07:43 +02:00
278accd9ea Update FixColvars to expand usage of fix_modify commands
See https://github.com/Colvars/colvars/pull/418

Also moving inthash code to a separate file to simplify future refactoring
2024-08-06 01:05:51 +02:00
72a0992054 Propagate OpenMP flags to Colvars library 2024-08-06 00:57:12 +02:00
e599663b2b Update dump_image.rst 2024-08-05 18:11:53 -04:00
54a5d5e605 improve flatpak building so it sets up the required repo automatically as well 2024-08-05 14:23:54 -04:00
b094113e7a update TODO list 2024-08-05 08:58:31 -04:00
4b50356aa8 step LAMMPS-GUI version number 2024-08-05 08:55:34 -04:00
52416afd95 remove comment 2024-08-05 08:55:20 -04:00
f20aa6271c also support bcolor, bdiam
(type label support)
2024-08-04 19:35:02 -04:00
a0f4da37e9 docs for type label support 2024-08-04 19:09:18 -04:00
6ecaa7c7ba type label support for acolor, adiam
for dump_image, movie
2024-08-04 19:02:30 -04:00
6e1c2bde4d add missing icon file 2024-08-04 18:49:38 -04:00
66621a99fd update docs for LAMMPS-GUI to include recent additions 2024-08-04 18:48:35 -04:00
fd8a5d3e88 make default choice of image shininess selectable in preferences 2024-08-04 18:25:46 -04:00
fbc505c7c6 add shininess toggle button to image viewer, move buttons to second line on top 2024-08-04 17:51:34 -04:00
d470919a44 implement auto-save on run and quit 2024-08-04 11:27:03 -04:00
1d1b448e18 update Linux installation docs to describe flatpak installation 2024-08-04 06:34:07 -04:00
e1275baa99 update LAMMPS-GUI TODO list 2024-08-03 23:09:12 -04:00
081169b239 automatically switch between showing stable, release, latests doc pages 2024-08-03 14:35:37 -04:00
14b552372d update help index table 2024-08-03 13:38:33 -04:00
92b33b3c07 export git and LAMMPS version strings through library interface 2024-08-03 13:33:21 -04:00
7c9703b416 update LAMMPS-GUI docs for changing the default of "Reformat on 'Enter'" 2024-08-03 09:16:34 -04:00
950237105d remove redundant entry 2024-08-03 08:58:38 -04:00
c6e03d2aa4 disable re-indent on return by default 2024-08-03 08:28:16 -04:00
4dfc15151a cap the maximum number of threads used by default at 16 2024-08-03 08:26:54 -04:00
c60c42cede correct order of initializater list 2024-08-02 23:11:56 -04:00
1096da2d01 plug memory leaks 2024-08-02 18:17:14 -04:00
0367f3ed07 avoid memory leaks from extracting scalar data from fixes 2024-08-02 18:17:01 -04:00
b41b2c9bfc must destroy before allocate to avoid leaking 2024-08-02 17:44:38 -04:00
d3919be102 don't leak file handle 2024-08-02 17:41:13 -04:00
a905c9fd32 make sure virial array is initialized in the constructor to avoid uninitialized access 2024-08-02 17:18:09 -04:00
0abc4f3464 initialize class data 2024-08-02 17:17:42 -04:00
859cbc90ef plug memory leaks 2024-08-02 17:17:23 -04:00
d03ca368b5 add a couple more suppressions 2024-08-02 16:03:12 -04:00
423ca92d39 use try/catch to delete dump on dump_modify error and then rethrow exception 2024-08-02 15:59:25 -04:00