summaryrefslogtreecommitdiff
path: root/Demos
AgeCommit message (Expand)Author
2020-09-12LibGfx: Remove redundant bits() methodBen Wiederhake
2020-09-11LibGUI+WindowServer: Rename window "override cursor" to just "cursor"Andreas Kling
2020-09-10LibGfx: Move StandardCursor enum to LibGfxAndreas Kling
2020-08-30LibGfxDemo: Set window icon to app-libgfx-demo.pngLinus Groh
2020-08-30HelloWorld: Set window icon to app-hello-world.pngLinus Groh
2020-08-27Base: Move 16x16 common icons to /res/icons/16x16/thankyouverycool
2020-08-27Base: Create /res/graphics/ and relocate system art assetsthankyouverycool
2020-08-25Misc: Remove some unneeded includes of Timer.h and ElapsedTimer.h (#3286)Nico Weber
2020-08-24LibWeb: Move OutOfProcessWebView into the Web namespaceAnotherTest
2020-08-17LibWeb: Rename WebContentView => OutOfProcessWebViewAndreas Kling
2020-08-16Base: Rename Pebbleton to reflect actual heightthankyouverycool
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-15Misc: Use automatic window positioning in more applicationsLinus Groh
2020-08-12LibC: Avoid ninja-imports of system functionsBen Wiederhake
2020-08-12DynamicLink: Tell compiler about invisible callsBen Wiederhake
2020-07-29Eyes: Introduce and use iconsBen Wiederhake
2020-07-27Eyes: Fix division by zero when invoked as 'Eyes'AnotherTest
2020-07-27Eyes: Allow constructing an eye-gridAnotherTest
2020-07-23LibGUI: Rename GUI::Image => GUI::ImageWidgetAndreas Kling
2020-07-19Demos: Setup window icon for Mouse demoBrian Gianforcaro
2020-07-18WidgetGallery: Add more widgetsthankyouverycool
2020-07-16LibWeb: Require parent window argument for MessageBoxTom
2020-07-08Base+Demos: Add icons to WidgetGallerythankyouverycool
2020-07-07WidgetGallery: Add "Cursors" tabLinus Groh
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