Age | Commit message (Expand) | Author |
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 |
2020-07-23 | LibGUI: Rename GUI::Image => GUI::ImageWidget | Andreas Kling |
2020-07-23 | TextEditor: Jump to word break when deleting and holding Ctrl modifier | Sasan Hezarkhani |
2020-07-22 | LibGUI: Remove unnecessary LibHTTP #include | AnotherTest |
2020-07-20 | LibGUI: Use ControlBoxButtons in SpinBox and ComboBox | thankyouverycool |
2020-07-20 | LibGUI: Add ControlBoxButton to LibGUI | thankyouverycool |
2020-07-19 | LibGUI: Show the special home directory icon in GUI::FilePicker | Andreas Kling |
2020-07-19 | LibGUI: Show a special icon for the home directory in FileSystemModel | Andreas Kling |
2020-07-19 | LibGUI+FileManager: Add setting for showing/hiding dotfiles | Andreas Kling |
2020-07-18 | LibGUI: Set parent icon, margins and disable resize for InputBox | thankyouverycool |
2020-07-18 | LibGUI: Paint slider knob as indented when disabled | thankyouverycool |
2020-07-16 | LibGUI: Turn a heap-allocated event into a stack-allocated one | Andreas Kling |
2020-07-16 | LibGUI: Add InputBox::show with required parent window argument | Tom |
2020-07-16 | LibWeb: Require parent window argument for MessageBox | Tom |
2020-07-16 | LibGUI: Add parent window argument to FilePicker functions | Tom |
2020-07-16 | LibGUI: Clear previous main widget's window | Tom |
2020-07-16 | WindowServer: Expose window parent information and more modal improvements | Tom |