Commit History

Author SHA1 Message Date
  hdunderscore 007d3acc1a Changes to UI drag behavior: 11 years ago
  aster e0737e6c46 Replace Char event with TextInput event for CJK IME support. 11 years ago
  Lasse Öörni 18217a0fdd Added UI hover start/end events. 11 years ago
  Lasse Öörni f45976832d Send event when drag is cancelled. 11 years ago
  Lasse Öörni 83aba1d30e Added CharEntry event to LineEdit for manipulation of the chars that are being inserted into the edited text. 11 years ago
  Lasse Öörni 6d5ddc23e0 Bump the copyright for 2014. 12 years ago
  reattiva 6e9a0fb715 Select all the text when moving focus on a line edit by TAB key. 12 years ago
  Yao Wei Tjong 姚伟忠 c776573796 Add new MessageBox class for showing short messages in a modal window. 12 years ago
  Lasse Öörni c61a5e6f01 Added new ItemClicked event for ListView items which is also sent for right-clicks. ItemDoubleClicked is also sent also for right-clicks now. Added more event parameters to ItemClicked & ItemDoubleClicked events. Closes #88. 12 years ago
  Lasse Öörni 3d905f2bf0 Append FileSelector filter extension in editor when saving files, if no extension entered to filename. Closes #57. 12 years ago
  Lasse Öörni 04bf45e463 Added support for SDL_DROPFILE event. Input system sends event with filename only, and UI subsystem interprets that to include the element that was dropped onto. The UI variant of the event is only posted when the OS mouse cursor is visible (such as in the editor.) 12 years ago
  Lasse Öörni e234e9e8b6 Refactored slider page event parameters to be simpler and fixed unintended scrolling while hovering without mouse button pressed. 12 years ago
  Lasse Öörni 1eae2e13ab Split UIElement::OnClick() to OnClickBegin() & OnClickEnd(), added global UIMouseClickEnd event, cleaned up Button & CheckBox click handling, based on Chris Friesen's work. 12 years ago
  Wei Tjong Yao 02512cecf9 In order to move the out-of-source 'build' directory back to Urho3D project root directory, all the source codes sub-directories are now moved down one level to a new directory under project root called 'Source'. 12 years ago