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
Age
Commit message (
Expand
)
Author
2019-06-22
PaintBrush: Add a color picker tool.
Andreas Kling
2019-06-21
AK: Rename Retainable.h => RefCounted.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-21
AK: Rename Retainable => RefCounted.
Andreas Kling
2019-06-21
WindowServer+Taskbar: Let WindowServer manage the "window menus".
Andreas Kling
2019-06-21
PaintBrush: Make a little icon for the spray tool.
Andreas Kling
2019-06-17
PaintBrush: Make spray circular.
Sergey Bugaev
2019-06-17
Add a simple spray fill tool
Robin Burchell
2019-06-16
PaintBrush: Reduce debug spam in the color editor dialog.
Andreas Kling
2019-06-16
PaintBrush: Allow editing palette colors by ctrl-clicking them.
Andreas Kling
2019-06-16
PaintBrush: Flood filling with the same color is a no-op.
Andreas Kling
2019-06-15
PaintBrush: Make little icons for the pen and bucket tools.
Andreas Kling
2019-06-15
GraphicsBitmap: Provide templated versions of get_pixel() and set_pixel().
Andreas Kling
2019-06-15
PaintBrush: Fix some silly logic typos in flood fill.
Andreas Kling
2019-06-15
PaintBrush: Use a Queue<Point> for the flood fill.
Andreas Kling
2019-06-14
PaintBrush: Speed up the bucket tool with smarter use of Vector.
Andreas Kling
2019-06-14
PaintBrush: Implement a naive but working bucket fill tool.
Andreas Kling
2019-06-14
PaintBrush: Factor out the pen tool into an actual PenTool class.
Andreas Kling
2019-06-12
Terminal: Add support for DCH ('P' final)
Andreas Kling
2019-06-12
PaintBrush: Start fleshing out a toolbox widget.
Andreas Kling
2019-06-11
PaintBrush: Let's use Color::MidGray for the outside-the-bitmap area.
Andreas Kling
2019-06-11
PaintBrush: Tidy up the UI a bit. Add some more colors.
Andreas Kling
2019-06-11
Terminal: Add support for REP ('b' final)
Andreas Kling
2019-06-10
PaintBrush: Add some placeholder menus so it looks proper.
Andreas Kling
2019-06-10
PaintBrush: Make it possible to switch colors using the PaletteWidget.
Andreas Kling
2019-06-10
PaintBrush: Add a PaletteWidget to allow color selection.
Andreas Kling
2019-06-10
PaintBrush: Use draw_line() when drawing continuously.
Andreas Kling
2019-06-10
PaintBrush: Start working on a simple painting application.
Andreas Kling
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-07
ProcessManager+top: Rename "linear" size to "virtual" size.
Andreas Kling
2019-06-07
Applications: Run clang-format on everything.
Andreas Kling
2019-06-07
Terminal: Use the visual bell by default.
Andreas Kling
2019-06-06
Terminal: Reallocate kept lines when resizing the terminal.
Andreas Kling
2019-06-06
Terminal: Store horizontal tabs in a Vector.
Andreas Kling
2019-06-03
Terminal: Use Vectors and OwnPtrs for Terminal lines. Adjust scroll
Christopher Dumas
2019-06-03
Terminal: Implement scroll region termcodes
Christopher Dumas
2019-06-03
StringViewize a bunch of things -- mostly LibGUI
Robin Burchell
2019-06-02
Take StringView in more places
Robin Burchell
2019-06-01
WindowServer+LibGUI: Add a way to bring a window to the front.
Andreas Kling
2019-06-01
Terminal: Fix insufficient repaint after visual bell clears.
Andreas Kling
2019-06-01
Terminal: Single settings window & consistant visual bell timing
Christopher Dumas
2019-06-01
Terminal: Settings windows can be opened multiple times
Christopher Dumas
2019-06-01
Terminal: Audible vs Visible beep option
Christopher Dumas
2019-05-30
Terminal: Fix some missing text attributes
Robin Burchell
2019-05-29
Terminal: Add /usr/local/bin to the default PATH.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-27
TextEditor: Fix window title when starting with an empty document.
Andreas Kling
2019-05-27
can now tile background and made sure the IRC choose server popup still works
Christopher Dumas
2019-05-27
most apps now begin in the correct directory
Christopher Dumas
[next]