summaryrefslogtreecommitdiff
path: root/Base/res/icons
AgeCommit message (Collapse)Author
2021-05-17Base: Fix 16x16 analog clock iconTimothy Flynn
This icon somehow got replaced with a Buggie image in 07341c359487c45e6c8a8187f18d5271536c798b.
2021-05-17Demos: Add Mandelbrot demoGunnar Beutner
This adds a very rudimentary Mandelbrot viewer. It supports zooming and pretty much nothing else. Not even color smoothing or super sampling.
2021-05-17LibCore: Close accepted sockets on exec() and make them non-blockingGunnar Beutner
Previously accept() would copy the listener socket's cloexec and non-blocking flag. With that fixed however TCPServer and LocalServer now leak file descriptors into child processes and are blocking.
2021-05-16Base: Make 16x16 Play/Pause/Stop icons a bit smallerLinus Groh
These all looked out of place both when used on a regular button (e.g. in the SoundPlayer application) and a toolbar action button (e.g. in the GameOfLife application). This makes them a bit smaller (hand-drawn, not scaled down).
2021-05-16Taskbar: Give the shutdown dialog a UI facelift :^)Andreas Kling
2021-05-16Base: Tweak app-text-editor 32x32 icon (pencil color)Andreas Kling
2021-05-15Games: Add GameOfLifeAndres Crucitti
This patch introduces a new game based on Conway's Game of Life.
2021-05-15PixelPaint+Base: Tool icon refresh :^)Andreas Kling
Redraw and shrink all tool icons to 16x16 instead of the off-beat size (26x26) they had previously.
2021-05-13Magnifier: Add a 32x32 iconValtteri Koskivuori
This is stolen from the app-file-manager icon. I'm still 'borrowing' the find icons for Magnifier, didn't see a reason to duplicate them.
2021-05-11Base: Remove unused icons from the removed Visual Builder appAndreas Kling
2021-05-10Themes: Silver: Add window title button iconsBrendan Coles
2021-05-09AnalogClock: New analog clock application (#6760)Erlend
2021-05-08Demos: Add OpenGL teapot demo :^)Jesse Buhagiar
Every GL library needs an implementation of this! Currently drawn with "pixel vomit" colours as we don't yet support lighting via the GL library. This also ships with a super basic Wavefront OBJ loader.
2021-05-02WindowServer+Base: Show alternate close button for "modified" windowsAndreas Kling
Windows that are marked as modified will now have another (themable) close button. This gives an additional visual clue that some action will be required by the user before the window gets closed. The default window-close-modified icon is an "X" with "..." underneath, building on the established use of "..." in menus to signify that additional user input will be required before an action is completed.
2021-04-25Userland+Base: Add "ladyball" logo for the system :^)Andreas Kling
Thanks to Katalin Kult for the artwork!
2021-04-23FontEditor: Add move glyph toolthankyouverycool
When toggled on, glyphs can now be repositioned within the glyph editor by dragging the mouse
2021-04-15Applications: Rename Serendipity => WelcomeAndreas Kling
Let's stick to the theme of "the most obvious name possible"
2021-04-13HackStudio: Store known symbol declarations in ProjectDeclarationsItamar
They were previously stored inside the Locator widget. I moved them to the globally visible ProjectDeclarations class so they can also be used by other widgets.
2021-04-11Network: Add network.png 32x32 iconBrendan Coles
2021-04-09Base+LibGUI: Add an familiar-looking icon for the desktop directoryAndreas Kling
2021-04-06Base: Add icons for a few apps and filetypesthankyouverycool
Adds new java, pdf, open-folder filetype icons. Upgrades chess, snake, sound player and keyboards. Fixes file manager alignment.
2021-04-04Base: Desaturate the audio applet iconsAndreas Kling
2021-04-04ClipboardHistory: Use the "edit-copy" icon instead of a colorized oneAndreas Kling
2021-03-30LibGUI+Calendar: Add new month and year views to Calendarthankyouverycool
And overhaul resize and paint events to fix layout edge cases in which Calendar wasn't filling its parent widget completely. Ensures month views always display prior month days for click navigation. Converts Calendar app layout to GML.
2021-03-23PixelPaint: Added Zoom toollucastarche
2021-03-13LanguageServers/Cpp: Complete Preprocessor definitionsItamar
Preprocessor definitions now appear in the AutoComplete suggestions box as well as in the Locator.
2021-03-02Serendipity: A new welcome appthankyouverycool
Provides the basic Help+ReadMe care package to new users and some interesting tips to get started. Feel free to add more!
2021-02-27HackStudio: Support searching symbol declarations in the LocatorItamar
The Locator now keeps a cache of the declared symbol in a document. The language client updates that cache whenever it gets an update from the language server about declared symbols. This allows searching for symbol declarations in the Locator, in addition to file names. Closes #5478
2021-02-25Base: Update some icons for color, quality and consistencythankyouverycool
And remove unused filetypes
2021-02-25Base: Add new icons for fonts and File Managerthankyouverycool
2021-02-13HackStudio: Project templates and New Project dialogNick Vella
This commit adds a simple project template system to HackStudio, as well as a pretty New Project dialog, inspired by early VS.NET and MS Office.
2021-02-12Themes: Make Redmond 2000 menu shadows a bit lighterTom
2021-02-11WindowServer: Allow different shadows for active/inactive windowsTom
Also allow specifying different shadows for the task and menu bar.
2021-02-09WindowServer: Allow specifying different shadows for menus and tooltipsTom
Also update the Redmond 2000 theme to drop shadows more Redmond-like.
2021-02-09WindowServer: Implement simple window shadowsTom
This implements simple window shadows around most windows, including tooltips. Because this method uses a bitmap for the shadow bits, it is limited to rectangular window frames. For non-rectangular window frames we'll need to implement a more sophisticated algorithm.
2021-01-23Base: Move house on home-directory*.png icons to the leftLinus Groh
Otherwise it might be covered by the symlink overlay, which looks silly.
2021-01-20Base: Add 2x images for arrow cursor and window buttonsNico Weber
The window close buttons look correct. The arrow cursor isn't quite right yet: - its shadow was nearest-neighbor upscaled from the 1x version - the arrow handle looks a bit too chubby But it's a start, and maybe someone with better gimp skills than me can pretty it up later.
2021-01-16Run: initial implementation of Run appNick Vella
2021-01-08Utilities: Add a disk space usage analyzation program.Mart G
SpaceAnalyzer: Partially address code review changes. - Use GUI::CommonActions::make_about_action(). - Pass large arguments by const reference instead of by value. - Mark const functions as such. - Add newline at end of SpaceAnalyzer.af - Use full words instead of abbreviations in variable names. - Use application's namespace instead of 'TreeMap'. - move() certain assignments. - Use member declaration initialization. - Initialize TreeNode* member of QueueEntry. - Rewrite find_mount_for_path to return MountInfo* instead. - Rename ITreeMap and ITreeMapNode to TreeMap and TreeMapNode. - Replace ext suffix with rect suffix for rectangles. SpaceAnalyzer: Further address code review and coding style. - Remove get prefix from accessor functions. - Layout algorithm in its own function, with callback. - Remove nullptr comparisons. - Store lstat errors in error_accumulator. - Use Rect::shatter. - Use Rect's orientation based functions. SpaceAnalyzer: Make sort_children_by_area const qualified.
2021-01-05Base: add 32x32 icon for Theme Editor, Hello World and SolitaireTheMorc
2021-01-03Demos: add CatDog (Neko clone)TheMorc
2021-01-02Calculator: Add app-calculator.png 32x32 iconBrendan Coles
2021-01-01Games: Add ConwayBrendan Coles
2021-01-01Base: Add Coffee themeBrendan Coles
2021-01-01Base: Add 32x32 variant of the hard-disk iconAndreas Kling
2020-12-30LibGUI+HackStudio: Add an opt-in autocompletion interface to TextEditorAnotherTest
...and use that to implement autocomplete in HackStudio. Now everyone can have autocomplete :^)
2020-12-29Applications: Add CrashReporter :^)Linus Groh
This is a simple application that can read a coredump file and display information regarding the crash, like the application's name and icon and a backtrace. It will be launched by CrashDaemon whenever a new coredump is available. Also, it's mostly written in GML! :^) Closes #400, but note that, unlike mentioned in that issue, this implementation doesn't ignore applications that "have been started in the terminal". That's just overcomplicating things, IMO. When my js(1) REPL segfaults, I want to see a backtrace!
2020-12-29Themes: Sunshine: Tweak window-close 16x16 iconBrendan Coles
2020-12-29Themes: Add Sunshine theme 16x16 window iconsBrendan Coles
2020-12-28Base: Rename maximize/minimize icons to a more generic nameIdan Horowitz
This reduces naming confusion when the icons are used for other use cases that require a triangle shape