index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
Age
Commit message (
Expand
)
Author
2019-04-10
FontEditor: Update the glyph map when changing a glyph's width.
Andreas Kling
2019-04-10
FontEditor: Add a "Glyph width:" label and align some things.
Andreas Kling
2019-04-10
LibGUI: Move frame painting from GFrame to StylePainter.
Andreas Kling
2019-04-10
FontEditor: Tighten the window size a bit.
Andreas Kling
2019-04-10
LibGUI: Turn GTextBox into a wrapper around a single-line GTextEditor.
Andreas Kling
2019-04-10
FontEditor: Convert the glyph map and editor widgets to be GFrames.
Andreas Kling
2019-04-09
LibGUI: Add a spinbox widget.
Andreas Kling
2019-04-09
Launcher: Add tooltips to LauncherButtons.
Andreas Kling
2019-04-08
Taskbar: Replace TaskbarWidget with a simple GFrame.
Andreas Kling
2019-04-08
LibGUI: Make GSocket connection asynchronous.
Andreas Kling
2019-04-07
Start working on a Downloader app and backing classes in LibGUI.
Andreas Kling
2019-04-06
FontEditor: Remove weird focus rects and optimize repaint while drawing.
Andreas Kling
2019-04-06
Taskbar: Show minimized window titles in [brackets].
Andreas Kling
2019-04-05
WindowServer: Merge WM_WindowAdded and WM_WindowStateChanged.
Andreas Kling
2019-04-04
Taskbar: Make the window buttons slightly wider.
Andreas Kling
2019-04-04
Taskbar: Only include "Normal" windows in the taskbar window list.
Andreas Kling
2019-04-04
WindowServer: Add WM_SetActiveWindow client request and use it in Taskbar.
Andreas Kling
2019-04-04
Taskbar: Left-align the text on taskbar window buttons.
Andreas Kling
2019-04-04
Taskbar: Plumb window active state from the WindowServer to the taskbar.
Andreas Kling
2019-04-04
Taskbar: Tweak margins to look just right.
Andreas Kling
2019-04-04
Taskbar: TaskbarWidget doesn't need a custom paint_event().
Andreas Kling
2019-04-04
Taskbar: More bringup work. We now see a basic window list.
Andreas Kling
2019-04-03
Taskbar: Remove an accidentally committed dependency file.
Andreas Kling
2019-04-03
Taskbar+LibGUI: More work on bringup.
Andreas Kling
2019-04-03
Taskbar: Start working on a taskbar app.
Andreas Kling
2019-04-03
AK: Add Eternal<T> and use it in various places.
Andreas Kling
2019-04-03
FontEditor: Break out classes into separate files.
Andreas Kling
2019-04-02
IRCClient: Crash if server name resolution fails.
Andreas Kling
2019-04-02
IRCClient: Ask the user which IRC server to connect to on startup.
Andreas Kling
2019-04-02
FileManager: Rename DirectoryTableView => DirectoryView.
Andreas Kling
2019-03-30
Terminal+LibGUI: Make the terminal cursor blink.
Andreas Kling
2019-03-30
IRCClient: Fix wrong label in "Join channel" window.
Andreas Kling
2019-03-30
IRCClient: Use GSplitter in the window layouts.
Andreas Kling
2019-03-30
LibGUI: Add a simple GSplitter container widget.
Andreas Kling
2019-03-30
FileManager: Tweak look of thumbnailing progress bar.
Andreas Kling
2019-03-30
FileManager: Make the tree view follow the directory view navigations.
Andreas Kling
2019-03-30
FileManager: Make the directory view follow the tree view selection.
Andreas Kling
2019-03-29
GFileSystemModel: Add a "DirectoriesOnly" mode.
Andreas Kling
2019-03-29
LibGUI: Start working on a GFileSystemModel and hook that up in FileManager.
Andreas Kling
2019-03-29
Rename Painter::set_clip_rect() to add_clip_rect().
Andreas Kling
2019-03-29
GTreeView: A bunch of work on the tree view.
Andreas Kling
2019-03-29
LibGUI: Expand GModelIndex a bit, adding internal data and model pointers.
Andreas Kling
2019-03-29
GModel: Add GModelIndex argument to row_count() and column_count().
Andreas Kling
2019-03-29
IRCClient: Tweak size of window input boxes.
Andreas Kling
2019-03-29
GTextEditor: Keep tweaking the single-line look.
Andreas Kling
2019-03-28
Move LibGUI/GStyle to SharedGraphics/StylePainter.
Andreas Kling
2019-03-28
LibGUI: Add a GPainter class that inherits from Painter.
Andreas Kling
2019-03-28
FileManager: Add back/forward buttons (placeholders.)
Andreas Kling
2019-03-27
Tweak the look of various UI surfaces and buttons.
Andreas Kling
2019-03-27
LibC: Run constructors on process startup.
Andreas Kling
[next]