index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-08-25
Eyes: Add an option to show/hide the window frame
MacDue
2022-08-25
PixelPaint: Reduce verbosity of crop to content feature
faxe1008
2022-08-25
Applications: Use modeless windows in some apps
thankyouverycool
2022-08-25
LibGUI+Taskbar+WindowServer: Remove mode and parent methods from Taskbar
thankyouverycool
2022-08-25
WindowServer: Default to Desktop when picking a new active window
thankyouverycool
2022-08-25
WindowServer: Invalidate new and previous active input window frames
thankyouverycool
2022-08-25
WindowServer: Restore modal chains from the Taskbar and Switcher
thankyouverycool
2022-08-25
WindowServer: Use nearest modeless window for modal Taskbar rects
thankyouverycool
2022-08-25
WindowServer: Don't move child windows in unison with their parents
thankyouverycool
2022-08-25
WindowServer: Don't let modals minimize themselves
thankyouverycool
2022-08-25
WindowServer: Replace modal stacks with modal chains
thankyouverycool
2022-08-25
LibGUI+WindowServer+Apps: Replace Accessory Windows
thankyouverycool
2022-08-25
LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindows
thankyouverycool
2022-08-25
LibGUI+WindowServer: Introduce WindowModes
thankyouverycool
2022-08-25
WindowServer: Add modeless_ancestor() helper
thankyouverycool
2022-08-25
WindowServer: Remove m_unmaximized_rect from Window
thankyouverycool
2022-08-25
LibGfx+WindowServer: Remove set_size_around() from Rect and Window
thankyouverycool
2022-08-25
WindowServer: Remove nudge_into_desktop() from Window
thankyouverycool
2022-08-25
WindowServer: Fix typo 'reminder' -> 'remainder' in WindowManager
thankyouverycool
2022-08-25
WindowServer: Get taskbar height from TaskbarWindow directly
thankyouverycool
2022-08-25
LibGUI: Remember size and position of hidden Windows
thankyouverycool
2022-08-25
Apps+Demos+Dialogs: Remove unnecessary minimum window sizes
thankyouverycool
2022-08-25
LibGUI+WindowServer: Initialize minimum window size to zero
thankyouverycool
2022-08-24
LibCrypto: Implement a (mostly) proper to_double for UnsignedBigInteger
davidot
2022-08-24
LibCrypto: Make a VERIFY a static_assert since it only uses constants
davidot
2022-08-24
LibJS: Allow BigInts as destructuring property names
davidot
2022-08-24
LibJS: Fix that leftshift for BigInts did not round down
davidot
2022-08-24
LibJS: Use the new BigInt compare_to_double algorithm :^)
davidot
2022-08-24
LibCrypto: Add a way to compare a SignedBigInteger with a double
davidot
2022-08-24
Ports: Update gcc to version 12.2.0
Brian Gianforcaro
2022-08-24
Ports: Update binutils to version 2.39
Brian Gianforcaro
2022-08-24
Toolchain: Update GDB to version 12.1
Brian Gianforcaro
2022-08-24
Toolchain: Update binutils to version 2.39
Brian Gianforcaro
2022-08-24
Toolchain: Update gcc to version 12.2.0
Brian Gianforcaro
2022-08-24
Tests/Kernel: Make sure inaccessible area in TestEFault is actually that
Andreas Kling
2022-08-24
Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage
Andreas Kling
2022-08-24
Kernel: Make PhysicalPage::ref() use relaxed memory order
Andreas Kling
2022-08-24
Meta: Only include headings for populated groups/subgroups in emoji.txt
Ryan Liptak
2022-08-24
Kernel: Remove unnecessary forward declaration of s_mm_lock
Andreas Kling
2022-08-24
Kernel: Don't take MM lock in ~PageDirectory()
Andreas Kling
2022-08-24
Kernel: Don't take MM lock in MemoryManager::dump_kernel_regions()
Andreas Kling
2022-08-24
Kernel: Don't take MM lock in MemoryManager::enter_address_space()
Andreas Kling
2022-08-24
Kernel: Update comment about what the MM lock protects
Andreas Kling
2022-08-24
Kernel: Don't wrap AddressSpace's RegionTree in SpinlockProtected
Andreas Kling
2022-08-24
Kernel: Make file-backed memory regions remember description permissions
Andreas Kling
2022-08-24
Kernel: Simplify the File memory-mapping API
Andreas Kling
2022-08-24
Kernel: Wrap process address spaces in SpinlockProtected
Andreas Kling
2022-08-24
Kernel: Don't hog the MM lock while unmapping regions
Andreas Kling
2022-08-24
Kernel: Wrap RegionTree objects in SpinlockProtected
Andreas Kling
2022-08-24
WindowServer+DisplaySettings: Capitalize display mode dropdown
James Bellamy
[next]