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-05-18
LibGUI: Remove outdated FIXME in TextEditor
Andreas Kling
2020-05-18
LibGUI: Tweak EmojiInputDialog layout :^)
Andreas Kling
2020-05-17
LibGUI: Fix crash in TextDocument::remove(TextRange)
Andreas Kling
2020-05-17
LibGUI: TextEditor now opts in to emoji input by default :^)
Andreas Kling
2020-05-17
LibGUI: Add a simple emoji input dialog activated by Ctrl+Alt+Space :^)
Andreas Kling
2020-05-17
LibGUI: Make the TextEditor widget store UTF-32 codepoints
Andreas Kling
2020-05-16
LibGUI+WindowServer: Allow applications to set custom cursor bitmaps
Shannon Booth
2020-05-16
FileManager+LibGUI+Userland: Switch clipboard to MIME types
Sergey Bugaev
2020-05-15
LibGUI: Fix build (LibGUI depends on Clipboard IPC classes)
Andreas Kling
2020-05-14
Clipboard: Move the system clipboard to a dedicated service process :^)
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-13
LibGUI: Add AbstractTableView::move_selection(int steps)
Andreas Kling
2020-05-13
LibGUI: Add GUI::MessageBox::show_error() convenience function
Andreas Kling
2020-05-13
LibGUI+WindowServer: Allow apps to use the "move" cursor :^)
Andreas Kling
2020-05-12
LibGUI: Add missing Vector.h include to Event.h
Andreas Kling
2020-05-12
LibGUI: Include keyboard modifier state with button on_click calls
Andreas Kling
2020-05-12
LibGUI: Actually check widgets in focus chain for keyboard shortcuts
Andreas Kling
2020-05-12
LibGUI: Add KeyEvent::to_string()
Andreas Kling
2020-05-12
LibGUI: Use KeyCode stringification helper in Shortcut::to_string()
Andreas Kling
2020-05-12
LibGUI: Add a way to highlight the focused widget for debugging
Andreas Kling
2020-05-12
LibGUI: Allow scrolling through a ComboBox with the mouse wheel
Andreas Kling
2020-05-12
LibGUI: Add missing window() null check when widget's child is removed
Andreas Kling
2020-05-12
LibGUI: Remove ancient code for debugging widget underdraw
Andreas Kling
2020-05-10
LibGUI+LibGfx: Paint scollbar tracks with a dithered pattern
Andreas Kling
2020-05-09
LibGUI: Add hook when a tab is middle clicked
FalseHonesty
2020-05-08
Services: Renamed from Servers
Andreas Kling
2020-05-08
LibGUI: Highlight interactive area of hovered CheckBox and RadioButton
Andreas Kling
2020-05-08
LibGUI: Make the "enabled" widget state propagate to child widgets
Andreas Kling
2020-05-08
LibGUI: Fix for disable state of SpinBox
Hüseyin ASLITÜRK
2020-05-07
LibGUI: Properly draw the background of the selected TreeView line
DexesTTP
2020-05-07
LibGUI: Rename SyntaxLanguage::{Javascript -> JavaScript}
Linus Groh
2020-05-06
Misc: Replace "String(string_view)" with "string_view.to_string()"
Linus Groh
2020-05-05
LibJS: Implement exponentiation assignment operator (**=)
Linus Groh
2020-05-05
LibJS: Implement bitwise assignment operators (&=, |=, ^=)
Linus Groh
2020-05-04
LibGUI: Add ScrollableWidget::viewport_rect_in_content_coordinates()
Andreas Kling
2020-05-04
LibJS: Add template literals
mattco98
2020-05-02
WindowServer+LibGUI: Support the 4th and 5th mouse buttons
Andreas Kling
2020-05-02
LibGUI: Properly remove auto-destroyed child windows from reified_windows.
Emilio Cobos Álvarez
2020-05-02
LibGUI: FilePicker: Set initial sort to name instead of undefined
Ben Wiederhake
2020-05-02
LibGUI: Fix off-by-one in ScrollableWidget
Ben Wiederhake
2020-05-02
LibGUI: FilePicker: Make icon view button initially checked
Ben Wiederhake
2020-05-02
LibGUI: The UI calls it 'Icon view', fix the name in the code
Ben Wiederhake
2020-05-02
LibGUI: FilePicker: Populate location textbox
Ben Wiederhake
2020-05-02
LibGUI: FilePicker: Fix position of location textbox
Ben Wiederhake
2020-05-02
LibGUI: Display hidden columns as hidden
Ben Wiederhake
2020-05-02
LibGUI: Remove unneeded access rights
Ben Wiederhake
2020-05-02
WindowServer+LibGUI+Taskbar: Don't include frameless windows in lists
Andreas Kling
2020-05-02
LibCore+LibHTTP: Move out the HTTP handler and add HTTPS
AnotherTest
2020-05-02
WindowServer+LibGUI: Automatically close child windows with parent
Andreas Kling
2020-05-02
LibGUI: Make ComboBox list pop-up windows frameless
Andreas Kling
[prev]
[next]