7 Commits

Author SHA1 Message Date
Thomas Holder
bdce35f844 cleanup: os_gl_*.h headers 2020-03-13 09:33:11 +01:00
Thomas Holder
d080bbdb7b remove obsolete code
Python module:

- pymol.embed

Preprocessor definitions:

- _PYMOL_ACTIVEX_OLD
- _PYMOL_MIN_GLUT
- _PYMOL_OLD_ACTIVEX
- _PYMOL_PRETEND_GLUT_FONT
- _PYMOL_SHARP3D
- _PYMOL_WX_GLUT
- PYMOL_ICC_LINUX
- HAVE_CONFIG_H
- aliased_int
- aliased_float
2019-08-13 16:25:34 +02:00
Thomas Holder
d2b93e011f remove MacPyMOL 2019-03-29 13:17:35 +01:00
Jarrett Johnson
53231a4553 PYMOL-3146 Remove C booleans macros 2018-11-15 16:36:18 +01:00
Thomas Holder
6bcd4ce7a3 PyQt interface (2.1.0) 2018-03-13 15:32:34 +00:00
Thomas Holder
5cbfe6b0d4 fix invalid memory access during PyMOL_Stop
- https://sourceforge.net/p/pymol/bugs/162/
  - Free ShaderMgr after Scene
  - check (G != NULL) in MainOnExit
- https://sourceforge.net/p/pymol/bugs/161/
  apply clang logical-op-parentheses suggestion
- more `const char *` arguments refactoring
2015-03-16 18:58:36 +00:00
Thomas Holder
f42840260b c++ for all PyMOL c files
- renaming files c -> cpp
- c++ specific syntax (::)
2014-09-08 13:42:11 +00:00