0xtechnobabble ecf58ddd4f TextEditor: Implement replacement functionality 5 лет назад
..
GAboutDialog.cpp 9619dab727 LibGUI: Tweak GAboutDialog text 5 лет назад
GAboutDialog.h e38b454e11 LibGUI: Fix crash in GAboutDialog::show() 5 лет назад
GAbstractButton.cpp a79bac428b LibGUI+LibDraw: Add "Palette" concept for scoped color theming 5 лет назад
GAbstractButton.h 10324f95b0 LibGUI+FileManager: Misc tweaks courtesy of clang-format 5 лет назад
GAbstractColumnView.cpp 0f18a16e2c LibGUI: Add GAbstractView::activate_selected() 5 лет назад
GAbstractColumnView.h a79bac428b LibGUI+LibDraw: Add "Palette" concept for scoped color theming 5 лет назад
GAbstractView.cpp 0f18a16e2c LibGUI: Add GAbstractView::activate_selected() 5 лет назад
GAbstractView.h 0f18a16e2c LibGUI: Add GAbstractView::activate_selected() 5 лет назад
GAction.cpp 571c4d3fb8 LibGUI: Allow finding the source of a GAction activation 5 лет назад
GAction.h 10324f95b0 LibGUI+FileManager: Misc tweaks courtesy of clang-format 5 лет назад
GActionGroup.cpp 7083a0104a LibGUI: Add GActionGroup, a way to group a bunch of GActions. 6 лет назад
GActionGroup.h 7083a0104a LibGUI: Add GActionGroup, a way to group a bunch of GActions. 6 лет назад
GApplication.cpp 7b2dd7e116 LibDraw+LibGUI: Allow changing individual colors in a Palette 5 лет назад
GApplication.h fc86460134 AK: Move the userspace SharedBuffer from LibC to AK 5 лет назад
GBoxLayout.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 лет назад
GBoxLayout.h 04b9dc2d30 Libraries: Create top level directory for libraries. 6 лет назад
GButton.cpp 10324f95b0 LibGUI+FileManager: Misc tweaks courtesy of clang-format 5 лет назад
GButton.h 10324f95b0 LibGUI+FileManager: Misc tweaks courtesy of clang-format 5 лет назад
GCheckBox.cpp caa5191f74 LibGUI: Use ColorRole::BaseText for the GCheckBox checkmark 5 лет назад
GCheckBox.h 10324f95b0 LibGUI+FileManager: Misc tweaks courtesy of clang-format 5 лет назад
GClipboard.cpp fc86460134 AK: Move the userspace SharedBuffer from LibC to AK 5 лет назад
GClipboard.h c543ee5c5b WindowServer+LibGUI: Store a "data type" with the clipboard content 5 лет назад
GColumnsView.cpp 6a529ea425 LibGUI: Fix rendering GColumnsView separator 5 лет назад
GColumnsView.h edb61d8bfd LibGUI: Add GColumnsView 5 лет назад
GComboBox.cpp 45cfd57f6e GButton: Convert most code to using ObjectPtr for GButton 5 лет назад
GComboBox.h d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr 5 лет назад
GCommand.cpp f430da1d45 LibGUI: Add GUndoStack and GCommand classes 5 лет назад
GCommand.h f430da1d45 LibGUI: Add GUndoStack and GCommand classes 5 лет назад
GDesktop.cpp 272d65e3e2 WindowServer: Port to the new IPC system 5 лет назад
GDesktop.h 10324f95b0 LibGUI+FileManager: Misc tweaks courtesy of clang-format 5 лет назад
GDialog.cpp 3d59db4be4 LibGUI: Close and cancel GDialog on escape 5 лет назад
GDialog.h 3d59db4be4 LibGUI: Close and cancel GDialog on escape 5 лет назад
GDragOperation.cpp cfcb38dff1 WindowServer+LibGUI: Add data_type and data fields to drag operations 5 лет назад
GDragOperation.h cfcb38dff1 WindowServer+LibGUI: Add data_type and data fields to drag operations 5 лет назад
GEvent.h cfcb38dff1 WindowServer+LibGUI: Add data_type and data fields to drag operations 5 лет назад
GFilePicker.cpp fdeb91e000 LibGUI+FileManager: Merge GDirectoryModel into GFileSystemModel 5 лет назад
GFilePicker.h fdeb91e000 LibGUI+FileManager: Merge GDirectoryModel into GFileSystemModel 5 лет назад
GFileSystemModel.cpp fdeb91e000 LibGUI+FileManager: Merge GDirectoryModel into GFileSystemModel 5 лет назад
GFileSystemModel.h fdeb91e000 LibGUI+FileManager: Merge GDirectoryModel into GFileSystemModel 5 лет назад
GFontDatabase.cpp 21ee24b995 GFontDatabase: Iterate the font database in alphabetical order 6 лет назад
GFontDatabase.h 10324f95b0 LibGUI+FileManager: Misc tweaks courtesy of clang-format 5 лет назад
GFrame.cpp 10324f95b0 LibGUI+FileManager: Misc tweaks courtesy of clang-format 5 лет назад
GFrame.h 10324f95b0 LibGUI+FileManager: Misc tweaks courtesy of clang-format 5 лет назад
GGroupBox.cpp a79bac428b LibGUI+LibDraw: Add "Palette" concept for scoped color theming 5 лет назад
GGroupBox.h 83b5f6c11a LibGUI: Convert GGroupBox to ObjectPtr 5 лет назад
GIcon.cpp 992272761c LibGUI: Remove use of copy_ref(). 6 лет назад
GIcon.h 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.) 6 лет назад
GInputBox.cpp bc319d9e88 LibCore: Make CObject reference-counted 5 лет назад
GInputBox.h d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr 5 лет назад
GItemView.cpp 75c5e9af56 LibGUI: Fix assertion failure in GItemView::mouse_up() 5 лет назад
GItemView.h 518f469970 LibGUI: clicking and dragging one item will drag other items in selection 5 лет назад
GJsonArrayModel.cpp c6170070ed LibGUI: Clear out a GJsonArrayModel if it fails to open the JSON source 5 лет назад
GJsonArrayModel.h f9b8a18fae GJsonArrayModel: Add hook for customizing the GModel::Role::Custom data 6 лет назад
GLabel.cpp a79bac428b LibGUI+LibDraw: Add "Palette" concept for scoped color theming 5 лет назад
GLabel.h 10324f95b0 LibGUI+FileManager: Misc tweaks courtesy of clang-format 5 лет назад
GLayout.cpp d3558b6137 LibCore+LibGUI: Allow inserting a CObject/GWidget before another 5 лет назад
GLayout.h d3558b6137 LibCore+LibGUI: Allow inserting a CObject/GWidget before another 5 лет назад
GLazyWidget.cpp 183f7c9830 LibGUI: Add GLazyWidget, a convenience widget for lazily-built UI's 5 лет назад
GLazyWidget.h 183f7c9830 LibGUI: Add GLazyWidget, a convenience widget for lazily-built UI's 5 лет назад
GListView.cpp 0f18a16e2c LibGUI: Add GAbstractView::activate_selected() 5 лет назад
GListView.h ffff150435 LibGUI: Allow specifying the model column for GListView and GComboBox 6 лет назад
GMargins.h 04b9dc2d30 Libraries: Create top level directory for libraries. 6 лет назад
GMenu.cpp 463ed77024 WindowServer+LibGUI: Paint exclusive actions as radio buttons in menus 5 лет назад
GMenu.h fd5eb79d19 LibGUI: Make GMenu inherit from CObject 5 лет назад
GMenuBar.cpp fd5eb79d19 LibGUI: Make GMenu inherit from CObject 5 лет назад
GMenuBar.h fd5eb79d19 LibGUI: Make GMenu inherit from CObject 5 лет назад
GMenuItem.cpp fd5eb79d19 LibGUI: Make GMenu inherit from CObject 5 лет назад
GMenuItem.h 10324f95b0 LibGUI+FileManager: Misc tweaks courtesy of clang-format 5 лет назад
GMessageBox.cpp d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr 5 лет назад
GMessageBox.h 1a279c5b2a GMessageBox: Hide the constructor and fix broken usages 5 лет назад
GModel.cpp 0ac74d3778 LibGUI: Make GTreeView inherit from GAbstractColumnView 5 лет назад
GModel.h caa08938e5 LibGUI: Fix GModel::is_valid() behavior for tree-like models 5 лет назад
GModelEditingDelegate.h 10324f95b0 LibGUI+FileManager: Misc tweaks courtesy of clang-format 5 лет назад
GModelIndex.h ce9b9c129d LibGUI: Include internal_data() in GModelIndex LogStream output 5 лет назад
GModelSelection.cpp b0f42ee672 GModelSelection: Add contains_row(int) and toggle(GModelIndex) 6 лет назад
GModelSelection.h 10324f95b0 LibGUI+FileManager: Misc tweaks courtesy of clang-format 5 лет назад
GPainter.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 лет назад
GPainter.h 1c0669f010 LibDraw: Introduce (formerly known as SharedGraphics.) 6 лет назад
GProgressBar.cpp a79bac428b LibGUI+LibDraw: Add "Palette" concept for scoped color theming 5 лет назад
GProgressBar.h ceb5508fea LibGUI: Convert GProgressBar to ObjectPtr 5 лет назад
GRadioButton.cpp cc8c26c39b LibDraw+LibGUI: Move radio button painting into StylePainter 5 лет назад
GRadioButton.h ca538b6cee LibGUI: Add a simple GWidget class registry/factory 5 лет назад
GResizeCorner.cpp a79bac428b LibGUI+LibDraw: Add "Palette" concept for scoped color theming 5 лет назад
GResizeCorner.h 93851c3832 LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr 5 лет назад
GScrollBar.cpp a79bac428b LibGUI+LibDraw: Add "Palette" concept for scoped color theming 5 лет назад
GScrollBar.h ca538b6cee LibGUI: Add a simple GWidget class registry/factory 5 лет назад
GScrollableWidget.cpp 33043941f9 LibGUI: Add GScrollableWidget::to_widget_position() 5 лет назад
GScrollableWidget.h 33043941f9 LibGUI: Add GScrollableWidget::to_widget_position() 5 лет назад
GShortcut.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 лет назад
GShortcut.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 6 лет назад
GSlider.cpp d4fa8e4b00 AK+Demos+Libraries: Remove executable permissions from {.cpp,.h} files 5 лет назад
GSlider.h d4fa8e4b00 AK+Demos+Libraries: Remove executable permissions from {.cpp,.h} files 5 лет назад
GSortingProxyModel.cpp 449ebbddb6 LibGUI: Make GSortingProxyModel update the selection on resort again 5 лет назад
GSortingProxyModel.h 0faaa1e53a GSortingProxyModel: Sort case insensitively by default (#441) 6 лет назад
GSpinBox.cpp 45cfd57f6e GButton: Convert most code to using ObjectPtr for GButton 5 лет назад
GSpinBox.h d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr 5 лет назад
GSplitter.cpp a79bac428b LibGUI+LibDraw: Add "Palette" concept for scoped color theming 5 лет назад
GSplitter.h 4f4438c04c LibGUI: Convert GSplitter to ObjectPtr 5 лет назад
GStackWidget.cpp d47432487d GStackWidget: Add a notification hook for when the active widget changes. 6 лет назад
GStackWidget.h d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr 5 лет назад
GStatusBar.cpp a79bac428b LibGUI+LibDraw: Add "Palette" concept for scoped color theming 5 лет назад
GStatusBar.h a1c89c2734 LibGUI: Add very limited multi-label support to GStatusBar 5 лет назад
GTabWidget.cpp a79bac428b LibGUI+LibDraw: Add "Palette" concept for scoped color theming 5 лет назад
GTabWidget.h d6abfbdc5a LibCore: Remove ObjectPtr in favor of RefPtr 5 лет назад
GTableView.cpp aae54bdbde LibDraw: Add ColorRole::BaseText (to be painted on ColorRole::Base) 5 лет назад
GTableView.h 2d39bce3f6 LibGUI: Add a GAbstractColumnView base class for GTableView 5 лет назад
GTextBox.cpp 04b9dc2d30 Libraries: Create top level directory for libraries. 6 лет назад
GTextBox.h f0da3ab9b2 LibGUI: Make GTextBox non-final 5 лет назад
GTextDocument.cpp 150090c742 LibGUI: Add GTextDocument::range_for_entire_line() 5 лет назад
GTextDocument.h 150090c742 LibGUI: Add GTextDocument::range_for_entire_line() 5 лет назад
GTextEditor.cpp aaaf04f393 LibGUI: Relayout GTextEditor on font change 5 лет назад
GTextEditor.h ecf58ddd4f TextEditor: Implement replacement functionality 5 лет назад
GTextPosition.h 6f4c380d95 AK: Use size_t for the length of strings 5 лет назад
GTextRange.h 1282b778e7 LibGUI: Move GTextPosition and GTextRange LogStream<< to their headers 5 лет назад
GToolBar.cpp a79bac428b LibGUI+LibDraw: Add "Palette" concept for scoped color theming 5 лет назад
GToolBar.h d22d9874f7 LibGUI: Allow overriding the button size when constructing GToolBar 5 лет назад
GTreeView.cpp 303fa75d36 LibGUI: Fix tree view column positioning when some columns are hidden 5 лет назад
GTreeView.h d4a570d576 LibGUI: Fix GTreeView not showing the context menu 5 лет назад
GUndoStack.cpp 10324f95b0 LibGUI+FileManager: Misc tweaks courtesy of clang-format 5 лет назад
GUndoStack.h f430da1d45 LibGUI: Add GUndoStack and GCommand classes 5 лет назад
GVariant.cpp 014f8ca8c4 AK: Allow JsonValue to store 64-bit integers internally 5 лет назад
GVariant.h b89f64cb55 LibGUI: Make it possible to wrap a Font in a GVariant 5 лет назад
GWidget.cpp 57f55f297b LibGUI: Call GWidget::resize_event() before doing widget layout 5 лет назад
GWidget.h 7b2dd7e116 LibDraw+LibGUI: Allow changing individual colors in a Palette 5 лет назад
GWindow.cpp eab34a7de3 WindowServer+LibGUI: Implement minimizable property to windows 5 лет назад
GWindow.h eab34a7de3 WindowServer+LibGUI: Implement minimizable property to windows 5 лет назад
GWindowServerConnection.cpp 2d244a70a1 WindowServer+LibGUI: Simplify handling of paint event rects 5 лет назад
GWindowServerConnection.h 519cb80a96 LibGUI+WindowServer: Mark minimized window backing stores as volatile 5 лет назад
GWindowType.h df129bbe0e WindowServer+CPUGraph: Make menu applets be "regular" windows 5 лет назад
Makefile edb61d8bfd LibGUI: Add GColumnsView 5 лет назад