summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2019-11-07LibHTML: Make the CSS parser return RefPtr'sAndreas Kling
2019-11-06LibHTML+IRCClient: Add an escape_html_entities() helperAndreas Kling
2019-11-06LibHTML: Make parse_html_document() return a RefPtrAndreas Kling
2019-11-06LibHTML: Rename parse_html() => parse_html_document()Andreas Kling
2019-11-06Revert "LibHTML: Rename parse_html() => parse_html_document()"Andreas Kling
2019-11-06LibHTML: Rename parse_html() => parse_html_document()Andreas Kling
2019-11-06LibHTML: Add parse_html_fragment()Andreas Kling
2019-11-06LibHTML: Add DocumentFragmentAndreas Kling
2019-11-06LibHTML: Add TreeNode::remove_child()Andreas Kling
2019-11-06LibELF: Move AK/ELF/ into Libraries/LibELF/Andreas Kling
2019-11-05LibHTML: Build some foundation for text selectionAndreas Kling
2019-11-05LibCore+LibGUI: Allow inserting a CObject/GWidget before anotherAndreas Kling
2019-11-05SoundPlayer: Changed some small cosmetic thingsTill Mayer
2019-11-05AWavLoader: Fixed incorrect computation of m_loaded_samplesTill Mayer
2019-11-05Kernel: Implement O_DIRECT open() flag to bypass disk cachesAndreas Kling
2019-11-05LibHTML: Add TreeNode::next_in_pre_order()Andreas Kling
2019-11-04LibAudio: Added playback control features to audio serverTill Mayer
2019-11-04LibGUI: Added getter for m_draggingTill Mayer
2019-11-04LibHTML: Add a convenient way to get from any layout node to the rootAndreas Kling
2019-11-04LibCore: Make CTCPServer's local address/port getters return OptionalsAndreas Kling
2019-11-04LibCore: Constify CTCPServer's local_address() and local_port()Andreas Kling
2019-11-04LibCore: Add local_{address,port} functions to CTCPServerConrad Pankoff
2019-11-04GTextEditor: Move the cursor to column 0 after deleting a whole lineAndreas Kling
2019-11-04LibC: Implemented atof()Jesse Buhagiar
2019-11-04LibCore: Flush outgoing IPC messages before trying to send a new oneAndreas Kling
2019-11-03TextEditor: Added undo functionalityrhin123
2019-11-03LibCore: Put a limit on how many unsent messages an IPC server queuesAndreas Kling
2019-11-03LibCore: Have IPC server connections queue up unsendable messagesAndreas Kling
2019-11-03LibM: Add back ampsin() since it was still used by tan()Andreas Kling
2019-11-03LibGUI: Move GTextPosition and GTextRange LogStream<< to their headersAndreas Kling
2019-11-03LibM: Fixed sin() precision (#726)Jesse
2019-11-03POSIX compliance: (most) shell scripts converted to generic shellGeorge Pickering
2019-11-02Kernel+LibC: Implement clock_gettime() and clock_nanosleep()Andreas Kling
2019-11-01LibGUI: Move text search functions from GTextEditor to GTextDocumentAndreas Kling
2019-10-31LibCore: Only wait 10ms between IPC connection retries instead of 1 secAndreas Kling
2019-10-30GTextEditor: Make text_position_at() protectedAndreas Kling
2019-10-30LibGUI: Add GTextDocument::text_in_range(GTextRange)Andreas Kling
2019-10-30LibMarkdown: Include a <head> element when rendering MD to HTMLAndreas Kling
2019-10-29AK: Allow JsonValue to store 64-bit integers internallyAndreas Kling
2019-10-28LibHTML: Add Document::force_layout()Andreas Kling
2019-10-28LibGUI: Make GTextBox non-finalAndreas Kling
2019-10-27LibGUI: Support multiple GTextEditors editing the same GTextDocumentAndreas Kling
2019-10-27LibGUI: Move visual line metadata from GTextDocument to GTextEditorAndreas Kling
2019-10-27LibGUI: Move GTextDocument out of GTextEditorAndreas Kling
2019-10-27LibGUI: Move GTextRange and GTextPosition to their own header filesAndreas Kling
2019-10-27GTextEditor: Double-clicking on a span should select the spanAndreas Kling
2019-10-27GTextEditor: Backspace over soft tabsAndreas Kling
2019-10-26GFilePicker: Allow overriding the window title for get_open_filepath()Andreas Kling
2019-10-26GTextEditor: set_text() should clear any existing spansAndreas Kling
2019-10-26LibHTML: Make <header> and <footer> be "display: block" by defaultAndreas Kling