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
2020-02-07
TextEditor: Enable C++ syntax highlighting for .cpp and .h files :^)
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
WindowServer: Move classes into WindowServer namespace
Andreas Kling
2020-02-06
Piano: Add export action
William McPherson
2020-02-06
Piano: Fix roll playback at startup
William McPherson
2020-02-06
Piano: Move piano roll internals to AudioEngine
William McPherson
2020-02-06
LibAudio: Remove leading A from filenames
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
LibGUI: Add HorizontalSlider and VerticalSlider convenience classes
Andreas Kling
2020-02-06
LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classes
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Size from the global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Point from global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
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-06
LibAudio: Put all classes in the Audio namespace and remove leading A
Andreas Kling
2020-02-05
LibC: Add posix_openpt(), grantpt() and unlockpt()
Andreas Kling
2020-02-05
Piano: Fix building with clang
joshua stein
2020-02-05
Welcome: Pass -m to ld to fix building with clang/lld
joshua stein
2020-02-05
SystemMonitor: Fix building with clang
joshua stein
2020-02-05
FileManager: Include limits.h for PATH_MAX
joshua stein
2020-02-05
FileManager: Fix building with clang
joshua stein
2020-02-05
FileManager: Include sys/stat.h for struct stat
joshua stein
2020-02-05
HexEditor: Remove unused m_hover_pos
joshua stein
2020-02-05
FileManager: Remove unused m_row variable
joshua stein
2020-02-05
Piano: Set some nice defaults
William McPherson
2020-02-05
Piano: Add release
William McPherson
2020-02-05
Piano: Add attack
William McPherson
2020-02-05
Piano: Add sustain
William McPherson
2020-02-05
Piano: Make decay more accurate
William McPherson
2020-02-05
Piano: Remove phony multiple same note playback
William McPherson
2020-02-05
Piano: Fix default knob values
William McPherson
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
Terminal: Remove an unused variable
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
2020-02-02
DisplayProperties: Highlight current wallpaper settings.
asliturk
2020-02-02
FileManager: Scope actions to the window where they logically belong
Andreas Kling
2020-01-31
Piano: Rewrite application
William McPherson
2020-01-30
SystemMonitor: Unveil /dev
Sergey Bugaev
2020-01-28
LibGUI+FileManager: Try better to detect executables
Sergey Bugaev
2020-01-28
Userland+Terminal: Port to new CArgsParser API
Sergey Bugaev
2020-01-27
FileManager: Show symlink targets in status bar message
Andreas Kling
2020-01-27
LibGUI: Add symlink targets as a column in GFileSystemModel
Andreas Kling
2020-01-27
FileManager: Use stat() when activating a file/directory
Andreas Kling
[next]