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-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
2020-11-30
LibGUI: Throw less view state away in model_did_update()
AnotherTest
2020-11-30
LibGUI: Don't start editing with (just) modifier keys when AnyKeyPressed
AnotherTest
2020-11-30
LibGUI: Remove `AbstractView::did_update_model()'
AnotherTest
2020-11-28
LibGUI/FileIconProvider: Initialize s_filetype_image_icon
Linus Groh
2020-11-28
LibGUI: Make GUI::Dialogs non-minimizable by default
Andreas Kling
2020-11-28
LibGUI: Don't assert when right clicking on a vertical HeaderView
Andreas Kling
2020-11-27
TextEditor: Add button to match regular expression during search
Emanuel Sprung
2020-11-24
LibGUI: Remove redundant set_title() call in FilePicker (#4153)
Zac
2020-11-23
LibGUI: Widget::action_for_key_event() should fail for invalid shortcuts (#4137)
Jakub Berkop
2020-11-23
LibGUI: Set FilePicker window icon based on mode (#4148)
Zac
2020-11-22
LibGUI: Fix undo stack
BenJilks
2020-11-19
TextEditor: Change cursor behaviour when clicking empty space
Zac
2020-11-19
LibGUI: Remove AbstractTableView::doubleclick_event()
Andreas Kling
2020-11-15
LibGUI/FileIconProvider: Add config file and use patterns
Linus Groh
2020-11-14
LibGUI: Make FileIconProvider aware of all supported image formats
Linus Groh
2020-11-14
LibGUI: Add more extensions to FileIconProvider
Linus Groh
2020-11-14
LibGfx: Make Bitmap path handling case insensitive
Linus Groh
2020-11-11
LibGUI: Set vertical distance between icons relative to scroll value
AmusedNetwork
2020-11-10
LibGUI: Ignore application-global shortcuts in modal windows
Andreas Kling
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-11-10
LibGUI: Limit the height of item text in IconView
AmusedNetwork
2020-11-10
TextEditor: Go-to-line now shows line in middle of view (#4008)
Jack Byrne
2020-11-08
LibGUI: Prevent multiple drag initiations while drag messages are passed
AnotherTest
2020-11-08
LibGUI+WindowServer: Make DragOperation hold a MimeData instance
AnotherTest
2020-11-08
LibGUI: Limit ScrollableWidget::available_size() width/height to 0
Linus Groh
2020-11-06
LibGUI: Clip rubber band to IconView widget content area
Joseph Bywater
[next]