index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
Help
Age
Commit message (
Expand
)
Author
2020-04-28
LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^)
Andreas Kling
2020-04-24
Browser+LibWeb: Open link in new tab on Ctrl+Click :^)
Andreas Kling
2020-04-24
LibWeb: Pass link target to HtmlView's on_link_click callback
Linus Groh
2020-04-23
Help: Sort the manual pages alphabetically
Andreas Kling
2020-04-23
Applications: Tweak main layout spacing and background
Andreas Kling
2020-04-23
LibGUI: Add a ToolBarContainer widget and put most ToolBars in one
Andreas Kling
2020-04-21
LibGUI: Make MenuBar a Core::Object
Andreas Kling
2020-04-04
LibGUI: Add MenuBar::add_menu(name)
Andreas Kling
2020-03-14
LibWeb: Parse <script> elements and run any JavaScript found inside
Andreas Kling
2020-03-13
Applications: Use "Document - AppName" window title format
Tibor Nagy
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling
2020-03-07
LibWeb: Move everything into the Web namespace
Andreas Kling
2020-03-07
LibGUI: Move Icon and FontDatabase into the GUI namespace
Shannon Booth
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-03
LibGUI: Some more convenience functions for constructing widgets
Andreas Kling
2020-03-01
AK: Remove unnecessary casts to size_t, after Vector changes
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-14
LibCore: Add a forward declaration header
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classes
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
2020-01-24
Meta: Claim copyright for files created by me
Sergey Bugaev
2020-01-21
Help: Use unveil()
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-18
Help: Set tree view as focused widget
Shannon Booth
2020-01-17
Kernel: Add "accept" pledge promise for accepting incoming connections
Andreas Kling
2020-01-12
Applications+DevTools+MenuApplets: Drop "unix" pledge when possible
Andreas Kling
2020-01-12
Help: Use pledge()
Andreas Kling
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-09
LibGUI: Make GMenu inherit from CObject
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-11-06
LibHTML: Rename parse_html() => parse_html_document()
Andreas Kling
2019-11-06
Revert "LibHTML: Rename parse_html() => parse_html_document()"
Andreas Kling
2019-11-06
LibHTML: Rename parse_html() => parse_html_document()
Andreas Kling
2019-10-09
LibHTML: Rename Document::normalize() to fixup() and always do it
Andreas Kling
2019-10-05
LibGUI: Add back/forward actions to GCommonActions
Andreas Kling
2019-10-05
LibHTML: Make StyleResolver responsible for loading the default style
Andreas Kling
2019-10-03
Help: Follow clicked links
Sergey Bugaev
2019-09-30
Help+man.md: Add man sections
Larkin Nickle
2019-09-28
Help: Don't crash on startup when non-md man pages are present :^)
Andreas Kling
[next]