Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-18 | Shell: Document the use of environment/local variables | AnotherTest | |
2020-08-18 | Shell: Update manpage about for loop behaviour around signals | AnotherTest | |
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-15 | Base: Modify "little" project | Itamar | |
2020-08-14 | Shell: Start writing a man page | AnotherTest | |
This patch adds two man pages describing the parts of the shell that have been so far finalised. | |||
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-05 | Browser: Move bookmarks.json to ~/.config | Andreas Kling | |
2020-08-05 | Base: Add ~/Documents and put miscellaneous files there | Andreas Kling | |
2020-08-05 | Base: Move "js" and "little" HackStudio projects into ~/Source/ | Andreas Kling | |
2020-08-05 | LibCore+Base: Move user-specific config files to $HOME/.config | Andreas Kling | |
2020-08-05 | Base: Open .hackstudio files in HackStudio | Linus Groh | |
2020-08-05 | HackStudio: Rename project file format from .files to .hackstudio | Linus Groh | |
2020-08-04 | Kernel+LibC: Add sys$disown() for disowning child processes | Andreas 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-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 | Base: Mount /etc as read/write | Andreas Kling | |
Let's be reasonable and have a writable /etc by default. | |||
2020-07-28 | Userland: Make su require passwords | Peter Elliott | |
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 man page about set_process_name(2) | 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 | |
2020-07-26 | Base: Add SVG test file to welcome page | Matthew Olsson | |
2020-07-26 | Base+MenuApplet: Add new controls and icons for AudioApplet | thankyouverycool | |
Adds a classic volume slider to the AudioApplet. Percent text and mute state can now be toggled via checkboxes. Left click opens, right click mutes. Updates existing icons and adds unique icons for muted vs zero volume states. | |||
2020-07-25 | test-web: Add ability to change page mid-test | Luke | |
This allows you to not have to write a separate test file for the same thing but in a different situation. This doesn't handle when you change the page with location.href however. Changes the name of the page load handlers to prevent confusion with this. | |||
2020-07-25 | Base: Complete the french keymap and fix the numeric keypad | Benoît Lormeau | |
Accentuated letters and other characters from the Unicode Block "Latin-1 Supplement" were added; they weren't supported in the past. Regarding the numpad: there was a `"", ` too much in the keymap, which was shifting the keys when pressed (e.g. I would get a '9' instead of a '+') |