Filter
Exclude
Time range
-
Near
16 May 2025
o seth rogen dobradinha hackstudio
60
18 Aug 2023
Hoje com essa maravilhosa aqui! Quem tiver pelo @hacktownsrs, cola em 15 min estaremos lá no Auditório HACKSTUDIO GAMES (prédio 04 na INATEL) falando sobre mulheres na narração! ✨
18 Aug 2023
Hoje é dia de Palestra na Hacktown, estarei junto da @AMD22k, falando sobre Mulheres na Narração e muito mais! Feliz demais por esse momento, um pouco ansiosa mas vai dar tudo certo!! VAMOOS❤️
1
1
16
3,019
Confira as informações sobre a Palestra: 💬 Conhecendo o Universo dos VTubers e Virtual Influencers 🏨 HackStudio Games [CDGHub-INATEL | Prédio 4 | Piso 2] ⏰ Dia 17/08 - 18:30h às 19:30h Também serão presença como speakers em Painéis importantes sobre o mercado de games.
1
213
HackStudio: Use StringView in DiffViewer::draw_line Author: Shannon Booth github.com/SerenityOS/sereni…

9
LibCore: Migrate Command from Deprecated{File,String} This gives us free error-propagation in Core::command(...) and HackStudio::ProjectBuilder::for_each_library_dependencies. The comment about "String will be in the null state" … Author: Ben Wiederhake github.com/SerenityOS/sereni…

18
HackStudio: Prefer FileSystem::copy_file_or_directory Author: Ben Wiederhake github.com/SerenityOS/sereni…

1
11
Meta: Copy GML source files to serenity install We already install C source files to allow debugging applications in HackStudio. Installing GML files can make editing application widgets a bit faster and easier, as you no longer n… Author: Karol Kosek github.com/SerenityOS/sereni…

13
HackStudio: Prefer FileSystem over DeprecatedFile Author: Ben Wiederhake github.com/SerenityOS/sereni…

16
Base: Remove the cpp-gui HackStudio template This template is essentially an older version of the serenity-application template, it does not compile anymore and is therefore entirely redundant. Author: kleines Filmröllchen github.com/SerenityOS/sereni…

12
HackStudio: Move around execution order and prevent crashing Previously hackstudio tried to synchronize the language server before executing the command inside the editor. If sync-command for the server (for example the CommentLineCommand… Author: iyush github.com/SerenityOS/sereni…

20
HackStudio: Set_cursor even if the file is already open Upon opening already opened file, the cursor was previously not set to the correct line and column. With this patch, it should be correctly set. Fixes a bug where ctrl clicking a fun… Author: iyush github.com/SerenityOS/sereni…

16
Applications: Use thousands separator for numbers shown in status bar TextEditor, HackStudio and SQLStudio now print the current line and column number, as well as the number of currently selected words, with thousands separators. … Author: Tim Ledbetter github.com/SerenityOS/sereni…

25
HackStudio: Add configuration domain pledge for FileManager This fixes a bug where clicking the "Save" button would crash the application because 'FileManager' was a pledged domain. Author: Evan Smal github.com/SerenityOS/sereni…

14
HackStudio: Migrate git-diff indicators to TextEditor API As part of this, the CodeDocument now keeps track of the kind of difference for each line. Previously, we iterated every hunk every time the editor was painted, but now we do t… Author: Sam Atkins github.com/SerenityOS/sereni…

16
HackStudio: Migrate execution-position indicator to TextEditor API Author: Sam Atkins github.com/SerenityOS/sereni…

11
HackStudio: Migrate breakpoint indicators to TextEditor API Author: Sam Atkins github.com/SerenityOS/sereni…

10
LibGUI HackStudio PixelPaint: Port Widget title to the new String I had to add a set_title(String) helper function for ImageEditor because TabWidget requires it. This is a temporary fix and will be handled in subsequent commit. Author: Karol Kosek github.com/SerenityOS/sereni…

8
HackStudio: Use Syntax::Language instead of our own one The one behavior difference here is that the statusbar used to display "Unknown" for unknown file types, and "Markdown" for md, but we now display "Plain Text" for all file types… Author: Sam Atkins github.com/SerenityOS/sereni…

12
LibSyntax: Add Language-from-String/Path functions These are taken from HackStudio, but slightly rearranged to be more alphabetical, and returning an empty Optional instead of "Unknown". Author: Sam Atkins github.com/SerenityOS/sereni…

8
HackStudio: Store correct address in ClassViewModel's ModelIndices When 359d6e7b0b0ef7add9eb2015d0dd664a82cf73d7 happened, the return value of `children[row]` went from being `ClassViewNode&` to `NonnullOwnPtr<ClassViewNode>&`, so we … Author: Sam Atkins github.com/SerenityOS/sereni…

4