index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DevTools
Age
Commit message (
Expand
)
Author
2020-03-18
HackStudio: Expand project tree view by default
Oriko
2020-03-13
Applications: Use "Document - AppName" window title format
Tibor Nagy
2020-03-13
HackStudio: Use Javascript syntax highlighter
Oriko
2020-03-13
HackStudio: Add Javascript projects
Oriko
2020-03-13
HackStudio: Fix the wrong cursor being drawn
Oriko
2020-03-12
HackStudio: Abstract over syntax highlighter
Oriko
2020-03-12
HackStudio: Underline header links
Oriko
2020-03-12
HackStudio: Add header navigation
Oriko
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling
2020-03-07
LibWeb: Move everything into the Web namespace
Andreas Kling
2020-03-07
LibGUI: Move Icon and FontDatabase into the GUI namespace
Shannon Booth
2020-03-06
Inspector: Use pledge() and unveil()
Andreas Kling
2020-03-05
Inspector: Store remote object addresses as uintptr_t instead of String
Andreas Kling
2020-03-05
Inspector: Handle multi-packet RPC responses
Andreas Kling
2020-03-05
Inspector: Make properties editable :^)
Andreas Kling
2020-03-05
LibGUI+Inspector: Highlight the currently remotely inspected widget
Andreas Kling
2020-03-05
Inspector: Add special icon for timer objects
Andreas Kling
2020-03-05
Inspector: Don't show child count in remote object tree
Andreas Kling
2020-03-05
Inspector: Add a special icon for layout classes
Andreas Kling
2020-03-05
Inspector: Make the window icon show up for Window objects again
Andreas Kling
2020-03-05
Inspector: Stringify remote property values
Andreas Kling
2020-03-04
LibGUI: Don't use Core::Object::add() to instantiate dialogs
Andreas Kling
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-03-03
LibGUI: Remove Button& parameter from Button::on_click hook
Andreas Kling
2020-03-03
AK: Make quick_sort() a little more ergonomic
Andreas Kling
2020-03-02
ProfileViewer: Add mode that shows percentages instead of sample counts
Andreas Kling
2020-03-02
ProfileView: Show "self" sample counts in profiles
Andreas Kling
2020-03-02
ProfileViewer: Parse the JSON input directly to Profile::Event
Andreas Kling
2020-03-02
ProfileViewer: Rename Profile::Sample => Profile::Event
Andreas Kling
2020-03-02
AK: Move the wildcard-matching implementation to StringUtils
howar6hill
2020-02-29
ProfileViewer: Unbreak after Vector size_t changes
Andreas Kling
2020-02-25
Build: Only look at SUBDIRS with Makefiles
joshua stein
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-23
LibGUI: Add helper for constructing new TabWidget tabs
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
Inspector: Use Core::Object::add()
Andreas Kling
2020-02-23
LibGUI: Make GUI::Frame have the 2px sunken container look by default
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-22
ProfileViewer: Fix treeview selection looking unselected on Left key
Andreas Kling
2020-02-22
ProfileViewer: Remove loading code for the old file format
Andreas Kling
2020-02-22
ProfileViewer: Symbolicate unknown addresses as "??" for now
Andreas Kling
2020-02-22
ProfileViewer: Symbolicate kernel addresses when possible
Andreas Kling
2020-02-22
Kernel+ProfileViewer: Move symbolication to userspace for time profiles
Andreas Kling
2020-02-20
AK: Use size_t for ByteBuffer sizes
Andreas Kling
2020-02-17
HackStudio: Unbreak the form editor's widget icons
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
[next]