summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
2020-03-22WindowServer+LibGUI: Add a way to get notified at display refresh rateAndreas Kling
2020-03-22LibGUI: Allow constructing Variant from FlyStringAndreas Kling
2020-03-22LibGUI: Don't spam WindowServer with SetWindowOverrideCursor messagesAndreas Kling
2020-03-19LibGUI: Remove G prefix from macrosTibor Nagy
2020-03-19LibGUI: Remove friend classes of TextDocumentLineTibor Nagy
2020-03-19LibGUI: Remove remaining G prefixesTibor Nagy
2020-03-18HackStudio: Expand project tree view by defaultOriko
2020-03-16LibGUI: Add a ThemeChange eventOriko
2020-03-16LibGUI: Use themes for syntax highlightingOriko
2020-03-14LibGUI: Highlight new JS tokensOriko
2020-03-13LibGUI: Add missing copyright headersOriko
2020-03-13LibGUI: Add Javascript syntax highlighterOriko
2020-03-13LibGUI: Abstract token pair matchingOriko
2020-03-12HackStudio: Abstract over syntax highlighterOriko
2020-03-12LibGUI: Add underlines to highlightingOriko
2020-03-12LibGUI: Take scroll offset into account on ItemView rubberband selectionTibor Nagy
2020-03-12LibGUI: Parse #include statements separatelyOriko
2020-03-12LibGUI: Track window visibility with a separate flag (#1424)Alex Muscar
2020-03-11LibGUI: Don't update windows that aren't visible (#1410)Alex Muscar
2020-03-11LibGUI: Skip non-font files in the FontDatabase constructorTibor Nagy
2020-03-11LibGUI: Highlight various number literalsOriko
2020-03-11LibGUI: Fix overflow crash in highlighterOriko
2020-03-11LibGUI: Syntax highlight string escape sequencesOriko
2020-03-11LibGUI: Clear old syntax highlightingOriko
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-03-08AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)Andreas Kling
2020-03-08LibGUI: Fix null-termination of TextDocumentLineTibor Nagy
2020-03-07LibGUI: Move Icon and FontDatabase into the GUI namespaceShannon Booth
2020-03-07LibCore: Remove all remaining C prefix referencesShannon Booth
2020-03-05LibGUI: Fix missing equality checks in Window::did_remove_widget()Andreas Kling
2020-03-05LibGUI: Fix group name columns in FileSystemModelTibor Nagy
2020-03-05LibGUI: Implement set_property() on Widget and AbstractButtonAndreas Kling
2020-03-05LibGUI: Make the ModelEditingDelegate constructor protectedAndreas Kling
2020-03-05LibGUI: Forget some of Window's widgets eagerly on widget unparentingAndreas Kling
2020-03-05LibGUI+Inspector: Highlight the currently remotely inspected widgetAndreas Kling
2020-03-05LibGUI: Make the default window title "GUI::Window"Andreas Kling
2020-03-05LibGUI: Make Layout a Core::Object and add basic serializationAndreas Kling
2020-03-04LibGUI: Ignore keyboard and mouse events in disabled widgetsAndreas Kling
2020-03-04LibGUI: Remove unused GUI::Widget::click_event()Andreas Kling
2020-03-04LibGUI: TextEditor should paint text with disabled color when disabledAndreas Kling
2020-03-04LibGUI: Don't use Core::Object::add() to instantiate dialogsAndreas 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: Some more convenience functions for constructing widgetsAndreas Kling
2020-03-03LibGUI: Save some more state from AbstractButtonAndreas Kling
2020-03-03LibGUI: Remove Button& parameter from Button::on_click hookAndreas Kling
2020-03-03AK: Make quick_sort() a little more ergonomicAndreas Kling
2020-03-02LibGUI: Fix broken TreeView rendering with more than two columnsAndreas Kling
2020-03-01AK: Remove unnecessary casts to size_t, after Vector changesAndreas Kling