mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:57:44 +00:00
LibGUI+Calendar: Make Calendar a common widget in LibGUI
Refactors the Calendar widget into LibGUI and updates the Calendar app interface. Calendar widget lets layout engine manage most of its geometry now and has a few new features like tile click navigation, hover highlighting and a togglable year/month mode.
This commit is contained in:
parent
918f2c592d
commit
ab3fff4211
11 changed files with 631 additions and 485 deletions
|
@ -8,6 +8,7 @@ set(SOURCES
|
|||
Application.cpp
|
||||
BoxLayout.cpp
|
||||
Button.cpp
|
||||
Calendar.cpp
|
||||
CheckBox.cpp
|
||||
Clipboard.cpp
|
||||
ColorInput.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue