1
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 4 days ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Entropy routines (from Hazem) More... about 18 years ago
Organizing code. More... about 18 years ago
Thermo routines (from Hazem) More... about 18 years ago
Wrapped Temperature, Pressure and Compounds properties from TMaterial inside TPhase. This way the access is facilitated. More... about 18 years ago
Enthalpy thermo routine (from Hazem) More... about 18 years ago
Naming conventions for quick reference. More... about 18 years ago
Fixed canvas staining on PFDDesigner when user switches ti OpSim using alt+tab and mouser pointer falls over a PFD control. More... about 18 years ago
Drag/drop and selection/deselection of PFD controls working properly on windows and linux. More... about 18 years ago
It seems that GetCaptureControl does not work properly on Linux, therefore we have to find the clicked control manualy. More... about 18 years ago
Debug instrumentation for debugging on Linux. More... about 18 years ago
Move the new PDF control, before dropping in the designer, in one step. More... about 18 years ago
Position the new PFD control in one step using SetBounds More... about 18 years ago
Fixed memory violation when a non implemented buttom is clicked on the unit operations pallet. More... about 18 years ago
PFDDesigner guidelines are working correctly on Linux. More... about 18 years ago
Overriding WMSetFocus and WMKillFocus to get PFD guidelines working on Linux. More... about 18 years ago
Fixed scroll bars of PFDDesigner on Windows. More... about 18 years ago
TPFDWorkplace inherited from TPanel, not TScrollBox anymore. It seems TScrollBox has different implementations on linux and windows, so the painting is not done correctly on linux. Maybe even the mouse events are treated differently. This solve this problem, TPFDWorkplace is now decedent from a regular TPanel The scrolling bars will be simulated by putting TPFDWorkplace inside a norma TScrollBox. More... about 18 years ago
Trying to fix PFD background color on Linux. More... about 18 years ago
Fixed database connection problem on linux. More... about 18 years ago
Testing path delimiter change from linux to windows. More... about 18 years ago
Testing path delimiter change linux/windows. More... about 18 years ago
Testing commit from linux. More... about 18 years ago
Installation tutorial (by Matt) More... about 18 years ago
Defining port attributes. More... about 18 years ago
Initiated Ports definition. More... about 18 years ago
Removed wrapper for TCompounds object i TMaterial. Now the methods are accessed directly from Compounds array. More... about 18 years ago
Implemented notification when a compound is added/deleted from TMaterial. More... about 18 years ago
Some TMaterial properties are totalized from phases information. More... about 18 years ago
Totalizing some phase properties from compounds properties in the phase. More... about 18 years ago
The mass flow for the phase is the summation over all compounds. More... about 18 years ago