summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-05LibGUI: Use set_cursor() in TextEditor::set_document()Linus Groh
2020-08-03Unicode: s/codepoint/code_point/gAndreas Kling
2020-08-03LibGUI: WidgetScrollable scrolls horizontally when shift is pressedMathieu PATUREL
2020-08-03CppLexer: Actually give raw strings type RawStringNico Weber
2020-08-01LibGUI: Add FilteringProxyModelAnotherTest
2020-08-01LibGUI: Add focus hooks to TextEditorAnotherTest
2020-08-01LibGUI+WindowServer: Provide default placement to windowsPeter Elliott
2020-07-28LibGUI: Enable icons for SubMenusBen Wiederhake
2020-07-28LibGUI: Refactor icon realization in MenuBen Wiederhake
2020-07-28LibGUI: Set correct default value during menu destructionBen Wiederhake
2020-07-28DevTools+LibGUI: Make ProcessChooser a general Dialog in LibGUIthankyouverycool
2020-07-27CppLexer: Support raw string literalsNico Weber
2020-07-27CppLexer: Support L, u, u8, U prefixes on string and char literalsNico Weber
2020-07-27CppLexer: Correctly highlight hex escapes in string and char literalsNico Weber
2020-07-27CppLexer: Support \U escapes in addition to \u escapesNico Weber
2020-07-27CppLexer: Add token types for "::", "::*", ".*", "->*"Nico Weber
2020-07-27CppLexer: Add token types for ".", "->"Nico Weber
2020-07-27CppLexer: Add token types for "!", "!=", "~", "?", ":"Nico Weber
2020-07-27CppLexer: Add token types for "^", "^="Nico Weber
2020-07-27CppLexer: Add token types for "++", "--"Nico Weber
2020-07-27CppLexer: Add token types for "&", "&&", "&=", "|", "||", "|="Nico Weber
2020-07-27CppLexer: Add token types for ">", ">=", ">>", ">>="Nico Weber
2020-07-27CppLexer: Add token types for "<", "<=", "<<", "<<=", "<>"Nico Weber
2020-07-26LibGUI: Remove accidentally committed file :^)Andreas Kling
2020-07-26CppLexer: Add token types for "+", "+=", "-", "-=", "=", "==", "/", "/="Nico Weber
2020-07-26CppLexer: Add token type for "*="Nico Weber
2020-07-26LibCore+LibGUI: Switch to using AK::is and AK::downcastAndreas Kling
2020-07-26LibGUI+WindowServer: Allow applets to retrieve their locationthankyouverycool
2020-07-24LibGUI: Break up Window::event() into many smaller functionsAndreas Kling
2020-07-23LibGUI: Add {Horizontal,Vertical}Slider to the forwarding headerAndreas Kling
2020-07-23LibGUI: Make window-parented actions actually scoped to the windowAndreas Kling
2020-07-23LibGUI: Fix build after renaming Image => ImageWidgetAndreas Kling
2020-07-23LibGUI: Rename GUI::Image => GUI::ImageWidgetAndreas Kling
2020-07-23TextEditor: Jump to word break when deleting and holding Ctrl modifierSasan Hezarkhani
2020-07-22LibGUI: Remove unnecessary LibHTTP #includeAnotherTest
2020-07-20LibGUI: Use ControlBoxButtons in SpinBox and ComboBoxthankyouverycool
2020-07-20LibGUI: Add ControlBoxButton to LibGUIthankyouverycool
2020-07-19LibGUI: Show the special home directory icon in GUI::FilePickerAndreas Kling
2020-07-19LibGUI: Show a special icon for the home directory in FileSystemModelAndreas Kling
2020-07-19LibGUI+FileManager: Add setting for showing/hiding dotfilesAndreas Kling
2020-07-18LibGUI: Set parent icon, margins and disable resize for InputBoxthankyouverycool
2020-07-18LibGUI: Paint slider knob as indented when disabledthankyouverycool
2020-07-16LibGUI: Turn a heap-allocated event into a stack-allocated oneAndreas Kling
2020-07-16LibGUI: Add InputBox::show with required parent window argumentTom
2020-07-16LibWeb: Require parent window argument for MessageBoxTom
2020-07-16LibGUI: Add parent window argument to FilePicker functionsTom
2020-07-16LibGUI: Clear previous main widget's windowTom
2020-07-16WindowServer: Expose window parent information and more modal improvementsTom