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-29
Userland: Fix new GCC warnings
Gunnar Beutner
2021-04-29
LibGUI: Fix issue where buttons with a menu sometimes stayed depressed
Mart G
2021-04-29
Userland: Fix two misaligned copyright headers
Linus Groh
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-27
VimEditingEngine: allow selection of the endline character
Paul Berg
2021-04-27
VimEditingEngine: Handle arrow, Home/End and Page keys
sin-ack
2021-04-27
EditingEngine: Split selection from movement functions
sin-ack
2021-04-27
LibGUI/Window: Do not reset mouse cursor on show()
Jelle Raaijmakers
2021-04-26
LibGUI: Make common locations configurable
DexesTTP
2021-04-26
Calendar: Swap Liza for Marieta
thankyouverycool
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-25
LibGUI: Select last word when double clicking at the end of a line
Rafał
2021-04-25
LibGUI: Implement Vim motion system
sin-ack
2021-04-25
VimEditingEngine: Add handling { and } to move between empty lines
Rok Povsic
2021-04-24
LibGUI: Remove some unused cruft from GUI::IconView
Andreas Kling
2021-04-24
LibGUI: Prevent a Painter's clip_rect from being outside of its target
Mart G
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-23
LibGUI: Allow bypassing hook when setting SpinBox range
thankyouverycool
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
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
[next]