Andreas Kling
|
39d1a9ae66
|
Meta: Tweak .clang-format to not wrap braces after enums.
|
2019-06-07 17:13:23 +02:00 |
|
Andreas Kling
|
7ad8790d80
|
LibGUI: Run clang-format on everything.
|
2019-06-07 11:46:02 +02:00 |
|
Andreas Kling
|
0c85d3dba9
|
LibCore+LibGUI: Add is<T>(CObject&) and to<T>(CObject&) helpers.
|
2019-05-27 04:06:01 +02:00 |
|
Andreas Kling
|
b8062f69d8
|
LibCore: Add CEvent and make LibGUI/GEvent inherit from it.
|
2019-04-10 16:56:55 +02:00 |
|
Andreas Kling
|
19fa70c821
|
LibGUI: Add a GItemView class.
This is a GAbstractView subclass that implements a icon-based view onto
a GModel. It still need a bunch of work, but it's in basic usable shape.
|
2019-03-23 03:54:45 +01:00 |
|
Andreas Kling
|
3a3aa74b2e
|
IRCClient: Add a toolbar with some actions.
|
2019-03-15 23:24:40 +01:00 |
|
Andreas Kling
|
a3d5ba8f23
|
LibGUI: Don't autofill the background of GStackWidget.
|
2019-03-15 16:44:51 +01:00 |
|
Andreas Kling
|
497300c492
|
LibGUI: Add a GStackWidget for many widgets sharing a single location.
Call set_active_widget(GWidget*) to put a new widget on top.
|
2019-03-15 16:12:06 +01:00 |
|