Sitoutushistoria

Tekijä SHA1 Viesti Päivämäärä
  Chris Friesen 432b5de313 Multiple editor viewports 12 vuotta sitten
  Yao Wei Tjong 姚伟忠 2565755905 Misc. tweaks on Editors and minor refactoring. 12 vuotta sitten
  Yao Wei Tjong 姚伟忠 ff0094a2a7 Fix Panel ListView hover/focus rect image rect. 12 vuotta sitten
  Yao Wei Tjong 姚伟忠 42792b0bd2 Minor improvement and bug fix on some of the UI elements. 12 vuotta sitten
  Yao Wei Tjong 姚伟忠 65ced72eb9 Enhanced focusable button to be drawned differently when focused. 12 vuotta sitten
  Yao Wei Tjong 姚伟忠 c776573796 Add new MessageBox class for showing short messages in a modal window. 12 vuotta sitten
  Chris Friesen bf0d9deeb2 tooltip style 12 vuotta sitten
  Lasse Öörni 9047c8c79f Added tooltips to ToolBar & SecondaryToolBar buttons. 12 vuotta sitten
  primitivewaste 7d641ca3fc Add a grid to the editor. Add default zone and grid editor preferences. Make editor settings and preferences dialogs resizable and scrollable. Fix Pow() script registration. 12 vuotta sitten
  Lasse Öörni 34abc97998 Change the LineEdit elements in the file selector & console to match the height of other LineEdits in the editor. Remove hardcoded adjustment code from FileSelector.cpp & Console.cpp and rely on the style instead. 12 vuotta sitten
  primitivewaste 53f6483931 Added a toolbar to the editor. 12 vuotta sitten
  Yao Wei Tjong 姚伟忠 9dff5a029c Remove redundant reference to 'UIElement' style. 12 vuotta sitten
  Chris Friesen 0454fcab95 add shadow to debug ui text 12 vuotta sitten
  Lasse Öörni b32b521641 Restore one point larger size for the editor attributes font. 12 vuotta sitten
  Lasse Öörni bc6dd70fae Update FreeType version in documentation, and FreeType's own documentation. Enabled FreeType subpixel hinting. Restored old BlueHighway.ttf. Removed FreeType .mk and jamfiles. 12 vuotta sitten
  Chris Friesen 12d22bd8cc update freetype 12 vuotta sitten
  Lasse Öörni dc2e59af7f Do not use a layout on a ScrollBar as using it can lead to resizing the ScrollBar itself, which is irreversible. Fixes #11. 12 vuotta sitten
  Lasse Öörni 39c8295eb3 Added editable flag to UI elements. When disabled, will not edit the value (eg. LineEdit text) through user input. Fixes #4. 12 vuotta sitten
  Lasse Öörni 077887719b Simplified the scrollbar slider definition. 12 vuotta sitten
  Lasse Öörni 6ffd327a01 Make a bare slider look the same as a scrollbar slider. 12 vuotta sitten
  Lasse Öörni 8992e0a881 Applied UI dark style improvement patch. 12 vuotta sitten
  Lasse Öörni 22651bf27c Applied UI style and material editor patch from Sebastian Delatorre. 12 vuotta sitten
  Lasse Öörni 2a9be0b23e Cleaner fix for console crashes: only collect messages when posted, and print during PostUpdate. 12 vuotta sitten
  Wei Tjong Yao 6bef92973d Avoid hardcoding of highlighted console text style. Console subscribes to handle log message only when it itself is ready to do so. Removed redundant row container vector in the Console class. Hide the Console's linedit and preventing it to gain focus when there is no AngelScript or LuaScript subsystem to handle the E_CONSOLECOMMAND event. Fixed UIElement to send E_ELEMENTREMOVED event for RemoveChildAtIndex() method. Fixed Sample.lua to handle the ESC key to dismiss the Console when it is visible. 12 vuotta sitten
  Lasse Öörni 9ff5b3d222 Renamed "Label Offset" attribute in Button to "Pressed Child Offset" to more accurately reflect what it does. 12 vuotta sitten
  Wei Tjong Yao 2f88f7fc81 Fixed UI subsystem to dismiss the FileSelector correctly when its modal window is being closed via ESC key. 12 vuotta sitten
  Wei Tjong Yao 703d4fb10d Fixed text rendering in Chat example app due to DefaultStyle.xml changes (Bug exists in the last release tag v1.23). Minor documentation fixed on NinjaSnowWar app. Cleaned up DefaultStyle.xml even more to remove repeating attribute declaration by taking advantage of the style inheritance feature. Changed the semantic of UIElement's style property in Script. 12 vuotta sitten
  Wei Tjong Yao fe5b26abd7 Manipulation of UI-element's style in the Attribute Inspector's Style drop down list is now functional. At the moment new style is applied on top of existing attribute values (i.e. without first removing the effect of existing style). Adjusted DefaultStyle.xml to enable highlight on selected item in DropDownList. 12 vuotta sitten
  Wei Tjong Yao 521ee691c3 Enhanced DropDownList to support showing of placeholder text when there is no selection. The text could be used to show a 'Please choose ...' kind of prompt. Rearranged child XML-chunk resources responsible for Attribute Inspector to remove duplicate definition. Added new child XML-chunk to display and manipulate applied style of the UI-element in the Editor (not yet fully functional). Adjusted DefaultStyle.xml to distinguish between auto and non-auto types. Added new method in Serializable to remove instance default and in UIElement to return applied style name, in preparation for future work. 12 vuotta sitten
  Wei Tjong Yao 79b2fc726c Added option in UI-element editor to show/hide the internal UI-elements, configurable in the editor's preferences window. Adjusted CheckBox UI-element to have fixed size by default. 12 vuotta sitten