..
.gitignore
GAbstractButton.cpp
LibGUI: Notify widgets when their enabled state changes.
2019-05-25 13:40:57 +02:00
GAbstractButton.h
LibGUI: Notify widgets when their enabled state changes.
2019-05-25 13:40:57 +02:00
GAbstractView.cpp
LibGUI: Remove GModel activations to GAbstractView.
2019-05-09 04:56:52 +02:00
GAbstractView.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GAction.cpp
GTableView: Make it possible to hide/show columns from a context menu.
2019-05-10 20:26:55 +02:00
GAction.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GApplication.cpp
LibGUI: Don't bother setting a title on tooltip windows.
2019-04-23 20:45:42 +02:00
GApplication.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GBoxLayout.cpp
GLayout: Add a simple spacer concept; dummy item that expands-to-fit.
2019-05-09 03:06:20 +02:00
GBoxLayout.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GButton.cpp
GButton: Align the button text according to text_alignment().
2019-05-25 20:15:52 +02:00
GButton.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GCheckBox.cpp
LibGUI: Share code for text painting in GAbstractButton.
2019-05-24 22:54:37 +02:00
GCheckBox.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GClipboard.cpp
GClipboard.h
GDesktop.cpp
GDesktop.h
GDialog.cpp
GDialog: If no parent window is provided, center dialog on screen.
2019-05-10 22:22:03 +02:00
GDialog.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GDirectoryModel.cpp
LibCore: Add CDirIterator, and use it in everything rather than readdir
2019-05-27 15:27:23 +02:00
GDirectoryModel.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GEvent.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GEventLoop.cpp
GEventLoop: Make the WindowServer connection use a blocking socket.
2019-05-20 03:47:50 +02:00
GEventLoop.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GFilePicker.cpp
GFilePicker: Add a preview pane on the right-hand side for image previews.
2019-05-27 01:55:04 +02:00
GFilePicker.h
GFilePicker: Add a preview pane on the right-hand side for image previews.
2019-05-27 01:55:04 +02:00
GFileSystemModel.cpp
LibCore: Add CDirIterator, and use it in everything rather than readdir
2019-05-27 15:27:23 +02:00
GFileSystemModel.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GFontDatabase.cpp
LibCore: Add CDirIterator, and use it in everything rather than readdir
2019-05-27 15:27:23 +02:00
GFontDatabase.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GFrame.cpp
GFrame.h
GGroupBox.cpp
GGroupBox: Rename "name" property to "title"
2019-05-08 14:32:46 +02:00
GGroupBox.h
GGroupBox: Rename "name" property to "title"
2019-05-08 14:32:46 +02:00
GIcon.cpp
GIcon.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GInputBox.cpp
LibGUI: Add a GAbstractButton base class for button widgets.
2019-05-24 16:32:20 +02:00
GInputBox.h
LibGUI: Add some missing class_name() overrides to GDialog and subclasses.
2019-05-08 22:10:00 +02:00
GItemView.cpp
LibGUI: Remove GModel activations to GAbstractView.
2019-05-09 04:56:52 +02:00
GItemView.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GLabel.cpp
GLabel: Paint the text with a disabled look when appropriate.
2019-05-24 23:00:36 +02:00
GLabel.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GLayout.cpp
GLayout: Add a simple spacer concept; dummy item that expands-to-fit.
2019-05-09 03:06:20 +02:00
GLayout.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GListView.cpp
LibGUI: Add a GListView widget.
2019-05-27 21:44:39 +02:00
GListView.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GMargins.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GMenu.cpp
LibGUI: Unbreak popup menus, now that invalid menus have ID -1.
2019-05-26 01:07:56 +02:00
GMenu.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GMenuBar.cpp
LibGUI: Unbreak popup menus, now that invalid menus have ID -1.
2019-05-26 01:07:56 +02:00
GMenuBar.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GMenuItem.cpp
LibGUI: Don't crash when updating menu item that's not in the window server ( #83 )
2019-05-24 04:31:00 +02:00
GMenuItem.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GMessageBox.cpp
LibGUI: Add a GAbstractButton base class for button widgets.
2019-05-24 16:32:20 +02:00
GMessageBox.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GModel.cpp
LibGUI: Remove GModel activations to GAbstractView.
2019-05-09 04:56:52 +02:00
GModel.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GModelIndex.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GPainter.cpp
GPainter.h
GProgressBar.cpp
GProgressBar.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GRadioButton.cpp
LibCore: Add CObject::for_each_child_of_type<T>()
2019-05-27 04:18:24 +02:00
GRadioButton.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GResizeCorner.cpp
LibGUI+WindowServer: Add a GResizeCorner widget.
2019-05-03 01:38:24 +02:00
GResizeCorner.h
LibGUI+WindowServer: Add a GResizeCorner widget.
2019-05-03 01:38:24 +02:00
GScrollableWidget.cpp
WindowServer+LibGUI: Handle mouse wheel deltas in the mouse event stream.
2019-05-13 19:52:57 +02:00
GScrollableWidget.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GScrollBar.cpp
LibGUI: Notify widgets when their enabled state changes.
2019-05-25 13:40:57 +02:00
GScrollBar.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GShortcut.cpp
Sprinkle use of AK::Vector in various places.
2019-04-20 14:02:19 +02:00
GShortcut.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GSlider.cpp
GSlider: Oops, fix typo in previous commit.
2019-05-25 13:44:37 +02:00
GSlider.h
LibGUI: Notify widgets when their enabled state changes.
2019-05-25 13:40:57 +02:00
GSortingProxyModel.cpp
GFilePicker: Add a "new directory" button.
2019-05-09 18:45:33 +02:00
GSortingProxyModel.h
LibGUI: Remove GModel activations to GAbstractView.
2019-05-09 04:56:52 +02:00
GSpinBox.cpp
LibGUI: Add a GAbstractButton base class for button widgets.
2019-05-24 16:32:20 +02:00
GSpinBox.h
GSpinBox: Add class_name() override.
2019-05-07 23:28:22 +02:00
GSplitter.cpp
LibGUI: Add GWidget::for_each_child_widget(callback).
2019-05-27 03:52:33 +02:00
GSplitter.h
GStackWidget.cpp
LibCore+LibGUI: Add is<T>(CObject&) and to<T>(CObject&) helpers.
2019-05-27 04:06:01 +02:00
GStackWidget.h
GStatusBar.cpp
Change String&& arguments to const String& in a couple of places.
2019-05-12 14:57:15 +02:00
GStatusBar.h
Change String&& arguments to const String& in a couple of places.
2019-05-12 14:57:15 +02:00
GTableView.cpp
GTableView: Update content size immediately on column show/hide.
2019-05-11 00:19:34 +02:00
GTableView.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GTabWidget.cpp
LibCore+LibGUI: Add is<T>(CObject&) and to<T>(CObject&) helpers.
2019-05-27 04:06:01 +02:00
GTabWidget.h
GTabWidget: Tweak appearance.
2019-05-07 14:13:20 +02:00
GTextBox.cpp
GTextBox.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GTextEditor.cpp
GTextEditor: Take frame size into account when setting clip rect
2019-05-26 02:46:26 +02:00
GTextEditor.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GToolBar.cpp
LibGUI: Add a GAbstractButton base class for button widgets.
2019-05-24 16:32:20 +02:00
GToolBar.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GTreeView.cpp
LibGUI: Remove GModel activations to GAbstractView.
2019-05-09 04:56:52 +02:00
GTreeView.h
GVariant.cpp
GVariant.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GWidget.cpp
LibCore+LibGUI: Add is<T>(CObject&) and to<T>(CObject&) helpers.
2019-05-27 04:06:01 +02:00
GWidget.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GWindow.cpp
LibGUI: Add GWidget::for_each_child_widget(callback).
2019-05-27 03:52:33 +02:00
GWindow.h
Add clang-format file
2019-05-28 17:31:20 +02:00
GWindowType.h
Add clang-format file
2019-05-28 17:31:20 +02:00
install.sh
Build: Install most headers to Root (and libcore.a/libgui.a)
2019-05-17 21:59:48 +02:00
Makefile
LibGUI: Add a GListView widget.
2019-05-27 21:44:39 +02:00