Andreas Kling
23d99e92b9
WindowServer: Add action icons to the window menus
2020-04-30 12:58:38 +02:00
Andreas Kling
51df4bdbfc
DisplaySettings: Rename from DisplayProperties
2020-04-29 15:53:51 +02:00
Hüseyin ASLITÜRK
59f87d12d0
Base: 32x32 icons for cplusplus and header file types
2020-04-26 21:31:41 +02:00
Andres Vieira
88368df9a2
Base+Browser: Add an icon for the serenity Browser and make it use it
...
Browser was using the filetype-html icon instead of a dedicated one, so
we now have the globe from that icon reimagined and in good Buggie
company :^)
2020-04-26 21:13:57 +02:00
Linus Groh
4d0a344da0
Base+LibGUI: Add icon for Python files
2020-04-26 01:12:14 +02:00
Andreas Kling
cba9550f1c
HackStudio: Toolbar icon overhaul
2020-04-25 14:17:02 +02:00
Itamar
74f41d5f98
HackStudio: Add cpp debugger
...
The HackStudio debugger integrates with LibDebug to provide
source-level debugging.
The user can set breakpoints at various positions in the source code,
and then run the program in debug mode.
When the program is stopped, the current execution position is
displayed, and the user can insert/remove breakpoints, continue
execution, or single step the program.
2020-04-25 13:16:46 +02:00
Itamar
393560d8a2
HackStudio: GUI support for setting breakpoints on source code lines
2020-04-25 13:16:46 +02:00
Andreas Kling
45a932a600
Base: New "cut" action icon
2020-04-24 20:42:34 +02:00
Andreas Kling
9d8620f956
Browser: Add icons for the "new tab" and "close tab" actions
2020-04-24 20:42:34 +02:00
Andreas Kling
2b64cf3efe
Base: New "open" and "save" action icons
2020-04-24 20:42:34 +02:00
Andreas Kling
7db0194d4b
Base: Tweak Calendar app icon
2020-04-24 20:42:34 +02:00
Andreas Kling
4218b00cb4
Base: Tweak ladybug icon
2020-04-24 17:10:59 +02:00
Andreas Kling
42ddd551ef
Base: Tweak filetype-javascript icon and add 32x32 version
2020-04-23 19:08:33 +02:00
Andreas Kling
0f8dca9441
Base: Tweak new/open/save icons (make them a bit smaller)
2020-04-23 18:52:33 +02:00
Andreas Kling
2454c3b7fb
Applications: Remove ChanViewer app
...
The HTTP JSON API this relied on is no longer available via HTTP and
I would rather make the website work in Browser anyway. :^)
2020-04-23 18:38:54 +02:00
Andreas Kling
9142890822
Base: Tweak icons with arrows in them (to be more pointy)
2020-04-23 18:35:15 +02:00
Andreas Kling
622806f570
Base: Tweak go-home icon
2020-04-23 18:31:03 +02:00
Brendan Coles
9ab4a8179a
TextEditor: Add "Find Previous" 16x16 icon
2020-04-22 17:14:36 +02:00
Brendan Coles
a47b9fe490
TextEditor: Add "Find Next" 16x16 icon
2020-04-21 09:49:47 +02:00
angel
441c2715bb
LibGUI: Add Select all action to TextEditor
...
Previously, TextEditor processed the Select all command directly on the
keydown event handler. For this reason, WindowManager would not process
it as an action for the focused control and an action with the same
keyboard shortcut from the parent could override the TextEditor's one
even when it is focused.
For instance, when pressing Ctrl+A on the FileManager's path bar, all
files were selected instead, which is not the expected behavior.
Now the Select all command is an actual action on TextEditor, so that
WindowManager can process it correctly before any other actions. I also
added an icon for it!
2020-04-20 22:43:40 +02:00
Andreas Kling
badbe8bc99
Solitaire: Sharpen 16x16 icon
2020-04-20 15:24:59 +02:00
Andreas Kling
8311b24620
Solitaire: Use a pre-scaled buggie image for the back of cards
...
Instead of scaling on the fly, which is not super aesthetic yet.
2020-04-20 15:24:59 +02:00
Hüseyin ASLITÜRK
74a8e3fe1c
Base: Add go-first, go-last, zoom-in, zoom-out icons
2020-04-12 18:08:11 +02:00
VAN BOSSUYT Nicolas
694e4e9168
Resources: Added filetype icon for object, library, text and unknown.
2020-04-07 21:27:31 +02:00
VAN BOSSUYT Nicolas
0d04327318
Ressources: Added more file type icon.
2020-04-06 14:44:09 +02:00
Brendan Coles
55b25b3c9b
IRCClient: Add icons for channel list, channel invite, channel topic
2020-04-05 09:37:19 +02:00
Tibor Nagy
c7f3d72a6a
HackStudio: Add an upscaled 32x32 icon to the About dialog
2020-03-30 13:03:53 +02:00
Hüseyin ASLITÜRK
db692a807b
Base: Add icons for color-chooser
2020-03-29 19:36:37 +02:00
Emanuel Sprung
c9059c12dc
Browser: Let the user add/remove bookmarks to the bookmarks bar
...
This patchset adds a Button to the toolbar (right next to the location field)
with a star icon. The star is white if the currently visited url is not yet
bookmarked and yellow if a bookmark for the url exists.
After adding or removing a bookmark, the bookmark json file is synced to disk.
Therefore, some new pledge/unveil's have been added.
2020-03-27 14:12:18 +01:00
rhin123
8bc412c80b
Calendar: Add a 16x16 app icon
2020-03-19 22:54:30 +01:00
Till Mayer
62422eecdc
Solitaire: Add about dialog and 32x32 icon
2020-03-13 10:40:45 +01:00
Till Mayer
fe5cc7ce68
Games: Added solitaire
...
Added a solitaire game. Currently there are graphics missing on some
of the cards, but the game is fully functional.
Press F12 to show the game-over animation manually.
2020-03-09 21:36:59 +01:00
Andreas Kling
37c71bad8a
Inspector: Add special icon for timer objects
2020-03-05 11:27:03 +01:00
Andreas Kling
6bcda1875e
Inspector: Add a special icon for layout classes
2020-03-05 11:13:44 +01:00
Andreas Kling
e705e4e083
About: Adopt Buggie :^)
...
Simon Struthers drew a SerenityOS ladybug and since it's so cute,
I figured we could adopt it!
2020-02-29 15:12:58 +01:00
thatlittlegit
30556a0a93
SystemMenu: Move SystemDialog into SystemMenu and remove INI config
...
I probably would've done INI config removal in another commit, but it
fit well here because I didn't want to pledge wpath for SystemMenu if I
didn't need to.
Frankly, that's something that I think should be done: allow ConfigFile
to be used read-only.
2020-02-23 22:03:03 +01:00
thatlittlegit
9784ab99d2
SystemDialog+Base: Add icon for SystemDialog
2020-02-23 22:03:03 +01:00
Andreas Kling
7afd9039d1
Base: Add a Minesweeper app icon that's actually 16x16
...
The one we were using was actually 15x15 which tripped up an assertion
when loading it into a menu using the GUI::Action code path.
2020-02-17 19:58:33 +01:00
Tibor Nagy
fc24b2b57d
LibGUI: Make ResizeCorner theme-aware
2020-02-16 08:01:20 +01:00
Andreas Kling
9ce4ef2dd3
Base: Remove two unused icons
2020-01-29 12:27:37 +01:00
Sergey Bugaev
7bc8fa884a
FileManager: Add a columns view
...
This new view, backed by a GColumnsView, joins the existing table and icon
views :^) Even though it displays a file tree, its data is provided by the very
same GFileSystemModel that the other two views use.
This commit also includes my attempt at making an icon for the new mode.
2020-01-10 17:45:59 +01:00
Shannon Booth
c85bdff57a
PaintBrush: Add an "ellipse tool"
...
The tool currently supports drawing an elliptical line of a specified
thickness. Further improvements can include adding a fill mode, and
holding down shift to draw a perfect circle.
Closes #375 .
2019-12-27 00:52:17 +01:00
Shannon Booth
b830639912
PaintBrush: Add a "rectangle tool"
...
Fill, line, and gradient modes initially supported :^)
2019-12-26 21:22:29 +01:00
Andreas Kling
e4267020c4
ProfileViewer: Show kernel frames with a red icon :^)
2019-12-14 16:16:53 +01:00
Andreas Kling
4e6cd541c9
PaintBrush: Add a "line" tool for drawing straight lines
...
This implements "preview" of the line by allowing tool subclasses to
hook the second_paint_event on the PaintableWidget.
Work towards #375 .
2019-11-29 22:41:19 +01:00
Andreas Kling
f99e554c5e
Calculator: Add a 16x16 app icon
2019-11-29 21:04:19 +01:00
Andreas Kling
9009390f9c
WindowServer: Add an audio icon to the menu bar
...
Clicking on this icon toggles the AudioServer muted state.
It currently does not react to muted state changes caused by other
programs, since it has no way of learning about those from AudioServer,
other than performing a synchronous IPC call (GetMuted), which we don't
want to be doing in the WindowServer :^)
2019-11-22 22:15:39 +01:00
Andreas Kling
a04ab219d1
HackStudio: Use a visually distinct icon for the cursor tool
...
Using the default cursor bitmap as the cursor tool icon in HackStudio
was predictably making it impossible to tell if it's the real cursor
or not. Replace it with a color-inverted cursor. :^)
2019-11-10 21:19:08 +01:00
Andreas Kling
2da058c7f2
HackStudio: Use the GWidget class registry to populate the toolbar
...
This will allow HackStudio to learn about new GWidget types without
having to do anything in HackStudio :^)
2019-11-10 12:57:37 +01:00
Till Mayer
660db0f79a
SoundPlayer: Added 32x32 icon for the about dialog
2019-11-09 20:55:47 +01:00
Till Mayer
e7ccbdbe30
SoundPlayer: Added playback control icons and application icon
2019-11-04 20:55:46 +01:00
Andreas Kling
d24164ac6a
HackStudio: Add little icons for ".cpp" and ".h" files
...
This makes it easier to tell them apart in locator suggestions. :^)
2019-10-28 19:08:48 +01:00
Andreas Kling
84a2208b5c
HackStudio: Add some toolbar icons to liven up the UI a bit :^)
2019-10-24 22:25:26 +02:00
Andreas Kling
2638a94094
HackStudio: Add a simple app icon and some initial menus
2019-10-21 22:13:20 +02:00
Brandon Scott
48ef1d1bd1
HexEditor: Initial application release
...
The very first release of the Hex Editor for Serenity.
2019-10-13 08:45:49 +02:00
Andreas Kling
4f47146433
LibGUI: Add a "reload" action to GCommonActions
2019-10-05 10:14:09 +02:00
Brandon Scott
08a1fb8f1a
LibGUI+PaintBrush: Fix to GFilePicker and PaintBrush enhancements.
...
GFilePicker
- Fixed GFilePicker to use new ref-counted construct method to stop crashing on open dialog.
- PaintBrush is still crashing on open dialog due to an unrelated issue.
PaintBrush
- Created 16x16 icon for PaintBrush
- Moved Open option into App menu.
- Changed help menu to make use of the standardized About dialog.
2019-10-01 09:17:56 +02:00
Andreas Kling
3900eebf15
FileManager+LibGUI+html: Add an icon to represent HTML files
...
This also becomes the app icon for the little "html" program. :^)
2019-09-29 21:00:41 +02:00
Andreas Kling
db9172b509
Base: Add a 16x16 "book" icon, requested by Sergey
2019-09-20 15:39:36 +02:00
Andreas Kling
4f184114de
VisualBuilder: Add icons for the layout menu actions
2019-09-17 22:39:48 +02:00
Andreas Kling
d754ac5bcb
LibGUI+VisualBuilder: Add move-to-front/back to GCommonActions
...
Also give them nice little icons. :^)
2019-09-14 22:42:39 +02:00
Andreas Kling
9d2c4d223a
TextEditor+Base: Add an icon for the "Find" action :^)
2019-09-13 23:56:37 +02:00
Andreas Kling
ff72b4d475
FileManager+Base: Add "properties" icon
...
Something to show for the properties action in FileManager. It still
doesn't actually do anything, but at least now it looks neat. :^)
2019-09-13 23:07:59 +02:00
Andreas Kling
414b0f4f9e
Base: Add a 16x16 icon for sound files
2019-09-13 22:39:39 +02:00
Jesse Buhagiar
ecbc0322c1
Applications: Create a display properties manager
...
An interactive application to modify the current display settings, such as
the current wallpaper as well as the screen resolution. Currently we're
adding the resolutions ourselves, because there's currently no way to
detect was resolutions the current display adapter supports (or at least
I can't see one... Maybe VBE does and I'm stupid). It even comes with
a very nice template'd `ItemList` that can support a vector of any type,
which makes life much simpler.
2019-09-07 16:51:15 +02:00
Andreas Kling
c4d59f64d1
GDirectoryModel: Add a 32x32 filetype icon for sound files
2019-09-04 21:48:03 +02:00
Andreas Kling
e12bbc097f
IRCClient: Add 16x16 icon
2019-09-04 18:56:39 +02:00
Andreas Kling
1689cc0b00
Base: Use the right shade of warm gray in the radio button bitmaps
2019-08-29 18:19:16 +02:00
Andreas Kling
161c862f21
WindowServer: Add an icon for the system menu / About action
...
It's a little ladybug. Maybe someday we'll have a fancy icon, but until
then, this ladybug character is a cute placeholder. :^)
2019-08-27 06:53:23 +02:00
Andreas Kling
2e4e4ad957
Inspector: Add a custom 16x16 icon to represent objects
...
Behold, my finest "1990's OOP cube icon" :^)
2019-08-18 10:49:38 +02:00
Sergey Bugaev
cbdda91065
ProcessManager: Rename it to SystemMonitor
...
This is a more appropriate name now that it does a lot
more than just manage processes ^)
2019-08-14 14:28:45 +02:00
Andreas Kling
57c92f943b
Base: Draw some new icons for various apps, tweak others
...
The following apps get new icons:
- IRCClient
- ProcessManager
- Snake
- Terminal
- TextEditor
...and the PaintBrush icon has its saturation increased a bit.
Also remove FontEditor from the Launcher default settings since it
doesn't really belong in the set of commonly used apps.
2019-08-11 21:07:47 +02:00
Andreas Kling
fdd9aa959b
ChanViewer: Make a 32x32 icon :^)
2019-08-11 21:07:47 +02:00
Andreas Kling
d0c1724d5b
ChanViewer: Give this application a simple window icon
2019-08-04 14:53:32 +02:00
Andreas Kling
5f0f1ce9d2
FileManager: Add a toolbar button for going to the home directory.
...
Fixes #308 .
2019-07-21 09:19:09 +02:00
Andreas Kling
9197cfc62f
Piano: Add 16x16 window icon.
2019-07-13 23:12:40 +02:00
Andreas Kling
173edcc5ae
Piano: Add to Launcher with a new 32x32 icon. :^)
2019-07-13 23:01:47 +02:00
Andreas Kling
0a44837738
PaintBrush: Make a little icon for the eraser tool.
2019-06-30 09:40:15 +02:00
Andreas Kling
77dc11f481
ProcessManager: Add app icon.
2019-06-30 09:31:47 +02:00
Andreas Kling
0299cf5b02
PaintBrush: Make app icon transparent.
2019-06-30 09:26:00 +02:00
Andreas Kling
806b91b444
PaintBrush: Add a simple app icon.
...
I ended up drawing four crayons for the app icon. This is not a great fit
for the app name. But uh, we'll figure this out somehow. :^)
2019-06-29 22:32:34 +02:00
Andreas Kling
25fd847ef2
PaintBrush: Add a color picker tool.
2019-06-22 12:05:35 +02:00
Andreas Kling
41bcabd9aa
PaintBrush: Make a little icon for the spray tool.
2019-06-21 09:22:32 +02:00
Andreas Kling
694b4a64bd
PaintBrush: Make little icons for the pen and bucket tools.
2019-06-15 17:52:53 +02:00
Andreas Kling
16f624421a
Demos: Import Fire demo contributed by "pd".
2019-06-12 20:19:44 +02:00
Andreas Kling
e1f922ded2
Base: Add a 32x32 icon for Minesweeper.
2019-05-25 18:46:25 +02:00
Andreas Kling
10391bd82b
Base: Tweak the small Terminal icon slightly.
2019-05-25 18:23:12 +02:00
Andreas Kling
9cfd674a75
Base: Make a 32x32 icon for Snake.
2019-05-25 14:21:08 +02:00
Andreas Kling
36d8b9e89b
LibGUI: Add a GRadioButton widget.
...
Radio buttons are automagically exclusive with other radio button children
of the same parent. :^)
2019-05-24 02:29:16 +02:00
Andreas Kling
de98b2770b
GMessageBox: Add icons to message boxes with 3 standard ones to choose from.
2019-05-08 20:13:39 +02:00
Andreas Kling
ea9a39a9f2
LibGUI+WindowServer: Add a GResizeCorner widget.
...
This widget is automatically included in GStatusBar, but can be added in
any other place, too. When clicked (with the left button), it initiates a
window resize (using a WM request.)
In this patch I also fixed up some issues with override cursors being
cleared after the WindowServer finishes a drag or resize.
2019-05-03 01:38:24 +02:00
Andreas Kling
ded3652f6c
Base: Replace system About box icon with something home-drawn.
...
I don't recall where the previous one came from, so let's not assume we can
use it. Here's one I drew myself instead.
2019-05-01 17:17:31 +02:00
Andreas Kling
86aad50818
VisualBuilder: Add GSlider to the widgets toolbox.
2019-04-30 16:18:05 +02:00
Andreas Kling
f254a84d17
Launcher: Add icons for VisualBuilder and IRCClient.
2019-04-29 04:07:36 +02:00
Andreas Kling
75734aa003
Minesweeper: Add considering feature, where middle clicking marks with '?'
...
This is useful in the harder modes, for trying out different possibilities.
2019-04-28 13:55:41 +02:00
Andreas Kling
146aedc32c
Minesweeper: Implement some feature requests.
...
Someone was playing this game and suggested a number of improvements so here
we go trying to address them:
- Add "chording" support, where you can click a numbered square using both
mouse buttons simultaneously to sweep all non-flagged adjacent squares.
- Mis-flagged squares are now revealed as such on game over, with a special
"bad flag" icon.
- The game timer now shows tenths of seconds. It also doesn't start until
you click the first square.
- Add the three difficulty modes from the classic Windows version.
2019-04-26 19:54:31 +02:00
Andreas Kling
a0633c298b
Snake: Add a window icon. :^)
2019-04-20 20:14:02 +02:00
Andreas Kling
c9b86be1cc
Snake: Add some more fruit types.
2019-04-20 18:50:41 +02:00
Andreas Kling
6ef8e2df5a
Snake: Use a vegetable icon for the fruit.
2019-04-20 04:00:32 +02:00
Andreas Kling
36a6c10b09
FontEditor: Add a window icon.
2019-04-18 02:30:35 +02:00
Andreas Kling
8251f97858
Terminal: Add a window icon.
2019-04-16 17:55:39 +02:00
Andreas Kling
29abfc8623
ProcessManager: Add a window icon.
2019-04-16 17:55:27 +02:00
Andreas Kling
c8e601a5d5
Minesweeper: Add little icons to the flags and timer labels.
2019-04-15 03:12:28 +02:00
Andreas Kling
4df360be8c
Minesweeper: More implementation work.
2019-04-13 03:57:55 +02:00
Andreas Kling
a90e218c71
Minesweeper: Start working on a simple minesweeper game. :^)
2019-04-13 03:08:16 +02:00
Andreas Kling
f0501a0102
VisualBuilder: Add GGroupBox.
...
The icon currently looks better than a real GGroupBox. I have to fix that.
2019-04-11 13:46:25 +02:00
Andreas Kling
3f67298dad
VisualBuilder: Add GScrollBar (and yes, an icon for it, too.)
2019-04-11 06:42:07 +02:00
Andreas Kling
f25c524f20
VisualBuilder: Add GCheckBox and GLabel, and draw icons for them, too.
2019-04-11 06:32:27 +02:00
Andreas Kling
b5d1cfef58
VisualBuilder: Add icons to the toolbox, and support for GProgressBar.
2019-04-11 06:08:06 +02:00
Andreas Kling
be42382a3a
Base: Add an icon for a slightly open-looking folder.
2019-03-30 02:22:16 +01:00
Andreas Kling
967eec1e52
GTreeView: Add expand/collapse buttons to items with children.
2019-03-29 20:18:15 +01:00
Andreas Kling
f6b48ecd47
GTreeView: More implementation work.
2019-03-29 18:10:58 +01:00
Andreas Kling
b6c5bd3d28
FileManager: Add back/forward buttons (placeholders.)
2019-03-28 03:38:23 +01:00
Andreas Kling
6e7d5e0114
Base: I drew a new filetype-image icon based on my cat friend.
2019-03-27 21:15:01 +01:00
Andreas Kling
d63528197b
Base: Add some icons and tweak some existing ones.
2019-03-27 19:41:39 +01:00
Andreas Kling
2444a35365
Base: Tweak 16x16 "open" icon.
2019-03-25 21:22:53 +01:00
Andreas Kling
ede3565e48
Base: Add 32x32 versions of filetype-socket and filetype-symlink.
2019-03-25 14:48:23 +01:00
Andreas Kling
be604652ae
LibGUI: Add GIcon::default_icon(name).
...
This is a convenience helper to instantiate a GIcon like so:
auto icon = GIcon::default_icon("filetype-image");
This will give you the "filetype-image" icon in both 16x16 and 32x32 sizes.
2019-03-25 14:46:37 +01:00
Andreas Kling
614dafea32
FileManager+LibGUI: Show thumbnail generation progress in the statusbar.
2019-03-25 04:25:25 +01:00
Andreas Kling
43f9027968
FileManager: Add toolbar buttons for switching the view mode.
2019-03-25 01:29:45 +01:00
Andreas Kling
86413a6f5a
LibGUI+FileManager: Add a GIcon class to support multi-size icons.
...
A GIcon can contain any number of bitmaps internally, and will give you
the best fitting icon when you call bitmap_for_size().
2019-03-24 04:28:36 +01:00
Andreas Kling
b0de6aa8d8
Base: Import some 32x32 icons.
2019-03-23 12:38:41 +01:00
Andreas Kling
19fa70c821
LibGUI: Add a GItemView class.
...
This is a GAbstractView subclass that implements a icon-based view onto
a GModel. It still need a bunch of work, but it's in basic usable shape.
2019-03-23 03:54:45 +01:00
Andreas Kling
9d4b4c2689
FileManager: Add a default icon for image files.
2019-03-22 12:54:27 +01:00
Andreas Kling
7c0a185970
Use the PNG loader for all images, and get rid of the .rgb files.
2019-03-22 00:21:03 +01:00
Andreas Kling
daa1dcb5e8
FileManager: Use a GTextEditor for the location bar + tweak icons.
2019-03-20 18:12:56 +01:00
Andreas Kling
67009cee8e
IRCClient: Add ability to change nickname.
2019-03-20 04:21:58 +01:00
Andreas Kling
5b0cbf547d
Base: Some work on various icons.
2019-03-17 00:33:49 +01:00
Andreas Kling
78039ef057
TextEditor: Add actions for undo and redo. Not hooked up yet.
2019-03-16 23:16:11 +01:00
Andreas Kling
2b6cf37d20
IRCClient: Add some more toolbar actions. Starting to look nice.
2019-03-16 00:21:11 +01:00
Andreas Kling
3a3aa74b2e
IRCClient: Add a toolbar with some actions.
2019-03-15 23:24:40 +01:00
Andreas Kling
ed61fdbc32
Base: Improved FileManager (folder) icon.
2019-03-10 00:58:47 +01:00
Andreas Kling
2bde251163
Base: Add 16x16 icon for TextEditor.
2019-03-08 19:56:12 +01:00
Andreas Kling
48470cdf44
Launcher: Add a launcher button for TextEditor.
2019-03-08 19:53:11 +01:00
Andreas Kling
054e4caf49
TextEditor: Add Cut/Copy/Paste placeholder actions.
2019-03-07 21:43:43 +01:00
Andreas Kling
be0ac86b63
TextEditor: Add New/Open/Save actions.
...
They aren't hooked up to anything, I just felt like making some icons. ;^)
2019-03-07 01:46:37 +01:00
Andreas Kling
67ee579113
WindowServer: Add window icons. Every window has the same icon for now.
...
The icons show up both in the title bars and in the window switcher.
Eventually I'd like to be able to minimize to icon, and maybe even have
myself a taskbar.
2019-03-06 23:03:36 +01:00
Andreas Kling
2950d33c76
ProcessManager: Tweak priority icons.
2019-03-06 20:03:10 +01:00
Andreas Kling
e11c7a5df5
FileManager: Add "up to parent directory" action to toolbar.
...
It's not actually hooked up to anything yet, I just wanted to add
something more to the toolbar. :^)
2019-03-02 02:20:11 +01:00
Andreas Kling
5f4245789d
FileManager: Allow launching processes by activating an executable file.
2019-03-01 14:57:42 +01:00
Andreas Kling
e6625755c9
ProcessManager: Tweak icons.
2019-02-28 22:35:58 +01:00
Andreas Kling
322f49caec
ProcessManager: Use icons for the process priorities.
2019-02-28 21:04:26 +01:00
Andreas Kling
82c22a7484
ProcessManager: Add "continue" action that sends SIGCONT.
2019-02-28 13:02:55 +01:00
Andreas Kling
c5a32d139a
ProcessManager: Add a "stop" action that sends SIGSTOP to a process.
2019-02-28 12:06:19 +01:00
Andreas Kling
c1fc2b0534
Ignore .data files in Base/res/icons/.
...
These are just temporaries that I sometimes spill when converting icons.
2019-02-28 09:57:12 +01:00
Andreas Kling
166aadc4e1
ProcessManager: Start working on a graphical process manager.
...
I need a table view widget for this thing, so I'm also using this to
prototype a model/view thingy.
2019-02-28 01:43:50 +01:00
Andreas Kling
23263aaae4
Base: Improve FileManager's trash icon slightly.
2019-02-27 13:07:14 +01:00
Andreas Kling
b704d3d295
LibGUI: Add a GToolBar class that can be populated with GActions.
...
The same action can be added to both a menu and a toolbar.
Use this to put a toolbar into FileManager. This is pretty neat. :^)
2019-02-20 02:39:46 +01:00
Andreas Kling
420b7bd55f
FileManager: Add an icon for socket files.
2019-02-19 03:13:43 +01:00
Andreas Kling
bf6b0ea181
Base: Remove an unused icon.
2019-02-19 03:11:12 +01:00
Andreas Kling
000ccc0a03
Base: Adjust the OS logo icon a little bit.
2019-02-12 15:46:32 +01:00
Andreas Kling
d74b131c27
Add a little About app and hook it up to the system menu's "About..." entry.
...
Added icons and customizable text alignment to GLabel.
2019-02-12 15:23:07 +01:00
Andreas Kling
546946775b
Base: Add an app icon for FileManager.
2019-02-10 07:48:54 +01:00
Andreas Kling
6b8af2f33a
Base: Improved FontEditor icon.
2019-02-10 06:30:16 +01:00
Andreas Kling
4d5fe39494
FileManager: Start building a file manager.
2019-02-09 09:22:04 +01:00
Andreas Kling
887b4a7a1a
Start working on a simple Launcher app.
...
Let GButton have an optional icon (GraphicsBitmap) that gets rendered in the
middle of the button if present.
Also add GraphicsBitmap::load_from_file() which allows mmap'ed RGBA32 files.
I wrote a little program to take "raw" files from GIMP and swizzle them into
the correct byte order.
2019-02-07 23:17:06 +01:00