summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio
AgeCommit message (Expand)Author
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-05-12HackStudio: Don't crash when navigating backtrace with up/down keysAndreas Kling
2020-05-09Meta: Add script to enforce license headers & run it on TravisLinus Groh
2020-05-09HackStudio: Update variables view based on the selected backtrace frameItamar
2020-05-09HackStudio: Show a backtrace in the debug information tabItamar
2020-05-09HackStudio: Reorganize debugger-related filesItamar
2020-05-09LibVT+Terminal: Support hyperlinks in the terminal :^)Andreas Kling
2020-05-08HackStudio: Support variable inspection in nested scopesItamar
2020-05-08HackStudio: Close the debug tab when debugged program exitsItamar
2020-05-07HackStudio: Gracefully handle unfound source filesItamar
2020-05-07HackStudio: Apply INI syntax highlighter when opening a .ini fileLinus Groh
2020-05-07HackStudio: Rename ProjectType::{Javascript -> JavaScript}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-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-07HackStudio: pledge "thread" to fix opening filesBrian Gianforcaro
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-18HackStudio: Expand project tree view by defaultOriko
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
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling
2020-03-07LibWeb: Move everything into the Web namespaceAndreas Kling
2020-03-07LibGUI: Move Icon and FontDatabase into the GUI namespaceShannon Booth
2020-03-04LibGUI: Don't use Core::Object::add() to instantiate dialogsAndreas Kling
2020-03-04LibCore: Make Core::Object::add<ChildType> return a ChildType&Andreas Kling
2020-03-04LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clientsAndreas Kling
2020-03-04LibGUI: Use set_layout<LayoutType>() in lots of client codeAndreas Kling
2020-03-03LibGUI: Remove Button& parameter from Button::on_click hookAndreas Kling
2020-03-03AK: Make quick_sort() a little more ergonomicAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling