summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GComboBox.cpp
AgeCommit message (Expand)Author
2019-09-21LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtrAndreas Kling
2019-09-17GComboBox: Use a down-arrow (instead of an up-arrow) for the buttonAndreas Kling
2019-09-07LibGUI: Convert various little things to GModelSelectionAndreas Kling
2019-09-05WindowServer+LibGUI+FontEditor: Encode special characters as UTF-8Sergey Bugaev
2019-08-05GComboBox: Make set_only_allow_values_from_model() actually take effectAndreas Kling
2019-08-05GComboBox: Include the selected index with the on_change notificationAndreas Kling
2019-08-05GComboBox: Constrain the list popup window height to the desktop rectAndreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling