summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-13AK: Support case-insensitive HashMap<String, T>.Andreas Kling
2019-07-13LibGUI: Add an auto-repeat interval to GAbstractButton.Andreas Kling
2019-07-13LibC: Fix make target dependency that was breaking parallel make sometimes.Andreas Kling
2019-07-13Kernel: First cut of a sb16 driverRobin Burchell
2019-07-12Painter: Don't add line spacing after the very last line in draw_text().Andreas Kling
2019-07-12HelloWorld: Make the demo label say "Hello\nWorld!".Andreas Kling
2019-07-12Painter: Implement multi-line support in Painter::draw_text().Andreas Kling
2019-07-12WSWindowManager: Ensure that we pick a single window to deliver a full stream...Robin Burchell
2019-07-11TextEditor: Fix build (copy_ref() in outdated PR changes.)Andreas Kling
2019-07-11TextEditor: Move the application UI into a dedicated TextEditorWidget. (#292)Rhin
2019-07-11FontEditor: Initial port to using a VisualBuilder generated UI.Andreas Kling
2019-07-11GGroupBox: Allow constructing these without an initial text.Andreas Kling
2019-07-11AK: Delete bad pointer assignment operators and constructors.Andreas Kling
2019-07-11GSlider: Make the knob width proportional to the range, if in that mode (#288)Lawrence Manning
2019-07-11AK: Remove copy_ref().Andreas Kling
2019-07-11TextEditor: Remove use of copy_ref().Andreas Kling
2019-07-11ProcessManager: Remove use of copy_ref().Andreas Kling
2019-07-11IRCClient: Remove use of copy_ref().Andreas Kling
2019-07-11FontEditor: Remove use of copy_ref().Andreas Kling
2019-07-11GWidget: Make set_font() take either Font* or Font&.Andreas Kling
2019-07-11FileManager: Remove use of copy_ref().Andreas Kling
2019-07-11GToolBar: Make add_action() take a GAction& instead of NonnullRefPtr&&.Andreas Kling
2019-07-11Minesweeper: Remove use of copy_ref().Andreas Kling
2019-07-11GLabel: Make set_icon() take a GraphicsBitmap*.Andreas Kling
2019-07-11LibGUI: Remove use of copy_ref().Andreas Kling
2019-07-11AK: Remove use of copy_ref().Andreas Kling
2019-07-11Kernel: Remove use of copy_ref() in favor of regular RefPtr copies.Andreas Kling
2019-07-11AK: Make it more more pleasant to copy RefPtr's.Andreas Kling
2019-07-11AK: Remove weird RefPtr(RefPtr&) constructor.Andreas Kling
2019-07-11AK: Make MappedFile non-copyable.Andreas Kling
2019-07-11AK: Remove weird NonnullRefPtr(NonnullRefPtr&) constructor.Andreas Kling
2019-07-11AK: Use operator== for comparison in Vector::contains_slowRobin Burchell
2019-07-11AK: Add operator== & operator!= to VectorRobin Burchell
2019-07-11AKString: add missing comparison operatorsLawrence Manning
2019-07-10Travis: Try to install a modern C++ compiler for host compilations.Andreas Kling
2019-07-10FormCompiler: Build individual compilation units instead of all-at-a-time.Andreas Kling
2019-07-10Build: Build the host-side FormCompiler before everything else.Andreas Kling
2019-07-10FormCompiler: Produce a C++ header file as output.Andreas Kling
2019-07-10Demos: Add a HelloWorld2 demo.Andreas Kling
2019-07-10GWidget: Add "set_autofill" as an alias for set_fill_with_background_color.Andreas Kling
2019-07-10GWidget: Add placeholder setters for the backcolor/forecolor properties.Andreas Kling
2019-07-10FormCompiler: Generate a basic UI skeleton holder struct.Andreas Kling
2019-07-10FormCompiler: Start working on a C++ code generator for VisualBuilder forms.Andreas Kling
2019-07-10VisualBuilder: Expose the "name" property on all widgets.Andreas Kling
2019-07-10CObject: Add a "name" property.Andreas Kling
2019-07-10LibCore: Tweak slightly-off error message in CProcessStatisticsReader.Andreas Kling
2019-07-10ProcessManager: Use CProcessStatisticsReader to get process data.Andreas Kling
2019-07-10WindowServer: Use CProcessStatisticsReader in WSCPUMonitor.Andreas Kling
2019-07-10top: Remove some unused code.Andreas Kling
2019-07-10Userland+LibCore: Use CProcessStatisticsReader to implement top.Andreas Kling