1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 03:01:09 +00:00
serenity/Userland/Applications/Spreadsheet
AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
Replacement made by `find Kernel Userland -name '*.h' -o -name '*.cpp' | sed -i -Ee 's/dbgln\b<(\w+)>\(/dbgln_if(\1, /g'`
2021-02-08 18:08:55 +01:00
..
CellType Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Readers Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Writers Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Cell.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Cell.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CellSyntaxHighlighter.cpp LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS 2021-02-07 16:56:02 +01:00
CellSyntaxHighlighter.h LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS 2021-02-07 16:56:02 +01:00
CellTypeDialog.cpp LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS 2021-02-07 16:56:02 +01:00
CellTypeDialog.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CMakeLists.txt Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CondFormatting.gml Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ConditionalFormatting.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CondView.gml Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Forward.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
HelpWindow.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
HelpWindow.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
JSIntegration.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
JSIntegration.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
main.cpp Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Position.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Spreadsheet.cpp Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
Spreadsheet.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
SpreadsheetModel.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
SpreadsheetModel.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
SpreadsheetView.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
SpreadsheetView.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
SpreadsheetWidget.cpp LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax 2021-02-07 15:15:10 +01:00
SpreadsheetWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Workbook.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Workbook.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00