index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
Taskbar
Age
Commit message (
Expand
)
Author
2020-05-08
Services: Move Taskbar and SystemMenu from Applications to Services
Andreas Kling
2020-05-06
Taskbar: Remove checkable property from taskbar buttons
Yonatan Goldschmidt
2020-05-02
WindowServer+LibGUI+Taskbar: Don't include frameless windows in lists
Andreas Kling
2020-04-19
LibCore: Add StandardPaths thing to retrieve various standard locations
Andreas Kling
2020-04-18
Taskbar: Remove frame around quick-launch icons
Andreas Kling
2020-03-30
Taskbar: Show default window icons when no icons are set
Tibor Nagy
2020-03-23
Taskbar: Remove FIXME re: tooltip rendering since it's now working (#1502)
Nick Tiberi
2020-03-18
Taskbar: chdir to home directory before launching apps
Itamar
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-03-03
LibGUI: Remove Button& parameter from Button::on_click hook
Andreas Kling
2020-02-28
Kernel+LibC: Rename shared buffer syscalls to use a prefix
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-14
LibGfx: Add forward declaration header
Andreas Kling
2020-02-10
AK: Remove bitrotted Traits::dump() mechanism
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
IPCCompiler: Put message classes in the Messages namespace
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-03
LibC: Move waitpid() to sys/wait.h
Sergey Bugaev
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Add "accept" pledge promise for accepting incoming connections
Andreas Kling
2020-01-12
Applications+DevTools+MenuApplets: Drop "unix" pledge when possible
Andreas Kling
2020-01-11
Kernel: fork()ed children should inherit pledge promises :^)
Andreas Kling
2020-01-11
Taskbar: Use pledge()
Andreas Kling
2020-01-01
AK: Move the userspace SharedBuffer from LibC to AK
Andreas Kling
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-04
Taskbar: Add a quick launch bar
Sergey Bugaev
2019-12-03
WindowServer+Taskbar: Animate window frames on minimize/unminimize
Andreas Kling
2019-12-02
WindowServer: Port to the new IPC system
Andreas Kling
2019-11-08
LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnection
Andreas Kling
2019-09-22
Taskbar: Remove window buttons from the taskbar when appropriate
Andreas Kling
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-09-21
LibGUI: Convert custom widgets and subclasses to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GFrame to ObjectPtr
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-07-28
WindowServer+LibGUI: Remove old "icon path" way of doing things.
Andreas Kling
2019-07-28
WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.
Andreas Kling
2019-07-25
LibCore: Introduce a C_OBJECT macro.
Andreas Kling
2019-07-24
Convert HashMap<Key, OwnPtr<T>> to HashMap<Key, NonnullOwnPtr<T>>.
Andreas Kling
2019-07-23
LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().
Andreas Kling
2019-07-20
GWidget: Add set_preferred_size(width, height) overload.
Andreas Kling
[next]