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
/
IRCClient
/
IRCAppWindow.cpp
Age
Commit message (
Expand
)
Author
2020-12-30
LibGUI: Rewrite layout system in terms of min and max sizes
Andreas Kling
2020-10-24
AK: Eradicate the uses of out().
asynts
2020-10-06
IRCClient: Use new format functions.
asynts
2020-09-23
Applications+IRCClient: Use new format functions.
asynts
2020-08-26
LibGUI: Move table view headers into their own widget
Andreas Kling
2020-08-01
Applications: Stop setting initial window location
Peter Elliott
2020-07-16
LibGUI: Add InputBox::show with required parent window argument
Tom
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-05-28
IRCClient: remove some unused headers and replace tabs with spaces
Emanuele Torre
2020-05-21
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
Andreas Kling
2020-04-29
LibGUI: Simplify submenu construction
Andreas Kling
2020-04-23
LibGUI: Add a ToolBarContainer widget and put most ToolBars in one
Andreas Kling
2020-04-23
IRCClient: Connect to IRC server URL specified in command line argument
Brendan Coles
2020-04-21
LibGUI: Make MenuBar a Core::Object
Andreas Kling
2020-04-18
IRCClient: Use sub-menus for app channel menu and member context menu
Brendan Coles
2020-04-08
IRCClient: Add application and context menu items to hop/dehop users
Brendan Coles
2020-04-05
IRCClient: Add handling for server responses and BANLIST command
Brendan Coles
2020-04-05
IRCClient: Add icons for channel list, channel invite, channel topic
Brendan Coles
2020-04-04
LibGUI: Add MenuBar::add_menu(name)
Andreas Kling
2020-04-02
IRCClient: Automatically disable/enable GUI actions upon window change
Brendan Coles
2020-04-02
IRCClient: Add channel operations to Channel application menu
Brendan Coles
2020-04-01
IRCClient: Add Channel application menu and LIST and KICK commands
Brendan Coles
2020-03-13
Applications: Use "Document - AppName" window title format
Tibor Nagy
2020-03-04
LibGUI: Don't use Core::Object::add() to instantiate dialogs
Andreas Kling
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-23
IRCClient: Modernize Core::Object usage
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classes
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-01
Applications: Add new keyboard shortcuts & update few existing ones
Jami Kettunen
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-23
WindowServer+LibGUI: Implement basic color theming
Andreas Kling
2019-12-09
LibGUI: Make GMenu inherit from CObject
Andreas Kling
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-09-21
LibGUI: Don't create GMessageBox and GInputBox on the stack
Andreas Kling
2019-09-21
LibGUI: Convert remaining random little things to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GWidget to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GToolBar to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GSplitter to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GTableView to ObjectPtr
Andreas Kling
[next]