summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI
AgeCommit message (Expand)Author
2021-03-19LibGUI: Add corresponding padding to ListView content widththankyouverycool
2021-03-19LibGUI: Walk all visible rows when updating TreeView column sizesthankyouverycool
2021-03-19LibGUI: Support double-click resizing multi-column TreeViewsthankyouverycool
2021-03-18LibGUI: Support double-click resizing column headersthankyouverycool
2021-03-17QuickShow: Animate animated images :^)Linus Groh
2021-03-17LibGUI: Animate any image in ImageWidget, not just *.gifLinus Groh
2021-03-16LibGUI: Remove has_visible_list members from TextEditorthankyouverycool
2021-03-16LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888xAndreas Kling
2021-03-15LibGUI: Fix crash when text_in_range() was called on an empty documentCesar Torres
2021-03-13LanguageServers/Cpp: Complete Preprocessor definitionsItamar
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-12LibGUI: Add variable padding and center bitmaps in TableViewsthankyouverycool
2021-03-12LibGUI: Clear inactive selections in DisplayOnly TextEditorsthankyouverycool
2021-03-12LibGUI: Add opacity to ImageWidgetthankyouverycool
2021-03-12LibGUI: Set override cursor to none when widget is disabledthankyouverycool
2021-03-12LibGUI: Register more GML properties and widgetsthankyouverycool
2021-03-12LibGfx+LibGUI: Add support for vertical ProgressBarsthankyouverycool
2021-03-12LibGUI: Ignore scroll length multiplier in SpinBoxes & Slidersthankyouverycool
2021-03-11Everywhere: Rename "logo" key to "super" keyAndreas Kling
2021-03-08LibGUI: Use AK_ENUM_BITWISE_OPERATORS for the FocusPolicy enumBrian Gianforcaro
2021-03-07LibGUI: Scroll selection into view when the IconView is first laid outspeles
2021-03-04LibGUI: Increase row height in Table/ColumnViews and center iconsthankyouverycool
2021-03-04LibGUI: Handle some edge cases in the spanned text drawing algorithmAnotherTest
2021-03-04TextEditor: Don't attempt to stop the autocomplete timer if it is nullItamar
2021-03-02LibGUI: Add word wrapping to Labelsthankyouverycool
2021-03-01LibGUI: Add possibility to search for exact match in modelspeles
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