Marko Pintera 98c3aa7686 Moved drop box methods out from GUIManager into their individual classes hace 12 años
..
BsApplication.cpp 61fa789c39 Added basic 3D debug draw class hace 12 años
BsBuiltinMaterialManager.cpp 2b14aca1e0 Added basic drop overlay mesh and material hace 12 años
BsCamera.cpp 1265f65506 Reorganized how renderer works (using RenderOperations) hace 12 años
BsD3D11BuiltinMaterialFactory.cpp 75ec976900 Added basic overlay highlighting hace 12 años
BsD3D9BuiltinMaterialFactory.cpp 75ec976900 Added basic overlay highlighting hace 12 años
BsDragAndDropManager.cpp 47c8e0df32 Drag and drop manager captures the mouse so drag can now be ended outside of the active application window hace 12 años
BsDrawHelper2D.cpp 61fa789c39 Added basic 3D debug draw class hace 12 años
BsDrawHelper3D.cpp 200d516c80 Added AABox debug draw rendering hace 12 años
BsDrawHelperTemplate.cpp fb8295270d Separated DrawHelper into a template so I can more easily make 2D and 3D versions hace 12 años
BsEngineGUI.cpp 51e037acb2 Submenu drop down box buttons now have hover hace 12 años
BsGLBuiltinMaterialFactory.cpp 75ec976900 Added basic overlay highlighting hace 12 años
BsGUIArea.cpp b19effc118 Fixed an issue where GUI layout update was delayed one frame after window was restored after drag and drop hace 12 años
BsGUIButton.cpp d38f5fd865 GUI _getOptimalWidth and _getOptimalHeight merged into a single method _getOptimalSize hace 12 años
BsGUIButtonEvent.cpp a83a991e7b Selection using Ctrl + A works hace 12 años
BsGUIContent.cpp 35072da756 Added GUIContent so I can more easily specific contents for various GUIElements that might need text/image/tooltip/etc hace 12 años
BsGUIContextMenu.cpp 98c3aa7686 Moved drop box methods out from GUIManager into their individual classes hace 12 años
BsGUIDropDownBox.cpp 28ccb937a8 Drop down box sub-menus now belong to the same widget hace 12 años
BsGUIDropDownBoxManager.cpp 98c3aa7686 Moved drop box methods out from GUIManager into their individual classes hace 12 años
BsGUIElement.cpp 81010a9c66 Added a way to specify a texture along with text for GUIButton hace 12 años
BsGUIElementBase.cpp b19effc118 Fixed an issue where GUI layout update was delayed one frame after window was restored after drag and drop hace 12 años
BsGUIHelper.cpp 3cc716a4af More work on getting MenuBar up and running hace 12 años
BsGUIInputBox.cpp 98c3aa7686 Moved drop box methods out from GUIManager into their individual classes hace 12 años
BsGUIInputCaret.cpp e42aeb07ec Added proper clipping and offset for the new way of calculating input caret position hace 12 años
BsGUIInputSelection.cpp 48ca203776 Working selection areas with the new method hace 12 años
BsGUIInputTool.cpp 48ca203776 Working selection areas with the new method hace 12 años
BsGUILabel.cpp d38f5fd865 GUI _getOptimalWidth and _getOptimalHeight merged into a single method _getOptimalSize hace 12 años
BsGUILayout.cpp 2d8119eafc Much more flexible way of dealing with drop down boxes hace 12 años
BsGUILayoutX.cpp d38f5fd865 GUI _getOptimalWidth and _getOptimalHeight merged into a single method _getOptimalSize hace 12 años
BsGUILayoutY.cpp d38f5fd865 GUI _getOptimalWidth and _getOptimalHeight merged into a single method _getOptimalSize hace 12 años
BsGUIListBox.cpp 98c3aa7686 Moved drop box methods out from GUIManager into their individual classes hace 12 años
BsGUIManager.cpp 98c3aa7686 Moved drop box methods out from GUIManager into their individual classes hace 12 años
BsGUIMaterialManager.cpp b2b4bf2050 Moved builtin material managers to Banshee hace 13 años
BsGUIMenu.cpp 3e18542dcb MenuBar hooked up, for the most part hace 12 años
BsGUIMouseEvent.cpp bda4a8924e DragAndDropManager works (without drag texture) hace 12 años
BsGUIScrollArea.cpp d38f5fd865 GUI _getOptimalWidth and _getOptimalHeight merged into a single method _getOptimalSize hace 12 años
BsGUIScrollBar.cpp d38f5fd865 GUI _getOptimalWidth and _getOptimalHeight merged into a single method _getOptimalSize hace 12 años
BsGUIScrollBarHandle.cpp d38f5fd865 GUI _getOptimalWidth and _getOptimalHeight merged into a single method _getOptimalSize hace 12 años
BsGUIScrollBarHorz.cpp 74b41eb6d3 GUIWidget getSkin/setSkin now returns/accepts a reference instead of a pointer hace 12 años
BsGUIScrollBarVert.cpp 74b41eb6d3 GUIWidget getSkin/setSkin now returns/accepts a reference instead of a pointer hace 12 años
BsGUISkin.cpp 267df110ea Renamed CamelotEngine -> CamelotFramework namespace hace 13 años
BsGUITexture.cpp d38f5fd865 GUI _getOptimalWidth and _getOptimalHeight merged into a single method _getOptimalSize hace 12 años
BsGUIToggle.cpp d38f5fd865 GUI _getOptimalWidth and _getOptimalHeight merged into a single method _getOptimalSize hace 12 años
BsGUIToggleGroup.cpp a3d90405e7 Closing an editor window no longer causes an exception in GUIManager hace 12 años
BsGUIViewport.cpp d38f5fd865 GUI _getOptimalWidth and _getOptimalHeight merged into a single method _getOptimalSize hace 12 años
BsGUIWidget.cpp 74b41eb6d3 GUIWidget getSkin/setSkin now returns/accepts a reference instead of a pointer hace 12 años
BsImageSprite.cpp 9bd30df1a8 Moved sprite offset/clip rect to fillBuffer hace 12 años
BsOverlay.cpp 82a1cb6ee7 Order overlays based on depth hace 12 años
BsOverlayManager.cpp 8ae8dc6752 RenderQueue and improved RenderOperation design and handling hace 12 años
BsRenderable.cpp 8ae8dc6752 RenderQueue and improved RenderOperation design and handling hace 12 años
BsSceneManager.cpp fc2c493b75 Moved SceneManager to its own project hace 13 años
BsSprite.cpp a0a7b1ee1d Fixed an issue where element bounds weren't being properly updated hace 12 años
BsSpriteTexture.cpp 8f95f0a87d More allocation porting hace 12 años
BsTextSprite.cpp e0458aed61 Moved caret related sprite methods from TextSprite to INputCaret hace 12 años
BsUpdateCallback.cpp 8cfa6da2ce Cursor refactoring and UpdateCallback component hace 12 años