Marko Pintera b0f96e2da7 Fixed GUITexture::_getOptimalSize so it properly considers active layout options 12 лет назад
..
BsApplication.cpp 4ba316bb18 First C# originated GUI elemented displayed 12 лет назад
BsBuiltinMaterialManager.cpp 564bb9b499 GUI and debug draw now use parameter handles for faster way of setting material parameters 12 лет назад
BsCamera.cpp 37329cdb26 Added C# Matrix4 12 лет назад
BsD3D11BuiltinMaterialFactory.cpp b1f9869f71 GUI rendered to render texture had written alpha, which made the render texture blend with the background, which is wrong 12 лет назад
BsD3D9BuiltinMaterialFactory.cpp b1f9869f71 GUI rendered to render texture had written alpha, which made the render texture blend with the background, which is wrong 12 лет назад
BsDragAndDropManager.cpp 6085bed845 Fixed an issue where dragging widgets off the dock manager would cause an exception because the widget container was destroyed before the Drop callback was called 12 лет назад
BsDrawHelper2D.cpp 61a6fe1e9d Refactored and renamed Box, Int2, Rect and FRect 12 лет назад
BsDrawHelper3D.cpp 61a6fe1e9d Refactored and renamed Box, Int2, Rect and FRect 12 лет назад
BsDrawHelperTemplate.cpp 61a6fe1e9d Refactored and renamed Box, Int2, Rect and FRect 12 лет назад
BsEngineGUI.cpp c49a862f37 Made SpriteTexture a resource 12 лет назад
BsGLBuiltinMaterialFactory.cpp b1f9869f71 GUI rendered to render texture had written alpha, which made the render texture blend with the background, which is wrong 12 лет назад
BsGUIArea.cpp d3a2fcf15f More GUI script stuff done 12 лет назад
BsGUIButton.cpp 7721cbbd15 Completely changed how layout options are specified in order to make overriding GUIElementStyles more easy 12 лет назад
BsGUIButtonBase.cpp c49a862f37 Made SpriteTexture a resource 12 лет назад
BsGUIContent.cpp c49a862f37 Made SpriteTexture a resource 12 лет назад
BsGUIContextMenu.cpp 61a6fe1e9d Refactored and renamed Box, Int2, Rect and FRect 12 лет назад
BsGUIDropDownBox.cpp 61a6fe1e9d Refactored and renamed Box, Int2, Rect and FRect 12 лет назад
BsGUIDropDownBoxManager.cpp fc3d0fb7ce Removed owner window from GUIWidget 12 лет назад
BsGUIElement.cpp 7bfb833d68 Refactored GUITabbedTitleBar so it is a GUIElement 12 лет назад
BsGUIElementBase.cpp 61a6fe1e9d Refactored and renamed Box, Int2, Rect and FRect 12 лет назад
BsGUIHelper.cpp 61a6fe1e9d Refactored and renamed Box, Int2, Rect and FRect 12 лет назад
BsGUIInputBox.cpp ba0da03489 Fixed GUIManager widget grouping because it sometimes didn't merge different depth layers correctly 12 лет назад
BsGUIInputCaret.cpp c49a862f37 Made SpriteTexture a resource 12 лет назад
BsGUIInputSelection.cpp c49a862f37 Made SpriteTexture a resource 12 лет назад
BsGUIInputTool.cpp 61a6fe1e9d Refactored and renamed Box, Int2, Rect and FRect 12 лет назад
BsGUILabel.cpp 61a6fe1e9d Refactored and renamed Box, Int2, Rect and FRect 12 лет назад
BsGUILayout.cpp bd49987b79 Added profiler overlay captions and made sure they render in proper columns 12 лет назад
BsGUILayoutOptions.cpp 7721cbbd15 Completely changed how layout options are specified in order to make overriding GUIElementStyles more easy 12 лет назад
BsGUILayoutX.cpp 61a6fe1e9d Refactored and renamed Box, Int2, Rect and FRect 12 лет назад
BsGUILayoutY.cpp 61a6fe1e9d Refactored and renamed Box, Int2, Rect and FRect 12 лет назад
BsGUIListBox.cpp 7c0f789e39 Added a C# GUIList 12 лет назад
BsGUIManager.cpp f32647320b Refactored editor widget container so that it managed widget closing more neatly 12 лет назад
BsGUIMaterialManager.cpp 564bb9b499 GUI and debug draw now use parameter handles for faster way of setting material parameters 12 лет назад
BsGUIMenu.cpp 11b2bcfbd7 Added localized string support to menus 12 лет назад
BsGUIMouseEvent.cpp 61a6fe1e9d Refactored and renamed Box, Int2, Rect and FRect 12 лет назад
BsGUIOptions.cpp 7721cbbd15 Completely changed how layout options are specified in order to make overriding GUIElementStyles more easy 12 лет назад
BsGUIRenderTexture.cpp c49a862f37 Made SpriteTexture a resource 12 лет назад
BsGUIScrollArea.cpp 7bfb833d68 Refactored GUITabbedTitleBar so it is a GUIElement 12 лет назад
BsGUIScrollBar.cpp 4c86faf1ae Fixed scroll bar layout as the vertical scrollbar was always being displayed at minimal size 12 лет назад
BsGUIScrollBarHandle.cpp c49a862f37 Made SpriteTexture a resource 12 лет назад
BsGUIScrollBarHorz.cpp 7721cbbd15 Completely changed how layout options are specified in order to make overriding GUIElementStyles more easy 12 лет назад
BsGUIScrollBarVert.cpp 7721cbbd15 Completely changed how layout options are specified in order to make overriding GUIElementStyles more easy 12 лет назад
BsGUISkin.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace 13 лет назад
BsGUITextInputEvent.cpp 1ee7726962 Added command events to Input, so I can more easily deal with text input commands and command repeat 12 лет назад
BsGUITexture.cpp b0f96e2da7 Fixed GUITexture::_getOptimalSize so it properly considers active layout options 12 лет назад
BsGUIToggle.cpp f40db0c915 C#: Add GUIToggle 12 лет назад
BsGUIToggleGroup.cpp a3d90405e7 Closing an editor window no longer causes an exception in GUIManager 12 лет назад
BsGUIViewport.cpp 61a6fe1e9d Refactored and renamed Box, Int2, Rect and FRect 12 лет назад
BsGUIWidget.cpp 37329cdb26 Added C# Matrix4 12 лет назад
BsImageSprite.cpp 61a6fe1e9d Refactored and renamed Box, Int2, Rect and FRect 12 лет назад
BsOverlay.cpp 08b94f84b0 addComponent accepts a variable number of parameters instead of needing to call initialize() after 12 лет назад
BsOverlayManager.cpp 8ae8dc6752 RenderQueue and improved RenderOperation design and handling 12 лет назад
BsProfilerOverlay.cpp 5fa7bee5a7 Refactored Math 12 лет назад
BsRenderable.cpp 9bb801f889 Bunch of fixes for MeshHeap and related systems 12 лет назад
BsSceneManager.cpp fc2c493b75 Moved SceneManager to its own project 13 лет назад
BsScriptManager.cpp 02faadb1c2 Moved all Script stuff to separate libraries #5 12 лет назад
BsSprite.cpp 61a6fe1e9d Refactored and renamed Box, Int2, Rect and FRect 12 лет назад
BsSpriteTexture.cpp 8fa8ac5145 Added managed GUIContent 12 лет назад
BsTextSprite.cpp 61a6fe1e9d Refactored and renamed Box, Int2, Rect and FRect 12 лет назад
BsUpdateCallback.cpp 8cfa6da2ce Cursor refactoring and UpdateCallback component 12 лет назад