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
Age
Commit message (
Expand
)
Author
2019-09-06
LibC: Borrow a slightly more functional getopt()
Andreas Kling
2019-09-06
GTextEditor: Paint line numbers with TopRight text alignment
Andreas Kling
2019-09-06
LibDraw: Add TextAlignment::TopRight
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-06
GScrollBar: Scrolling with the mouse wheel should use step increments
Andreas Kling
2019-09-06
TextEditor: Removed unnecessary use of for_each
rhin123
2019-09-05
LibGUI: Teach GScrollableWidget how to hide unnecessary scrollbars
Andreas Kling
2019-09-05
Terminal: Add some basic emoji support
Sergey Bugaev
2019-09-05
WindowServer+LibGUI+FontEditor: Encode special characters as UTF-8
Sergey Bugaev
2019-09-05
LibDraw: Add emoji drawing support to Painter
Sergey Bugaev
2019-09-05
LibDraw: Add emoji support to the Font class
Sergey Bugaev
2019-09-05
LibDraw: Introduce an Emoji class
Sergey Bugaev
2019-09-05
TextEditor: Added GCommonActions
rhin123
2019-09-04
GDirectoryModel: Add a 32x32 filetype icon for sound files
Andreas Kling
2019-09-04
LibAudio: Allow tweaking how much get_more_samples() reads from file
Andreas Kling
2019-09-04
LibAudio: Add AClientConnetion::try_enqueue() API
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
CIODevice: Add is_open()
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-02
LibC: Support _PC_PATH_MAX in [f]pathconf
Conrad Pankoff
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
Rect: Add contains_vertically(y) and contains_horizontally(x)
Andreas Kling
2019-09-01
LibThread: Add missing install.sh script
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
LibThread: Move CLock to LibThread::Lock
Sergey Bugaev
2019-08-26
LibCore: Remove CThread
Sergey Bugaev
2019-08-26
LibGUI: Port threading to LibThread
Sergey Bugaev
2019-08-26
LibThread: Introduce a new threading library
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
LibC: Add realpath
Rok Povsic
2019-08-25
LibDraw: Fix wrong installation path
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
[next]