summaryrefslogtreecommitdiff
path: root/Base/home
AgeCommit message (Expand)Author
2021-01-09little: Remove "-Os" compile flagItamar
2021-01-05Browser: Add a very basic content filter listAndreas Kling
2021-01-05Playground: Support opening gml file by path as command line argumentBrendan Coles
2020-12-30Terminal: Remove redundant scroll length settings optionIdan Horowitz
2020-12-24LaunchServer+Base: Stop using Browser as default protocol handlerLinus Groh
2020-12-21LibVT+Terminal: Add the option to disable the bellAlex McGrath
2020-12-10Base: Remove *.hsp filesAndreas Kling
2020-12-05Browser: Add DuckDuckGo to bookmarks (#4288)Daniel Lemos
2020-11-10LaunchServer: Add hsp=/bin/HackStudio file association to configBrendan Coles
2020-11-10Base: remove unnecessary Game config files from /home/anon/.config/Brendan Coles
2020-11-05Base: Tweak CXXFLAGS for the "little" test projectsAndreas Kling
2020-11-04Chess: Add missing default config file in .config :^)Jesse Buhagiar
2020-11-04Minesweeper+Snake: load config file before calling unveil()Brendan Coles
2020-11-02Games: Use pledge and unveilBrendan Coles
2020-11-01LaunchServer: Add sheets=/bin/Spreadsheet file association to configBrendan Coles
2020-10-26Shell+LibLine: Support HISTCONTROL environment variableLinus Groh
2020-10-03Everywhere: Fix more typosLinus Groh
2020-10-01DevTools: Remove VisualBuilder and FormCompilerAndreas Kling
2020-08-26Base+HackStudio: Rename project file extensions to .hspthankyouverycool
2020-08-15Base: Modify "little" projectItamar
2020-08-05Browser: Move bookmarks.json to ~/.configAndreas Kling
2020-08-05Base: Add ~/Documents and put miscellaneous files thereAndreas Kling
2020-08-05Base: Move "js" and "little" HackStudio projects into ~/Source/Andreas Kling
2020-08-05LibCore+Base: Move user-specific config files to $HOME/.configAndreas Kling
2020-08-05Base: Open .hackstudio files in HackStudioLinus Groh
2020-08-05HackStudio: Rename project file format from .files to .hackstudioLinus Groh
2020-07-07Shell: Run both /etc/shellrc and ~/.shellrc on startupAndreas Kling
2020-07-05Shell: Read and evaluate an init file on startAnotherTest
2020-07-04Base: Remove /home/anon/myfile.txtAndreas Kling
2020-07-03Base: Add TextEditor to the quick-launch area in the Taskbar :^)Andreas Kling
2020-06-30Terminal: Bump the default ScrollLength to 4Andreas Kling
2020-06-27LaunchServer: Associate JPEG files with QuickShowdevashish
2020-06-27Base: Add PGM file type to QuickShow file type listHüseyin ASLITÜRK
2020-06-22Base: Add PPM file type to QuickShow file type listHüseyin ASLITÜRK
2020-06-21Base: Add pbm file type to QuickShow file type listHüseyin ASLITÜRK
2020-06-21LibGfx: Add BMP suite html filesMatthew Olsson
2020-06-18Base: Fix broken ACID2 browser bookmark :^)Andreas Kling
2020-06-17Base: Move all the HTML test content into /res/html/miscAndreas Kling
2020-06-13Base: Add some interlaced PNGs to the local copies of the pngsuite testsPaul Roukema
2020-06-12LibWeb: Handle negative values when collapsing vertical marginsAndreas Kling
2020-06-12LibWeb: Implement very basic margin collapsingAndreas Kling
2020-06-12LibWeb: Some improvements to absolute positioningAndreas Kling
2020-06-10Base: Put the ACID2 test on the browser bookmarks bar :^)Andreas Kling
2020-06-05LibWeb: Start adding support for the <iframe> element! :^)Andreas Kling
2020-06-03HackStudio: Support debugging variables with Enum typesFalseHonesty
2020-06-02Base: Fix bad URL in welcome pageAndreas Kling
2020-06-02LibWeb: Share decoded images at the Resource level :^)Andreas Kling
2020-05-31HackStudio: Allow changing variable values in debuggerFalseHonesty
2020-05-30Base: Add HTML spec (multipage) to the default Browser bookmarks :^)Andreas Kling
2020-05-26LibWeb: Implement vendor specific CSS color style for System PaletteFalseHonesty