summaryrefslogtreecommitdiff
path: root/ldmicro/lib
AgeCommit message (Collapse)Author
2018-06-21Minor changes, removed unnecessary code.Rr42
2018-06-21Bug fixes for cursor and PrintWindowRr42
2018-06-20Added blink cursor functionalityRr42
2018-06-20Minor update, fixes bug in displaying text in paint windowRr42
2018-06-20merge updateRr42
2018-06-20Major update with functional program display (without cursor)Rr42
2018-06-20Update to freeze library, fixes a bug where CWD was not set properly.Rr42
2018-06-20Resolved merging conflicts.NatsuDrag9
2018-06-20Pulled and merged.NatsuDrag9
2018-06-20NewProgram () Segmentation faultNatsuDrag9
2018-06-19Updated freeze library to use home directoryRr42
2018-06-18fixed bug in TextOut functionRr42
2018-06-18cleand PaintWindow functionRr42
2018-06-18Fixed bug in FillRectRr42
2018-06-17Added FillRect function, bug: scroll opperations missingRr42
2018-06-17Updated window painting, ported draw.cpp, fixed cont char* errorRr42
2018-06-17Fixed bug in Heap allocation functionsRr42
2018-06-15MergedNatsuDrag9
2018-06-15Created ConfDialog and attached it MCU Parameters.NatsuDrag9
2018-06-15Minor changesRr42
2018-06-14PaintWindow update, partial port (bug with text scaling)Rr42
2018-06-13Added draw window for printing ladder schematicRr42
2018-06-13Keyboard & mouse hooks, callbacks for events handled by MainWindowProcRr42
2018-06-12Updated changesNatsuDrag9
2018-06-12Added accelerator labels and mnemonic.NatsuDrag9
2018-06-12Dropped CreateWindowEx function portRr42
2018-06-11Added CreateWindowEx funftion from windows.h (Partial port)Rr42
2018-06-11Updated freezeLD library (Minor bug fixes)Rr42
2018-06-11main window update merge commitRr42
2018-06-11Merge branch 'GUI_port' of https://github.com/akshay-c/LDMicro-linux into ↵Rr42
GUI_port
2018-06-11Added self test functionalityRr42
2018-06-08Updated repository to execute with working compiler.NatsuDrag9
2018-06-08Fixed, include bug caused because gnu was not set to c++11 standard.Rr42
2018-06-08Builds and runs from ldmicro.cpp. No further testing is required.NatsuDrag9
2018-06-06Merged and updayed repositoryNatsuDrag9
2018-06-06Updated ListStoreNatsuDrag9
2018-06-06Updated ListStoreNatsuDrag9
2018-06-06Core margeRr42
2018-06-06Removed unnecessary files and headers.Rr42
2018-06-06Updated LDMicro core (Tested, functional)Rr42
2018-06-06Merge pull request #2 from NatsuDrag9/GUI_portRamana
Progress sync
2018-06-06Ported functionsNatsuDrag9
2018-06-05Added heap meamory handling (HeapCreate, HeapAlloc and HeepFree)Rr42
2018-06-04Commented all GUI code for core testRr42
2018-05-31Fixed bugs in MessageBoxRr42
2018-05-31Updated the completed functions.NatsuDrag9
2018-05-31File dialogue syncNatsuDrag9
2018-05-31Rearranged variablesNatsuDrag9
2018-05-31Added File selection dialogueRr42
2018-05-31Ported the function updating titlebar.NatsuDrag9