# # ChangeLog for molecuilder/src/UIElements # # Generated by Trac 1.6 # Sep 25, 2025, 2:38:59 PM Thu, 07 Jan 2010 13:24:06 GMT Tillmann Crueger [34ff5e6] * molecuilder/src/UIElements/MainWindow.cpp (added) * molecuilder/src/UIElements/MainWindow.hpp (added) * molecuilder/src/UIElements/TextWindow.cpp (added) * molecuilder/src/UIElements/TextWindow.hpp (added) Added support for creating a main window using the UIFactory. Tue, 05 Jan 2010 15:34:52 GMT Tillmann Crueger [6d21bd] * molecuilder/src/Makefile.am (modified) * molecuilder/src/UIElements/Dialog.cpp (added) * molecuilder/src/UIElements/Dialog.hpp (added) * molecuilder/src/UIElements/TextDialog.cpp (added) * molecuilder/src/UIElements/TextDialog.hpp (added) * molecuilder/src/UIElements/TextUIFactory.cpp (added) * molecuilder/src/UIElements/TextUIFactory.hpp (added) * molecuilder/src/UIElements/UIFactory.cpp (added) * molecuilder/src/UIElements/UIFactory.hpp (added) Added Basis for creating globally accessible and compatible ...