Gunnar Beutner
be80ac619f
Browser: Add a custom icon for the "New Window" action
2022-10-06 20:51:04 +02:00
Marco Santos
a0598aaef7
Icons: Add icon to represent text color changes
2022-09-27 13:38:11 +03:30
hashem78
69d86a60e5
Base: Remove extraneous pixels from msgbox-question.png
2022-09-24 20:57:19 +02:00
djwisdom
378f004a28
Base: Update Durrque theme for a better look and feel
2022-09-17 10:08:59 +01:00
Jelle Raaijmakers
9dfe50170e
Demos: Add Tubes :^)
2022-09-11 22:45:49 +01:00
electrikmilk
6a09d89329
Base+LibGUI: Add insert emoji common action
...
This adds a common action to invoke the emoji picker.
2022-09-08 23:08:54 +01:00
electrikmilk
56a719daf8
Base: Add Assembly file type icon
...
This adds 16x16 and 32x32 file type icons for assembly files.
2022-09-08 10:06:55 +01:00
electrikmilk
6675865582
Browser: Add context menu icons
...
This adds two new icons for browser context menu items "Close Other
Tabs" and "Download".
This adds existing icons where they were missing in context menu items.
2022-09-08 10:02:37 +01:00
electrikmilk
325a8a3d9b
Base: Match colors for C++ file type icons
...
Update the color of the 16x16 version of the C++ file icon to match the
new colors in the 32x32 version of the icon.
2022-09-06 18:44:02 +00:00
electrikmilk
a0e3289cf3
Base: Add CMakeLists file type icon
...
This adds a file icon for CMakeLists.txt files.
2022-09-06 18:06:57 +01:00
electrikmilk
1ab510c4bb
Base+LibGUI: Add Git folder icons
...
This adds icons for folder paths ending in ".git". This adds 16x16 and
32x32 versions of a folder with a Git logo for both the closed and open
versions of the folder icon.
2022-09-06 07:38:09 +01:00
electrikmilk
ce166785d7
Base: Add Git file type icons
...
This adds 16x16 and 32x32 Git file icons for files like .gitignore, etc.
2022-09-06 07:38:09 +01:00
electrikmilk
98fb0727a4
Base: Make open folder icons consistent
...
This changes the open parent directory, open recent, and open folder
16x16 icons to be more consistent with the other folder icons. This
also improves the other elements on these icons by adding tinting
and shading.
2022-09-05 21:40:16 +01:00
electrikmilk
67eee46319
Base: Add shell script file type icon
...
This adds a file type icon for shell scripts.
2022-09-05 20:34:42 +01:00
electrikmilk
6247bbc65b
Base: Add Ruby File Type Icon
...
This adds a file type icon for Ruby (.rb) files.
2022-09-05 09:24:15 +01:00
Timothy Slater
fcf86b07a5
PixelPaint: Add Wand Select Tool
...
Wand Selection tool uses similar logic to the Bucket Tool. Flood filling
and threshold calculations to determine the affected area just in this
case we do not set the pixels of the selected area, instead we use
those pixels to alter the selection mask.
In the future we can probably abstract out the shared flood logic so
both tools can share the code.
2022-08-31 16:30:23 +02:00
crpz1
3d5300a25e
Base: Horizontally center socket and remove pixel from CrashReporter
2022-08-28 16:38:57 +01:00
electrikmilk
1a9d4ffecf
PixelPaint: Add more icons
...
This adds menu item icons for Add Mask, Flatten Image, Fit Image To
View, and Generic 5x5 Convolution.
This modifies the menu item icon for Swap Colors to make the action more
obvious and improve accessibility.
2022-08-24 12:01:19 +02:00
Sam Atkins
deeef8c412
GamesSettings: Add a setting for the card-back image
...
And also add a couple of images so there's more than one option. :^)
(My yak silhouette isn't very good, so please replace that, artists!)
2022-08-22 12:50:41 +02:00
Sam Atkins
0737d217cb
Base: Add a 32x32 version of the Games icon
2022-08-22 12:50:41 +02:00
thankyouverycool
2d706ba753
Base: Add 32x32 workspaces settings icon
2022-08-16 16:41:47 +02:00
electrikmilk
a5cef2c41a
Base: Add Icon for Partition Editor
...
This adds a 16x16 and 32x32 icon that is missing for the Partition
Editor.
2022-08-14 00:52:56 +01:00
thankyouverycool
8b5280b5dd
Base: Add icons for animation and theming options
2022-08-09 12:08:21 +02:00
thankyouverycool
6891bfa965
Base: Add an overflow-menu icon
2022-08-04 02:56:17 +02:00
thankyouverycool
de9452e14b
Base: Update window-close-modified icon for Redmond themes
2022-08-02 16:33:02 +02:00
Andreas Kling
44cdca04d3
LibGfx+Base: Draw radio buttons programmatically
...
Remove the static PNG bitmaps we've been using for GUI radio buttons
and replace them with on-the-fly pixel painting.
This fixes a long-standing issue where radio buttons always looked the
same, regardless of system theme settings. :^)
2022-07-25 16:32:52 +02:00
Linus Groh
cc4bb59a7e
Playground: Rename the application to GMLPlayground
...
Just "Playground" is too generic and doesn't match the general rule of
"application name equals display name minus spaces".
2022-06-28 21:10:10 +01:00
Torstennator
5aeb6552f0
PixelPaint: Add level sliders for brightness, contrast and gamma
...
This patch adds a basic dialog to change brightness, contrast and gamma
correction for the selected layer.
2022-06-21 18:23:01 +01:00
kleines Filmröllchen
bca0e31cba
Base: Optimize a bunch of PNGs
...
These all save at least a couple of kilobytes.
2022-06-18 21:58:43 +04:30
Andreas Kling
45de16f195
Userland+Base: Remove Breakout and Pong games
...
These games were not very playable and definitely not fun.
2022-06-15 17:15:04 +02:00
djwisdom
b47fbea9ad
Base: Update Chillychilly Theme for better aesthetics
2022-06-15 13:20:52 +01:00
djwisdom
0daf5cc434
Base: Update Redmond 2000 Theme use Redmond Theme's metrics
2022-06-11 12:20:23 +01:00
redsnout
ae3b9ad69f
Calculator: Fix Broken Euler's Number icon
...
In #14248 a new image was added to represent Euler's Number. Running
optipng on the image results in a smaller file size but causes
calculator to throw the following error message:
Calculator(39:39): Exiting with runtime error: PNGImageDecoderPlugin:
Palette index out of range.
This commit provides a fixed image file.
2022-06-10 22:09:20 +01:00
redsnout
fd641f6f17
Calculator: Replace "Euler's Constant" with "Euler's Number" in menu
...
This is meant to address #14234 by renaming the "Euler's Constant"
menu item to "Euler's Number". This commit removes the existing
"eulers.png" and replaces with a new "eulers_number.png" for clarity.
2022-06-10 20:03:37 +01:00
Andrew Dykema
8c37e508f2
Calculator: Add Phi constant
2022-06-09 19:17:43 +01:00
djwisdom
cf68e01970
Base: Make kill process icon using hand as gun gesture
...
This was suggested by dither8 on Discord https://bit.ly/3ynR3sb
2022-05-27 22:18:26 +01:00
MacDue
bdac8c53ea
Base: Add hover icons to Cupertino theme
...
Simple hover effect with slight brightening + glow.
2022-05-21 18:11:36 +02:00
adoni
67c8adb561
Base: Add Contrast theme
2022-05-13 09:59:45 +02:00
Joel Hansen
d017e9f2c7
Base: Add hover variants for Light theme
2022-05-07 20:06:47 +02:00
Joel Hansen
afa490de0c
Base: Add hover variants for the Silver theme
2022-05-07 20:06:47 +02:00
VAN BOSSUYT Nicolas
020235a841
Base: Improve icons consistency
2022-05-07 13:45:33 +02:00
MacDue
9736a088fb
Base: Add hovered versions of the Coffee title bar icons
2022-05-03 22:00:14 +02:00
Joel Hansen
45f3fffbad
Base: Improvements to the Light theme
...
- Adding more suitable "icons-only" buttons.
- Adding WindowShadow from default theme.
2022-04-28 22:14:43 +02:00
MacDue
cbfd5c4ecf
Base: Remove background from Coffee theme title buttons
2022-04-25 23:45:24 +02:00
Dylan Katz
0cd5c6bd0f
Base: Add icons for SQL Studio
2022-04-22 09:57:40 +02:00
djwisdom
9f8fd732d0
Base: Update GruvboxDark Theme and enable window-close-modified icon
2022-04-20 18:41:42 +02:00
djwisdom
8a156ed702
Base: Update Redmond Theme and enable window-close-modified icon
...
Aim for consistent user-experience across all themes
2022-04-20 18:41:35 +02:00
djwisdom
96bc70deca
Base: Update Sunshine Theme and enable window-close-modified icon
...
Aim for consistent user-experience across all themes
2022-04-20 18:41:07 +02:00
djwisdom
fd3b96bb2f
Base: Update Cupertino Theme and enable window-close-modified icon
...
Use the recommended center dot on close button to retain general
Cupertino theme look and feel. Thanks to @adamsoutar for the info.
2022-04-20 18:17:28 +02:00
djwisdom
3ddd8f0d68
Base: Update Coffee Theme enable window-close-modified icon
...
Aim for consistent user-experience across all themes
2022-04-17 10:56:01 -07:00