summaryrefslogtreecommitdiffstats
path: root/Project/MainFrameBase.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Voltage heat map implementedThales Lima Oliveira2020-07-071-388/+223
| | | | | | | | | Voltage heat map implemented using modern OpenGL =) New external library required: -GLEW -GLFW -GLM (incorporeted at the source) Old memory leaks fixed =)
* OpenGL bugfixes and wxGC port alternative initThales Lima Oliveira2020-06-021-1/+1
| | | | | | OpenGL major bugfixes; Device context port alternative to OpenGL code init (WorkspaceDC). Some machines don't support OpenGL 3+; Fixed some issues with MSVC.
* Newton bug fixedThales Lima Oliveira2019-07-241-1/+7
|
* Matpower Importer and power quality calculationThales Lima Oliveira2019-04-251-203/+382
| | | | Power quality in implementation
* Base folder strategy abandoned due compatibility with wxCrafterThales Lima Oliveira2018-04-101-0/+315
|
* Base form files organizedThales Lima Oliveira2017-11-091-311/+0
|
* Settings form implementation startThales Lima Oliveira2017-08-081-4/+4
|
* Text bugs fixedThales13302017-01-051-4/+0
|
* Movementation and rotation fixedThales Lima Oliveira2016-09-071-0/+8
|
* Line implementation almost finishedThales Lima Oliveira2016-08-211-77/+64
|
* Attempt to implement Event Handler in WorkspaceThales13302016-08-011-0/+4
| | | | fail
* Adding the basics graphics elementsThales Lima Oliveira2016-07-301-7/+7
| | | | The base is done, bus under contruction
* Main frame under constructionThales Lima Oliveira2016-07-271-0/+316
Ribbon bar icons done, all controllers set, does nothing