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-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
2019-05-07
ProcessManager: Draw the graphs as lines.
Andreas Kling
2019-05-07
ProcessManager: Tweak default column widths.
Andreas Kling
2019-05-07
Shell: Support home/end keys for line editing.
Andreas Kling
2019-05-07
Shell: Move the Shell to a separate directory and let's call it "Shell" :^)
Andreas Kling
2019-05-06
ProcessManager: Use the same margins for both CPU and memory graph.
Andreas Kling
2019-05-06
ProcessManager: Add CPU/memory usage graphs in a separate tab.
Andreas Kling
2019-05-05
ProcessManager+LibGUI: Tweak things to improve ProcessManager look.
Andreas Kling
2019-05-05
GTabWidget: Make a custom look for tab buttons.
Andreas Kling
2019-05-05
LibGUI: Start working on a tabbed widget container: GTabWidget.
Andreas Kling
2019-05-03
WindowServer+LibGUI: Allow changing whether windows have alpha channels.
Andreas Kling
2019-04-30
VisualBuilder: Tweak form grid color.
Andreas Kling
2019-04-30
VisualBuilder: Add GSlider to the widgets toolbox.
Andreas Kling
2019-04-30
Terminal: <esc>[m should clear the current attribute.
Andreas Kling
2019-04-29
Terminal: Add ability to adjust the terminal's opacity.
Andreas Kling
2019-04-29
Launcher: Add icons for VisualBuilder and IRCClient.
Andreas Kling
2019-04-26
LibGUI+WindowServer: Make it possible to have checkable GActions.
Andreas Kling
2019-04-25
GTextEditor: Add very basic automatic indentation.
Andreas Kling
2019-04-24
GTextEditor: Turn off the ruler by default.
Andreas Kling
2019-04-24
Taskbar: Clicking a window button now toggles minimized state.
Andreas Kling
2019-04-24
Taskbar: Forgot to add WindowIdentifier.h.
Andreas Kling
2019-04-23
WindowServer+TaskBar: Add a taskbar window button popup menu.
Andreas Kling
2019-04-23
FileManager: Add a window icon.
Andreas Kling
2019-04-23
Do a pass of compiler warning fixes.
Andreas Kling
2019-04-21
Include Makefile.common in all other Makefiles.
Andreas Kling
2019-04-20
ProcessManager: Exclude colonel process from process listing.
Andreas Kling
2019-04-20
Kernel: Make the colonel run at "Idle" priority (the lowest possible.)
Andreas Kling
2019-04-20
WindowServer: Introduce a WM event mask so Taskbar can ignore window rects.
Andreas Kling
[next]