Age | Commit message (Expand) | Author |
2018-06-21 | Minor changes, removed unnecessary code. | Rr42 |
2018-06-21 | Bug fix, where clicks after scrolling where not registered properly. | Rr42 |
2018-06-21 | Bug fixes for cursor and PrintWindow | Rr42 |
2018-06-20 | Added blink cursor functionality | Rr42 |
2018-06-20 | Minor update, fixes bug in displaying text in paint window | Rr42 |
2018-06-20 | merge update | Rr42 |
2018-06-20 | Major update with functional program display (without cursor) | Rr42 |
2018-06-20 | Update to freeze library, fixes a bug where CWD was not set properly. | Rr42 |
2018-06-20 | Solved Segmenation Fault error and removed unnecessary print statements. | NatsuDrag9 |
2018-06-20 | Resolved merging conflicts. | NatsuDrag9 |
2018-06-20 | Pulled and merged. | NatsuDrag9 |
2018-06-20 | NewProgram () Segmentation fault | NatsuDrag9 |
2018-06-19 | Updated confdialog.cpp | NatsuDrag9 |
2018-06-19 | Removed draw called print statements. | NatsuDrag9 |
2018-06-19 | Removed local variable - TopMenu from MakeMainMenus(). | NatsuDrag9 |
2018-06-19 | Ported confdialog completely. | NatsuDrag9 |
2018-06-19 | Updated freeze library to use home directory | Rr42 |
2018-06-18 | Added WM_COMMAND () and updated MenuHandler() accordingly. | NatsuDrag9 |
2018-06-18 | Added KeyPress, ButtonPress and MouseClick functionality in ConfDialog. | NatsuDrag9 |
2018-06-18 | Removed unnecessary code from LD_WM_Paint_call | Rr42 |
2018-06-18 | fixed bug in TextOut function | Rr42 |
2018-06-18 | cleand PaintWindow function | Rr42 |
2018-06-18 | Fixed bug in FillRect | Rr42 |
2018-06-17 | Added FillRect function, bug: scroll opperations missing | Rr42 |
2018-06-17 | Updated window painting, ported draw.cpp, fixed cont char* error | Rr42 |
2018-06-17 | Fixed bug in Heap allocation functions | Rr42 |
2018-06-15 | Disabled resizing and shrinking of IoList. | NatsuDrag9 |
2018-06-15 | Merged | NatsuDrag9 |
2018-06-15 | Created ConfDialog and attached it MCU Parameters. | NatsuDrag9 |
2018-06-15 | Minor changes | Rr42 |
2018-06-14 | PaintWindow update, partial port (bug with text scaling) | Rr42 |
2018-06-14 | Modified cmake to display only errors | Rr42 |
2018-06-13 | Added draw window for printing ladder schematic | Rr42 |
2018-06-13 | Keyboard & mouse hooks, callbacks for events handled by MainWindowProc | Rr42 |
2018-06-12 | Updated changes | NatsuDrag9 |
2018-06-12 | Removed unnecessary code from maincontrols.cpp. | NatsuDrag9 |
2018-06-12 | Added accelerator labels and mnemonic. | NatsuDrag9 |
2018-06-12 | Dropped CreateWindowEx function port | Rr42 |
2018-06-11 | Added CreateWindowEx funftion from windows.h (Partial port) | Rr42 |
2018-06-11 | Updated freezeLD library (Minor bug fixes) | Rr42 |
2018-06-11 | main window update merge commit | Rr42 |
2018-06-11 | Drawing Area is resized on resizing Main Window. | NatsuDrag9 |
2018-06-11 | Merge branch 'GUI_port' of https://github.com/akshay-c/LDMicro-linux into GUI... | Rr42 |
2018-06-11 | Added self test functionality | Rr42 |
2018-06-08 | Set gtk_quit function and fixed window resizing bugs. | NatsuDrag9 |
2018-06-08 | Updated repository to execute with working compiler. | NatsuDrag9 |
2018-06-08 | Fixed, include bug caused because gnu was not set to c++11 standard. | Rr42 |
2018-06-08 | Removed iostream header and std namespace from maincontrols.cpp | NatsuDrag9 |
2018-06-08 | Builds and runs from ldmicro.cpp. No further testing is required. | NatsuDrag9 |
2018-06-08 | Fixed bugs in main function | Rr42 |