summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
2019-09-05TextEditor: Added GCommonActionsrhin123
2019-09-04GDirectoryModel: Add a 32x32 filetype icon for sound filesAndreas Kling
2019-09-04GLayout: Change default spacing to 3 pixelsAndreas Kling
2019-09-04GSplitter: Change default spacing to 3 pixelsAndreas Kling
2019-09-04GAction: Added GCommonActions as a template to create standard actionsrhin123
2019-09-02LibGUI: Add GAboutDialog, a simple way to show a nice about box in appsAndreas Kling
2019-09-01LibGUI: Add a way for GWidgets to do custom layout on child hide/showAndreas Kling
2019-09-01GTextEditor: Hide the horizontal scrollbar when line-wrapping is onAndreas Kling
2019-09-01GTextEditor: Fix wrong width calculations with line-wrapping enabledAndreas Kling
2019-09-01GTextEditor: Make visual lines stop after their last characterAndreas Kling
2019-09-01TextEditor: Stopped disappearing text at end of document (#505)Rhin
2019-09-01LibGUI: Add a way for GWidget subclasses to learn that the font changedAndreas Kling
2019-08-29GFontDatabase: Iterate the font database in alphabetical orderAndreas Kling
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-26LibGUI: Port threading to LibThreadSergey 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-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-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-19LibGUI: Implement save_to(JsonObject&) for GWindow and GWidgetAndreas Kling
2019-08-18LibGUI: Let GWindow::set_main_widget() take ownership of the widgetAndreas Kling
2019-08-18LibGUI: Make the timers in GAbstractButton and GScrollBar into childrenAndreas 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-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-14GTableView: Add a way to customize cell painting per-columnAndreas Kling
2019-08-14StylePainter: Move progress bar painting from GProgressBar to hereAndreas Kling