index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
Age
Commit message (
Expand
)
Author
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibGUI: Convert String::format() => String::formatted()
Andreas Kling
2021-04-21
LibGUI: Prevent selecting empty line in TextEditor on double click (#6537)
Rafał
2021-04-21
LibGUI: Track selection starting index in AbstractView (#6515)
iCristalrope
2021-04-21
LibGUI: Remove premature return in Window::handle_key_event
jakewestrip
2021-04-20
LibGUI: Make statusbar label flat when displaying override_text
Leandro Pereira
2021-04-19
LibGUI+WindowServer: Add WM_SuperKeyPressed event
Conor Byrne
2021-04-18
LibGUI: Add some more status tips to common actions
Andreas Kling
2021-04-18
LibGUI: Rename Action::long_text to Action::status_tip
Andreas Kling
2021-04-18
Everywhere: Fix a bunch of typos
Linus Groh
2021-04-17
LibGUI: Add "override text" to GUI::Statusbar
Andreas Kling
2021-04-17
LibGUI: Make GUI::Toolbar buttons generate ActionEnter and ActionLeave
Andreas Kling
2021-04-17
LibGUI: Add action enter/leave hooks on GUI::Application
Andreas Kling
2021-04-17
LibGUI: Add Action* accessors on GUI::Button
Andreas Kling
2021-04-17
LibGUI: Add a "long text" string to GUI::Action
Andreas Kling
2021-04-17
WindowServer+LibGUI: Notify GUI clients about menu item enter/leave
Andreas Kling
2021-04-17
LibGUI: Make sure we depend on the WindowManager IPC endpoints
Andreas Kling
2021-04-17
LibGUI+WindowServer: Separate window manager IPC from regular IPC
sin-ack
2021-04-17
LibGUI: Make some API's take String instead of StringView
Andreas Kling
2021-04-17
LibGUI: Make Window::set_title() take a String
Andreas Kling
2021-04-17
LibGUI: Make GUI::Widget::set_tooltip() take a String
Andreas Kling
2021-04-16
LibGUI: Allow arbitrary font size in FontPicker
James Triantafylos
2021-04-16
LibGUI+WindowServer: Fix some misaligned CMakeLists.txt SOURCES entries
Linus Groh
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-13
HackStudio: Add ClassView tab for viewing classes in a tree structure
Itamar
2021-04-13
LibCpp: Add 'Namespace' and 'Member' declaration types
Itamar
2021-04-13
LibGUI+HackStudio: Add way to tell FilePicker to open a folder
FalseHonesty
2021-04-13
LibGUI: Allow GUI::ProgressBar to have min() == max()
Andreas Kling
2021-04-11
LibGUI: Avoid unnecessary Gfx::Bitmap cloning in FileIconProvider
Andreas Kling
2021-04-11
LibGUI: Add convenient helpers for getting the sibling of a ModelIndex
Andreas Kling
2021-04-11
LibGUI: Remove an unused AK/Debug.h include
Brian Gianforcaro
2021-04-11
LibGUI: Move FontPickerWeightModel and helpers to their own header
thankyouverycool
2021-04-11
LibGUI+LibGfx: Collapse the '&' from Alt shortcuts in tooltip texts
Andreas Kling
2021-04-10
LibGUI/ScrollBar: Only paint buttons as pressed when also hovered
Jelle Raaijmakers
2021-04-10
AK+Everywhere: Make StdLibExtras templates less wrapper-y
AnotherTest
2021-04-10
LibGUI: Ignore right-clicks on HeaderViews
Andreas Kling
2021-04-10
LibGUI: List directories before files in FileSystemModel
Andreas Kling
2021-04-10
LibGUI: Reflow+update TextEditor widget after ruler visibility change
Andreas Kling
2021-04-09
LibGUI: Remove 2px of vertical space around FilePicker common places
Andreas Kling
2021-04-09
Base+LibGUI: Add an familiar-looking icon for the desktop directory
Andreas Kling
2021-04-09
LibGUI: Yet another FilePicker UI tweak
Andreas Kling
2021-04-09
LibGUI: Allow navigating into symlinked directories in FilePicker
Andreas Kling
2021-04-09
LibGUI: Fix uniform TabWidget tabs bleeding outside the widget
Andreas Kling
2021-04-09
LibGUI: Add TabWidget::on_tab_count_change hook
Andreas Kling
2021-04-09
LibGUI: More tweaks for the FilePicker UI layout
Andreas Kling
2021-04-09
LibGUI: Use "Tray" look & feel for the common locations frame :^)
Andreas Kling
2021-04-09
LibGUI: Tweak FilePickerDialog UI layout
Andreas Kling
2021-04-09
LibGUI: Give Alt shortcuts to all the CommonActions :^)
Andreas Kling
2021-04-07
LibGUI: Update the autocomplete suggestions after processing keys
AnotherTest
2021-04-06
LibGUI: Add autosize to CheckBox
thankyouverycool
[next]