summaryrefslogtreecommitdiff
path: root/Demos/WidgetGallery
AgeCommit message (Expand)Author
2020-12-31WidgetGallery: Add a GUI::OpacitySlider to the sliders tab :^)Andreas Kling
2020-12-30LibGFX: Move default_xxx_font() methods from Font to FontDatabaseStephan Unverwerth
2020-12-30WidgetGallery: Tweak UI layout for "Modals" tabAndreas Kling
2020-12-30LibGUI: Make GUI::ScrollBar inherit from AbstractSliderAndreas Kling
2020-12-30LibGUI: Rename AbstractSlider::on_value_changed => on_changeAndreas Kling
2020-12-30LibGUI: Give some widgets a reasonable default fixed heightAndreas Kling
2020-12-30LibGUI: Rewrite layout system in terms of min and max sizesAndreas Kling
2020-12-21Build: Embed application icons directly in the executables.William Marlow
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-11-02Demos: Use pledge and unveilBrendan Coles
2020-10-31LibGfx: Move FontDatabase from LibGUI to LibGfxAndreas Kling
2020-10-30WindowServer+LibGfx: Added Crosshair cursorUma Sankar Yedida
2020-09-21Applications: Use placeholders in TextBoxes where applicablePeter Elliott
2020-09-11LibGUI+WindowServer: Rename window "override cursor" to just "cursor"Andreas Kling
2020-09-10LibGfx: Move StandardCursor enum to LibGfxAndreas Kling
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-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-15Misc: Use automatic window positioning in more applicationsLinus Groh
2020-07-23LibGUI: Rename GUI::Image => GUI::ImageWidgetAndreas Kling
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-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-06-18WidgetGallery: Add Image component demo for png and animated gif filesHüseyin ASLITÜRK
2020-05-20Demos: WidgetGallery, Add MessageBox question icon optionHüseyin ASLITÜRK
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-04-23Demos: Add ColorInput, TabWidget and MessageBox demos in WidgetGalleryHüseyin ASLITÜRK
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
2020-03-04LibGUI: Use set_layout<LayoutType>() in lots of client codeAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-06LibGUI: Remove leading G 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-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02LibGUI: Add GHBoxLayout and GVBoxLayout convenience classesAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-06AK+Demos+Libraries: Remove executable permissions from {.cpp,.h} filesShannon Booth
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-02WindowServer: Port to the new IPC systemAndreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling