summaryrefslogtreecommitdiff
path: root/Base
AgeCommit message (Collapse)Author
2020-08-27Themes: Update text cursor color in "Default" themeAndreas Kling
I never liked the sharp red text cursor. Replace it with the same color we use to start off the active window title bar gradient. :^)
2020-08-27Base: Rename icon subdirectories by explicit app namethankyouverycool
Renames widgets/ to hackstudio/, vbwidgets/ to visualbuilder/ and paintbrush/ to pixelpaint/.
2020-08-27Base: Delete unused and deprecated iconsthankyouverycool
Removes old FileManager, Terminal and buggie-about PNGs.
2020-08-27Base: Move 16x16 common icons to /res/icons/16x16/thankyouverycool
Drops the '16' suffix from filenames. Resizes inconsistent audio-volume icons to intended size.
2020-08-27Base: Create /res/icons/serenity for misc. sized system iconsthankyouverycool
2020-08-27Base: Create /res/icons/solitaire/ and relocate solitaire assetsthankyouverycool
2020-08-27Base: Create /res/graphics/ and relocate system art assetsthankyouverycool
2020-08-27Base+LibGUI+Spreadsheet: Add icons for SpreadsheetAnotherTest
Also adds a Spreadsheet.af.
2020-08-27Spreadsheet: Add support for multiple sheetsAnotherTest
This also refactors the js integration stuff to allow sheets to reference each other safely.
2020-08-26Base+HackStudio: Rename project file extensions to .hspthankyouverycool
More concise in Views and consistent with other extensions.
2020-08-26Base: Add new icons for HackStudiothankyouverycool
Adds new filetype icons for forms and project files and a new root icon for HackStudio's project tree.
2020-08-24Spreadsheet: Reformat the runtime file to comply with js standardsAnotherTest
2020-08-24Spreadsheet: Document runtime functions and add a help windowAnotherTest
...that can automatically generate documentation pages from the objects.
2020-08-24Spreadsheet: Start making a spreadsheet applicationAnotherTest
2020-08-23Base: Add ThemeEditor.afLinus Groh
2020-08-22Base: Add new Calendar iconsthankyouverycool
2020-08-22HackStudio: Implement "Step Out" debugging actionItamar
The "Step Out" action continues execution until the current function returns. Also, LibDebug/StackFrameUtils was introduced to eliminate the duplication of stack frame inspection logic between the "Step Out" action and the BacktraceModel.
2020-08-22HackStudio: Add icons for "step in" and "step out"Itamar
2020-08-19Base: Tweak the "new" icon to be slightly flatterAndreas Kling
This way it fits in better with its neighbors. :^)
2020-08-18LibWeb: Implement Element.innerTextNico Weber
Reading the property has a few warts (see FIXMEs in the included tests), but with this the timestamps on http://45.33.8.238/ get localized :^) Since the Date() constructor currently ignores all arguments, they don't get localized correctly but are all set to the current time, but hey, it's still progress from a certain point of view.
2020-08-18Shell: Document the use of environment/local variablesAnotherTest
2020-08-18Shell: Update manpage about for loop behaviour around signalsAnotherTest
2020-08-16Base: Rename Pebbleton to reflect actual heightthankyouverycool
And update programs loading it from file.
2020-08-16Chess: Add the 'retro' piece setTibor Nagy
2020-08-15Chess: Add the 'stelar7' piece setPeter Elliott
Co-authored-by: stelar7 <dudedbz@gmail.com>
2020-08-15Chess: Add menu options for setting board theme and piece setPeter Elliott
2020-08-15Chess: Add basic ChessWidget and ugly piece setPeter Elliott
2020-08-15Base: Modify "little" projectItamar
2020-08-14Shell: Start writing a man pageAnotherTest
This patch adds two man pages describing the parts of the shell that have been so far finalised.
2020-08-12Base: Increase saturation of HackStudio icons somewhatAndreas Kling
2020-08-10Base: Change browser test page link color for better visibility (#3068)Abu Sakib
2020-08-09Base: Replace downscaled 2048 16x16 app icon with a hand-drawn oneLinus Groh
Downscaling icons to 16x16 pretty much never works...
2020-08-09Games: Add a 2048 gameAnotherTest
2020-08-06Base: Update Hungarian keymap with accented characters and more symbolsTibor Nagy
Also fixing a bug where the numpad keys were accidentally shifted by one position in the JSON array.
2020-08-06Keymaps: Add European Portuguese keymapEdgar Araújo
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-08-04Kernel+LibC: Add sys$disown() for disowning child processesAndreas Kling
This syscall allows a parent process to disown a child process, setting its parent PID to 0. Unparented processes are automatically reaped by the kernel upon exit, and no sys$waitid() is required. This will make it much nicer to do spawn-and-forget which is common in the GUI environment.
2020-08-02LibWeb: Only allow editing of elements with contenteditable="true"Andreas Kling
We now respect the contenteditable HTML attribute and only let you edit content inside explicitly editable elements.
2020-08-02Themes: Hide title stripes on Redmond and Redmond 2000Luke
2020-08-01Themes: Fix default theme window stripes and shadow after #2811Nico Weber
Change #2811 made window title stripes and window title shadow themable, but it used the same stripe and shadow color for all window modes. This is fine for the new 'basalt' theme which uses the same color in all four window modes, but it changed the default theme so that background windows had brown stripes and a brown shadow. Instead, make the title stripe and title shadow themable per window mode, and change the default theme to restore the colors it had before change #2811: The title stripe color is the same as Border1 for all window modes, and the title shadow is the same as the title stripe darkened by 0.6.
2020-08-01Base: Center window-close.png verticallythankyouverycool
2020-08-01Base: New buttons and background for Redmond Themesthankyouverycool
Updates Redmond and Redmond 2000 with new title bar buttons and changes Redmond's background to authentic 90sCorp Teal(TM).
2020-07-29Meta: Find potentially missing resourcesBen Wiederhake
2020-07-29Eyes: Introduce and use iconsBen Wiederhake
The icons are made using a screenshot which was then scaled down. The 16x16 icon needed some light post-processing to look good.
2020-07-29FileManager: Improce icon contrast (filetypes music and sound)Ben Wiederhake