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-28
LibGUI: Add a GFrame class that can be inherited by framey widgets.
Andreas Kling
2019-03-28
FileManager: Add back/forward buttons (placeholders.)
Andreas Kling
2019-03-27
Base: I drew a new filetype-image icon based on my cat friend.
Andreas Kling
2019-03-27
Tweak the look of various UI surfaces and buttons.
Andreas Kling
2019-03-27
LibGUI: Make the buttons in GInputBox and GMessageBox slightly taller.
Andreas Kling
2019-03-27
Base: Add some icons and tweak some existing ones.
Andreas Kling
2019-03-27
Kernel: Add Inode::truncate(size).
Andreas Kling
2019-03-27
Kernel: Save/restore the SSE context on context switch.
Andreas Kling
2019-03-27
Kernel: Put a bunch of debug spam behind #ifdefs.
Andreas Kling
2019-03-27
WindowServer: Move the CPU usage graph updates to a secondary thread.
Andreas Kling
2019-03-27
Kernel: Don't disable interrupts during Process destruction.
Andreas Kling
2019-03-27
Kernel: Don't disable interrupts during Thread destruction.
Andreas Kling
2019-03-27
Ext2FS: Avoid a lot of redundant writes to inode block arrays.
Andreas Kling
2019-03-27
Kernel: Initialize the CPU to allow SSE on startup.
Andreas Kling
2019-03-27
Give the emulator testing environments 128 MB of RAM.
Andreas Kling
2019-03-27
LibC: Let's remember that headers are in C.
Andreas Kling
2019-03-27
LibC: Run constructors on process startup.
Andreas Kling
2019-03-27
LibC: Fix fread() EOF behavior with ungetc().
Andreas Kling
2019-03-27
LibC: Remove the validate_mallocation() stuff since Binutils hates it.
Andreas Kling
2019-03-27
Kernel: Load ELF executable pages lazily when possible.
Andreas Kling
2019-03-27
LibC: Implement atexit() and strtoul().
Andreas Kling
2019-03-27
LibM: Stub out ldexp().
Andreas Kling
2019-03-27
LibC: Add ungetc() and automatically flush streams on fclose().
Andreas Kling
2019-03-27
LibC: Add creat(), execvp() resolution, and exec*() environment inheritance.
Andreas Kling
2019-03-27
Terminal: Export a simple PATH=/bin:/usr/bin to shells.
Andreas Kling
2019-03-27
LibC: Time-related POSIX compliance fixes.
Andreas Kling
2019-03-27
Kernel: Print an error when trying to load an incompatible ELF image.
Andreas Kling
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
[prev]
[next]