Itamar
cb432ffe8c
HackStudio: Add icons for "step in" and "step out"
2020-08-22 09:48:59 +02:00
Andreas Kling
a188e6e7d6
Base: Tweak the "new" icon to be slightly flatter
...
This way it fits in better with its neighbors. :^)
2020-08-19 21:17:02 +02:00
Nico Weber
2460980d2c
LibWeb: Implement Element.innerText
...
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 16:58:46 +02:00
AnotherTest
68189f80cc
Shell: Document the use of environment/local variables
2020-08-18 16:58:17 +02:00
AnotherTest
32bfb48577
Shell: Update manpage about for loop behaviour around signals
2020-08-18 16:58:17 +02:00
thankyouverycool
5558b2cf9f
Base: Rename Pebbleton to reflect actual height
...
And update programs loading it from file.
2020-08-16 19:38:21 +02:00
Tibor Nagy
115c124a77
Chess: Add the 'retro' piece set
2020-08-16 16:36:18 +02:00
Peter Elliott
9a817270e8
Chess: Add the 'stelar7' piece set
...
Co-authored-by: stelar7 <dudedbz@gmail.com>
2020-08-15 20:54:02 +02:00
Peter Elliott
e91542a3cf
Chess: Add menu options for setting board theme and piece set
2020-08-15 20:54:02 +02:00
Peter Elliott
7333916252
Chess: Add basic ChessWidget and ugly piece set
2020-08-15 20:54:02 +02:00
Itamar
e793cc3d13
Base: Modify "little" project
2020-08-15 15:06:35 +02:00
AnotherTest
0950fd1438
Shell: Start writing a man page
...
This patch adds two man pages describing the parts of the shell that
have been so far finalised.
2020-08-14 10:31:52 +02:00
Andreas Kling
bd54854c64
Base: Increase saturation of HackStudio icons somewhat
2020-08-12 13:30:20 +02:00
Abu Sakib
025a2a3c5b
Base: Change browser test page link color for better visibility ( #3068 )
2020-08-10 12:49:43 +02:00
Linus Groh
fb29bc8b50
Base: Replace downscaled 2048 16x16 app icon with a hand-drawn one
...
Downscaling icons to 16x16 pretty much never works...
2020-08-09 22:18:08 +02:00
AnotherTest
872834320a
Games: Add a 2048 game
2020-08-09 21:11:50 +02:00
Tibor Nagy
6be3f914f0
Base: Update Hungarian keymap with accented characters and more symbols
...
Also fixing a bug where the numpad keys were accidentally shifted by
one position in the JSON array.
2020-08-06 20:36:50 +02:00
Edgar Araújo
e521daeedc
Keymaps: Add European Portuguese keymap
2020-08-06 17:53:42 +02:00
Andreas Kling
ad2e84b71a
Browser: Move bookmarks.json to ~/.config
2020-08-05 17:40:47 +02:00
Andreas Kling
4f3e8547d2
Base: Add ~/Documents and put miscellaneous files there
2020-08-05 17:40:47 +02:00
Andreas Kling
db450dbc44
Base: Move "js" and "little" HackStudio projects into ~/Source/
2020-08-05 17:40:47 +02:00
Andreas Kling
bc615572a9
LibCore+Base: Move user-specific config files to $HOME/.config
2020-08-05 17:40:47 +02:00
Linus Groh
5cee150a91
Base: Open .hackstudio files in HackStudio
2020-08-05 16:54:23 +02:00
Linus Groh
0d493c1879
HackStudio: Rename project file format from .files to .hackstudio
2020-08-05 16:54:23 +02:00
Andreas Kling
7de831efc6
Kernel+LibC: Add sys$disown() for disowning child processes
...
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-04 18:17:16 +02:00
Andreas Kling
07e13e9868
LibWeb: Only allow editing of elements with contenteditable="true"
...
We now respect the contenteditable HTML attribute and only let you
edit content inside explicitly editable elements.
2020-08-02 17:34:50 +02:00
Luke
85b2413403
Themes: Hide title stripes on Redmond and Redmond 2000
2020-08-02 00:07:02 +02:00
Nico Weber
6dd10ad8dc
Themes: Fix default theme window stripes and shadow after #2811
...
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 19:26:54 +02:00
thankyouverycool
0f7bba327f
Base: Center window-close.png vertically
2020-08-01 07:56:48 +02:00
thankyouverycool
2f4207f8b7
Base: New buttons and background for Redmond Themes
...
Updates Redmond and Redmond 2000 with new title bar buttons and
changes Redmond's background to authentic 90sCorp Teal(TM).
2020-08-01 07:56:48 +02:00
Ben Wiederhake
eccf96b703
Meta: Find potentially missing resources
2020-07-29 01:34:22 +02:00
Ben Wiederhake
5692fa6c39
Eyes: Introduce and use icons
...
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 01:34:22 +02:00
Ben Wiederhake
be89627bf5
FileManager: Improce icon contrast (filetypes music and sound)
2020-07-29 01:34:22 +02:00
Ben Wiederhake
2ac8a2dfac
PixelPaint: Improve icon contrast
2020-07-29 01:34:22 +02:00
Ben Wiederhake
5ad3db9bc0
DisplaySettings: Improve icon contrast
2020-07-29 01:34:22 +02:00
Ben Wiederhake
84dac4eff5
Screensaver: Improve icon contrast
2020-07-29 01:34:22 +02:00
Ben Wiederhake
58282ed5a7
Snake: Improve icon contrast
2020-07-29 01:34:22 +02:00
Ben Wiederhake
3a04e75774
Icons: Unset executable flag
...
Icons cannot be executed. Or at least they *really* shouldn't be executed.
2020-07-29 01:34:22 +02:00
Andreas Kling
b5633c69d3
Base: Mount /etc as read/write
...
Let's be reasonable and have a writable /etc by default.
2020-07-28 19:07:01 +02:00
Peter Elliott
99ddbb83e8
Userland: Make su require passwords
2020-07-28 17:07:22 +02:00
Ben Wiederhake
58dd9f2d2a
SystemMenu: Add 'Themes' icon
2020-07-28 16:29:44 +02:00
Ben Wiederhake
a9d30a59d9
SystemMenu: Add icons for categories
2020-07-28 16:29:44 +02:00
thankyouverycool
5cfbf88b4d
Base: Add icons and af files for Profiler and Inspector
2020-07-28 16:29:36 +02:00
Andreas Kling
e3437414f0
Base: Remove old ladybug icon
2020-07-27 19:57:20 +02:00
Andreas Kling
e26c6805dd
Base: Add man page about set_process_name(2)
2020-07-27 19:10:18 +02:00
thankyouverycool
3e10c38837
Base: Add characters to default fonts
...
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-27 00:05:20 +02:00
Estanislao Pérez Nartallo
b09b8d99f2
Userland: Add Spanish keymap
2020-07-26 18:34:29 +02:00
Matthew Olsson
2e73082203
Base: Add SVG test file to welcome page
2020-07-26 14:53:43 +02:00
thankyouverycool
bbcdab2baa
Base+MenuApplet: Add new controls and icons for AudioApplet
...
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-26 11:32:12 +02:00
Luke
08221139a5
test-web: Add ability to change page mid-test
...
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 12:35:15 +02:00