summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2019-05-29Terminal: Add /usr/local/bin to the default PATH.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-05-27TextEditor: Fix window title when starting with an empty document.Andreas Kling
2019-05-27can now tile background and made sure the IRC choose server popup still worksChristopher Dumas
2019-05-27most apps now begin in the correct directoryChristopher Dumas
2019-05-27IRC client setttings, Terminal settings, more WM settingsChristopher Dumas
2019-05-27Applications: Let's put spaces in app namesAndreas Kling
2019-05-26GFilePicker: Return paths as FileSystemPath rather than Stringfaissaloo
2019-05-24WindowServer: Make it possible to turn off window title bars (#88)Christopher Dumas
2019-05-24Launcher loads applications from Launcher.ini, is started by default, and is ...Christopher Dumas
2019-05-24LibGUI: Make GCheckBox inherit from GAbstractButton.Andreas Kling
2019-05-24LibGUI: Add a GAbstractButton base class for button widgets.Andreas Kling
2019-05-24Added functionality to make back and forward buttons work in FileManager. AlsoChristopher Dumas
2019-05-17Terminal: Uh, also change the one caller of beep() to sysbeep()..Andreas Kling
2019-05-16Terminal: Set original window title to "Terminal"Andreas Kling
2019-05-16TextEditor: Make use of GFilePicker to select a file to openRobin Burchell
2019-05-16WindowServer/GMenu: Adjust the popup position to fit the window inside the sc...Robin Burchell
2019-05-15Kernel: Add a beep() syscall that beeps the PC speaker.Andreas Kling
2019-05-15LibGUI: Support cycling through focusable widgets with Tab and Shift-Tab.Andreas Kling
2019-05-14ProcessManager: Keep /proc/all open to reduce CPU impact of ProcessManager.Andreas Kling
2019-05-13Fix "make clean" not deleting app binaries.Andreas Kling
2019-05-12Change String&& arguments to const String& in a couple of places.Andreas Kling
2019-05-11Fix some more victims of the new default layout spacing.Andreas Kling
2019-05-11FileManager: Tweak layout spacing (new default looks weird here.)Andreas Kling
2019-05-11Terminal: Give the terminal widget a sunken container look.Andreas Kling
2019-05-11IRCClient: Tweak appearance.Andreas Kling
2019-05-10ProcessManager: Tweak appearance (spacing, margins..)Andreas Kling
2019-05-10About: Center the window on screen and make it non-resizable.Andreas Kling
2019-05-09LibGUI: Remove GModel activations to GAbstractView.Andreas Kling
2019-05-09LibGUI: Start working on a file picker dialog (GFilePicker).Andreas Kling
2019-05-08FileManager: When mkdir() fails, show the path we passed in the message.Andreas Kling
2019-05-08GMessageBox: Add icons to message boxes with 3 standard ones to choose from.Andreas Kling
2019-05-08Replace various copies of parse_uint(String) with String::to_uint().Andreas Kling
2019-05-08Move VisualBuilder into a new DevTools directory.Andreas Kling
2019-05-08VisualBuilder: Add a simple mechanism to write a form out to disk.Andreas Kling
2019-05-07VisualBuilder: Add a way to dump the current form to the debugger.Andreas Kling
2019-05-07ProcessManager: Draw the graphs as lines.Andreas Kling
2019-05-07ProcessManager: Tweak default column widths.Andreas Kling
2019-05-07Shell: Support home/end keys for line editing.Andreas Kling
2019-05-07Shell: Move the Shell to a separate directory and let's call it "Shell" :^)Andreas Kling
2019-05-06ProcessManager: Use the same margins for both CPU and memory graph.Andreas Kling
2019-05-06ProcessManager: Add CPU/memory usage graphs in a separate tab.Andreas Kling
2019-05-05ProcessManager+LibGUI: Tweak things to improve ProcessManager look.Andreas Kling
2019-05-05GTabWidget: Make a custom look for tab buttons.Andreas Kling
2019-05-05LibGUI: Start working on a tabbed widget container: GTabWidget.Andreas Kling
2019-05-03WindowServer+LibGUI: Allow changing whether windows have alpha channels.Andreas Kling
2019-04-30VisualBuilder: Tweak form grid color.Andreas Kling
2019-04-30VisualBuilder: Add GSlider to the widgets toolbox.Andreas Kling
2019-04-30Terminal: <esc>[m should clear the current attribute.Andreas Kling
2019-04-29Terminal: Add ability to adjust the terminal's opacity.Andreas Kling