summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-02-15LibGUI: Remove some header dependencies from Application.hAndreas Kling
2020-02-15LibGUI: Remove more header dependencies from Widget.hAndreas Kling
2020-02-15LibCore: Replace manual forward declarations with <LibCore/Forward.h>Andreas Kling
2020-02-14LibGUI: Remove some header dependencies from Widget.hAndreas Kling
2020-02-14LibGfx: Add forward declaration headerAndreas Kling
2020-02-14LibCore: Add a forward declaration headerAndreas Kling
2020-02-14AK: Add a forward declaration headerAndreas Kling
2020-02-14LibGUI: Port the drag&drop code to Core::MimeDataAndreas Kling
2020-02-13FileManager: Copy item(s) when dragging and dropping them :^)Andreas Kling
2020-02-13FileManager: Run clang-format on main.cppAndreas Kling
2020-02-11IRCClient: Use Core::DateTimeAndreas Kling
2020-02-11SystemMonitor: Tweak bottom margin of the process tableAndreas Kling
2020-02-10Terminal: Set up a nice $PROMPT for the shell :^)Andreas Kling
2020-02-10Calculator: Accept more keyboard input (#1207)ignas-sa
2020-02-10LibAudio/Piano: Replace floats with doublesWilliam McPherson
2020-02-10Piano: Draw stereo wavesWilliam McPherson
2020-02-10Piano: Try to be more stereo-orientedWilliam McPherson
2020-02-10Piano: Add nice scale factor to WaveWidgetWilliam McPherson
2020-02-10Piano: Ensure WaveWidget paints in-boundsWilliam McPherson
2020-02-10Piano: Put reset() with other settersWilliam McPherson
2020-02-10Piano: Add samplerWilliam McPherson
2020-02-10AK: Remove bitrotted Traits::dump() mechanismAndreas Kling
2020-02-07TextEditor: Enable C++ syntax highlighting for .cpp and .h files :^)Andreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06IPCCompiler: Put message classes in the Messages namespaceAndreas Kling
2020-02-06WindowServer: Move classes into WindowServer namespaceAndreas Kling
2020-02-06Piano: Add export actionWilliam McPherson
2020-02-06Piano: Fix roll playback at startupWilliam McPherson
2020-02-06Piano: Move piano roll internals to AudioEngineWilliam McPherson
2020-02-06LibAudio: Remove leading A from filenamesAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayoutAndreas Kling
2020-02-06LibGUI: Add HorizontalSlider and VerticalSlider convenience classesAndreas Kling
2020-02-06LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classesAndreas Kling
2020-02-06LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()Andreas Kling
2020-02-06LibGfx: Unpublish Gfx::Size from the global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Point from global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Rect from global namespaceAndreas Kling
2020-02-06LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}Andreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-06LibAudio: Put all classes in the Audio namespace and remove leading AAndreas Kling
2020-02-05LibC: Add posix_openpt(), grantpt() and unlockpt()Andreas Kling
2020-02-05Piano: Fix building with clangjoshua stein
2020-02-05Welcome: Pass -m to ld to fix building with clang/lldjoshua stein
2020-02-05SystemMonitor: Fix building with clangjoshua stein
2020-02-05FileManager: Include limits.h for PATH_MAXjoshua stein
2020-02-05FileManager: Fix building with clangjoshua stein
2020-02-05FileManager: Include sys/stat.h for struct statjoshua stein
2020-02-05HexEditor: Remove unused m_hover_posjoshua stein