Andreas Kling
|
68c06b8fac
|
GComboBox: Use a down-arrow (instead of an up-arrow) for the button
|
2019-09-17 19:57:39 +02:00 |
|
Andreas Kling
|
fb18613e8a
|
LibGUI: Convert various little things to GModelSelection
All the little things that were using the per-model seletion are now
moving over to GModelSelection.
|
2019-09-07 20:35:31 +02:00 |
|
Sergey Bugaev
|
22e6978c71
|
WindowServer+LibGUI+FontEditor: Encode special characters as UTF-8
|
2019-09-05 16:37:39 +02:00 |
|
Andreas Kling
|
fdcaf2d2b5
|
GComboBox: Make set_only_allow_values_from_model() actually take effect
|
2019-08-05 18:52:29 +02:00 |
|
Andreas Kling
|
6311a617be
|
GComboBox: Include the selected index with the on_change notification
This will be useful for clients that need to fetch additional data from
the model on selection change.
|
2019-08-05 18:42:51 +02:00 |
|
Andreas Kling
|
7c0f9ea2b9
|
GComboBox: Constrain the list popup window height to the desktop rect
This looks much better than allowing it to extend past the bottom of
the screen. :^)
|
2019-08-05 18:31:13 +02:00 |
|
Andreas Kling
|
04b9dc2d30
|
Libraries: Create top level directory for libraries.
Things were getting a little crowded in the project root, so this patch
moves the Lib*/ directories into Libraries/.
|
2019-07-04 16:16:50 +02:00 |
|