Luna/libui/src
apio cee677b1f7
libui: Make App::process_events() private
Previously this was public as some applications (mainly terminal) needed to run some code in-between events, but this is no longer needed, due to the EventLoop providing these services (timers and file descriptor notifiers)
2024-01-08 19:13:47 +01:00
..
Alignment.cpp libui: Add aligned items using Containers, ImageWidget 2023-09-20 07:05:55 +02:00
App.cpp libui: Make App::process_events() private 2024-01-08 19:13:47 +01:00
Button.cpp libui+libos: Move Action to libos 2023-10-07 15:31:50 +02:00
Canvas.cpp libui: Add copyright/author text 2023-09-20 07:05:52 +02:00
Container.cpp wind+libui: Add support for keyboard events 2023-09-20 07:05:59 +02:00
Font.cpp libui: Add copyright/author text 2023-09-20 07:05:52 +02:00
Image.cpp libui: Add default handlers for events in Widget 2023-09-20 07:05:57 +02:00
Label.cpp libui: Make Label initialization step-by-step instead of setting everything in the constructor 2023-10-11 22:56:14 +02:00
Layout.cpp libui: Add Margins to layouts 2023-09-27 18:51:54 +02:00
Rect.cpp libui: Add copyright/author text 2023-09-20 07:05:52 +02:00
Window.cpp wind+libui: Implement client side decorations 2023-12-27 12:56:40 +01:00