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-02-20
LibGUI: Ignore keydown events with Alt modifier in AbstractView
Andreas Kling
2021-02-20
LibGUI: Parent FilePicker toolbar buttons to the window
Andreas Kling
2021-02-20
LibGUI: Use delegating constructors in GUI::Action
Andreas Kling
2021-02-20
LibGUI: Tidy up Action constructors and factory functions a bit
Andreas Kling
2021-02-20
LibGUI: Set InputBox initial value to text_value string
Linus Groh
2021-02-20
LibGUI: Swap order of InputBox value and parent window args
Linus Groh
2021-02-19
LibGUI: Remove GUI::FilePicker::file_exists()
Andreas Kling
2021-02-19
LibGUI: Port GUI::FilePicker to GML and improve the layout
Andreas Kling
2021-02-19
LibGUI: Register GUI::MultiView
Andreas Kling
2021-02-17
LibGUI: Correctly handle ComboBox list windows of less than three items (~50p...
Nick Vella
2021-02-17
LibGUI: Convert dbgprintf() => dbgln()
Andreas Kling
2021-02-16
LibGUI: Make Model::data_matches() take Variant by const-reference
Andreas Kling
2021-02-16
LibGUI: Add ScrollableWidget to forwarding header
Andreas Kling
2021-02-16
LibGUI: Set correct ranges for hidable scrollbars
thankyouverycool
2021-02-16
WindowServer+LibGUI+LibGfx: Add WindowType::ToolWindow
Andreas Kling
2021-02-16
WindowServer, LibGUI: Variable minimum window sizes
Nick Vella
2021-02-15
WindowServer: Add support for alpha channel based hit testing
Tom
2021-02-15
LibGUI: Open context menu on 'Menu' key down
Jean-Baptiste Boric
2021-02-15
LibGUI: Make TextEditor write a trailing newline to non-empty files
Andreas Kling
2021-02-15
LibGUI: Use a ScopeGuard to close the fd in TextEditor::write_to_file()
Andreas Kling
2021-02-15
LibGUI: Fix bogus TextEditor selection when cursor dragged outside view
Andreas Kling
2021-02-15
LibGUI: Add some default sizes for TTF fonts in FontPicker
Stephan Unverwerth
2021-02-15
LibGUI+LibGfx+LibTTF: Make fontpicker handle TTF fonts
Stephan Unverwerth
2021-02-13
LibGUI: add 'always_wrap_item_labels' property to IconView.
Nick Vella
2021-02-12
WindowServer: Recompute occlusions when changing window's alpha channel
Tom
2021-02-11
LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference
Andreas Kling
2021-02-11
LibGUI: Use Core::FileWatcher in FileSystemModel
DexesTTP
2021-02-09
LibGUI: TextEditor widget should default to no wrapping
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-07
LibGUI: Add missing "final" in TextEditor
Andreas Kling
2021-02-07
Shell: Move Shell syntax highlighter LibShell
Andreas Kling
2021-02-07
LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS
Andreas Kling
2021-02-07
LibGfx: Make Color(NamedColor) inline and constexpr
Andreas Kling
2021-02-07
LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax
Andreas Kling
2021-02-07
LibGUI+LibCpp: Move C++ syntax highlighter to LibCpp
Andreas Kling
2021-02-03
Everywhere: Remove some bitrotted "#if 0" blocks
Andreas Kling
2021-02-03
TextEditor: Implement word wrapping
Zac
2021-02-02
Revert "StatusBar: Allow GML files to set the number of labels to create"
Andreas Kling
2021-02-02
Revert "TextEditor: Add vim status indicators to the statusbar"
Andreas Kling
2021-02-02
TextEditor: Add vim status indicators to the statusbar
Zac
2021-02-02
StatusBar: Allow GML files to set the number of labels to create
Zac
2021-02-01
LibIPC: Stop sending client ID to clients
Andreas Kling
2021-02-01
LibGUI+WindowServer: Don't use a WM IPC to initiate own window resize
Andreas Kling
2021-01-30
LibGUI: Handle Window::hide() during Application teardown better
Andreas Kling
2021-01-28
Vim: Add change word and delete word functionality
Zac
2021-01-27
HackStudio: Integate with C++ parser-based autocomplete
Itamar
2021-01-27
EditingEngine: Fix move_to_previous_word not working on last char of doc
Zac
2021-01-26
LibGUI: Switch cancel/confirm button order on file picker dialog
Nico Weber
2021-01-26
LibGUI: Tweak "Overwrite file?" dialog text to use one sentence per sentence
Nico Weber
2021-01-25
Vim: Add a simple yank and put implementation
Zac
[next]