summaryrefslogtreecommitdiff
path: root/Applications/TextEditor
AgeCommit message (Expand)Author
2019-07-23LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().Andreas Kling
2019-07-17TextEditor: Show window iconrhin123
2019-07-16LibGUI: Add input types to GMessageBox.Andreas Kling
2019-07-16TextEditorWidget: Stop dbgprintf from printing nullrhin123
2019-07-16TextEditor: Show window after text_widget loadsrhin123
2019-07-15TextEditorWidget: Added improved save feature.rhin123
2019-07-11TextEditor: Fix build (copy_ref() in outdated PR changes.)Andreas Kling
2019-07-11TextEditor: Move the application UI into a dedicated TextEditorWidget. (#292)Rhin
2019-07-11TextEditor: Remove use of copy_ref().Andreas Kling
2019-06-30Meta: Removed all gitignore in the source tree only keeping the root oneVAN BOSSUYT Nicolas
2019-06-25Move common Application build steps into their own Makefile.commonLawrence Manning
2019-06-07Applications: Run clang-format on everything.Andreas Kling
2019-06-03StringViewize a bunch of things -- mostly LibGUIRobin Burchell
2019-05-27TextEditor: Fix window title when starting with an empty document.Andreas Kling
2019-05-27Applications: Let's put spaces in app namesAndreas Kling
2019-05-26GFilePicker: Return paths as FileSystemPath rather than Stringfaissaloo
2019-05-16TextEditor: Make use of GFilePicker to select a file to openRobin Burchell
2019-05-13Fix "make clean" not deleting app binaries.Andreas Kling
2019-05-11Fix some more victims of the new default layout spacing.Andreas Kling
2019-04-25GTextEditor: Add very basic automatic indentation.Andreas Kling
2019-04-24GTextEditor: Turn off the ruler by default.Andreas Kling
2019-04-21Include Makefile.common in all other Makefiles.Andreas Kling
2019-04-20AK: Add String::copy(BufferType) helper.Andreas Kling
2019-04-20Get rid of SERENITY macro since the compiler already defines __serenity__Andreas Kling
2019-04-18LibGUI: Give GTextEditor a context menu.Andreas Kling
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