Gunnar Beutner
c3efae85f2
Games: Add Hearts
2021-05-21 23:38:18 +02:00
Andreas Kling
5419e2b510
Base: Update ladyball icons based on new variant from myphs
2021-05-20 17:52:38 +02:00
Erik Biederstadt
585e7890cd
3DFileViewer: Move Demos/GLTeapot
to Applications/3DFileViewer
...
Also changes the category to `Graphics`
2021-05-19 19:34:12 +01:00
Matthew Olsson
f7ea1eb610
Applications: Add a very simple PDFViewer
2021-05-18 16:35:23 +02:00
Gunnar Beutner
51db8085f8
Demos: Add Mandelbrot demo
...
This adds a very rudimentary Mandelbrot viewer. It supports zooming
and pretty much nothing else. Not even color smoothing or super
sampling.
2021-05-17 13:35:39 +02:00
Andreas Kling
f34a3b9521
Taskbar: Give the shutdown dialog a UI facelift :^)
2021-05-16 20:57:45 +02:00
Andreas Kling
ce47bbc965
Base: Tweak app-text-editor 32x32 icon (pencil color)
2021-05-16 20:27:17 +02:00
Andres Crucitti
d99991e39c
Games: Add GameOfLife
...
This patch introduces a new game based on Conway's Game of Life.
2021-05-15 17:44:21 +01:00
Valtteri Koskivuori
25a45e639a
Magnifier: Add a 32x32 icon
...
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-13 22:17:46 +01:00
Erlend
4c43fc0515
AnalogClock: New analog clock application ( #6760 )
2021-05-09 15:51:36 +02:00
Jesse Buhagiar
834f3c64f0
Demos: Add OpenGL teapot demo :^)
...
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-08 10:13:22 +02:00
Andreas Kling
6c2ec4c1a4
Userland+Base: Add "ladyball" logo for the system :^)
...
Thanks to Katalin Kult for the artwork!
2021-04-25 18:57:10 +02:00
Andreas Kling
9f4e37e342
Applications: Rename Serendipity => Welcome
...
Let's stick to the theme of "the most obvious name possible"
2021-04-15 20:50:24 +02:00
Brendan Coles
72fbf26dd6
Network: Add network.png 32x32 icon
2021-04-11 17:53:53 +02:00
Andreas Kling
42ec6718f2
Base+LibGUI: Add an familiar-looking icon for the desktop directory
2021-04-09 23:45:21 +02:00
thankyouverycool
3ba86e3156
Base: Add icons for a few apps and filetypes
...
Adds new java, pdf, open-folder filetype icons. Upgrades chess,
snake, sound player and keyboards. Fixes file manager alignment.
2021-04-06 21:58:55 +02:00
thankyouverycool
71a123148a
Serendipity: A new welcome app
...
Provides the basic Help+ReadMe care package to new users and some
interesting tips to get started. Feel free to add more!
2021-03-02 11:57:27 +01:00
thankyouverycool
4ebfdfdc05
Base: Update some icons for color, quality and consistency
...
And remove unused filetypes
2021-02-25 08:08:26 +01:00
thankyouverycool
42717b5b79
Base: Add new icons for fonts and File Manager
2021-02-25 08:08:26 +01:00
Linus Groh
d37efbe647
Base: Move house on home-directory*.png icons to the left
...
Otherwise it might be covered by the symlink overlay, which looks silly.
2021-01-23 08:29:27 +01:00
Nick Vella
40083444a0
Run: initial implementation of Run app
2021-01-16 09:05:01 +01:00
Mart G
e575d3fd3d
Utilities: Add a disk space usage analyzation program.
...
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-08 17:08:48 +01:00
TheMorc
688d249b2d
Base: add 32x32 icon for Theme Editor, Hello World and Solitaire
2021-01-05 14:02:58 +01:00
TheMorc
7be2c9864e
Demos: add CatDog (Neko clone)
2021-01-03 12:57:18 +01:00
Brendan Coles
9bdffc9eb4
Calculator: Add app-calculator.png 32x32 icon
2021-01-02 03:22:44 +01:00
Brendan Coles
d1d729370e
Games: Add Conway
2021-01-01 22:51:37 +01:00
Andreas Kling
e82195ed1d
Base: Add 32x32 variant of the hard-disk icon
2021-01-01 01:48:07 +01:00
Linus Groh
b13b27b4d2
Applications: Add CrashReporter :^)
...
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-29 15:42:30 +01:00
Linus Groh
fe6a312714
Base+Playground: Add app-playground.png 16x16 and 32x32 icons
2020-12-27 18:36:43 +01:00
Linus Groh
176fe1795d
Base: Add app-libgfx-demo.png 32x32 icon
...
The 16x16 icon already looks great, so this is a larger version of it,
with the same shapes and colors.
2020-12-18 10:01:18 +01:00
Linus Groh
9dc4f8bc06
Base: Add app-fire.png 32x32 icon
...
This is an upscaled (no interpolation) version of the 16x16 icon, which
looks pretty neat given the pixelated appearance of the "Fire" demo
application. :^)
2020-12-18 10:01:18 +01:00
Linus Groh
13697ae108
Base: Add app-cube.png 32x32 icon
2020-12-18 10:01:18 +01:00
Brendan Coles
219d039639
Screensaver: Add app-screensaver.png 32x32 icon
2020-12-18 10:01:09 +01:00
Brendan Coles
9d4a0ec50a
Games: Add Pong
2020-12-16 17:12:46 +01:00
Linus Groh
df9fe8fa7b
Base: Add filetype-json icons
2020-11-15 16:49:40 +01:00
bcoles
74d9616bec
Base: Add Breakout game to system menu ( #4006 )
2020-11-09 16:21:05 +01:00
Andreas Kling
0245e0f03a
DevTools: Remove VisualBuilder and FormCompiler
...
This functionality is being moved to HackStudio so let's not confuse
people by keeping the old stuff around.
2020-10-01 21:07:12 +02:00
Andreas Kling
e4c23b0151
iLibGUI+Base: Show inaccessible directories with special icon in views
2020-09-18 21:29:01 +02:00
thankyouverycool
2f9a071072
Base+LibGUI: Refresh filetype icons for consistency
...
Improves ini icon depth and adds complementary 16x16/32x32 icons
for music and sound filetypes.
2020-08-29 16:19:02 +02:00
AnotherTest
7465c51ef2
Base+LibGUI+Spreadsheet: Add icons for Spreadsheet
...
Also adds a Spreadsheet.af.
2020-08-27 10:27:20 +02:00
thankyouverycool
b227d54843
Base: Add new icons for HackStudio
...
Adds new filetype icons for forms and project files and a new root
icon for HackStudio's project tree.
2020-08-26 16:59:34 +02:00
thankyouverycool
efb55b1a4f
Base: Add new Calendar icons
2020-08-22 11:54:30 +02:00
Peter Elliott
7333916252
Chess: Add basic ChessWidget and ugly piece set
2020-08-15 20:54:02 +02:00
Andreas Kling
bd54854c64
Base: Increase saturation of HackStudio icons somewhat
2020-08-12 13:30:20 +02:00
AnotherTest
872834320a
Games: Add a 2048 game
2020-08-09 21:11:50 +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
5ad3db9bc0
DisplaySettings: 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
thankyouverycool
5cfbf88b4d
Base: Add icons and af files for Profiler and Inspector
2020-07-28 16:29:36 +02:00
Andreas Kling
3a62029dee
Base: Add special icons for the home directory
...
It's filetype-folder but with little houses on them. :^)
2020-07-19 21:36:54 +02:00