index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-03-24
QuickShow: Fill the window with white if the opened image has alpha.
Andreas Kling
2019-03-24
FileManager: Add a very naive thumbnail generation thread.
Andreas Kling
2019-03-24
Kernel: Don't hang the system on unrecoverable page fault.
Andreas Kling
2019-03-24
Kernel: Make block() and yield() automatically call Scheduler::yield().
Andreas Kling
2019-03-24
Kernel: Fix broken destruction order for Process/Thread.
Andreas Kling
2019-03-24
AK: Uh, okay, it seems like we need those 64-bit division helpers after all.
Andreas Kling
2019-03-24
AK: Don't compile the 64-bit division helpers in userland builds.
Andreas Kling
2019-03-24
LibC: Add ftruncate() stub.
Andreas Kling
2019-03-24
SharedGraphics: Oops, I was compiling puff() in SLOW mode for testing.
Andreas Kling
2019-03-23
Kernel: Add a Thread::all_threads() helper.
Andreas Kling
2019-03-23
Kernel+LibC: Add a simple create_thread() syscall.
Andreas Kling
2019-03-23
IRCClient: Exit the main loop when closing the app window.
Andreas Kling
2019-03-23
Kernel: Set the colonel task to low priority.
Andreas Kling
2019-03-23
Kernel: Don't add the colonel process' main thread to g_threads.
Andreas Kling
2019-03-23
Kernel: Introduce threads, and refactor everything in support of it.
Andreas Kling
2019-03-23
Base: Import some 32x32 icons.
Andreas Kling
2019-03-23
FileManager: Add basic thumbnailing of PNG images.
Andreas Kling
2019-03-23
GItemView: Implement up/down/left/right keyboard navigation.
Andreas Kling
2019-03-23
FileManager: Make sure the status bar callback is hooked up.
Andreas Kling
2019-03-23
LibGUI: Add a GItemView class.
Andreas Kling
2019-03-23
LibGUI: Add GAbstractView base class for GTableView.
Andreas Kling
2019-03-23
LibGUI: Rename GTableModel => GModel.
Andreas Kling
2019-03-22
FileManager: Add a default icon for image files.
Andreas Kling
2019-03-22
FileManager: Open PNG files with QuickShow when activated.
Andreas Kling
2019-03-22
LibGUI: Add a setting to make GLabel stretch its icon.
Andreas Kling
2019-03-22
SharedGraphics: Add Painter::draw_scaled_bitmap().
Andreas Kling
2019-03-22
LibGUI: Remove unnecessary timer in GProgressBar.
Andreas Kling
2019-03-22
LibGUI: Add a GProgressBar widget.
Andreas Kling
2019-03-22
AK: Allow printing a literal '%' character with the printf family.
Andreas Kling
2019-03-22
Use the PNG loader for all images, and get rid of the .rgb files.
Andreas Kling
2019-03-21
AK: Fix busted __udivmoddi4() implementation.
Andreas Kling
2019-03-21
WindowServer: Remove some old commented-out code.
Andreas Kling
2019-03-21
PNGLoader: Reduce unfiltering branchiness even more.
Andreas Kling
2019-03-21
PNGLoader: Templatize the unfiltering functions to reduce branchiness.
Andreas Kling
2019-03-21
PNGLoader: Reorganize the unfiltering code to make it easier to work with.
Andreas Kling
2019-03-21
WindowServer: Support PNG wallpapers.
Andreas Kling
2019-03-21
PNGLoader: Allocate enough space for the compressed data buffer up front.
Andreas Kling
2019-03-21
PNGLoader: Remove a bunch of unnecessary data copying.
Andreas Kling
2019-03-21
Use 64-bit integers inside Stopwatch to enable longer timings.
Andreas Kling
2019-03-21
Userland: Turn off double buffering in QuickShow.
Andreas Kling
2019-03-21
LibC: Add PAGE_SIZE to limits.h
Andreas Kling
2019-03-21
LibC: malloc() should use mmap() directly for allocations >= PAGE_SIZE.
Andreas Kling
2019-03-21
PNGLoader: Support for color type 2 (RGB triplets) and multiple IDAT chunks.
Andreas Kling
2019-03-21
SharedGraphics: Implement a simple PNG decoder.
Andreas Kling
2019-03-20
TextEditor: The delete key should work even when there's no selection.
Andreas Kling
2019-03-20
FileManager: Add ability to create new directories.
Andreas Kling
2019-03-20
FileManager: Add a "Location:" label.
Andreas Kling
2019-03-20
Kernel+LibC: Don't crash upon traversal of large directories.
Andreas Kling
2019-03-20
Kernel: Oops, forgot to add Alarm.h earlier. Here it is.
Andreas Kling
2019-03-20
TextEditor: Add "delete" action.
Andreas Kling
[next]