summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-26AK: Simplify NetworkOrdered somewhat.Andreas Kling
2019-06-25Move common Application build steps into their own Makefile.commonLawrence Manning
2019-06-25PaintBrush: Allow RGBA32 to use the bucket and spray tools.Andreas Kling
2019-06-25GraphicsBitmap: Add bpp(), returns the number of bits per pixel.Andreas Kling
2019-06-25PaintBrush: Add support for opening files.Andreas Kling
2019-06-25LibHTML: Add a simple TreeNode<T> template for making trees.Andreas Kling
2019-06-25JsonParser: Support basic escaped string characters.Andreas Kling
2019-06-25LibHTML: Flesh out the code to dump a StyleSheet object graph.Andreas Kling
2019-06-25Kernel: Share code between all the exceptions that cause process crash.Andreas Kling
2019-06-24StringImpl: Fix possible uninitialized access in StringImpl::create().Andreas Kling
2019-06-24AK: Add JsonValue::to_string(default_value = {}).Andreas Kling
2019-06-24AK: Let's put the JSON parsing in a separate class.Andreas Kling
2019-06-24JsonValue: Add as_array() and as_object().Andreas Kling
2019-06-24JsonObject: Let the compiler generate a copy constructor.Andreas Kling
2019-06-24JsonArray: Add for_each() helper.Andreas Kling
2019-06-24AK: Make it possible to move and copy HashMap and HashTable.Andreas Kling
2019-06-24AK: Implement a naive JSON parser.Andreas Kling
2019-06-24NonnullRefPtr: Simplify copy constructors.Andreas Kling
2019-06-24AK: Mark some helper things constexpr.Andreas Kling
2019-06-24NonnullRefPtr: Some improvements.Andreas Kling
2019-06-23LibM: Switch sin() for fast sin()faissaloo
2019-06-23add ~/.history file for Shell, stores entire command log and loads recent com...CallumAttryde
2019-06-23QuickShow: Allow panning and zooming the image instead of stretching it.Andreas Kling
2019-06-23Terminal: Don't compute buffer positions outside the possible area.Andreas Kling
2019-06-23PaintBrush: Implement a thickness setting for the pen tool.Andreas Kling
2019-06-23Terminal: Add basic mouse selection with copy and paste.Andreas Kling
2019-06-23GTextEditor: Add assertion that did_change() isn't called in readonly mode.Andreas Kling
2019-06-23LibGUI+VisualBuilder: Support custom editing widgets for property values.Andreas Kling
2019-06-23GComboBox: Add set_text() and on_return_pressed hook.Andreas Kling
2019-06-23GVariant: Add to_string(GVariant::Type) helper.Andreas Kling
2019-06-23GTextEditor: Don't replace selection on enter press in single-line editor.Andreas Kling
2019-06-23GAbstractView: Correct placement of editor widgets.Andreas Kling
2019-06-22CHttpJob: Block until we can actually read during State::InBody.Andreas Kling
2019-06-22CIODevice: Don't discard already-buffered data when there's no more to read.Andreas Kling
2019-06-22CHttpRequest: Okay let's go back to HTTP/1.0 for now..Andreas Kling
2019-06-22CNetworkJob: Automatically delete finished jobs after on_finish.Andreas Kling
2019-06-22Kernel: Colorize debugger output from the kernel.Andreas Kling
2019-06-22CHttpRequest: Use the correct newline format ('\r\n').Andreas Kling
2019-06-22LibHTML: Implement enough of the CSS parser to parse the default stylesheet.Andreas Kling
2019-06-22LibHTML: Make it possible to build LibHTML on the host.Andreas Kling
2019-06-22Build: Enable the -Werror flag.Andreas Kling
2019-06-22printf: Support %zu (the 'z' is really just ignored.)Andreas Kling
2019-06-22WidgetGallery: Fix compiler warnings.Andreas Kling
2019-06-22PaintBrush: Fix compiler warnings.Andreas Kling
2019-06-22Kernel: Fix all compiler warnings.Andreas Kling
2019-06-22VisualBuilder: Fix compiler warnings.Andreas Kling
2019-06-22Userland: Fix more compiler warnings.Andreas Kling
2019-06-22Terminal: Fix compiler warnings.Andreas Kling
2019-06-22printf: Oops, '-' is the left padding modifier, not ' '.Andreas Kling
2019-06-22Userland: Fix many compiler warnings.Andreas Kling