Commit History

Author SHA1 Message Date
  David Piuva 5a2eee2f5f Replaced std::shared_ptr with dsr::Handle and introduced textures as separate types. 10 months ago
  David Piuva 5790bb58a8 Reduced namespace clutter by making internal methods static in TextBox.cpp. 2 years ago
  David Piuva b18e2d92cc Added style class settings in components and using it to read a filter setting. 2 years ago
  David Piuva fb8b5e230c Fixed bug in Textbox that added text when unable to delete anything. 2 years ago
  David Piuva a229db625a Merged left and right sides of control, shift and alt keys to make programs behave the same on different keyboards. 2 years ago
  David Piuva 5d6772b271 Moved the stub implementation of clipboard access from TextBox to BackendWindow. 2 years ago
  David Piuva 2911296c37 Notifying containers about changes to child components automatically. 2 years ago
  David Piuva b550fee363 Added ForeColor to ListBox and Color to TextBox. 3 years ago
  David Piuva d9abaaeb59 Made a stub implementation of copying and pasting within the application. 3 years ago
  David Piuva 2f52043cbe Sharing the scroll-bar implementation from ListBox with TextBox. 3 years ago
  David Piuva e99f334879 Implemented multi-line property for TextBox. 3 years ago
  David Piuva 7b8d334c2e Splitting Color into BackColor and ForeColor for the new TextBox. 3 years ago
  David Piuva 7375b51365 Created a textbox component. 3 years ago