index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
WindowServer
Age
Commit message (
Expand
)
Author
2019-03-14
WindowServer: Fix crash when initiating resize from a window edge.
Andreas Kling
2019-03-13
Kernel: Oops, gettimeofday()'s tv_usec should be micro, not milliseconds.
Andreas Kling
2019-03-10
WindowServer: Include switcher windows in the window iteration.
Andreas Kling
2019-03-10
WindowServer: Show the username of the WindowServer owner in the menu.
Andreas Kling
2019-03-10
WindowServer: Window iteration should see the highlight window "in front".
Andreas Kling
2019-03-10
WindowServer: Clear any highlighted window when dismissing the switcher.
Andreas Kling
2019-03-10
WindowServer: Tweak CPU usage history color.
Andreas Kling
2019-03-10
WindowServer: Fix bug where window content could bleed through menus.
Andreas Kling
2019-03-09
WindowServer: Skip composing windows where entire dirty rect is covered.
Andreas Kling
2019-03-09
SharedGraphics: Allow passing a Font to text drawing functions.
Andreas Kling
2019-03-09
WindowServer: Initiating a window drag/resize should also make frontmost.
Andreas Kling
2019-03-09
WindowServer: Always clip window updates to the window's outer rect.
Andreas Kling
2019-03-09
SharedGraphics: Add PainterStateSaver RAII helper and Point::operator-().
Andreas Kling
2019-03-08
LibGUI+WindowServer: Implement drag-to-select behavior in GTextEditor.
Andreas Kling
2019-03-08
Seal clipboard buffers after copying data into them.
Andreas Kling
2019-03-08
WindowServer+LibGUI: Add a server-side clipboard.
Andreas Kling
2019-03-08
Add a C++ helper class for working with shared buffers.
Andreas Kling
2019-03-08
WindowServer: Fix slightly off alignment of menubar clock.
Andreas Kling
2019-03-07
Base+WindowServer: Add a new default wallpaper for fun.
Andreas Kling
2019-03-06
WindowServer: Add window icons. Every window has the same icon for now.
Andreas Kling
2019-03-06
WindowServer: Only the left mouse button should initiate window drag.
Andreas Kling
2019-03-06
WindowServer: Tweak appearance of window close buttons.
Andreas Kling
2019-03-06
WindowServer: Use the right font for computing titlebar text rects.
Andreas Kling
2019-03-06
More work on the variable-width font support.
Andreas Kling
2019-03-06
Make a preparation pass for variable-width fonts.
Andreas Kling
2019-03-06
WindowServer: Let the window switcher render itself as a WSWindow.
Andreas Kling
2019-03-05
WindowServer: Store the mouse button state in one variable.
Andreas Kling
2019-03-05
Kernel+WindowServer: Move mouse input signal parsing to kernel driver.
Andreas Kling
2019-03-04
WindowServer: Determine resizing "hot corner" based on window's outer rect.
Andreas Kling
2019-03-03
WindowServer: Add a window switcher.
Andreas Kling
2019-03-03
WindowManager: Allow moving windows around using Logo+LMB.
Andreas Kling
2019-03-03
Detect the "Logo" (Windows/Apple/whatever) key and use it for window resize.
Andreas Kling
2019-03-03
LibGUI: Move shortcut actions from GEventLoop to GApplications.
Andreas Kling
2019-03-02
LibGUI+WindowServer: Add app-global keyboard shortcuts.
Andreas Kling
2019-03-01
WindowServer: Use SA_NOCLDWAIT.
Andreas Kling
2019-03-01
Put miscellaneous debug spam behind #ifdefs.
Andreas Kling
2019-03-01
Base: Add Csilla Bold 7x10 variant.
Andreas Kling
2019-02-28
SharedGraphics: Make Painter clipping work with translated clip origin.
Andreas Kling
2019-02-28
WindowServer: Add "Open ProcessManager..." to system menu.
Andreas Kling
2019-02-26
WindowServer: Add 1920x1080 resolution option.
Andreas Kling
2019-02-26
More compat work. Rename libraries from LibFoo.a => libfoo.a
Andreas Kling
2019-02-26
WindowServer: Reduce resize related debug spam.
Andreas Kling
2019-02-26
WindowServer: Bump height of window titlebars and menus from 16 to 18.
Andreas Kling
2019-02-26
WindowServer+LibGUI: Send the window size along with Paint server messages.
Andreas Kling
2019-02-26
WindowServer+LibGUI: Fix global mouse tracking with recursive widget trees.
Andreas Kling
2019-02-26
WindowServer: Add a simple CPU usage graph to the global menu bar.
Andreas Kling
2019-02-26
WindowServer: Only invalidate the menubar rect when an app changes menubar.
Andreas Kling
2019-02-26
WindowServer: Make message receivers be weak pointers.
Andreas Kling
2019-02-25
More moving towards using signed types.
Andreas Kling
2019-02-25
Convert more RetainPtr use to Retained.
Andreas Kling
[next]