summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2021-03-01LibGUI: Implemented line wrapping for new spanned text drawingTorben Thaysen
2021-03-01LibGUI: drawing spanned text no longer *horribly* inefficientTorben Thaysen
2021-02-27LibGUI: Remove ControlBoxButton widgetthankyouverycool
2021-02-27HackStudio: Support searching symbol declarations in the LocatorItamar
2021-02-27LanguageServers/Cpp: Add type to DeclarationsItamar
2021-02-27LanguageServers: Add ProjectLoaction, Declaration types and use in IPCItamar
2021-02-27LibGUI: Make empty TextRange invalidspeles
2021-02-27LibGUI: add a rudimentary framework for Wizards.Nick Vella
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-26LibGUI: Set correct open action for LinkLabel context menuthankyouverycool
2021-02-25LibGUI: Paint all widgets as toolbars in ToolBarContainerthankyouverycool
2021-02-25LibGUI: Improve IconView rubberband performanceTom
2021-02-25LibGUI: Avoid needlessly copying vectors of rectsTom
2021-02-25LibGUI: Process pending invalidations when handling paint eventsTom
2021-02-25LibGUI: Constrain widgets to invalidating themselves onlyTom
2021-02-24LibGUI: Let cursor start a wrapped lineAngus Gibson
2021-02-24LibGUI: Remove redundant cursor updateAngus Gibson
2021-02-24LibGUI: Account for the row and column headers when painting a TableViewAnotherTest
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-22LibGUI: Ignore glyph dimensions when painting a titleless GroupBoxthankyouverycool
2021-02-22TextEditor+LibGUI: Add case matching and wrap around optionalitythankyouverycool
2021-02-21LibGUI: Show context menu when right-clicking a LinkLabelMițca Dumitru
2021-02-21LibGUI: Copy alpha channel as-is when keeping backing bitmaps in syncTom
2021-02-21LibGUI: Fix crash when previewing palette imagesBen Wiederhake
2021-02-21WindowServer: Allow changing frameless state after a window is createdTom
2021-02-21LibGUI: Let ScrollableWidget handle the wheel events of its ScrollBarsTom
2021-02-20LibGUI: Always set tree column content width to widest open nodethankyouverycool
2021-02-20LibGUI: Recheck size excesses when scrollbars become visiblethankyouverycool
2021-02-20LibGUI: Set IconView content width to actual content onlythankyouverycool
2021-02-20LibGUI: Allow setting a tooltip on BreadcrumbBar segmentsAndreas Kling
2021-02-20LibGUI: Ignore keydown events with Alt modifier in AbstractViewAndreas Kling
2021-02-20LibGUI: Parent FilePicker toolbar buttons to the windowAndreas Kling
2021-02-20LibGUI: Use delegating constructors in GUI::ActionAndreas Kling
2021-02-20LibGUI: Tidy up Action constructors and factory functions a bitAndreas Kling
2021-02-20LibGUI: Set InputBox initial value to text_value stringLinus Groh
2021-02-20LibGUI: Swap order of InputBox value and parent window argsLinus Groh
2021-02-19LibGUI: Remove GUI::FilePicker::file_exists()Andreas Kling
2021-02-19LibGUI: Port GUI::FilePicker to GML and improve the layoutAndreas Kling
2021-02-19LibGUI: Register GUI::MultiViewAndreas Kling
2021-02-17LibGUI: Correctly handle ComboBox list windows of less than three items (~50p...Nick Vella
2021-02-17LibGUI: Convert dbgprintf() => dbgln()Andreas Kling
2021-02-16LibGUI: Make Model::data_matches() take Variant by const-referenceAndreas Kling
2021-02-16LibGUI: Add ScrollableWidget to forwarding headerAndreas Kling
2021-02-16LibGUI: Set correct ranges for hidable scrollbarsthankyouverycool
2021-02-16WindowServer+LibGUI+LibGfx: Add WindowType::ToolWindowAndreas Kling
2021-02-16WindowServer, LibGUI: Variable minimum window sizesNick Vella
2021-02-15WindowServer: Add support for alpha channel based hit testingTom
2021-02-15LibGUI: Open context menu on 'Menu' key downJean-Baptiste Boric
2021-02-15LibGUI: Make TextEditor write a trailing newline to non-empty filesAndreas Kling
2021-02-15LibGUI: Use a ScopeGuard to close the fd in TextEditor::write_to_file()Andreas Kling