summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2019-08-08GTableView: Debug-log the current column width while resizingAndreas Kling
2019-08-06LibCore: Initialise m_port as zero in CSocketAddressConrad Pankoff
2019-08-05GComboBox: Make set_only_allow_values_from_model() actually take effectAndreas Kling
2019-08-05GComboBox: Include the selected index with the on_change notificationAndreas Kling
2019-08-05LibGUI: Allow specifying the model column for GListView and GComboBoxAndreas Kling
2019-08-05GComboBox: Constrain the list popup window height to the desktop rectAndreas Kling
2019-08-05CEventLoop: Create the wake pipe with O_CLOEXECSergey Bugaev
2019-08-05Kernel+LibC: Support passing O_CLOEXEC to pipe()Sergey Bugaev
2019-08-05LibCore: Add CTCPServerConrad Pankoff
2019-08-04LibCore: Move CHttpJob and CNetworkJob output to the right placesAndreas Kling
2019-08-04CSocket: Close the underlying socket on destructionAndreas Kling
2019-08-04CHttpJob: Drive response download via on_ready_read instead of blockingAndreas Kling
2019-08-04LibC: Define SIZE_MAXConrad Pankoff
2019-08-04CHttpJob: Collect the payload as a list of buffers during downloadAndreas Kling
2019-08-04CHttpJob: If no "Content-Length" header was received, read until EOFAndreas Kling
2019-08-04LibDraw: Add Font::default_bold_fixed_width_font()Andreas Kling
2019-08-03AudioServer: Port to the new generated IPC mechanismAndreas Kling
2019-08-03IPCCompiler: More work towards AudioServer bringupAndreas Kling
2019-08-03IPCCompiler: Generate getters for message ID's and message namesAndreas Kling
2019-08-03LibIPC: Start fleshing out a separate IPC libraryAndreas Kling
2019-08-03GWidget: Implement set_backcolor() and set_forecolor()Andreas Kling
2019-08-03GVariant: Try to do color string parsing in GVariant::to_color()Andreas Kling
2019-08-03LibDraw: Add Color::from_string(StringView)Andreas Kling
2019-08-03LibCore: Make get_current_user_home_path() return String & close passwdAndreas Kling
2019-08-02LibGUI: Allow setting window icon before show().rhin123
2019-08-02LibAudio: Explicitly ignore IPC postprocessing requestsAndreas Kling
2019-08-02Kernel: mount system call (#396)Jesse
2019-08-02CEventLoop: Devirtualize take_pending_events_from(CEventLoop)Andreas Kling
2019-08-01LibHTML: Make some use of Vector::empend().Andreas Kling
2019-08-01GDirectoryModel: Fix redundant identical comparison.Andreas Kling
2019-08-01LibCore: Initialize pid/id variables in CoreIPC{Client,Server}Andreas Kling
2019-08-01Painter: Scaling RGBA32 bitmaps treated the source as alpha-less RGB32Andreas Kling
2019-08-01Kernel+LibC: A lot of the signal handling code was off-by-one.Andreas Kling
2019-08-01LibC: In fgetc(), fread() will never return < 0.Andreas Kling
2019-08-01CEventLoop: Add a missing initializer to EventLoopTimer.Andreas Kling
2019-08-01CIODevice: printf() thought it was calling ::write() but it was write()Andreas Kling
2019-07-31GDirectoryModel: Tweak default width of permission bits columnAndreas Kling
2019-07-31GTableView: Elide cell content so it doesn't overflow the cell rectAndreas Kling
2019-07-31LibGUI: Simplify GTreeView ancestor traversalConrad Pankoff
2019-07-31LibGUI: Reify intermediate nodes during index traversalConrad Pankoff
2019-07-31GDirectoryModel: Add "modification time" column.Andreas Kling
2019-07-31GVariant: Add Type::UnsignedInt.Andreas Kling
2019-07-31GDirectoryModel: Shrink the Permissions and Inode columns a little bit.Andreas Kling
2019-07-30LibCore: Rename CFileStreamReader => CIODeviceStreamReader.Andreas Kling
2019-07-30GFilePicker: Edit file name on opening windowrhin123
2019-07-29AudioServer: Begin work on a new IPC API style.Andreas Kling
2019-07-29TextEditor: Include extension during SaveAsrhin123
2019-07-29AudioServer: Add a "main mix volume" and a simple program to get/set itAndreas Kling
2019-07-29Kernel+AK: Remove AK/StdLibExtras.cpp, moving kernel stuff to Kernel/.Andreas Kling
2019-07-29Kernel+ProcessManager: Let processes have an icon and show it in the table.Andreas Kling