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-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
2019-05-27
IRC client setttings, Terminal settings, more WM settings
Christopher Dumas
2019-05-27
Applications: Let's put spaces in app names
Andreas Kling
2019-05-26
GFilePicker: Return paths as FileSystemPath rather than String
faissaloo
2019-05-24
WindowServer: Make it possible to turn off window title bars (#88)
Christopher Dumas
2019-05-24
Launcher loads applications from Launcher.ini, is started by default, and is ...
Christopher Dumas
2019-05-24
LibGUI: Make GCheckBox inherit from GAbstractButton.
Andreas Kling
2019-05-24
LibGUI: Add a GAbstractButton base class for button widgets.
Andreas Kling
2019-05-24
Added functionality to make back and forward buttons work in FileManager. Also
Christopher Dumas
2019-05-17
Terminal: Uh, also change the one caller of beep() to sysbeep()..
Andreas Kling
2019-05-16
Terminal: Set original window title to "Terminal"
Andreas Kling
2019-05-16
TextEditor: Make use of GFilePicker to select a file to open
Robin Burchell
2019-05-16
WindowServer/GMenu: Adjust the popup position to fit the window inside the sc...
Robin Burchell
2019-05-15
Kernel: Add a beep() syscall that beeps the PC speaker.
Andreas Kling
2019-05-15
LibGUI: Support cycling through focusable widgets with Tab and Shift-Tab.
Andreas Kling
2019-05-14
ProcessManager: Keep /proc/all open to reduce CPU impact of ProcessManager.
Andreas Kling
2019-05-13
Fix "make clean" not deleting app binaries.
Andreas Kling
2019-05-12
Change String&& arguments to const String& in a couple of places.
Andreas Kling
2019-05-11
Fix some more victims of the new default layout spacing.
Andreas Kling
2019-05-11
FileManager: Tweak layout spacing (new default looks weird here.)
Andreas Kling
2019-05-11
Terminal: Give the terminal widget a sunken container look.
Andreas Kling
2019-05-11
IRCClient: Tweak appearance.
Andreas Kling
2019-05-10
ProcessManager: Tweak appearance (spacing, margins..)
Andreas Kling
2019-05-10
About: Center the window on screen and make it non-resizable.
Andreas Kling
2019-05-09
LibGUI: Remove GModel activations to GAbstractView.
Andreas Kling
2019-05-09
LibGUI: Start working on a file picker dialog (GFilePicker).
Andreas Kling
2019-05-08
FileManager: When mkdir() fails, show the path we passed in the message.
Andreas Kling
2019-05-08
GMessageBox: Add icons to message boxes with 3 standard ones to choose from.
Andreas Kling
2019-05-08
Replace various copies of parse_uint(String) with String::to_uint().
Andreas Kling
2019-05-08
Move VisualBuilder into a new DevTools directory.
Andreas Kling
2019-05-08
VisualBuilder: Add a simple mechanism to write a form out to disk.
Andreas Kling
2019-05-07
VisualBuilder: Add a way to dump the current form to the debugger.
Andreas Kling
[next]