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-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
2021-04-06
LibGUI:: Let open/save specify starting directory in FilePicker
thankyouverycool
2021-04-06
LibGUI: Fix typo in AutocompleteBox::show
Itamar
2021-04-06
LibGUI: Tweak order of common location buttons in FilePicker
Andreas Kling
2021-04-06
LibGUI: Make FilePicker's common location buttons checkable
Andreas Kling
2021-04-06
LibGUI: Add shortcuts to common locations in GUI::FilePicker
Andreas Kling
2021-04-05
LibGUI: Add ability to assign a menu to a GUI::Button
Andreas Kling
2021-04-05
WindowServer+LibGUI: Notify clients when menus become visible/hidden
Andreas Kling
2021-04-05
LibGUI: Use normalized TextRange for early empty string check
Maciej Zygmanowski
2021-04-05
LibGUI: Do AbstractView::set_column_hidden() => set_column_visible()
Andreas Kling
2021-04-04
LibGUI: Add GUI::CommonActions::make_properties_action()
Andreas Kling
2021-04-04
WindowServer+LibGUI: Rename WindowType::MenuApplet => Applet
Andreas Kling
2021-04-04
Everywhere: Replace uses of GUI::Desktop's on_rect_change and remove it
Linus Groh
2021-04-04
LibGUI: Add ScreenRectChangeEvent and deliver it to windows and widgets
Linus Groh
2021-04-03
LibGUI: Don't try to paint items in model-less IconView :^)
Andreas Kling
2021-04-02
LibGUI: Subtract layout margin when placing items along secondary axis
Andreas Kling
2021-04-02
LibGUI: Always outline selected date and paint today's date bold
thankyouverycool
2021-04-02
LibGUI+Calendar: Inherit from Frame class
thankyouverycool
2021-03-30
WindowServer+LibGUI: Plumb mouse/enter/leave events to applet windows
Andreas Kling
2021-03-30
WindowServer+Taskbar: Show applets in taskbar :^)
Andreas Kling
2021-03-30
EditingEngine: Don't jump to the beginning or end of a non-existant word
one-some
2021-03-30
LibGUI+Calendar: Add new month and year views to Calendar
thankyouverycool
2021-03-30
LibGUI: Don't inflate icon text rects beyond available width
thankyouverycool
2021-03-29
LibGUI+WindowServer: Keep canonical WindowType enum in WindowServer
Andreas Kling
2021-03-29
LibGUI: Add transient option to show dotfiles in FilePicker
Timothy Flynn
2021-03-29
TextEditor: Adjust AutoCompleteBox's position to the scroll height
Itamar
2021-03-29
LibGUI: Enable the use of font properties through GML
Edgar Araújo
[next]