summaryrefslogtreecommitdiff
path: root/Demos
AgeCommit message (Expand)Author
2020-07-07Demos: Print out ELF Auxiliary Vector in LinkDemoAndrew Kaster
2020-07-06LibWeb: Move WebContentView from Demos/WebView into LibWebAndreas Kling
2020-07-06WebContent: Plumb link clicks to the WebContentView :^)Andreas Kling
2020-07-05WebContent: Plumb hovered links from WebContent process over to widgetAndreas Kling
2020-07-05WebContent: Add double buffering to the WebContentViewAndreas Kling
2020-07-05WebContent: Plumb scroll-into-view requests from server to clientAndreas Kling
2020-07-05WebContent: Use available size for bitmap (#2701)Kevin Meyer
2020-07-04WebContent: Plumb title changes over to the WebContentViewAndreas Kling
2020-07-04WebContent: Give the WebContentView a proper GUI::Frame look :^)Andreas Kling
2020-07-04WebContent: Translate mouse event coordinates into content spaceAndreas Kling
2020-07-04WebContent: Basic scrolling support! :^)Andreas Kling
2020-07-04WebContent: Put some debug spam behind an #ifdefAndreas Kling
2020-07-04WebContent: Notify client when web content selection changesAndreas Kling
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-06-21WebContent: Turn it into a MultiInstance service :^)Andreas Kling
2020-06-19LibGfxDemo: Fix "90s-bg.png" pathHüseyin ASLITÜRK
2020-06-18WidgetGallery: Add Image component demo for png and animated gif filesHüseyin ASLITÜRK
2020-06-17WebContent: Pass mouse events through to the WebContent processAndreas Kling
2020-06-17WebContent: Allow the WebContent process to trigger repaintsAndreas Kling
2020-06-17WebContent: Start work on browser process separation :^)Andreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-05-25Eyes: Resize the window based on the number of eyesAnotherTest
2020-05-25Eyes: Correctly calculate the eye bounds for arbitrary number of eyesAnotherTest
2020-05-24Demos: Add Eyes demoSergey Bugaev
2020-05-20Demos: WidgetGallery, Add MessageBox question icon optionHüseyin ASLITÜRK
2020-05-16Demos: Compile LibGfxDemo with the new CMake build systemtgsm
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-05-10LibGfx: Add support for dashed linesLinus Groh
2020-05-10Demos: Add LibGfx Demo :^)Linus Groh
2020-05-09Demos: Add missing copyright header to Mouse/main.cppLinus Groh
2020-05-07MouseDemo: A more visual approach for MouseEvents :^)pierre
2020-05-04MouseDemo: Add menu, using the new icon :^)Ben Wiederhake
2020-05-02Demos: Add a little "Mouse" demo for showing mouse button statesAndreas Kling
2020-05-02Screensaver: Add app-screensaver.png 16x16 iconBrendan Coles
2020-05-02Fire: Add app-fire.png 16x16 iconBrendan Coles
2020-05-02Cube: Add app-cube.png 16x16 iconBrendan Coles
2020-04-28Screensaver: Draw screen before first timer iteration and seed srand()Brendan Coles
2020-04-28Fire: Use LibC srand()Brendan Coles
2020-04-23Demos: Add ColorInput, TabWidget and MessageBox demos in WidgetGalleryHüseyin ASLITÜRK
2020-04-19Demos: Add Screensaver demoBrendan Coles
2020-04-18Cube: Two small tweaksAndreas Kling
2020-04-18Demos: Add 3D Cube DemoStephan Unverwerth
2020-04-13Debugger: Add DebugSessionItamar
2020-04-13ptrace: Stop a traced thread when it exists from execveItamar
2020-04-13CPU: Handle breakpoint trapItamar
2020-03-19WidgetGallery: Remove G prefixes from componentsTibor Nagy
2020-03-04LibCore: Make Core::Object::add<ChildType> return a ChildType&Andreas Kling
2020-03-04LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clientsAndreas Kling