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-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
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-16
WindowServer+LibGUI: Send menu item icons as Gfx::ShareableBitmap
Andreas Kling
2021-01-16
Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes
Andreas Kling
2021-01-16
WindowServer+LibGUI: Pass drag&drop bitmaps via Gfx::ShareableBitmap
Andreas Kling
2021-01-16
WindowServer, LibGUI: RefreshSystemTheme implementation
Nick Vella
2021-01-15
LibGUI: Fix OpacitySlider hairline disappearing towards the left
Andreas Kling
2021-01-15
LibGUI: Window icons no longer need to be backed by shbufs
Andreas Kling
2021-01-15
WindowServer+Taskbar: Send WM icon updates as Gfx::ShareableBitmap
Andreas Kling
2021-01-15
LibGfx: Make Gfx::ShareableBitmap use anonymous files instead of shbufs
Andreas Kling
2021-01-15
LibGUI+WindowServer: Use anonymous files for window backing stores :^)
Andreas Kling
2021-01-15
LibGUI: Add a WindowBackingStore class
Andreas Kling
2021-01-15
LibGUI: Hold on to notification icon until NotificationServer responds
Andreas Kling
2021-01-12
LibC+Everywhere: Remove open_with_path_length() in favor of open()
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling