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-04-04
LibGUI: Add MenuBar::add_menu(name)
Andreas Kling
2020-04-04
LibGUI: Make GUI::TabWidget::add_tab<T>() return a T&
Andreas Kling
2020-04-01
HackStudio: Move the "Find in files" button in line with the search box
Tibor Nagy
2020-03-30
HackStudio: Add icon for the Find action
Tibor Nagy
2020-03-30
HackStudio: Add an upscaled 32x32 icon to the About dialog
Tibor Nagy
2020-03-30
HackStudio: Fix the labels of project opening menu and dialog
Tibor Nagy
2020-03-29
LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usage
Andreas Kling
2020-03-22
AK: Add FlyString, a simple flyweight string class
Andreas Kling
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
[next]