Age | Commit message (Expand) | Author |
2020-10-06 | SoundPlayer: Use new format functions. | asynts |
2020-09-25 | Meta+Applications: Make clang-format-10 clean | Ben Wiederhake |
2020-08-17 | SoundPlayer: Uninitialized variable in SoundPlayerWidget, found by Coverity | Brian Gianforcaro |
2020-08-16 | AK: Rename KB, MB, GB to KiB, MiB, GiB | Nico Weber |
2020-08-12 | Meta: Replace remaining LibM/math.h includes with math.h | Linus Groh |
2020-08-04 | Revert "LibM: Always include <math.h> instead of <LibM/math.h>" | Andreas Kling |
2020-08-04 | LibM: Always include <math.h> instead of <LibM/math.h> | Andreas Kling |
2020-08-01 | Applications: Stop setting initial window location | Peter Elliott |
2020-07-16 | LibWeb: Require parent window argument for MessageBox | Tom |
2020-07-16 | LibGUI: Add parent window argument to FilePicker functions | Tom |
2020-07-04 | LibGUI: Make GUI::Application a Core::Object | Andreas Kling |
2020-06-10 | LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize | Andreas Kling |
2020-05-14 | Build: Switch to CMake :^) | Sergey Bugaev |
2020-05-12 | LibGUI: Include keyboard modifier state with button on_click calls | Andreas Kling |
2020-04-21 | LibGUI: Make it easier to create checkable GUI::Actions | Andreas Kling |
2020-04-21 | LibGUI: Make MenuBar a Core::Object | Andreas Kling |
2020-04-04 | LibGUI: Add MenuBar::add_menu(name) | Andreas Kling |
2020-03-30 | SoundPlayer: Set parent window for AboutDialog | Tibor Nagy |
2020-03-13 | Applications: Use "Document - AppName" window title format | Tibor Nagy |
2020-03-04 | LibCore: Make Core::Object::add<ChildType> return a ChildType& | Andreas Kling |
2020-03-04 | LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients | Andreas Kling |
2020-03-04 | LibGUI: Use set_layout<LayoutType>() in lots of client code | Andreas Kling |
2020-03-03 | LibGUI: Remove Button& parameter from Button::on_click hook | Andreas Kling |
2020-02-28 | Kernel+LibC: Rename shared buffer syscalls to use a prefix | Andreas Kling |
2020-02-25 | SoundPlayer: Cast Audio::Sample to float for fabsf() | joshua stein |
2020-02-25 | AK: Make Vector use size_t for its size and capacity | Andreas Kling |
2020-02-23 | LibGUI: Make GUI::Frame have the 2px sunken container look by default | Andreas Kling |
2020-02-23 | Userspace: Use Core::Object::add() when building interfaces | Andreas Kling |
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling |
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 | LibGfx: Unpublish Gfx::Point from global namespace | 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-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 | LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-17 | Kernel: Add "accept" pledge promise for accepting incoming connections | Andreas Kling |
2020-01-12 | Applications+DevTools+MenuApplets: Drop "unix" pledge when possible | Andreas Kling |
2020-01-12 | SoundPlayer: Use pledge() | Andreas Kling |
2020-01-01 | Applications: Add new keyboard shortcuts & update few existing ones | Jami Kettunen |
2019-12-25 | Build: support library and generator dependencies | joshua stein |
2019-12-20 | Build: clean up build system, use one shared Makefile | joshua stein |
2019-12-09 | LibGUI: Make GMenu inherit from CObject | Andreas Kling |
2019-11-09 | SoundPlayer: Add option to hide scope | Till Mayer |
2019-11-09 | SoundPlayer: Let the user open a file from the GUI | Till Mayer |
2019-11-05 | SoundPlayer: Changed some small cosmetic things | Till Mayer |