1
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Project updates. More... over 8 years ago
REmove some debug message and add comment to GuiModule:_onClose More... almost 9 years ago
Code cleanup in OpticEditor More... almost 9 years ago
Add background texture to main window :-) More... almost 9 years ago
Show warning in OpticEditor if path with illegal path matrix is set up. More... almost 9 years ago
Add XML Scheme name to LaserCalc.cpp More... almost 9 years ago
DefaultExportFilter write XSD infos only if SetXMLScheme was set. More... almost 9 years ago
Add XML Schema information to workfile. Add very basic XSD for SAFDemo. More... almost 9 years ago
Merge branch 'OpticEditorCommands' More... almost 9 years ago
OpticEditorCmdModifyElement ist working now. More... almost 9 years ago
Fix order of initializers in ctor of Plot2DPanel. More... almost 9 years ago
Ad wx/log.h include to GuiManager. Rebuild includes in project. Fix Ctor of NotePanel with initializer list. More... almost 9 years ago
Recheck include paths in project. More... almost 9 years ago
Fix various Ctors with initializer lists. More... almost 9 years ago
Fix initial update for PathPanel and CavityPanel. More... almost 9 years ago
Catch possible OpticBeamException in OpticMatrix::TransformBeam for the case of ill-formated path matrix. More... almost 9 years ago
Add (yet almost empty) calss OptciEditorCmdModifyElement More... almost 9 years ago
OpticEditor: Better check for element selection. More... almost 9 years ago
Redo/Undo functionality implemented for Replace comand of OpticEditor. Code cleanup in OpticEditor. LensDesigner now sets the lens' name to its module caption. More... almost 9 years ago
Add (yet almost empty) class OpticEditorCmdReplaceElement. Remove unnecessary inclusion of OpticEditor.h in OpticEditor commands. More... almost 9 years ago
Add OpticEditor command "Remove" and integrate with Undo/Redo system. More... almost 9 years ago
Merge branch 'OpticElementPtr' into OpticEditorCommands More... almost 9 years ago
Change several classes with respect to OpticElementPtr. More... almost 9 years ago
Further work on change to OpticElementPtr More... about 9 years ago
Move size() function from OpticPath to OpticElement as virtual function. OpticElement has parents as set of OpticElement* because OpticElementPtr would break the ownership situation. Children are owned by parents but not vice versa.... More... about 9 years ago
Exclude all error-producing code from build. Reenable OpticPath class. This version compiles without errors (but is not really unseful yet). More... about 9 years ago
Remove AddBefore & AddAfter functions in OpticPath. There is now only an Add function. Add parameter elementPosition in OpticEditorCmdAddElement. More... about 9 years ago
Fix severe bug in NotifierServer::GetMonitoredObjects function. More... about 9 years ago
OpticPath: Simplify Remove function. OpticEditor: Fix wrong setting of elementselection in removeElement. OpticEditor: Rename various private functions. OpticEditor: Use OpticEditorCmdAddElement function which now allows for undo operations. More... about 9 years ago
CommandChangeProperty: Add check if module with given id exists. More... about 9 years ago