summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-26LibGUI: Rename table view's "cell painting delegate" to "column *"Andreas Kling
2020-08-26LibGUI: Move table view headers into their own widgetAndreas Kling
2020-08-26LibGUI: Make Splitter inherit from Widget instead of FrameAndreas Kling
2020-08-26LibGUI: Clip GUI::Frame children to the frame_inner_rect()Andreas Kling
2020-08-26LibGUI: Allow widgets to clip their child widgetsAndreas Kling
2020-08-26Spreadsheet: Focus the spreadsheet table on startupAndreas Kling
2020-08-26LibGUI: Add Widget focus proxiesAndreas Kling
2020-08-26LibC: Prospective fix for openssl buildSergio Ahumada
2020-08-26LibGUI: Change window size and margin in ColorPickerLepkoQQ
2020-08-26LibGUI: Add spinbox for alpha channel in ColorPickerLepkoQQ
2020-08-26LibGUI: Show current and selected color comparison in ColorPickerLepkoQQ
2020-08-26LibGUI: Resize ColorPicker to include frame thicknessLepkoQQ
2020-08-26LibGUI: Split ColorPicker in to a field and sliderLepkoQQ
2020-08-26LibGfx: Use valid hsv values in painter debugLepkoQQ
2020-08-26LibGfx: Always use 0..360 0..1 0..1 in HSV colorsLepkoQQ
2020-08-26LibGUI: Select current color when opening pickerLepkoQQ
2020-08-25JS Tests: Disable the one failing test when running test-js in SerenityNico Weber
2020-08-25LibGUI: Make ScrollBar show hover state of scrubber after gutter dragNico Weber
2020-08-25LibGUI: Only paint ScrollBar hover states if a component is pressedNico Weber
2020-08-25LibGUI: Make ScrollBar track the currently pressed componentNico Weber
2020-08-25LibJS: Make Interpreter::throw_exception() a void functionLinus Groh
2020-08-25LibGUI: Make scrollbars keep scrolling by page while clicking the gutterNico Weber
2020-08-25LibGUI: Keep scrollbar timer active while mouse is downNico Weber
2020-08-25LibGUI: Extract ScrollBar::update_hovered_component() methodNico Weber
2020-08-25LibGUI: Extract ScrollBar::component_at_position() methodNico Weber
2020-08-25AK: Add Endian.h header to replace NetworkOrdered.h.asynts
2020-08-25LibGUI: Make AutomaticScrollingKind a paramter on set_automatic_scrolling_activeNico Weber
2020-08-25LibGUI: In ScrollBar, rename AutomaticScrollingDirection to AutomaticScrollin...Nico Weber
2020-08-25LibGUI: Make ScrollBar shift-click use same code path as scrubber clickNico Weber
2020-08-25AK: TestSuite: Define assert macros with do { } while(0). (#3292)Paul Scharnofske
2020-08-25Kernel: Optimize SlabAllocator to be lock-freeTom
2020-08-25Kernel: Copy command line to a safe placeTom
2020-08-25Kernel: Switch singletons to use new Singleton classTom
2020-08-25Kernel: Fix kmalloc memory corruptionTom
2020-08-25Kernel: Make PhysicalPage not movable and use atomic ref countingTom
2020-08-25Spreadsheet: Add "Save As"AnotherTest
2020-08-25LibGUI: Add a save_as common actionAnotherTest
2020-08-25Spreadsheet: Implement state-preserving saves and loadsAnotherTest
2020-08-25HackStudio: Add a registers view for the current function in debug modeLuke
2020-08-25HackStudio: Add a disassembly view for the current function in debug modeLuke
2020-08-25LibDebug: Move everything into the "Debug" namespaceLuke
2020-08-25Kernel: Scroll wheel amount on Intellimouse is 4 bits instead of 8Luke
2020-08-25Misc: Remove some unneeded includes of Timer.h and ElapsedTimer.h (#3286)Nico Weber
2020-08-25Documentation: Update BuildInstructions.mdSergio Ahumada
2020-08-24LibGUI: Pressing Return in an editable TableView should begin editingAndreas Kling
2020-08-24LibGUI: Return focus to view when stopping editingAndreas Kling
2020-08-24LibGUI: Always update() after changing AbstractView sort column/orderAndreas Kling
2020-08-24LibGUI: Allow moving the TableView selection horizontally with keyboardAndreas Kling
2020-08-24LibGUI: Add AbstractTableView::scroll_into_view(ModelIndex, bool, bool)Andreas Kling
2020-08-24Spreadsheet: Add back the menubarAnotherTest