ladybird/Userland/Libraries/LibGUI
Leandro Pereira 29fd75f22f LibGUI: Make statusbar label flat when displaying override_text
Changing the statusbar appearance when overriding text makes it less
confusing as it's supposed to be something temporary, e.g.  only when
hovering over a toolbar or menu item.

This behavior is present on old Windows systems, although things work
slightly differently there (where only the overridden text is displayed
rather than all the segments).
2021-04-20 09:24:52 +02:00
..
Wizards LibGUI: Allow a wizard page to return null as its next page 2021-03-22 07:43:58 +01:00
AboutDialog.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
AboutDialog.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
AbstractButton.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
AbstractButton.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
AbstractSlider.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
AbstractSlider.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
AbstractTableView.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
AbstractTableView.h LibGUI: Do AbstractView::set_column_hidden() => set_column_visible() 2021-04-05 11:57:47 +02:00
AbstractView.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
AbstractView.h LibGUI: Improve IconView rubberband performance 2021-02-25 18:04:06 +01:00
Action.cpp LibGUI: Add some more status tips to common actions 2021-04-18 10:58:22 +02:00
Action.h LibGUI: Rename Action::long_text to Action::status_tip 2021-04-18 10:58:22 +02:00
ActionGroup.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ActionGroup.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Application.cpp LibGUI: Add action enter/leave hooks on GUI::Application 2021-04-17 20:49:53 +02:00
Application.h LibGUI: Add action enter/leave hooks on GUI::Application 2021-04-17 20:49:53 +02:00
AutocompleteProvider.cpp HackStudio: Add ClassView tab for viewing classes in a tree structure 2021-04-13 15:16:27 +02:00
AutocompleteProvider.h HackStudio: Add ClassView tab for viewing classes in a tree structure 2021-04-13 15:16:27 +02:00
BoxLayout.cpp LibGUI: Subtract layout margin when placing items along secondary axis 2021-04-02 23:33:17 +02:00
BoxLayout.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Breadcrumbbar.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
Breadcrumbbar.h Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
Button.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
Button.h LibGUI: Add Action* accessors on GUI::Button 2021-04-17 20:49:53 +02:00
Calendar.cpp LibGUI: Always outline selected date and paint today's date bold 2021-04-02 22:23:21 +02:00
Calendar.h LibGUI+Calendar: Inherit from Frame class 2021-04-02 22:23:21 +02:00
CheckBox.cpp LibGUI: Add autosize to CheckBox 2021-04-06 22:24:05 +02:00
CheckBox.h LibGUI: Add autosize to CheckBox 2021-04-06 22:24:05 +02:00
Clipboard.cpp LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x 2021-03-16 11:50:03 +01:00
Clipboard.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
CMakeLists.txt LibGUI: Make sure we depend on the WindowManager IPC endpoints 2021-04-17 15:58:34 +02:00
ColorInput.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ColorInput.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ColorPicker.cpp LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x 2021-03-16 11:50:03 +01:00
ColorPicker.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ColumnsView.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
ColumnsView.h LibGUI: Increase row height in Table/ColumnViews and center icons 2021-03-04 16:28:12 +01:00
ComboBox.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
ComboBox.h LibGUI: Register more GML properties and widgets 2021-03-12 09:59:03 +01:00
Command.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Command.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Desktop.cpp Everywhere: Replace uses of GUI::Desktop's on_rect_change and remove it 2021-04-04 00:37:54 +02:00
Desktop.h Everywhere: Replace uses of GUI::Desktop's on_rect_change and remove it 2021-04-04 00:37:54 +02:00
Dialog.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Dialog.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
DisplayLink.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DisplayLink.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
DragOperation.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DragOperation.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
EditingEngine.cpp EditingEngine: Don't jump to the beginning or end of a non-existant word 2021-03-30 11:32:59 +02:00
EditingEngine.h Revert "TextEditor: Add vim status indicators to the statusbar" 2021-02-02 19:01:54 +01:00
EmojiInputDialog.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
EmojiInputDialog.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Event.cpp WindowServer+LibGUI: Notify GUI clients about menu item enter/leave 2021-04-17 20:49:53 +02:00
Event.h LibGUI+WindowServer: Add WM_SuperKeyPressed event 2021-04-19 20:03:25 +02:00
FileIconProvider.cpp LibGUI: Avoid unnecessary Gfx::Bitmap cloning in FileIconProvider 2021-04-11 12:52:42 +02:00
FileIconProvider.h Base+LibGUI: Add an familiar-looking icon for the desktop directory 2021-04-09 23:45:21 +02:00
FilePicker.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
FilePicker.h LibGUI+HackStudio: Add way to tell FilePicker to open a folder 2021-04-13 15:16:07 +02:00
FilePickerDialog.gml Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
FileSystemModel.cpp LibGUI: Make some API's take String instead of StringView 2021-04-17 01:27:30 +02:00
FileSystemModel.h LibGUI: Make some API's take String instead of StringView 2021-04-17 01:27:30 +02:00
FilteringProxyModel.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
FilteringProxyModel.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
FocusSource.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
FontPicker.cpp LibGUI: Allow arbitrary font size in FontPicker 2021-04-16 23:54:03 +02:00
FontPicker.h LibGUI: Allow arbitrary font size in FontPicker 2021-04-16 23:54:03 +02:00
FontPickerDialog.gml LibGUI: Allow arbitrary font size in FontPicker 2021-04-16 23:54:03 +02:00
FontPickerWeightModel.h LibGUI: Move FontPickerWeightModel and helpers to their own header 2021-04-11 01:16:34 +02:00
Forward.h Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
Frame.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Frame.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
GMLFormatter.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
GMLFormatter.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
GMLLexer.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
GMLLexer.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
GMLParser.cpp LibGUI: Remove the necessity to have empty {} on GML objects 2021-03-29 09:10:23 +02:00
GMLParser.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
GMLSyntaxHighlighter.cpp LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference 2021-02-11 23:52:39 +01:00
GMLSyntaxHighlighter.h LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference 2021-02-11 23:52:39 +01:00
GroupBox.cpp LibGUI: Ignore glyph dimensions when painting a titleless GroupBox 2021-02-22 09:21:30 +01:00
GroupBox.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HeaderView.cpp LibGUI: Ignore right-clicks on HeaderViews 2021-04-10 16:50:43 +02:00
HeaderView.h LibGUI: Support double-click resizing column headers 2021-03-18 07:49:55 +01:00
Icon.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Icon.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
IconView.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
IconView.h LibGUI: Scroll selection into view when the IconView is first laid out 2021-03-07 11:00:36 +01:00
ImageWidget.cpp QuickShow: Animate animated images :^) 2021-03-17 12:37:48 +01:00
ImageWidget.h LibGUI: Add opacity to ImageWidget 2021-03-12 09:59:03 +01:00
INILexer.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
INILexer.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
INISyntaxHighlighter.cpp LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference 2021-02-11 23:52:39 +01:00
INISyntaxHighlighter.h LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference 2021-02-11 23:52:39 +01:00
InputBox.cpp Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
InputBox.h LibGUI: Set InputBox initial value to text_value string 2021-02-20 12:19:46 +01:00
ItemListModel.h AK+Everywhere: Make StdLibExtras templates less wrapper-y 2021-04-10 21:01:31 +02:00
JsonArrayModel.cpp LibGUI: Remove an unused AK/Debug.h include 2021-04-11 12:50:33 +02:00
JsonArrayModel.h LibGUI: Allow assigning a value to a specific index in JsonArrayModel 2021-03-26 22:58:31 +01:00
Label.cpp LibGUI: Add word wrapping to Labels 2021-03-02 11:57:27 +01:00
Label.h LibGUI: Add word wrapping to Labels 2021-03-02 11:57:27 +01:00
Layout.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Layout.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
LazyWidget.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LazyWidget.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
LinkLabel.cpp LibGUI: Set correct open action for LinkLabel context menu 2021-02-26 13:50:00 +01:00
LinkLabel.h LibGUI: Show context menu when right-clicking a LinkLabel 2021-02-21 23:47:05 +01:00
ListView.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
ListView.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Margins.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Menu.cpp LibGUI: Make some API's take String instead of StringView 2021-04-17 01:27:30 +02:00
Menu.h LibGUI: Make some API's take String instead of StringView 2021-04-17 01:27:30 +02:00
Menubar.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
Menubar.h Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
MenuItem.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
MenuItem.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
MessageBox.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
MessageBox.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Model.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Model.h LibGUI: Add possibility to search for exact match in model 2021-03-01 11:16:18 +01:00
ModelEditingDelegate.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ModelIndex.cpp LibGUI: Add convenient helpers for getting the sibling of a ModelIndex 2021-04-11 12:52:42 +02:00
ModelIndex.h LibGUI: Add convenient helpers for getting the sibling of a ModelIndex 2021-04-11 12:52:42 +02:00
ModelRole.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ModelSelection.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
ModelSelection.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
MultiView.cpp LibGUI: Do AbstractView::set_column_hidden() => set_column_visible() 2021-04-05 11:57:47 +02:00
MultiView.h LibGUI: Do AbstractView::set_column_hidden() => set_column_visible() 2021-04-05 11:57:47 +02:00
Notification.cpp NotificationServer: Close connection on notification close 2021-03-22 12:46:16 +01:00
Notification.h NotificationServer: Close connection on notification close 2021-03-22 12:46:16 +01:00
OpacitySlider.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
OpacitySlider.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Painter.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Painter.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ProcessChooser.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ProcessChooser.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Progressbar.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
Progressbar.h Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
RadioButton.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
RadioButton.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
RegularEditingEngine.cpp Revert "TextEditor: Add vim status indicators to the statusbar" 2021-02-02 19:01:54 +01:00
RegularEditingEngine.h Revert "TextEditor: Add vim status indicators to the statusbar" 2021-02-02 19:01:54 +01:00
ResizeCorner.cpp LibGUI+WindowServer: Don't use a WM IPC to initiate own window resize 2021-02-01 11:23:54 +01:00
ResizeCorner.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
RunningProcessesModel.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
RunningProcessesModel.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ScrollableWidget.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
ScrollableWidget.h Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
Scrollbar.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
Scrollbar.h Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
SeparatorWidget.cpp LibGUI: Register more GML properties and widgets 2021-03-12 09:59:03 +01:00
SeparatorWidget.h LibGUI: Register more GML properties and widgets 2021-03-12 09:59:03 +01:00
Shortcut.cpp Everywhere: Rename "logo" key to "super" key 2021-03-11 18:55:16 +01:00
Shortcut.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Slider.cpp LibGUI: Ignore scroll length multiplier in SpinBoxes & Sliders 2021-03-12 09:59:03 +01:00
Slider.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SortingProxyModel.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
SortingProxyModel.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SpinBox.cpp LibGUI: Ignore scroll length multiplier in SpinBoxes & Sliders 2021-03-12 09:59:03 +01:00
SpinBox.h LibGUI: Remove ControlBoxButton widget 2021-02-27 16:38:36 +01:00
Splitter.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Splitter.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
StackWidget.cpp LibGUI: Register GUI::StackWidget with GML 2021-03-28 11:46:47 +02:00
StackWidget.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Statusbar.cpp LibGUI: Make statusbar label flat when displaying override_text 2021-04-20 09:24:52 +02:00
Statusbar.h LibGUI: Add "override text" to GUI::Statusbar 2021-04-17 20:49:53 +02:00
TableView.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
TableView.h LibGUI: Add variable padding and center bitmaps in TableViews 2021-03-12 09:59:03 +01:00
TabWidget.cpp LibGUI: Fix uniform TabWidget tabs bleeding outside the widget 2021-04-09 22:30:41 +02:00
TabWidget.h LibGUI: Fix uniform TabWidget tabs bleeding outside the widget 2021-04-09 22:30:41 +02:00
TextBox.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
TextBox.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
TextDocument.cpp LibGUI: Use normalized TextRange for early empty string check 2021-04-05 17:06:07 +02:00
TextDocument.h LibGUI: Allow TextDocument::set_text to fail 2021-03-21 09:46:21 +01:00
TextEditor.cpp Everywhere: Fix a bunch of typos 2021-04-18 10:30:03 +02:00
TextEditor.h LibGUI: Reflow+update TextEditor widget after ruler visibility change 2021-04-10 00:09:44 +02:00
TextPosition.h Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
TextRange.h Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
Toolbar.cpp LibGUI: Make GUI::Toolbar buttons generate ActionEnter and ActionLeave 2021-04-17 20:49:53 +02:00
Toolbar.h Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
ToolbarContainer.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
ToolbarContainer.h Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
TreeView.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
TreeView.h LibGUI: Support double-click resizing multi-column TreeViews 2021-03-19 22:56:36 +01:00
UndoStack.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
UndoStack.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Variant.cpp LibGUI: Allow constructing a string Variant from StringView 2021-03-22 07:43:58 +01:00
Variant.h LibGUI: Allow constructing a string Variant from StringView 2021-03-22 07:43:58 +01:00
VimEditingEngine.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
VimEditingEngine.h Revert "TextEditor: Add vim status indicators to the statusbar" 2021-02-02 19:01:54 +01:00
Widget.cpp LibGUI: Make GUI::Widget::set_tooltip() take a String 2021-04-17 01:27:29 +02:00
Widget.h LibGUI: Make GUI::Widget::set_tooltip() take a String 2021-04-17 01:27:29 +02:00
Window.cpp LibGUI+WindowServer: Separate window manager IPC from regular IPC 2021-04-17 13:06:25 +02:00
Window.h LibGUI+WindowServer: Separate window manager IPC from regular IPC 2021-04-17 13:06:25 +02:00
WindowManagerServerConnection.cpp LibGUI+WindowServer: Add WM_SuperKeyPressed event 2021-04-19 20:03:25 +02:00
WindowManagerServerConnection.h LibGUI+WindowServer: Add WM_SuperKeyPressed event 2021-04-19 20:03:25 +02:00
WindowServerConnection.cpp WindowServer+LibGUI: Notify GUI clients about menu item enter/leave 2021-04-17 20:49:53 +02:00
WindowServerConnection.h WindowServer+LibGUI: Notify GUI clients about menu item enter/leave 2021-04-17 20:49:53 +02:00
WindowType.h LibGUI+WindowServer: Keep canonical WindowType enum in WindowServer 2021-03-29 22:39:18 +02:00