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-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
2021-01-25
TextEditor: Fix bug in delete_current_line() when deleting the last line
Zac
2021-01-25
AbstractTableView: prevent setting an invalid index
Jelle Raaijmakers
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-24
Vim: More correct word jumping (#5090)
Zac
2021-01-23
Vim: Added a Basic Implementation of Visual Mode
Zac
2021-01-23
Shell: Make the parser read consecutive sequences without recursing
AnotherTest
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Libraries: Add missing headers
Ben Wiederhake
2021-01-22
LibGUI: Resolve cyclic inclusion
Ben Wiederhake
2021-01-20
LibGfx: Give Bitmap a scale factor
Nico Weber
2021-01-17
Clipboard+LibGUI: Move clipboard service to anonymous files
Andreas Kling
2021-01-17
Everywhere: Remove more <AK/SharedBuffer.h> includes
Andreas Kling
2021-01-16
LibGfx+LibGUI: Make Gfx::ShareableBitmap transmit indexed palettes
Andreas Kling
2021-01-16
LibGUI: Don't bubble window events up to parent windows
Tom
2021-01-16
WindowServer+LibGUI: Pass the system theme using Core::AnonymousBuffer
Andreas Kling
[next]