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
2019-09-05
TextEditor: Added GCommonActions
rhin123
2019-09-04
GDirectoryModel: Add a 32x32 filetype icon for sound files
Andreas Kling
2019-09-04
GLayout: Change default spacing to 3 pixels
Andreas Kling
2019-09-04
GSplitter: Change default spacing to 3 pixels
Andreas Kling
2019-09-04
GAction: Added GCommonActions as a template to create standard actions
rhin123
2019-09-02
LibGUI: Add GAboutDialog, a simple way to show a nice about box in apps
Andreas Kling
2019-09-01
LibGUI: Add a way for GWidgets to do custom layout on child hide/show
Andreas Kling
2019-09-01
GTextEditor: Hide the horizontal scrollbar when line-wrapping is on
Andreas Kling
2019-09-01
GTextEditor: Fix wrong width calculations with line-wrapping enabled
Andreas Kling
2019-09-01
GTextEditor: Make visual lines stop after their last character
Andreas Kling
2019-09-01
TextEditor: Stopped disappearing text at end of document (#505)
Rhin
2019-09-01
LibGUI: Add a way for GWidget subclasses to learn that the font changed
Andreas Kling
2019-08-29
GFontDatabase: Iterate the font database in alphabetical order
Andreas Kling
2019-08-29
WindowServer+LibGUI: Add support for nested menus
Andreas Kling
2019-08-29
GTextEditor: Set content size based on the visual line rects (#500)
Rhin
2019-08-28
GTextEditor: Optimize write_to_file() with ftruncate()
Andreas Kling
2019-08-27
GWindow: Allow clients to prevent close requests from closing
Andreas Kling
2019-08-27
GTextEditor: Always call did_change() after deleting with backspace
Andreas Kling
2019-08-27
GTextEditor: Fixed bug on KeyCode::Key_Right pressed.
Andrew Weller
2019-08-27
GTextEditor: Fixed bug in find_prev
Andrew Weller
2019-08-26
WindowServer+LibGUI: Show action icons in the menus when possible
Andreas Kling
2019-08-26
LibGUI: Port threading to LibThread
Sergey Bugaev
2019-08-25
LibGUI+TextEditor: Make GButton activate its action if present
Andreas Kling
2019-08-25
GTextEditor: Add add_custom_context_menu_action()
Andreas Kling
2019-08-25
GTextEditor: Simplify computation of visual selection start/end
Andreas Kling
2019-08-25
GTextEditor: Relayout when the line-wrapping setting is changed
Andreas Kling
2019-08-25
GTextEditor: Unbreak selection painting in the new line-wrapping world
Andreas Kling
2019-08-25
GTextEditor: Fix computing content x/rect values with line wrapping
Andreas Kling
2019-08-25
GTextEditor: Take horizontal padding into account for line visual rects
Andreas Kling
2019-08-25
GTextEditor: Start working on a line-wrapping feature
Andreas Kling
2019-08-25
GTextEditor: Clean up some of the rect computations
Andreas Kling
2019-08-24
TextEditor: Replaced 'Find' button with 'Prev' and 'Next' buttons.
Andrew Weller
2019-08-23
GTextEditor: Fix obvious bug in find()
Andreas Kling
2019-08-21
GTextEditor: Implement a simple text search API
Andreas Kling
2019-08-21
GTextEditor: Run clang-format on GTextEditor.cpp
Andreas Kling
2019-08-21
GTextEditor: Rename is_automatic_indentation_enabled() API
Andreas Kling
2019-08-21
GTextEditor: Give Line objects a back-reference to the GTextEditor
Andreas Kling
2019-08-20
GScrollBar: Allow scrolling the scrollbar by mouse-wheeling over it
Andreas Kling
2019-08-20
GModel: Rename on_model_update(GModel&) => on_update()
Andreas Kling
2019-08-20
LibGUI: Remove confusing GModelNotification concept
Andreas Kling
2019-08-19
LibGUI: Implement save_to(JsonObject&) for GWindow and GWidget
Andreas Kling
2019-08-18
LibGUI: Let GWindow::set_main_widget() take ownership of the widget
Andreas Kling
2019-08-18
LibGUI: Make the timers in GAbstractButton and GScrollBar into children
Andreas Kling
2019-08-18
GTreeView: Support multiple root-level items
Andreas Kling
2019-08-18
GModel: Have create_index() take a const void*
Andreas Kling
2019-08-18
LibGUI: Add LogStream operator<< for GModelIndex
Andreas Kling
2019-08-17
GTableView: Fix column resize cursor not showing up in scrolled tables
Andreas Kling
2019-08-17
GTableView: Fix row selection when clicking between two cells
Andreas Kling
2019-08-14
GTableView: Add a way to customize cell painting per-column
Andreas Kling
2019-08-14
StylePainter: Move progress bar painting from GProgressBar to here
Andreas Kling
[next]