serenity/Applications
Brandon Scott 465a33443c HexEditor: Fix half byte offset bug
If you had made a change to the first 4 bits of a byte and then changed
your offset via keyboard or menu option it would change the last 4 bits
of the new offset the next time you made a change and would not show that
the byte had been changed at the new offset.
2019-10-21 09:45:21 +02:00
..
About GButton: Convert most code to using ObjectPtr for GButton 2019-09-21 19:28:28 +02:00
Browser LibHTML+Browser: Support scrolling to anchor with <a href="#foo"> 2019-10-20 10:07:26 +02:00
Calculator LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
ChanViewer LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
DisplayProperties LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
Downloader ByteBuffer: Remove pointer() in favor of data() 2019-09-30 08:57:01 +02:00
FileManager FileManager: Add "Open in TextEditor..." action to context menu 2019-10-07 20:03:19 +02:00
FontEditor LibGUI: Convert custom widgets and subclasses to ObjectPtr 2019-09-21 20:04:00 +02:00
Help LibHTML: Rename Document::normalize() to fixup() and always do it 2019-10-09 18:54:34 +02:00
HexEditor HexEditor: Fix half byte offset bug 2019-10-21 09:45:21 +02:00
IRCClient LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
Launcher LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
PaintBrush PaintBrush: Use secondary color for eraser (like in ms_paint) 2019-10-15 19:18:04 +02:00
Piano LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere 2019-09-22 20:50:39 +02:00
QuickShow LibGUI: Convert custom widgets and subclasses to ObjectPtr 2019-09-21 20:04:00 +02:00
SoundPlayer LibCore: Make CObject reference-counted 2019-09-22 00:25:25 +02:00
SystemDialog LibGUI: Don't create GMessageBox and GInputBox on the stack 2019-09-21 20:32:31 +02:00
SystemMonitor SystemMonitor: Make all tabs except the process table lazily loaded 2019-10-02 20:26:19 +02:00
Taskbar Taskbar: Remove window buttons from the taskbar when appropriate 2019-09-22 00:41:52 +02:00
Terminal Terminal: Make Shift+PgUp/PgDown scroll the terminal up/down one page 2019-10-19 20:54:47 +02:00
TextEditor TextEditor: suppress "Not found" window when searching for empty string 2019-10-15 09:10:10 +02:00
Welcome LibCore: Make CObject reference-counted 2019-09-22 00:25:25 +02:00
Makefile.common Applications: Add a new Help app 2019-09-28 18:29:42 +02:00