Skip to content

Release 1.0.2

Compare
Choose a tag to compare
@sadko4u sadko4u released this 03 May 16:20
· 484 commits to master since this release
  • Added template get() method for the tk::Registry that allows to obtain widget of specific type.
  • Updated key event handling algorithm in the tk::Window class.
  • Added FileDialog::Search style for the 'Search' edit control.
  • Changed the space allocation algorithm for the edit control (now border gap does not depend
    on border size).
  • Renamed public method for prop::String from 'commit' to 'commit_value'.
  • Fixed bug that could cause improper window sizing in several cases.