Commit History

Author SHA1 Message Date
  Yusuf Umar f66a143278 Change icon for drag slider 11 years ago
  Ahmad Rifai d4517d7107 set style for drag slider 11 years ago
  aster 8c6f3823c9 Readd new BlueHighway.ttf, and change UI style and NinjaSnowWar.as.[ci skip] 11 years ago
  Yao Wei Tjong 姚伟忠 6da0cb3995 Add mechanism to copy the selected rows to clipboard. Use in console. 11 years ago
  Chris Friesen 432b5de313 Multiple editor viewports 12 years ago
  Yao Wei Tjong 姚伟忠 2565755905 Misc. tweaks on Editors and minor refactoring. 12 years ago
  Yao Wei Tjong 姚伟忠 ff0094a2a7 Fix Panel ListView hover/focus rect image rect. 12 years ago
  Yao Wei Tjong 姚伟忠 42792b0bd2 Minor improvement and bug fix on some of the UI elements. 12 years ago
  Yao Wei Tjong 姚伟忠 65ced72eb9 Enhanced focusable button to be drawned differently when focused. 12 years ago
  Yao Wei Tjong 姚伟忠 c776573796 Add new MessageBox class for showing short messages in a modal window. 12 years ago
  Chris Friesen bf0d9deeb2 tooltip style 12 years ago
  Lasse Öörni 9047c8c79f Added tooltips to ToolBar & SecondaryToolBar buttons. 12 years ago
  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 years ago
  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 years ago
  primitivewaste 53f6483931 Added a toolbar to the editor. 12 years ago
  Yao Wei Tjong 姚伟忠 9dff5a029c Remove redundant reference to 'UIElement' style. 12 years ago
  Chris Friesen 0454fcab95 add shadow to debug ui text 12 years ago
  Lasse Öörni b32b521641 Restore one point larger size for the editor attributes font. 12 years ago
  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 years ago
  Chris Friesen 12d22bd8cc update freetype 12 years ago
  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 years ago
  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 years ago
  Lasse Öörni 077887719b Simplified the scrollbar slider definition. 12 years ago
  Lasse Öörni 6ffd327a01 Make a bare slider look the same as a scrollbar slider. 12 years ago
  Lasse Öörni 8992e0a881 Applied UI dark style improvement patch. 12 years ago
  Lasse Öörni 22651bf27c Applied UI style and material editor patch from Sebastian Delatorre. 12 years ago
  Lasse Öörni 2a9be0b23e Cleaner fix for console crashes: only collect messages when posted, and print during PostUpdate. 12 years ago
  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 years ago
  Lasse Öörni 9ff5b3d222 Renamed "Label Offset" attribute in Button to "Pressed Child Offset" to more accurately reflect what it does. 12 years ago
  Wei Tjong Yao 2f88f7fc81 Fixed UI subsystem to dismiss the FileSelector correctly when its modal window is being closed via ESC key. 12 years ago