Andreas Kling
|
f4b51a63ec
LibCore: Remove CTimer::create() overloads in favor of construct()
|
5 vuotta sitten |
Andreas Kling
|
50a6560413
LibCore: Convert CTimer to ObjectPtr
|
5 vuotta sitten |
Andreas Kling
|
270adea22f
WindowServer: Remove the default background wallpaper
|
5 vuotta sitten |
Jesse Buhagiar
|
ecbc0322c1
Applications: Create a display properties manager
|
5 vuotta sitten |
Sergey Bugaev
|
8d59b10022
WindowServer: Port threading to LibThread
|
5 vuotta sitten |
Andreas Kling
|
770cf498ca
WindowServer: Oops, remove an assertion that won't fly with MBVGA
|
5 vuotta sitten |
Andreas Kling
|
7038935f74
GraphicsBitmap: create_wrapper() should take pitch as a parameter
|
5 vuotta sitten |
Andreas Kling
|
8aece8f5b7
WindowServer: Make WSCompositor the parent of its timers
|
5 vuotta sitten |
Conrad Pankoff
|
23b6ef29dd
WindowServer: Detect framebuffer capabilities and settings
|
5 vuotta sitten |
Andreas Kling
|
14888bd992
WindowServer: Add a mode for running without buffer flipping
|
6 vuotta sitten |
Andreas Kling
|
b46dbfe7e4
WindowServer: Fix bad assertion when setting wallpaper
|
6 vuotta sitten |
Andreas Kling
|
1c0669f010
LibDraw: Introduce (formerly known as SharedGraphics.)
|
6 vuotta sitten |
Andreas Kling
|
27f699ef0c
AK: Rename the common integer typedefs to make it obvious what they are.
|
6 vuotta sitten |
Andreas Kling
|
315716d193
GUI: Use Win2K-like "warm gray" color instead of the older colder gray.
|
6 vuotta sitten |
Andreas Kling
|
90b1354688
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
|
6 vuotta sitten |
Andreas Kling
|
9ac17c7bc9
WindowServer: Render the global menubar into a separate WSWindow.
|
6 vuotta sitten |
Christopher Dumas
|
908d9458c7
WindowServer: New API for Scaled Blit
|
6 vuotta sitten |
Christopher Dumas
|
90d924a97c
WindowServer: Implement scaled backgrounds and scaled blitting function
|
6 vuotta sitten |
Christopher Dumas
|
c72953cf06
WindowServer: Clang-Format
|
6 vuotta sitten |
Andreas Kling
|
8d7fbbe1fb
WindowServer: Don't reach the end of mode_to_enum() without returning.
|
6 vuotta sitten |
Christopher Dumas
|
3e26faa226
removed extra impl of scaling
|
6 vuotta sitten |
Christopher Dumas
|
da9c70598f
centered backgrounds are now an option
|
6 vuotta sitten |
Christopher Dumas
|
c23882dde1
can now tile background and made sure the IRC choose server popup still works
|
6 vuotta sitten |
Christopher Dumas
|
e3f81bce49
IRC client setttings, Terminal settings, more WM settings
|
6 vuotta sitten |
Christopher Dumas
|
63486b8438
implemented settings for window manager.
|
6 vuotta sitten |
Robin Burchell
|
9b86eb9fad
WSCompositor: Allow a compose to bypass the timer when it first happens
|
6 vuotta sitten |
Robin Burchell
|
d66fa60fcf
WSCompositor: Use a timer to schedule compose rather than an event
|
6 vuotta sitten |
Andreas Kling
|
ad908f1395
WindowServer: Factor out compositing from WSWindowManager into WSCompositor.
|
6 vuotta sitten |