raven/src
hippoz 4ece938f1c
Respond to resize events properly
Previously, we used to not respond to resize events. Additionally,
resizing the window would cause flickering to appear in the area where
painting would happen. This patch fixes both of those issues.
2022-03-18 22:07:32 +02:00
..
_main_old.cpp basic structure 2022-03-08 02:25:22 +02:00
Box.cpp make all Box methods const 2022-03-18 03:24:02 +02:00
Box.hpp make all Box methods const 2022-03-18 03:24:02 +02:00
Button.cpp clean up includes a bit 2022-03-18 03:22:30 +02:00
Button.hpp remove annoying style_ prefix from DEF_STYLE and rename it to DEF_PROP 2022-03-18 03:04:34 +02:00
Events.hpp text, hover, styles and buttons! 2022-03-18 02:49:16 +02:00
Forward.hpp text, hover, styles and buttons! 2022-03-18 02:49:16 +02:00
main.cpp make the main widget inheirt the geometry from the window 2022-03-18 19:50:32 +02:00
Painter.cpp clean up includes a bit 2022-03-18 03:22:30 +02:00
Painter.hpp clean up includes a bit 2022-03-18 03:22:30 +02:00
Point.hpp clean up includes a bit 2022-03-18 03:22:30 +02:00
PropMacros.hpp remove annoying style_ prefix from DEF_STYLE and rename it to DEF_PROP 2022-03-18 03:04:34 +02:00
RGB.hpp text, hover, styles and buttons! 2022-03-18 02:49:16 +02:00
TopLevelStyles.cpp text, hover, styles and buttons! 2022-03-18 02:49:16 +02:00
TopLevelStyles.hpp clean up includes a bit 2022-03-18 03:22:30 +02:00
Widget.cpp clean up includes a bit 2022-03-18 03:22:30 +02:00
Widget.hpp remove annoying style_ prefix from DEF_STYLE and rename it to DEF_PROP 2022-03-18 03:04:34 +02:00
Window.cpp Respond to resize events properly 2022-03-18 22:07:32 +02:00
Window.hpp Respond to resize events properly 2022-03-18 22:07:32 +02:00