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-30
LibGUI: Update FilePicker location textbox when changing directory
Linus Groh
2020-06-30
LibGUI: Only show FilePicker preview pane on demand
Linus Groh
2020-06-30
LibGUI: Tweak FilePicker layout to remove bottom padding
Linus Groh
2020-06-29
LibGUI: Add TextEditor::set_icon()
Andreas Kling
2020-06-29
LibGUI: SpinBox: update the displayed value when set_range() clamps it
Benoît Lormeau
2020-06-27
LibGUI: Fix image preview size in FilePicker for large images
Hüseyin ASLITÜRK
2020-06-21
LibGUI: Bug fix on GUI::Image when image is nullptr
Hüseyin ASLITÜRK
2020-06-18
LibGUI: Add a new Window::is_maximized method
Hüseyin ASLITÜRK
2020-06-18
LibGUI: Fix MessageBox width calculation not including the icon width
Andreas Kling
2020-06-18
AboutDialog: Replace Label with Image to show banner and app icon
Hüseyin ASLITÜRK
2020-06-18
MessageBox: Replace Label with Image component to show icons
Hüseyin ASLITÜRK
2020-06-18
FilePicker: Replace Label with Image component to show icons
Hüseyin ASLITÜRK
2020-06-18
LibGUI: Add a new GUI::Image component for display images
Hüseyin ASLITÜRK
2020-06-17
LibGUI: Use Core::File::read_link()
Sergey Bugaev
2020-06-16
LibGUI: Replace text attribute on KeyEvent with code_point attribute
Hüseyin ASLITÜRK
2020-06-15
LibGUI: Use new Bitmap::is_path_a_supported_image_format method
Hüseyin ASLITÜRK
2020-06-15
LibGUI: Don't update cursor, if visual data out-of-date
Kevin Meyer
2020-06-13
AK: JsonParser improvements
Matthew Olsson
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-11
LibIPC+WindowServer+LibGUI: Detect and highlight unresponsive GUI apps
Andreas Kling
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
[next]