summaryrefslogtreecommitdiff
path: root/DevTools/VisualBuilder
AgeCommit message (Expand)Author
2020-10-01DevTools: Remove VisualBuilder and FormCompilerAndreas Kling
2020-09-25Meta+DevTools: Make clang-format-10 cleanBen 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-31DevTools+Apps: Set correct icons for ThemeEditor and VisualBuilderthankyouverycool
2020-08-30VisualBuilder: Avoid unnecessary lambdaBen Wiederhake
2020-08-27Base: Rename icon subdirectories by explicit app namethankyouverycool
2020-08-27Base: Create /res/icons/serenity for misc. sized system iconsthankyouverycool
2020-08-26LibGUI: Move table view headers into their own widgetAndreas Kling
2020-08-16LibGUI+DevTools+Applications: Use ModelIndex::data() in many placesAndreas Kling
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-07-16LibWeb: Require parent window argument for MessageBoxTom
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-06-13AK: JsonParser improvementsMatthew Olsson
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-27LibGUI: Change GUI::KeyEvent::key() type to KeyCodeSergey Bugaev
2020-05-21LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizingAndreas Kling
2020-05-21LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadataAndreas Kling
2020-05-21LibGUI: Models should always specify font via Model::Role::FontAndreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-04-21LibGUI: Make MenuBar a Core::ObjectAndreas Kling
2020-04-04LibGUI: Add MenuBar::add_menu(name)Andreas Kling
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-03-03LibGUI: Remove Button& parameter from Button::on_click hookAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-15LibGUI: Reduce menu-related header dependenciesAndreas 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: Prefer using Gfx::Bitmap::load_from_file instead of load_png()Andreas Kling
2020-02-06LibGfx: Unpublish Gfx::Size from the global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Point from global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Rect from global namespaceAndreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas 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-27LibGUI: Add 64-bit signed integer support to GVariantAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling