Andreas Kling
|
ec8bffb06d
LibGUI: Let GTextEditor deal with its horizontal padding internally.
|
6 سال پیش |
Andreas Kling
|
3854e752cb
LibGUI: Make GTextEditor inherit from GScrollableWidget.
|
6 سال پیش |
Andreas Kling
|
7e3673f710
GTextEditor: Disable the ruler in single-line mode.
|
6 سال پیش |
Andreas Kling
|
1fc283ed7d
IRCClient+LibGUI: Add an input box so we can send messages to channels.
|
6 سال پیش |
Andreas Kling
|
10dcd3a47f
GTextEditor: Make sure the scroll corner helper widget is filled in.
|
6 سال پیش |
Andreas Kling
|
5d69bf06d2
LibGUI: Don't fill widgets with background color by defualt.
|
6 سال پیش |
Andreas Kling
|
8017c1e17c
GTextEditor: Let the Tab key insert up to 4 spaces.
|
6 سال پیش |
Andreas Kling
|
b4a099d212
GTextEditor: Allow jumping lines by hitting Left/Right at start/end of line.
|
6 سال پیش |
Andreas Kling
|
0a7137617d
GTextEditor: Simplify painting of the ruler.
|
6 سال پیش |
Andreas Kling
|
3c2139b824
GTextEditor: Use Painter save/restore to simplify.
|
6 سال پیش |
Andreas Kling
|
5a28392660
GTextEditor: Use a subwidget for the scrollbar corner and tighten clipping.
|
6 سال پیش |
Andreas Kling
|
ccda716028
GTextEditor: Backspace and Delete should work regardless of modifier state.
|
6 سال پیش |
Andreas Kling
|
032549d7bf
GTextEditor: Refactor selection into a GTextRange class.
|
6 سال پیش |
Andreas Kling
|
f40d11f06d
LibGUI+WindowServer: Implement drag-to-select behavior in GTextEditor.
|
6 سال پیش |
Andreas Kling
|
6d172725c0
GTextEditor: Fix text_position_at() behavior when passed negative values.
|
6 سال پیش |
Andreas Kling
|
c4937f01d8
GTextEditor: Simplify delete_selection().
|
6 سال پیش |
Andreas Kling
|
5602f3be6c
GTextEditor: Ctrl+A should select the entire document.
|
6 سال پیش |
Andreas Kling
|
220c7b5f75
GTextEditor: Replace selection on input or Backspace/Delete.
|
6 سال پیش |
Andreas Kling
|
48d48679b0
GTextEditor: Work on cut/copy/paste operations.
|
6 سال پیش |
Andreas Kling
|
6576ac8332
GTextEditor: Add selected_text() function.
|
6 سال پیش |
Andreas Kling
|
b5521e1b0d
GTextEditor: Add basic selection support.
|
6 سال پیش |
Andreas Kling
|
27b0aab13e
GTextEditor: Unbreak forward merge with Delete.
|
6 سال پیش |
Andreas Kling
|
9867fe1025
GTextEditor: Add a ruler column that always shows the line numbers.
|
6 سال پیش |
Andreas Kling
|
f13c62f225
GTextEditor: Fix double effect of backspace/delete in some cases.
|
6 سال پیش |
Andreas Kling
|
f8b72ab3ab
GTextEditor: Add basic PageUp/PageDown navigation support.
|
6 سال پیش |
Andreas Kling
|
187d7cb400
GTextEditor: Add write_to_file(String path) :^)
|
6 سال پیش |
Andreas Kling
|
a5bc20c733
GTextEditor: Support starting with an empty document.
|
6 سال پیش |
Andreas Kling
|
43d56b6f3a
GTextEditor: Support splitting lines at the cursor with the Return key.
|
6 سال پیش |
Andreas Kling
|
a64b71fb3d
GTextEditor: Support forward delete/merge with the Delete key.
|
6 سال پیش |
Andreas Kling
|
38662f884d
GTextEditor: Merge with previous line if backspacing at column 0.
|
6 سال پیش |