Marko Pintera
|
b0f96e2da7
Fixed GUITexture::_getOptimalSize so it properly considers active layout options
|
12 lat temu |
Marko Pintera
|
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 lat temu |
Marko Pintera
|
1125f26ea8
Tabbed title bar is now draggable again
|
12 lat temu |
Marko Pintera
|
7bfb833d68
Refactored GUITabbedTitleBar so it is a GUIElement
|
12 lat temu |
Marko Pintera
|
f32647320b
Refactored editor widget container so that it managed widget closing more neatly
|
12 lat temu |
Marko Pintera
|
61a6fe1e9d
Refactored and renamed Box, Int2, Rect and FRect
|
12 lat temu |
Marko Pintera
|
5fa7bee5a7
Refactored Math
|
12 lat temu |
Marko Pintera
|
066e283c87
Removed various uses of GUIWidget::getOwnerWindow in preparation of complete removal of that method
|
12 lat temu |
Marko Pintera
|
a0058c8116
Complete overhaul of GUI mouse input. Changed input to work using OS provided data for mouse buttons since I was having trouble with context switching in OIS
|
12 lat temu |
Marko Pintera
|
09f3759d15
Fixed an issue with drag and drop and SetCapture
|
12 lat temu |
Marko Pintera
|
c114926009
Drag and droping a window with a scroll area no longer causes an exception because scroll area children didn't have their parent switched
|
12 lat temu |
Marko Pintera
|
07b6d5d4ef
A lot more work on title bar drag and drop (currently not functional)
|
12 lat temu |
Marko Pintera
|
bda4a8924e
DragAndDropManager works (without drag texture)
|
12 lat temu |
Marko Pintera
|
419403fcc8
EditorWidget keeps a reference to parent container, and notifies it on destroy more neatly
|
12 lat temu |
Marko Pintera
|
82f56090d3
Added a callback to DbgWidget::close so that the owner container knows when the widget is removed
|
12 lat temu |
Marko Pintera
|
746c64ab6c
Editor windows get properly released on application exit
|
12 lat temu |
Marko Pintera
|
0ae3c8e937
Added a way to enable/disable EditorWidgets
|
12 lat temu |
Marko Pintera
|
36a6350775
Working separate window/widget/container classes
|
12 lat temu |
Marko Pintera
|
4eefb96dec
First step of refactoring EditorWindow into separate widget, widget container and window classes (PART 1)
|
12 lat temu |