summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2019-08-29WindowServer+LibGUI: Add support for nested menusAndreas Kling
2019-08-29GTextEditor: Set content size based on the visual line rects (#500)Rhin
2019-08-28GTextEditor: Optimize write_to_file() with ftruncate()Andreas Kling
2019-08-27GWindow: Allow clients to prevent close requests from closingAndreas Kling
2019-08-27GTextEditor: Always call did_change() after deleting with backspaceAndreas Kling
2019-08-27GTextEditor: Fixed bug on KeyCode::Key_Right pressed.Andrew Weller
2019-08-27GTextEditor: Fixed bug in find_prevAndrew Weller
2019-08-26WindowServer+LibGUI: Show action icons in the menus when possibleAndreas Kling
2019-08-26LibThread: Move CLock to LibThread::LockSergey Bugaev
2019-08-26LibCore: Remove CThreadSergey Bugaev
2019-08-26LibGUI: Port threading to LibThreadSergey Bugaev
2019-08-26LibThread: Introduce a new threading librarySergey Bugaev
2019-08-25LibGUI+TextEditor: Make GButton activate its action if presentAndreas Kling
2019-08-25GTextEditor: Add add_custom_context_menu_action()Andreas Kling
2019-08-25LibC: Add realpathRok Povsic
2019-08-25LibDraw: Fix wrong installation pathAndreas Kling
2019-08-25GTextEditor: Simplify computation of visual selection start/endAndreas Kling
2019-08-25GTextEditor: Relayout when the line-wrapping setting is changedAndreas Kling
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