Age | Commit message (Expand) | Author |
2020-06-18 | WidgetGallery: Add Image component demo for png and animated gif files | Hüseyin ASLITÜRK |
2020-06-17 | WebContent: Pass mouse events through to the WebContent process | Andreas Kling |
2020-06-17 | WebContent: Allow the WebContent process to trigger repaints | Andreas Kling |
2020-06-17 | WebContent: Start work on browser process separation :^) | Andreas Kling |
2020-06-10 | LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize | Andreas Kling |
2020-05-29 | Meta: Add a script check the presence of "#pragma once" in header files | Emanuele Torre |
2020-05-25 | Eyes: Resize the window based on the number of eyes | AnotherTest |
2020-05-25 | Eyes: Correctly calculate the eye bounds for arbitrary number of eyes | AnotherTest |
2020-05-24 | Demos: Add Eyes demo | Sergey Bugaev |
2020-05-20 | Demos: WidgetGallery, Add MessageBox question icon option | Hüseyin ASLITÜRK |
2020-05-16 | Demos: Compile LibGfxDemo with the new CMake build system | tgsm |
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-05-10 | LibGfx: Add support for dashed lines | Linus Groh |
2020-05-10 | Demos: Add LibGfx Demo :^) | Linus Groh |
2020-05-09 | Demos: Add missing copyright header to Mouse/main.cpp | Linus Groh |
2020-05-07 | MouseDemo: A more visual approach for MouseEvents :^) | pierre |
2020-05-04 | MouseDemo: Add menu, using the new icon :^) | Ben Wiederhake |
2020-05-02 | Demos: Add a little "Mouse" demo for showing mouse button states | Andreas Kling |
2020-05-02 | Screensaver: Add app-screensaver.png 16x16 icon | Brendan Coles |
2020-05-02 | Fire: Add app-fire.png 16x16 icon | Brendan Coles |
2020-05-02 | Cube: Add app-cube.png 16x16 icon | Brendan Coles |
2020-04-28 | Screensaver: Draw screen before first timer iteration and seed srand() | Brendan Coles |
2020-04-28 | Fire: Use LibC srand() | Brendan Coles |
2020-04-23 | Demos: Add ColorInput, TabWidget and MessageBox demos in WidgetGallery | Hüseyin ASLITÜRK |
2020-04-19 | Demos: Add Screensaver demo | Brendan Coles |
2020-04-18 | Cube: Two small tweaks | Andreas Kling |
2020-04-18 | Demos: Add 3D Cube Demo | Stephan Unverwerth |
2020-04-13 | Debugger: Add DebugSession | Itamar |
2020-04-13 | ptrace: Stop a traced thread when it exists from execve | Itamar |
2020-04-13 | CPU: Handle breakpoint trap | Itamar |
2020-03-19 | WidgetGallery: Remove G prefixes from components | 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: Some more convenience functions for constructing widgets | Andreas Kling |
2020-03-03 | LibGUI: Remove Button& parameter from Button::on_click hook | Andreas Kling |
2020-02-29 | LibELF: Use MAP_PRIVATE for file-backed mmaps in ELFDynamicLoader | Andrew Kaster |
2020-02-25 | Build: Only look at SUBDIRS with Makefiles | joshua stein |
2020-02-23 | Demos: Remove silly HelloWorld2 demo | Andreas Kling |
2020-02-23 | Userspace: Use Core::Object::add() when building interfaces | Andreas Kling |
2020-02-15 | LibGUI: Remove more header dependencies from Widget.h | Andreas Kling |
2020-02-14 | LibGfx: Add forward declaration header | Andreas Kling |
2020-02-10 | AK: Remove bitrotted Traits::dump() mechanism | Andreas Kling |
2020-02-06 | LibGUI: Remove leading G 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 | LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png() | Andreas Kling |
2020-02-06 | LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h} | Andreas Kling |