summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/CMakeLists.txt
AgeCommit message (Expand)Author
2020-08-26LibGUI: Move table view headers into their own widgetAndreas Kling
2020-08-22LibGUI+Calendar: Make Calendar a common widget in LibGUIthankyouverycool
2020-08-12LibGUI: Move file icon lookup into a separate FileIconProviderAndreas Kling
2020-08-01LibGUI: Add FilteringProxyModelAnotherTest
2020-07-28DevTools+LibGUI: Make ProcessChooser a general Dialog in LibGUIthankyouverycool
2020-07-23LibGUI: Rename GUI::Image => GUI::ImageWidgetAndreas Kling
2020-07-20LibGUI: Add ControlBoxButton to LibGUIthankyouverycool
2020-06-18LibGUI: Add a new GUI::Image component for display imagesHüseyin ASLITÜRK
2020-05-17LibGUI: Add a simple emoji input dialog activated by Ctrl+Alt+Space :^)Andreas Kling
2020-05-15LibGUI: Fix build (LibGUI depends on Clipboard IPC classes)Andreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev