summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2019-08-25GTextEditor: Unbreak selection painting in the new line-wrapping worldAndreas Kling
2019-08-25GTextEditor: Fix computing content x/rect values with line wrappingAndreas Kling
2019-08-25GTextEditor: Take horizontal padding into account for line visual rectsAndreas Kling
2019-08-25GTextEditor: Start working on a line-wrapping featureAndreas Kling
2019-08-25GTextEditor: Clean up some of the rect computationsAndreas Kling
2019-08-24TextEditor: Replaced 'Find' button with 'Prev' and 'Next' buttons.Andrew Weller
2019-08-24LibC: Fix strtol() handling of invalid charactersAndreas Kling
2019-08-23GTextEditor: Fix obvious bug in find()Andreas Kling
2019-08-21GTextEditor: Implement a simple text search APIAndreas Kling
2019-08-21GTextEditor: Run clang-format on GTextEditor.cppAndreas Kling
2019-08-21GTextEditor: Rename is_automatic_indentation_enabled() APIAndreas Kling
2019-08-21GTextEditor: Give Line objects a back-reference to the GTextEditorAndreas Kling
2019-08-20GScrollBar: Allow scrolling the scrollbar by mouse-wheeling over itAndreas Kling
2019-08-20GModel: Rename on_model_update(GModel&) => on_update()Andreas Kling
2019-08-20LibGUI: Remove confusing GModelNotification conceptAndreas Kling
2019-08-19LibVT: Add scrollback history to VT::TerminalAndreas Kling
2019-08-19LibC: Write to the dbg() every time we perror() in userspaceAndreas Kling
2019-08-19LibGUI: Implement save_to(JsonObject&) for GWindow and GWidgetAndreas Kling
2019-08-19LibCore: Move CObject serialization into CObject::save_to(JsonObject&)Andreas Kling
2019-08-19GraphicsBitmap: create_wrapper() should take pitch as a parameterAndreas Kling
2019-08-18LibCore: Make it possible to pass a parent to CFile constructorsAndreas Kling
2019-08-18LibGUI: Let GWindow::set_main_widget() take ownership of the widgetAndreas Kling
2019-08-18LibCore: Childify children of CLocalServer and IPC::ConnectionAndreas Kling
2019-08-18LibGUI: Make the timers in GAbstractButton and GScrollBar into childrenAndreas Kling
2019-08-18LibCore: Make CSocket's notifiers into children of the CSocketAndreas Kling
2019-08-18GTreeView: Support multiple root-level itemsAndreas Kling
2019-08-18GModel: Have create_index() take a const void*Andreas Kling
2019-08-18LibGUI: Add LogStream operator<< for GModelIndexAndreas Kling
2019-08-18LibHTML: Implement basic block height computationAndreas Kling
2019-08-18LibHTML: Finish the block width calculationAndreas Kling
2019-08-18LibHTML: Fix host build and turn on ccacheAndreas Kling
2019-08-18Kernel: Add framebuffer ioctls; wrap raw ioctls with a C APIConrad Pankoff
2019-08-18LibC: Move duplicated winsize struct definition into ioctl_numbers.hConrad Pankoff
2019-08-17LibC: Fix strtol() not populating `endptr' for valid stringsAndreas Kling
2019-08-17GTableView: Fix column resize cursor not showing up in scrolled tablesAndreas Kling
2019-08-17GTableView: Fix row selection when clicking between two cellsAndreas Kling
2019-08-17LibCore: Fix a crash in CArgsParserSergey Bugaev
2019-08-17LibC: Implement wait()Sergey Bugaev
2019-08-17Kernel+LibC+Userland: Support mounting other kinds of filesystemsSergey Bugaev
2019-08-17LibCore+rpcdump: Publish CObject graph to on-demand RPC socketAndreas Kling
2019-08-17CObject: Put all CObjects on a global IntrusiveList for introspectionAndreas Kling
2019-08-17LibCore: CIODevice::set_error() is meant to be called with the 'errno'Andreas Kling
2019-08-17Kernel: Added unmount ability to VFSJesse Buhagiar
2019-08-15Kernel+LibC: Add get_process_name() syscallAndreas Kling
2019-08-15LibC: Fix clang-tidy warning about else-after-return in errno handlingAndreas Kling
2019-08-14GTableView: Add a way to customize cell painting per-columnAndreas Kling
2019-08-14StylePainter: Move progress bar painting from GProgressBar to hereAndreas Kling
2019-08-14GJsonArrayModel: Add hook for customizing the GModel::Role::Custom dataAndreas Kling
2019-08-14Libraries: Add LibPCIDB for reading PCI device information from pci.idsConrad Pankoff
2019-08-13LibVT: Shave down VT::Attribute from 8 bytes to 3 bytesAndreas Kling