summaryrefslogtreecommitdiff
path: root/LibGUI/GTextEditor.h
AgeCommit message (Expand)Author
2019-03-10GTextEditor: Let the Tab key insert up to 4 spaces.Andreas Kling
2019-03-08GTextEditor: Use a subwidget for the scrollbar corner and tighten clipping.Andreas Kling
2019-03-08GTextEditor: Refactor selection into a GTextRange class.Andreas Kling
2019-03-08LibGUI+WindowServer: Implement drag-to-select behavior in GTextEditor.Andreas Kling
2019-03-08GTextEditor: Simplify delete_selection().Andreas Kling
2019-03-08GTextEditor: Work on cut/copy/paste operations.Andreas Kling
2019-03-08GTextEditor: Add selected_text() function.Andreas Kling
2019-03-08GTextEditor: Add basic selection support.Andreas Kling
2019-03-07GTextEditor: Add a ruler column that always shows the line numbers.Andreas Kling
2019-03-07GTextEditor: Add write_to_file(String path) :^)Andreas Kling
2019-03-07GTextEditor: Support splitting lines at the cursor with the Return key.Andreas Kling
2019-03-07GTextEditor: Merge with previous line if backspacing at column 0.Andreas Kling
2019-03-07GTextEditor: More work on basic line editing. Insert/remove characters.Andreas Kling
2019-03-07GTextEditor: Start working on editing, starting with inserting newlines.Andreas Kling
2019-03-07GTextEditor: Only paint lines inside the dirty rect.Andreas Kling
2019-03-07GTextEditor: Let's use a Vector for the line backing store.Andreas Kling
2019-03-07GTextEditor: Allow moving the cursor by clicking.Andreas Kling
2019-03-07GTextEditor: Make the cursor invalidation work with the padding().Andreas Kling
2019-03-07GTextEditor: Add Home/End and Ctrl+Home/Ctrl+End navigation shortcuts.Andreas Kling
2019-03-07GTextEditor: Improvements to cursor rendering.Andreas Kling
2019-03-07GTextEditor: Draw the cursor line in a slightly darker shade.Andreas Kling
2019-03-07GTextEditor: Make the cursor blink while the editor is focused.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