Age | Commit message (Expand) | Author |
2020-08-13 | LibGUI: Add ModelIndex::model() | Andreas Kling |
2020-08-13 | LibGUI: Remove unused bool SortingProxyModel::m_sorting | Andreas Kling |
2020-08-13 | LibGUI: Rename ModelClient::on_model_update() => model_did_update() | Andreas Kling |
2020-08-13 | LibGUI: Remove Model::sibling() since it's the same as index() | Andreas Kling |
2020-08-13 | LibGUI: Move Model::index() out of line | Andreas Kling |
2020-08-13 | LibGUI: Rename SortingProxyModel "target" to "source" instead | Andreas Kling |
2020-08-13 | LibGUI: Fix ColorPicker custom color offset | Linus Groh |
2020-08-13 | LibGUI: Fix ComboBox desktop intersection rect | Linus Groh |
2020-08-13 | LibGUI: Add Desktop::{taskbar,menubar}_height() | Linus Groh |
2020-08-12 | LibGUI: Move file icon lookup into a separate FileIconProvider | Andreas Kling |
2020-08-12 | LibGUI: Mark compilation-unit-only functions as static | Ben Wiederhake |
2020-08-12 | ScrollBar: Let clicking the gutter scroll by one page | Nico Weber |
2020-08-12 | ScrollBar: Simplify ScrollBar::scroll_to_position() | Nico Weber |
2020-08-12 | GUI: Rename ScrollBar::scrubber_size() to ScrollBar::visibile_scrubber_size() | Nico Weber |
2020-08-12 | GUI: Give MouseEvent shift() / ctrl() / alt() / logo() functions | Nico Weber |
2020-08-12 | GUI: Extract a ScrollBar::scroll_to_position method | Nico Weber |
2020-08-05 | Unicode: Try s/codepoint/code_point/g again | Nico Weber |
2020-08-05 | Revert "Unicode: s/codepoint/code_point/g" | Nico Weber |
2020-08-05 | LibGUI: Use set_cursor() in TextEditor::set_document() | Linus Groh |
2020-08-03 | Unicode: s/codepoint/code_point/g | Andreas Kling |
2020-08-03 | LibGUI: WidgetScrollable scrolls horizontally when shift is pressed | Mathieu PATUREL |
2020-08-03 | CppLexer: Actually give raw strings type RawString | Nico Weber |
2020-08-01 | LibGUI: Add FilteringProxyModel | AnotherTest |
2020-08-01 | LibGUI: Add focus hooks to TextEditor | AnotherTest |
2020-08-01 | LibGUI+WindowServer: Provide default placement to windows | Peter Elliott |
2020-07-28 | LibGUI: Enable icons for SubMenus | Ben Wiederhake |
2020-07-28 | LibGUI: Refactor icon realization in Menu | Ben Wiederhake |
2020-07-28 | LibGUI: Set correct default value during menu destruction | Ben Wiederhake |
2020-07-28 | DevTools+LibGUI: Make ProcessChooser a general Dialog in LibGUI | thankyouverycool |
2020-07-27 | CppLexer: Support raw string literals | Nico Weber |
2020-07-27 | CppLexer: Support L, u, u8, U prefixes on string and char literals | Nico Weber |
2020-07-27 | CppLexer: Correctly highlight hex escapes in string and char literals | Nico Weber |
2020-07-27 | CppLexer: Support \U escapes in addition to \u escapes | Nico Weber |
2020-07-27 | CppLexer: Add token types for "::", "::*", ".*", "->*" | Nico Weber |
2020-07-27 | CppLexer: Add token types for ".", "->" | Nico Weber |
2020-07-27 | CppLexer: Add token types for "!", "!=", "~", "?", ":" | Nico Weber |
2020-07-27 | CppLexer: Add token types for "^", "^=" | Nico Weber |
2020-07-27 | CppLexer: Add token types for "++", "--" | Nico Weber |
2020-07-27 | CppLexer: Add token types for "&", "&&", "&=", "|", "||", "|=" | Nico Weber |
2020-07-27 | CppLexer: Add token types for ">", ">=", ">>", ">>=" | Nico Weber |
2020-07-27 | CppLexer: Add token types for "<", "<=", "<<", "<<=", "<>" | Nico Weber |
2020-07-26 | LibGUI: Remove accidentally committed file :^) | Andreas Kling |
2020-07-26 | CppLexer: Add token types for "+", "+=", "-", "-=", "=", "==", "/", "/=" | Nico Weber |
2020-07-26 | CppLexer: Add token type for "*=" | Nico Weber |
2020-07-26 | LibCore+LibGUI: Switch to using AK::is and AK::downcast | Andreas Kling |
2020-07-26 | LibGUI+WindowServer: Allow applets to retrieve their location | thankyouverycool |
2020-07-24 | LibGUI: Break up Window::event() into many smaller functions | Andreas Kling |
2020-07-23 | LibGUI: Add {Horizontal,Vertical}Slider to the forwarding header | Andreas Kling |
2020-07-23 | LibGUI: Make window-parented actions actually scoped to the window | Andreas Kling |
2020-07-23 | LibGUI: Fix build after renaming Image => ImageWidget | Andreas Kling |