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-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
2020-02-15
LibIPC+IPCCompiler: Add IPC::Decoder, let classes decode themselves
Andreas Kling
2020-02-15
LibIPC: Move IPC::Encoder functions out of line
Andreas Kling
2020-02-15
LibIPC+IPCCompiler: Remove some unused members from generated messages
Andreas Kling
2020-02-15
LibGUI: Reduce menu-related header dependencies
Andreas Kling
2020-02-15
LibGUI: Remove more header dependencies from Widget.h
Andreas Kling
2020-02-15
LibCore: Replace manual forward declarations with <LibCore/Forward.h>
Andreas Kling
2020-02-15
AK: Remove manual forward declarations with <AK/Forward.h>
Andreas Kling
2020-02-14
LibGUI: Remove some header dependencies from Widget.h
Andreas Kling
2020-02-14
LibCore: Add a forward declaration header
Andreas Kling
2020-02-07
HackStudio: Disallow invalid indices when typing into the locator
Andreas Kling
2020-02-07
LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUI
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
IPCCompiler: Put message classes in the Messages namespace
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibIPC: Remove leading I from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibGUI: Add HorizontalSlider and VerticalSlider convenience classes
Andreas Kling
2020-02-06
LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classes
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Size from the global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Point from global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-05
LibC: Add posix_openpt(), grantpt() and unlockpt()
Andreas Kling
2020-02-05
LibIPC: Put all classes in the IPC namespace and remove the leading I
Andreas Kling
2020-02-05
IPCCompiler: Remove outdated FIXME
Andreas Kling
2020-02-05
IPCCompiler: Encode String length as i32, with <0 meaning null String()
Andreas Kling
2020-02-05
AK+IPCCompiler: Get rid of BufferStream overloads for size_t
Andreas Kling
2020-02-05
IPCCompiler: Encode/decode string lengths as native size_t, not int
joshua stein
2020-02-02
ProfileViewer: Only show live allocations by default
Andreas Kling
2020-02-02
ProfileViewer: Add basic support for loading "perfcore" files
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
[next]