Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-27 | Themes: Update text cursor color in "Default" theme | Andreas 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-27 | Base: Rename icon subdirectories by explicit app name | thankyouverycool | |
Renames widgets/ to hackstudio/, vbwidgets/ to visualbuilder/ and paintbrush/ to pixelpaint/. | |||
2020-08-27 | Base: Delete unused and deprecated icons | thankyouverycool | |
Removes old FileManager, Terminal and buggie-about PNGs. | |||
2020-08-27 | Base: 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-27 | Base: Create /res/icons/serenity for misc. sized system icons | thankyouverycool | |
2020-08-27 | Base: Create /res/icons/solitaire/ and relocate solitaire assets | thankyouverycool | |
2020-08-27 | Base: Create /res/graphics/ and relocate system art assets | thankyouverycool | |
2020-08-27 | Base+LibGUI+Spreadsheet: Add icons for Spreadsheet | AnotherTest | |
Also adds a Spreadsheet.af. | |||
2020-08-27 | Spreadsheet: Add support for multiple sheets | AnotherTest | |
This also refactors the js integration stuff to allow sheets to reference each other safely. | |||
2020-08-26 | Base+HackStudio: Rename project file extensions to .hsp | thankyouverycool | |
More concise in Views and consistent with other extensions. | |||
2020-08-26 | Base: Add new icons for HackStudio | thankyouverycool | |
Adds new filetype icons for forms and project files and a new root icon for HackStudio's project tree. | |||
2020-08-24 | Spreadsheet: Reformat the runtime file to comply with js standards | AnotherTest | |
2020-08-24 | Spreadsheet: Document runtime functions and add a help window | AnotherTest | |
...that can automatically generate documentation pages from the objects. | |||
2020-08-24 | Spreadsheet: Start making a spreadsheet application | AnotherTest | |
2020-08-23 | Base: Add ThemeEditor.af | Linus Groh | |
2020-08-22 | Base: Add new Calendar icons | thankyouverycool | |
2020-08-22 | HackStudio: Implement "Step Out" debugging action | Itamar | |
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-22 | HackStudio: Add icons for "step in" and "step out" | Itamar | |
2020-08-19 | Base: Tweak the "new" icon to be slightly flatter | Andreas Kling | |
This way it fits in better with its neighbors. :^) | |||
2020-08-18 | LibWeb: Implement Element.innerText | Nico 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-16 | Base: Rename Pebbleton to reflect actual height | thankyouverycool | |
And update programs loading it from file. | |||
2020-08-16 | Chess: Add the 'retro' piece set | Tibor Nagy | |
2020-08-15 | Chess: Add the 'stelar7' piece set | Peter Elliott | |
Co-authored-by: stelar7 <dudedbz@gmail.com> | |||
2020-08-15 | Chess: Add menu options for setting board theme and piece set | Peter Elliott | |
2020-08-15 | Chess: Add basic ChessWidget and ugly piece set | Peter Elliott | |
2020-08-12 | Base: Increase saturation of HackStudio icons somewhat | Andreas Kling | |
2020-08-10 | Base: Change browser test page link color for better visibility (#3068) | Abu Sakib | |
2020-08-09 | Base: Replace downscaled 2048 16x16 app icon with a hand-drawn one | Linus Groh | |
Downscaling icons to 16x16 pretty much never works... | |||
2020-08-09 | Games: Add a 2048 game | AnotherTest | |
2020-08-06 | Base: Update Hungarian keymap with accented characters and more symbols | Tibor Nagy | |
Also fixing a bug where the numpad keys were accidentally shifted by one position in the JSON array. | |||
2020-08-06 | Keymaps: Add European Portuguese keymap | Edgar Araújo | |
2020-08-02 | LibWeb: 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-02 | Themes: Hide title stripes on Redmond and Redmond 2000 | Luke | |
2020-08-01 | Themes: Fix default theme window stripes and shadow after #2811 | Nico 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-01 | Base: Center window-close.png vertically | thankyouverycool | |
2020-08-01 | Base: New buttons and background for Redmond Themes | thankyouverycool | |
Updates Redmond and Redmond 2000 with new title bar buttons and changes Redmond's background to authentic 90sCorp Teal(TM). | |||
2020-07-29 | Meta: Find potentially missing resources | Ben Wiederhake | |
2020-07-29 | Eyes: Introduce and use icons | Ben 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-29 | FileManager: Improce icon contrast (filetypes music and sound) | Ben Wiederhake | |
2020-07-29 | PixelPaint: Improve icon contrast | Ben Wiederhake | |
2020-07-29 | DisplaySettings: Improve icon contrast | Ben Wiederhake | |
2020-07-29 | Screensaver: Improve icon contrast | Ben Wiederhake | |
2020-07-29 | Snake: Improve icon contrast | Ben Wiederhake | |
2020-07-29 | Icons: Unset executable flag | Ben Wiederhake | |
Icons cannot be executed. Or at least they *really* shouldn't be executed. | |||
2020-07-28 | SystemMenu: Add 'Themes' icon | Ben Wiederhake | |
2020-07-28 | SystemMenu: Add icons for categories | Ben Wiederhake | |
2020-07-28 | Base: Add icons and af files for Profiler and Inspector | thankyouverycool | |
2020-07-27 | Base: Remove old ladybug icon | Andreas Kling | |
2020-07-27 | Base: Add characters to default fonts | thankyouverycool | |
Updates the Extended-A block for Katica and Csilla. Corrects some heights, accents and capitalizations. Slims the 'A', 'C', and 'G' in CsillaThin. | |||
2020-07-26 | Userland: Add Spanish keymap | Estanislao Pérez Nartallo | |