summaryrefslogtreecommitdiff
path: root/Libraries/LibCore
AgeCommit message (Expand)Author
2021-01-01LibCore: Remove Core::Object::is_widget() in favor of RTTIAndreas Kling
2021-01-01LibCore: Remove some hand-rolled type information from Core::ObjectAndreas Kling
2021-01-01LibCore: Add typed find_child and find_descendant helpers to ObjectAndrew Kaster
2020-12-30AK+Format: Remove TypeErasedFormatParams& from format function.asynts
2020-12-30ProtocolServer: Stream the downloaded data if possibleAnotherTest
2020-12-30LibGUI: Register a whole bunch of properties in various widgetsAnotherTest
2020-12-30LibGUI+LibCore: Remove the GUI::SizePolicy enumAndreas Kling
2020-12-29LibCore: Add REGISTER_TEXT_ALIGNMENT_PROPERTY macroLinus Groh
2020-12-29LibCore: Add REGISTER_ENUM_PROPERTY macroLinus Groh
2020-12-28LibCore: Make Core::Timer::create_single_shot() create a stopped timerAndreas Kling
2020-12-27LibCore: Add Object::remove_all_children()Linus Groh
2020-12-27Kernel: Remove the per-process icon_id and sys$set_process_icon()Andreas Kling
2020-12-27Kernel: Expose process executable paths in /proc/allAndreas Kling
2020-12-23LibCore: Stop logging that a Core::Socket has disconnected in receive()Andreas Kling
2020-12-22LibCore: Rename identifiers that can clash with libc macros (#4127)ร‰rico Nogueira Rolim
2020-12-21Kernel: Improve time keeping and dramatically reduce interrupt loadTom
2020-12-18LibCore: UDPServer::bind: Replace bind failure assert() with perror()Brendan Coles
2020-12-16LibCore: Expose some Socket properties to make then inspectableConrad Pankoff
2020-12-14LibCore: Add DirectoryWatcherItamar
2020-12-14Loader: Stabilize loader & Use shared libraries everywhere :^)Itamar
2020-12-13LibCore: Make IODevice::read_line() return a StringAndreas Kling
2020-12-06LibCore: Offer to display a general descriptionBen Wiederhake
2020-11-30LibCore: Don't wait for negative amount of timeTom
2020-11-29LibCore: Reduce debug spam from successful gzip decodingAndreas Kling
2020-11-29LibCore: Do not try to null-terminate a ByteBuffer in read_line()AnotherTest
2020-11-24LibCore: Make `guess_mime_type_based_on_filename()' recognise CSV filesAnotherTest
2020-11-15Everywhere: Add missing <AK/ByteBuffer.h> includesAndreas Kling
2020-11-12InputFileStream: Incorrectly defaulted constructorLenny Maiorani
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-11-09AK: Rename new_out to out and new_warn to warn.asynts
2020-11-08LibGUI+WindowServer: Make DragOperation hold a MimeData instanceAnotherTest
2020-11-07LibCore: Run clang-format on ArgsParser.cppAndreas Kling
2020-11-07LibCore: Add an ArgsParser::add_option() overload for doublesNico Weber
2020-10-25LibCore: IODevice::can_read_line() should succeed for newline-less fileAndreas Kling
2020-10-25LibCore: Rename File::ShouldCloseFile{Description => Descriptor}Linus Groh
2020-10-21LibCore+WebServer+LibWeb: Make MIME type guesser take a StringViewAndreas Kling
2020-10-17LibCore: Use new format functions in some places.asynts
2020-10-17LibCore: Add formatter for Object.asynts
2020-10-17LibCore: Make Object::m_all_objects_list_node privateNico Weber
2020-09-30LibCore: Add ensure_parent_directories to LibCore::FileItamar
2020-09-29LibCore: Expose origin timestamp of Core::ElapsedTimeAndreas Kling
2020-09-28LibCore: Make TCPServer::listen() report failure instead of assertingAndreas Kling
2020-09-25Meta+LibC through LibHTTP: Make clang-format-10 cleanBen Wiederhake
2020-09-21LibCore: Add Core::Account for login management.Peter Elliott
2020-09-16LibCore: Add missing .characters() for String::format.asynts
2020-09-16LibCore: Add find_executable_in_path.asynts
2020-09-16LibCore: Add Notifier::closeTom
2020-09-15LibCore: Make Core::Object properties more dynamicAndreas Kling
2020-09-15LibCore: Add command() utility functionsItamar
2020-09-14AK: Lower the requirements for InputStream::eof and rename it.asynts