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-11-07
LibHTML: Make the CSS parser return RefPtr's
Andreas Kling
2019-11-06
LibHTML+IRCClient: Add an escape_html_entities() helper
Andreas Kling
2019-11-06
LibHTML: Make parse_html_document() return a RefPtr
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-11-06
LibHTML: Add parse_html_fragment()
Andreas Kling
2019-11-06
LibHTML: Add DocumentFragment
Andreas Kling
2019-11-06
LibHTML: Add TreeNode::remove_child()
Andreas Kling
2019-11-06
LibELF: Move AK/ELF/ into Libraries/LibELF/
Andreas Kling
2019-11-05
LibHTML: Build some foundation for text selection
Andreas Kling
2019-11-05
LibCore+LibGUI: Allow inserting a CObject/GWidget before another
Andreas Kling
2019-11-05
SoundPlayer: Changed some small cosmetic things
Till Mayer
2019-11-05
AWavLoader: Fixed incorrect computation of m_loaded_samples
Till Mayer
2019-11-05
Kernel: Implement O_DIRECT open() flag to bypass disk caches
Andreas Kling
2019-11-05
LibHTML: Add TreeNode::next_in_pre_order()
Andreas Kling
2019-11-04
LibAudio: Added playback control features to audio server
Till Mayer
2019-11-04
LibGUI: Added getter for m_dragging
Till Mayer
2019-11-04
LibHTML: Add a convenient way to get from any layout node to the root
Andreas Kling
2019-11-04
LibCore: Make CTCPServer's local address/port getters return Optionals
Andreas Kling
2019-11-04
LibCore: Constify CTCPServer's local_address() and local_port()
Andreas Kling
2019-11-04
LibCore: Add local_{address,port} functions to CTCPServer
Conrad Pankoff
2019-11-04
GTextEditor: Move the cursor to column 0 after deleting a whole line
Andreas Kling
2019-11-04
LibC: Implemented atof()
Jesse Buhagiar
2019-11-04
LibCore: Flush outgoing IPC messages before trying to send a new one
Andreas Kling
2019-11-03
TextEditor: Added undo functionality
rhin123
2019-11-03
LibCore: Put a limit on how many unsent messages an IPC server queues
Andreas Kling
2019-11-03
LibCore: Have IPC server connections queue up unsendable messages
Andreas Kling
2019-11-03
LibM: Add back ampsin() since it was still used by tan()
Andreas Kling
2019-11-03
LibGUI: Move GTextPosition and GTextRange LogStream<< to their headers
Andreas Kling
2019-11-03
LibM: Fixed sin() precision (#726)
Jesse
2019-11-03
POSIX compliance: (most) shell scripts converted to generic shell
George Pickering
2019-11-02
Kernel+LibC: Implement clock_gettime() and clock_nanosleep()
Andreas Kling
2019-11-01
LibGUI: Move text search functions from GTextEditor to GTextDocument
Andreas Kling
2019-10-31
LibCore: Only wait 10ms between IPC connection retries instead of 1 sec
Andreas Kling
2019-10-30
GTextEditor: Make text_position_at() protected
Andreas Kling
2019-10-30
LibGUI: Add GTextDocument::text_in_range(GTextRange)
Andreas Kling
2019-10-30
LibMarkdown: Include a <head> element when rendering MD to HTML
Andreas Kling
2019-10-29
AK: Allow JsonValue to store 64-bit integers internally
Andreas Kling
2019-10-28
LibHTML: Add Document::force_layout()
Andreas Kling
2019-10-28
LibGUI: Make GTextBox non-final
Andreas Kling
2019-10-27
LibGUI: Support multiple GTextEditors editing the same GTextDocument
Andreas Kling
2019-10-27
LibGUI: Move visual line metadata from GTextDocument to GTextEditor
Andreas Kling
2019-10-27
LibGUI: Move GTextDocument out of GTextEditor
Andreas Kling
2019-10-27
LibGUI: Move GTextRange and GTextPosition to their own header files
Andreas Kling
2019-10-27
GTextEditor: Double-clicking on a span should select the span
Andreas Kling
2019-10-27
GTextEditor: Backspace over soft tabs
Andreas Kling
2019-10-26
GFilePicker: Allow overriding the window title for get_open_filepath()
Andreas Kling
2019-10-26
GTextEditor: set_text() should clear any existing spans
Andreas Kling
2019-10-26
LibHTML: Make <header> and <footer> be "display: block" by default
Andreas Kling
[prev]
[next]