summaryrefslogtreecommitdiffstats
path: root/Project/SyncMotor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Some class enum implementationThales Lima Oliveira2020-06-061-21/+21
| | | | Just for better code design: https://docs.microsoft.com/pt-br/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/enumeration-classes-over-enum-types
* OpenGL bugfixes and wxGC port alternative initThales Lima Oliveira2020-06-021-0/+4
| | | | | | OpenGL major bugfixes; Device context port alternative to OpenGL code init (WorkspaceDC). Some machines don't support OpenGL 3+; Fixed some issues with MSVC.
* File handling and control initialization organizedThales Lima Oliveira2018-01-081-3/+103
|
* Add copyright on files and documentation updateThales Lima Oliveira2017-10-051-0/+17
|
* Data report fully implementedThales Lima Oliveira2017-09-091-27/+13
|
* More grid data implementedThales Lima Oliveira2017-09-081-69/+83
| | | | Some fault bugfixes
* Several bugfixes on power elementsThales13302017-01-061-3/+7
|
* Text bugs fixedThales13302017-01-051-1/+1
|
* Fast data visualization implementedThales13302017-01-021-12/+61
|
* Copy paste implementedThales Lima Oliveira2016-12-291-0/+7
| | | | Some bugs on the text
* Gauss-Seidel implementedThales Lima Oliveira2016-11-021-0/+72
|
* All elements forms implementedThales13302016-10-271-13/+18
|
* Movementation and rotation fixedThales Lima Oliveira2016-09-071-12/+2
|
* Counter clockwise rotation implementedThales13302016-09-061-2/+12
|
* Inductor under implementationThales13302016-09-031-0/+22
Ind motor, sync condenser and load implemented