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
/
HackStudio
Age
Commit message (
Expand
)
Author
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-12
LibGUI: Include keyboard modifier state with button on_click calls
Andreas Kling
2020-05-12
HackStudio: Don't crash when navigating backtrace with up/down keys
Andreas Kling
2020-05-09
Meta: Add script to enforce license headers & run it on Travis
Linus Groh
2020-05-09
HackStudio: Update variables view based on the selected backtrace frame
Itamar
2020-05-09
HackStudio: Show a backtrace in the debug information tab
Itamar
2020-05-09
HackStudio: Reorganize debugger-related files
Itamar
2020-05-09
LibVT+Terminal: Support hyperlinks in the terminal :^)
Andreas Kling
2020-05-08
HackStudio: Support variable inspection in nested scopes
Itamar
2020-05-08
HackStudio: Close the debug tab when debugged program exits
Itamar
2020-05-07
HackStudio: Gracefully handle unfound source files
Itamar
2020-05-07
HackStudio: Apply INI syntax highlighter when opening a .ini file
Linus Groh
2020-05-07
HackStudio: Rename ProjectType::{Javascript -> JavaScript}
Linus Groh
2020-05-05
HackStudio: Show local variables in the debugger
Itamar
2020-05-05
HackStudio: Take scrolling into consideration when painting breakpoints
Itamar
2020-05-03
LibTextCodec: Start fleshing out a simple text codec library
Andreas Kling
2020-04-28
LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^)
Andreas Kling
2020-04-25
HackStudio: Toolbar icon overhaul
Andreas Kling
2020-04-25
HackStudio: Add cpp debugger
Itamar
2020-04-25
HackStudio: GUI support for setting breakpoints on source code lines
Itamar
2020-04-23
Applications: Tweak main layout spacing and background
Andreas Kling
2020-04-23
LibGUI: Add a ToolBarContainer widget and put most ToolBars in one
Andreas Kling
2020-04-21
LibGUI: Make it easier to create checkable GUI::Actions
Andreas Kling
2020-04-21
LibGUI: Make MenuBar a Core::Object
Andreas Kling
2020-04-07
HackStudio: pledge "thread" to fix opening files
Brian Gianforcaro
2020-04-06
HackStudio: Add new Terminals
Oriko
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-18
HackStudio: Expand project tree view by default
Oriko
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-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-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-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
[next]