haiku/src/servers/app/decorator
Tri-Edge AI 773d5303d1 app_server: Implement B_OUTLINE_RESIZE
- Allows applications to be resized without the window contents resizing with the window frame.
- Due to the nature of out-of-tree decorators using private APIs, this will require all pre-existing decorators to be rebuilt
- Newer decorators won't work on older versions of Haiku...
- Also has some formatting with license headers.
- Fixes #2724

Change-Id: Id0b45e7bbc0b636e6dffbd396eb584bf348b5296
Reviewed-on: https://review.haiku-os.org/c/haiku/+/344
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
Reviewed-by: Jacob Secunda <secundaja@gmail.com>
2021-03-19 10:17:01 +00:00
..
DecorManager.cpp App Server: Save decorator path on load, fixes #16412 2020-08-19 03:22:09 +00:00
DecorManager.h
Decorator.cpp app_server: Implement B_OUTLINE_RESIZE 2021-03-19 10:17:01 +00:00
Decorator.h app_server: Implement B_OUTLINE_RESIZE 2021-03-19 10:17:01 +00:00
DefaultDecorator.cpp app_server: Implement B_OUTLINE_RESIZE 2021-03-19 10:17:01 +00:00
DefaultDecorator.h app_server: Implement B_OUTLINE_RESIZE 2021-03-19 10:17:01 +00:00
DefaultWindowBehaviour.cpp app_server: Implement B_OUTLINE_RESIZE 2021-03-19 10:17:01 +00:00
DefaultWindowBehaviour.h app_server memory management: use ObjectDeleter to mark ownership 2020-12-03 18:45:14 +00:00
MagneticBorder.cpp Cleanup app server directory a bit by creating a font and a decorator sub folder. 2011-07-25 04:31:54 +00:00
MagneticBorder.h
TabDecorator.cpp app_server: Implement B_OUTLINE_RESIZE 2021-03-19 10:17:01 +00:00
TabDecorator.h app_server: Implement B_OUTLINE_RESIZE 2021-03-19 10:17:01 +00:00
WindowBehaviour.cpp
WindowBehaviour.h Cleanup app server directory a bit by creating a font and a decorator sub folder. 2011-07-25 04:31:54 +00:00