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-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-06-07
LibGUI: Don't scroll cursor into view while reflows are deferred
Andreas Kling
2020-06-07
LibJS: Add BigInt
Linus Groh
2020-06-07
LibJS: Lex and parse regex literals, add RegExp objects
Matthew Olsson
2020-06-07
LibGUI: Fix broken clip rect when scrolling a TextEditor
Andreas Kling
2020-06-06
LibGUI: Fix TextEditor painting glitch after add_clip_rect() change
Andreas Kling
2020-06-04
LibGUI: Fix bad KeyEvent::m_key initializer to unbreak SDL2 port
Andreas Kling
2020-06-03
LibGUI: Add scancode value to KeyEvent
Hüseyin ASLITÜRK
2020-06-03
LibGUI: Add save action to CommonActions list
Hüseyin ASLITÜRK
2020-06-01
LibGUI: Tweak AboutDialog a bit, remove big Buggie from system variant
Andreas Kling
2020-05-30
WindowServer+LibGUI: Add per-window progress
Andreas Kling
2020-05-30
LibGUI+HackStudio: Fix cursor appearance and crash while debugging
FalseHonesty
2020-05-29
LibGUI: Fix cursor being out of view after typing
FalseHonesty
2020-05-29
LibGUI: Fix TextEditor crashing when selecting a blank line
FalseHonesty
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-28
LibGUI: Don't show big Buggie in app about dialogs
Andreas Kling
2020-05-27
LibGUI: Add up & down arrow hooks and input history to TextBox
FalseHonesty
2020-05-27
LibGUI: Defer line reflow during text insertion
Andreas Kling
2020-05-27
LibGUI: Make TextEditor::select_all() move the cursor to document head
Andreas Kling
2020-05-27
LibGUI, About: Implement system-wide W2k-esque About dialog
Nick Vella
2020-05-27
LibGUI: Change GUI::KeyEvent::key() type to KeyCode
Sergey Bugaev
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-25
LibGUI: Add flag to TextDocument's word break locator methods
FalseHonesty
2020-05-24
LibGUI: Use word breaks to intelligently navigate a TextEditor
FalseHonesty
2020-05-24
LibGUI: Add word break locator methods to TextDocument
FalseHonesty
2020-05-23
LibGUI: Improve double click selection on documents without spans
FalseHonesty
2020-05-22
LibGUI: Add hook when a context menu is requested on a button
FalseHonesty
2020-05-21
LibGUI: Add hook when a context menu is requested on a tab
FalseHonesty
2020-05-21
LibGUI: Fix view column auto-sizing of icon-only columns
Andreas Kling
2020-05-21
LibGUI: Remove Model::row_name() since nothing used it
Andreas Kling
2020-05-21
LibGUI: Make all views use CenterLeft as the default text alignment
Andreas Kling
2020-05-21
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
Andreas Kling
2020-05-21
LibGUI: Replace ColumnMetadata::sortable => Model::is_column_sortable()
Andreas Kling
2020-05-21
LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadata
Andreas Kling
2020-05-21
LibGUI: Models should always specify font via Model::Role::Font
Andreas Kling
2020-05-21
LibGUI: Always paint the cursor visible when focusing a TextEditor
Andreas Kling
2020-05-21
LibGUI: Focus the first focusable widget added to a window
Andreas Kling
2020-05-21
LibGUI: Move AbstractTableView::keydown_event() down to TableView
Andreas Kling
2020-05-21
LibGUI: Allow expand/collapse subtrees in TreeView with Alt+Left/Right
Andreas Kling
2020-05-21
LibGUI: FileSystemModel, markdown file icon for .md files.
Hüseyin ASLITÜRK
2020-05-20
LibGUI: Add MessageBox question icon
Hüseyin ASLITÜRK
2020-05-20
LibGUI: Replace up and down arrows with emoji
Hüseyin ASLITÜRK
2020-05-20
LibGUI: Update copyright character in about dialog
Hüseyin ASLITÜRK
2020-05-19
LibGUI: Use dbg() instead of dbgprintf() in GUI::Dialog
Andreas Kling
2020-05-19
LibGUI: Remove some ancient unused debug logging in AbstractButton
Andreas Kling
2020-05-19
LibGUI: Add ability to hide GUI::TabWidget's tab bar
Linus Groh
2020-05-18
LibGUI: Make text selection feel better in single-line editors
Andreas Kling
2020-05-18
LibGUI: Add 1px of horizontal content padding to TextEditor
Andreas Kling
2020-05-18
LibGUI: Grow the "line content rect" slightly in single line text boxes
Andreas Kling
2020-05-18
LibGUI: Use a variable-width font by default in single-line TextEditors
Andreas Kling
[next]