summaryrefslogtreecommitdiff
path: root/ldmicro/ldmicro.cpp
AgeCommit message (Expand)Author
2018-12-26Patch: resolved Singe Cycle Simulation issueakshay-c
2018-11-27Packaging with inline iconakshay-c
2018-11-14Background Color Optimizedakshay-c
2018-08-31Background Color correctionakshay-c
2018-06-29Patch: Fixes bug where the IoList table did not update on name change.Rr42
2018-06-29Patch: Fixes bug where the save dialog cancel button did not work.Rr42
2018-06-29Merge branch 'GUI_port' of https://github.com/akshay-c/LDMicro-linux into GUI...Rr42
2018-06-29Bug fix: Fixes a bug where draw area puckups mouse clicks in the IoList.Rr42
2018-06-29Update - processors are selected and displayed.NatsuDrag9
2018-06-27Minor bugfixesRr42
2018-06-27Removed unused code.Rr42
2018-06-27Added keyboard integration for cursor movement.Rr42
2018-06-27Added keyboard hook.Rr42
2018-06-26iolist.cpp ported, io pin selection dialog added.Rr42
2018-06-25Updated Analog scroll popup.Rr42
2018-06-25Added analog slider popup (simulation mode).Rr42
2018-06-25Added full timer functionality and partial simulation functionality.Rr42
2018-06-25Added functionality to update IoList table under the paint window.Rr42
2018-06-25Fixed bug where the status bar did not show all statuses.Rr42
2018-06-23Fixed bug where ladder program did not compile from GUI.Rr42
2018-06-22Removed unnecessary code.Rr42
2018-06-22fixed bug where menu shortcuts without modifiers did not workRr42
2018-06-22Major update; added file, instructions, edit menu functionalityRr42
2018-06-22Merge branch 'GUI_port' of https://github.com/akshay-c/LDMicro-linux into GUI...Rr42
2018-06-22Minor update for background color updaterRr42
2018-06-21Merge pull request #23 from NatsuDrag9/GUI_portNatsuDrag9
2018-06-21Minor changes, removed unnecessary code.Rr42
2018-06-21Bug fix, where clicks after scrolling where not registered properly.Rr42
2018-06-21Bug fixes for cursor and PrintWindowRr42
2018-06-21Ported helpdialog.cpp.NatsuDrag9
2018-06-20Added blink cursor functionalityRr42
2018-06-20merge updateRr42
2018-06-20Major update with functional program display (without cursor)Rr42
2018-06-20Solved Segmenation Fault error and removed unnecessary print statements.NatsuDrag9
2018-06-20Resolved merging conflicts.NatsuDrag9
2018-06-19Removed draw called print statements.NatsuDrag9
2018-06-18Added WM_COMMAND () and updated MenuHandler() accordingly.NatsuDrag9
2018-06-18Removed unnecessary code from LD_WM_Paint_callRr42
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-15MergedNatsuDrag9
2018-06-15Created ConfDialog and attached it MCU Parameters.NatsuDrag9
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-12Dropped CreateWindowEx function portRr42
2018-06-11Added CreateWindowEx funftion from windows.h (Partial port)Rr42
2018-06-11Drawing Area is resized on resizing Main Window.NatsuDrag9