index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
Age
Commit message (
Expand
)
Author
2020-12-27
LibGUI: Add GUI::AppFile, a simple wrapper around .af files
Linus Groh
2020-12-27
LibGUI: Select the edited text by default in StringModelEditingDelegate
Andreas Kling
2020-12-27
LibGUI: Make IconView return a larger content rect for editing
Andreas Kling
2020-12-27
LibGUI+WindowServer: Tweak hover shadows slightly
Andreas Kling
2020-12-27
LibGUI: Include LibGfx/Bitmap.h in Icon.h
Linus Groh
2020-12-27
LibGUI: Support top-to-bottom flow in IconView
Andreas Kling
2020-12-27
LibGUI: Move some large IconView internal helpers to the .cpp file
Andreas Kling
2020-12-27
Kernel: Remove the per-process icon_id and sys$set_process_icon()
Andreas Kling
2020-12-27
LibGUI: Use FileIconProvider in RunningProcessesModel
Andreas Kling
2020-12-26
LibGUI: Make the LinkLabel widget keyboard-friendly
Andreas Kling
2020-12-26
LibGUI: Set LinkLabel tooltip if text can't fit the widget
Andreas Kling
2020-12-26
LibGUI: Tweak GUI::Label API a bit and add did_change_text() virtual
Andreas Kling
2020-12-26
LibGUI: Minor tweaks to the GUI::LinkLabel
Andreas Kling
2020-12-26
LibGUI: Rename Link => LinkLabel
Andreas Kling
2020-12-26
LibC: Fix some incorrect printf usages
Sahan Fernando
2020-12-24
LibGUI: Add a Link widget
Alex McGrath
2020-12-21
LibGUI+TextEditor+HackStudio: Add GML syntax highlighter :^)
Andreas Kling
2020-12-21
LibGUi: Rework GML parser into a lexer+parser
Andreas Kling
2020-12-21
LibGUI: Soft tab expansion should be based on insertion column
Andreas Kling
2020-12-21
LibGUI: Get executable file icons from PNGs stored in ELF sections.
William Marlow
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-20
LibGUI: Make the GML parser a bit more fault-tolerant
Andreas Kling
2020-12-20
LibGUI: Make GUI::Label auto-sizing declarative
Andreas Kling
2020-12-20
LibGUI: Rename ProgressBar property caption => text and expose to GML
Andreas Kling
2020-12-20
LibGUI: Add a couple more Widget registrations
Andreas Kling
2020-12-20
LibGUI: Introduce GML - a simple GUI Markup Language :^)
Andreas Kling
2020-12-18
LibGUI: Don't assume main widget exists in Window::handle_resize_event()
Linus Groh
2020-12-18
LibGUI: Make autoformatting performed on InsertTextCommand visible to on_edit...
Sahan Fernando
2020-12-17
LibGUI: Table views with SelectRows should scroll entire rows into view
Andreas Kling
2020-12-17
LibGUI: Move selection behavior from TableView up to AbstractView
Andreas Kling
2020-12-16
LibGUI: Don't fill IconView item text background unless actually wanted
Andreas Kling
2020-12-16
LibGUI: Make the IconView cursor rect show up on the desktop
Andreas Kling
2020-12-16
LibGUI: Add ScrollableWidget helpers for rect conversion
Andreas Kling
2020-12-16
FileManager+LibGUI: Draw the item text for desktop icons with shadow
Andreas Kling
2020-12-16
LibGUI: Show app icons for executables with associated .af files
Andreas Kling
2020-12-16
LibGUI: Generate nicer icons for symlinked files
Andreas Kling
2020-12-16
LibGUI: Add GUI::Icon::sizes()
Andreas Kling
2020-12-14
Loader: Stabilize loader & Use shared libraries everywhere :^)
Itamar
2020-12-14
LibGUI: Don't focus BreadcrumbBar segments on click
Andreas Kling
2020-12-14
LibGUI: Add a basic BreadcrumbBar widget! :^)
Andreas Kling
2020-12-14
LibGUI: Protect GUI::Button across firing the on_click hook
Andreas Kling
2020-12-13
LibGUI: Simplify ComboBox/TextEditor relationship a bit
Andreas Kling
2020-12-11
FileManager: focus_dependent_delete_action is correctly enabled/disabled
Zac
2020-12-09
LibGUI: Show action shortcut in ToolBarButton tooltip
Sahan Fernando
2020-12-08
Clipboard: Remove-unused bpp metadata
Ben Wiederhake
2020-12-07
LibGUI: Expose widget focus policy as a Core::Object property
Andreas Kling
2020-12-07
LibGUI: Allow GUI::Action to swallow key events when disabled
Linus Groh
2020-12-03
LibGUI: Optimize GUI::Variant move constructor
Sahan Fernando
2020-12-02
Taskbar: Wait on all waitable children in SIGCHLD handler
Tom
2020-11-30
LibGUI: Add a ModelSelection::add_all(Vector) API
AnotherTest
[next]