summaryrefslogtreecommitdiff
path: root/Applications/TextEditor
AgeCommit message (Expand)Author
2019-04-13WindowServer+LibGUI: Add ability to set per-window icons.Andreas Kling
2019-04-12LibGUI+WindowServer: Add support for enabled/disabled actions.Andreas Kling
2019-04-10LibCore: Move GIODevice hierarchy from LibGUI to LibCore.Andreas Kling
2019-04-10Introduce LibCore and move GElapsedTimer => CElapsedTimer.Andreas Kling
2019-04-10LibGUI: Turn GTextBox into a wrapper around a single-line GTextEditor.Andreas Kling
2019-03-27Tweak the look of various UI surfaces and buttons.Andreas Kling
2019-03-27LibC: Run constructors on process startup.Andreas Kling
2019-03-22Use the PNG loader for all images, and get rid of the .rgb files.Andreas Kling
2019-03-20TextEditor: The delete key should work even when there's no selection.Andreas Kling
2019-03-20TextEditor: Add "delete" action.Andreas Kling
2019-03-19LibGUI: Implement nested event loops to support dialog boxes.Andreas Kling
2019-03-18GIODevice: Add a read_all() that returns a ByteBuffer with all we can read.Andreas Kling
2019-03-17Base: Some work on various icons.Andreas Kling
2019-03-16TextEditor: Add actions for undo and redo. Not hooked up yet.Andreas Kling
2019-03-15IRCClient: Add a toolbar with some actions.Andreas Kling
2019-03-10LibGUI: Don't fill widgets with background color by defualt.Andreas Kling
2019-03-09TextEditor: Remove the selection from the status bar.Andreas Kling
2019-03-08GTextEditor: Refactor selection into a GTextRange class.Andreas Kling
2019-03-08GTextEditor: Work on cut/copy/paste operations.Andreas Kling
2019-03-08WindowServer+LibGUI: Add a server-side clipboard.Andreas Kling
2019-03-08GTextEditor: Add selected_text() function.Andreas Kling
2019-03-08GTextEditor: Add basic selection support.Andreas Kling
2019-03-07TextEditor: Add a menu for switching the editor font.Andreas Kling
2019-03-07TextEditor: Add Cut/Copy/Paste placeholder actions.Andreas Kling
2019-03-07TextEditor: Open an empty document by default.Andreas Kling
2019-03-07GTextEditor: Add write_to_file(String path) :^)Andreas Kling
2019-03-07FileManager: Open non-executable files in TextEditor by default.Andreas Kling
2019-03-07GTextEditor: Improvements to cursor rendering.Andreas Kling
2019-03-07TextEditor: Add New/Open/Save actions.Andreas Kling
2019-03-07TextEditor: Show the open filename in the window title.Andreas Kling
2019-03-07TextEditor: Show the current cursor position in the statusbar.Andreas Kling
2019-03-07Begin working on a graphical TextEditor.Andreas Kling