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-27
AK: printf() should support %#x and %#o.
Andreas Kling
2019-03-26
LibC: fread() should return the number of elements (not bytes) read.
Andreas Kling
2019-03-25
Base: Tweak 16x16 "open" icon.
Andreas Kling
2019-03-25
Base: Add 32x32 versions of filetype-socket and filetype-symlink.
Andreas Kling
2019-03-25
LibGUI: Add GIcon::default_icon(name).
Andreas Kling
2019-03-25
GItemView: Some improvements to keyboard navigation.
Andreas Kling
2019-03-25
GTextEditor: Draw a simple border around single-line editors.
Andreas Kling
2019-03-25
GItemView: Hide the horizontal scrollbar since we never need it.
Andreas Kling
2019-03-25
LibGUI: Ignore GWidget::update() on invisible widgets.
Andreas Kling
2019-03-25
GItemView: Add slightly more horizontal padding to the icon labels.
Andreas Kling
2019-03-25
SharedGraphics: Font::width() shouldn't add spacing to the very last glyph.
Andreas Kling
2019-03-25
GTextEditor: Shift+Delete should delete the current line.
Andreas Kling
2019-03-25
GLock: Remove some debug spam.
Andreas Kling
2019-03-25
LibGUI+Kernel: Add a GLock class (userspace mutex.)
Andreas Kling
2019-03-25
GScrollBar: Clicking in the gutter should jump directly to that position.
Andreas Kling
2019-03-25
FileManager+LibGUI: Show thumbnail generation progress in the statusbar.
Andreas Kling
2019-03-25
GBoxLayout: Don't subtract margins from the available space twice.
Andreas Kling
2019-03-25
AK: HashMap::set() didn't save new values for existing keys.
Andreas Kling
2019-03-25
FileManager: Don't use 32x32 thumbnails for the table view.
Andreas Kling
2019-03-25
Kernel: Do timekeeping manually instead of asking the RTC all the time.
Andreas Kling
2019-03-25
LibGUI: Add GWidget::doubleclick_event().
Andreas Kling
2019-03-25
FileManager: Add toolbar buttons for switching the view mode.
Andreas Kling
2019-03-24
WindowServer+LibGUI: Implement automatic cursor tracking.
Andreas Kling
2019-03-24
WindowServer: Moving a window to front should always activate it.
Andreas Kling
2019-03-24
WindowServer: Factor out ongoing drag/resize from process_mouse_event().
Andreas Kling
2019-03-24
FileManager: Don't show "." and ".." in directory views.
Andreas Kling
2019-03-24
WindowServer: Reduce debug spam.
Andreas Kling
2019-03-24
LibGUI+FileManager: Add a GIcon class to support multi-size icons.
Andreas Kling
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
[next]