This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-04-06 20:55:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5dc29065e1d17a5ed160fbefe1dfe02b71d2bd21
ladybird
/
Userland
/
Libraries
/
LibGUI
History
Tom
20f53c7462
LibGUI: Don't bubble window events up to parent windows
...
Always accept the events so that they don't bubble up to the parent object.
Fixes
#4967
2021-01-16 19:35:02 +01:00
..
AboutDialog.cpp
…
AboutDialog.h
…
AbstractButton.cpp
…
AbstractButton.h
…
AbstractSlider.cpp
…
AbstractSlider.h
…
AbstractTableView.cpp
…
AbstractTableView.h
…
AbstractView.cpp
…
AbstractView.h
…
Action.cpp
…
Action.h
…
ActionGroup.cpp
…
ActionGroup.h
…
Application.cpp
WindowServer+LibGUI: Pass the system theme using Core::AnonymousBuffer
2021-01-16 17:20:53 +01:00
Application.h
WindowServer+LibGUI: Pass the system theme using Core::AnonymousBuffer
2021-01-16 17:20:53 +01:00
AutocompleteProvider.cpp
…
AutocompleteProvider.h
…
BoxLayout.cpp
…
BoxLayout.h
…
BreadcrumbBar.cpp
…
BreadcrumbBar.h
…
Button.cpp
…
Button.h
…
Calendar.cpp
…
Calendar.h
…
CheckBox.cpp
…
CheckBox.h
…
Clipboard.cpp
…
Clipboard.h
…
CMakeLists.txt
…
ColorInput.cpp
…
ColorInput.h
…
ColorPicker.cpp
…
ColorPicker.h
…
ColumnsView.cpp
…
ColumnsView.h
…
ComboBox.cpp
…
ComboBox.h
…
Command.cpp
…
Command.h
…
ControlBoxButton.cpp
…
ControlBoxButton.h
…
CppSyntaxHighlighter.cpp
…
CppSyntaxHighlighter.h
…
Desktop.cpp
…
Desktop.h
…
Dialog.cpp
…
Dialog.h
…
DisplayLink.cpp
…
DisplayLink.h
…
DragOperation.cpp
Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes
2021-01-16 11:26:53 +01:00
DragOperation.h
…
EditingEngine.cpp
…
EditingEngine.h
…
EmojiInputDialog.cpp
…
EmojiInputDialog.h
…
Event.cpp
…
Event.h
WindowServer+Taskbar: Send WM icon updates as Gfx::ShareableBitmap
2021-01-15 23:24:07 +01:00
FileIconProvider.cpp
…
FileIconProvider.h
…
FilePicker.cpp
…
FilePicker.h
…
FileSystemModel.cpp
…
FileSystemModel.h
…
FilteringProxyModel.cpp
…
FilteringProxyModel.h
…
FocusSource.h
…
FontPicker.cpp
…
FontPicker.h
…
FontPickerDialog.gml
…
Forward.h
…
Frame.cpp
…
Frame.h
…
GMLFormatter.cpp
…
GMLFormatter.h
…
GMLLexer.cpp
…
GMLLexer.h
…
GMLParser.cpp
…
GMLParser.h
…
GMLSyntaxHighlighter.cpp
…
GMLSyntaxHighlighter.h
…
GroupBox.cpp
…
GroupBox.h
…
HeaderView.cpp
…
HeaderView.h
…
Icon.cpp
…
Icon.h
…
IconView.cpp
…
IconView.h
…
ImageWidget.cpp
…
ImageWidget.h
…
INILexer.cpp
…
INILexer.h
…
INISyntaxHighlighter.cpp
…
INISyntaxHighlighter.h
…
InputBox.cpp
…
InputBox.h
…
ItemListModel.h
…
JsonArrayModel.cpp
…
JsonArrayModel.h
…
JSSyntaxHighlighter.cpp
…
JSSyntaxHighlighter.h
…
Label.cpp
…
Label.h
…
Layout.cpp
…
Layout.h
…
LazyWidget.cpp
…
LazyWidget.h
…
LinkLabel.cpp
…
LinkLabel.h
…
ListView.cpp
…
ListView.h
…
Margins.h
…
Menu.cpp
WindowServer+LibGUI: Send menu item icons as Gfx::ShareableBitmap
2021-01-16 11:26:53 +01:00
Menu.h
…
MenuBar.cpp
…
MenuBar.h
…
MenuItem.cpp
…
MenuItem.h
…
MessageBox.cpp
…
MessageBox.h
…
Model.cpp
…
Model.h
…
ModelEditingDelegate.h
…
ModelIndex.cpp
…
ModelIndex.h
…
ModelRole.h
…
ModelSelection.cpp
…
ModelSelection.h
…
MultiView.cpp
…
MultiView.h
…
Notification.cpp
LibGfx: Make Gfx::ShareableBitmap use anonymous files instead of shbufs
2021-01-15 23:24:07 +01:00
Notification.h
…
OpacitySlider.cpp
LibGUI: Fix OpacitySlider hairline disappearing towards the left
2021-01-15 23:24:07 +01:00
OpacitySlider.h
…
Painter.cpp
…
Painter.h
…
ProcessChooser.cpp
…
ProcessChooser.h
…
ProgressBar.cpp
…
ProgressBar.h
…
RadioButton.cpp
…
RadioButton.h
…
RegularEditingEngine.cpp
…
RegularEditingEngine.h
…
ResizeCorner.cpp
…
ResizeCorner.h
…
RunningProcessesModel.cpp
Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes
2021-01-16 11:26:53 +01:00
RunningProcessesModel.h
…
ScrollableWidget.cpp
…
ScrollableWidget.h
…
ScrollBar.cpp
…
ScrollBar.h
…
SeparatorWidget.cpp
…
SeparatorWidget.h
…
ShellSyntaxHighlighter.cpp
…
ShellSyntaxHighlighter.h
…
Shortcut.cpp
…
Shortcut.h
…
Slider.cpp
…
Slider.h
…
SortingProxyModel.cpp
…
SortingProxyModel.h
…
SpinBox.cpp
…
SpinBox.h
…
Splitter.cpp
…
Splitter.h
…
StackWidget.cpp
…
StackWidget.h
…
StatusBar.cpp
…
StatusBar.h
…
SyntaxHighlighter.cpp
…
SyntaxHighlighter.h
…
TableView.cpp
…
TableView.h
…
TabWidget.cpp
…
TabWidget.h
…
TextBox.cpp
…
TextBox.h
…
TextDocument.cpp
…
TextDocument.h
…
TextEditor.cpp
…
TextEditor.h
…
TextPosition.h
…
TextRange.h
…
ToolBar.cpp
…
ToolBar.h
…
ToolBarContainer.cpp
…
ToolBarContainer.h
…
TreeView.cpp
…
TreeView.h
…
UndoStack.cpp
…
UndoStack.h
…
Variant.cpp
…
Variant.h
…
VimEditingEngine.cpp
…
VimEditingEngine.h
…
Widget.cpp
Everywhere: Replace a bundle of dbg with dbgln.
2021-01-16 11:54:35 +01:00
Widget.h
…
Window.cpp
LibGUI: Don't bubble window events up to parent windows
2021-01-16 19:35:02 +01:00
Window.h
WindowServer, LibGUI: RefreshSystemTheme implementation
2021-01-16 09:09:04 +01:00
WindowServerConnection.cpp
WindowServer+LibGUI: Pass the system theme using Core::AnonymousBuffer
2021-01-16 17:20:53 +01:00
WindowServerConnection.h
…
WindowType.h
…