summaryrefslogtreecommitdiff
path: root/DevTools
AgeCommit message (Expand)Author
2020-05-06Misc: Replace "String(string_view)" with "string_view.to_string()"Linus Groh
2020-05-05HackStudio: Show local variables in the debuggerItamar
2020-05-05HackStudio: Take scrolling into consideration when painting breakpointsItamar
2020-05-03LibTextCodec: Start fleshing out a simple text codec libraryAndreas Kling
2020-05-03LibIPC: Add a simple IPC::Dictionary type (String key -> String value)Andreas Kling
2020-05-03IPCCompiler: Add support for Optional<T> (so long as T is trivial)AnotherTest
2020-05-02IPCCompiler: Add support for Vector<i32>Andreas Kling
2020-04-28LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^)Andreas Kling
2020-04-25HackStudio: Toolbar icon overhaulAndreas Kling
2020-04-25HackStudio: Add cpp debuggerItamar
2020-04-25HackStudio: GUI support for setting breakpoints on source code linesItamar
2020-04-23Applications: Tweak main layout spacing and backgroundAndreas Kling
2020-04-23LibGUI: Add a ToolBarContainer widget and put most ToolBars in oneAndreas Kling
2020-04-21LibGUI: Make it easier to create checkable GUI::ActionsAndreas Kling
2020-04-21LibGUI: Make MenuBar a Core::ObjectAndreas Kling
2020-04-20LibELF: Make ELF::Loader RefCountedItamar
2020-04-18ProfileViewer: Make the invert menu item visible again :^)Emanuel Sprung
2020-04-12ProfileViewer: Switching to percent mode should take effect immediatelyAndreas Kling
2020-04-12ProfileViewer: Symbolicate the disassembled instructionsAndreas Kling
2020-04-12LibGUI: Add a way for models to update without invalidating indexesAndreas Kling
2020-04-12ProfileViewer: Put the tree and disasembly views in a vertical splitterAndreas Kling
2020-04-11ProfileViewer: Open /boot/kernel for disassembly if possibleAndreas Kling
2020-04-11ProfileViewer: Don't crash when we can't disassemble somethingAndreas Kling
2020-04-11LibELF: Move ELF classes into namespace ELFAndrew Kaster
2020-04-11ProfileViewer: Color code the instruction rows by sample percentageAndreas Kling
2020-04-11ProfileViewer: Don't skip the innermost frame when loading profilesAndreas Kling
2020-04-11ProfileViewer: Remove debug spam during disassemblyAndreas Kling
2020-04-11ProfileViewer: Highlight instructions with >0 samples in yellowAndreas Kling
2020-04-11ProfileViewer: Add an instruction-level sample viewerAndreas Kling
2020-04-07ProfileViewer: Remove nonsense no-opAndreas Kling
2020-04-07ProfileViewer: Remove an unnecessary call to String::format()Andreas Kling
2020-04-07HackStudio: pledge "thread" to fix opening filesBrian Gianforcaro
2020-04-06AK: Add out() and warn() streams that forward to stdout and stderrAndreas Kling
2020-04-06HackStudio: Add new TerminalsOriko
2020-04-04LibGUI: Add MenuBar::add_menu(name)Andreas Kling
2020-04-04LibGUI: Make GUI::TabWidget::add_tab<T>() return a T&Andreas Kling
2020-04-01HackStudio: Move the "Find in files" button in line with the search boxTibor Nagy
2020-03-30HackStudio: Add icon for the Find actionTibor Nagy
2020-03-30HackStudio: Add an upscaled 32x32 icon to the About dialogTibor Nagy
2020-03-30HackStudio: Fix the labels of project opening menu and dialogTibor Nagy
2020-03-29LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usageAndreas Kling
2020-03-22AK: Add FlyString, a simple flyweight string classAndreas Kling
2020-03-18HackStudio: Expand project tree view by defaultOriko
2020-03-13Applications: Use "Document - AppName" window title formatTibor Nagy
2020-03-13HackStudio: Use Javascript syntax highlighterOriko
2020-03-13HackStudio: Add Javascript projectsOriko
2020-03-13HackStudio: Fix the wrong cursor being drawnOriko
2020-03-12HackStudio: Abstract over syntax highlighterOriko
2020-03-12HackStudio: Underline header linksOriko
2020-03-12HackStudio: Add header navigationOriko