summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
2020-05-28LibGUI: Don't show big Buggie in app about dialogsAndreas Kling
2020-05-27LibGUI: Add up & down arrow hooks and input history to TextBoxFalseHonesty
2020-05-27LibGUI: Defer line reflow during text insertionAndreas Kling
2020-05-27LibGUI: Make TextEditor::select_all() move the cursor to document headAndreas Kling
2020-05-27LibGUI, About: Implement system-wide W2k-esque About dialogNick Vella
2020-05-27LibGUI: Change GUI::KeyEvent::key() type to KeyCodeSergey Bugaev
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-25LibGUI: Add flag to TextDocument's word break locator methodsFalseHonesty
2020-05-24LibGUI: Use word breaks to intelligently navigate a TextEditorFalseHonesty
2020-05-24LibGUI: Add word break locator methods to TextDocumentFalseHonesty
2020-05-23LibGUI: Improve double click selection on documents without spansFalseHonesty
2020-05-22LibGUI: Add hook when a context menu is requested on a buttonFalseHonesty
2020-05-21LibGUI: Add hook when a context menu is requested on a tabFalseHonesty
2020-05-21LibGUI: Fix view column auto-sizing of icon-only columnsAndreas Kling
2020-05-21LibGUI: Remove Model::row_name() since nothing used itAndreas Kling
2020-05-21LibGUI: Make all views use CenterLeft as the default text alignmentAndreas Kling
2020-05-21LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizingAndreas Kling
2020-05-21LibGUI: Replace ColumnMetadata::sortable => Model::is_column_sortable()Andreas Kling
2020-05-21LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadataAndreas Kling
2020-05-21LibGUI: Models should always specify font via Model::Role::FontAndreas Kling
2020-05-21LibGUI: Always paint the cursor visible when focusing a TextEditorAndreas Kling
2020-05-21LibGUI: Focus the first focusable widget added to a windowAndreas Kling
2020-05-21LibGUI: Move AbstractTableView::keydown_event() down to TableViewAndreas Kling
2020-05-21LibGUI: Allow expand/collapse subtrees in TreeView with Alt+Left/RightAndreas Kling
2020-05-21LibGUI: FileSystemModel, markdown file icon for .md files.Hüseyin ASLITÜRK
2020-05-20LibGUI: Add MessageBox question iconHüseyin ASLITÜRK
2020-05-20LibGUI: Replace up and down arrows with emojiHüseyin ASLITÜRK
2020-05-20LibGUI: Update copyright character in about dialogHüseyin ASLITÜRK
2020-05-19LibGUI: Use dbg() instead of dbgprintf() in GUI::DialogAndreas Kling
2020-05-19LibGUI: Remove some ancient unused debug logging in AbstractButtonAndreas Kling
2020-05-19LibGUI: Add ability to hide GUI::TabWidget's tab barLinus Groh
2020-05-18LibGUI: Make text selection feel better in single-line editorsAndreas Kling
2020-05-18LibGUI: Add 1px of horizontal content padding to TextEditorAndreas Kling
2020-05-18LibGUI: Grow the "line content rect" slightly in single line text boxesAndreas Kling
2020-05-18LibGUI: Use a variable-width font by default in single-line TextEditorsAndreas Kling
2020-05-18LibGUI: Support variable-width fonts in TextEditorAndreas Kling
2020-05-18LibGUI: Remove outdated FIXME in TextEditorAndreas Kling
2020-05-18LibGUI: Tweak EmojiInputDialog layout :^)Andreas Kling
2020-05-17LibGUI: Fix crash in TextDocument::remove(TextRange)Andreas Kling
2020-05-17LibGUI: TextEditor now opts in to emoji input by default :^)Andreas Kling
2020-05-17LibGUI: Add a simple emoji input dialog activated by Ctrl+Alt+Space :^)Andreas Kling
2020-05-17LibGUI: Make the TextEditor widget store UTF-32 codepointsAndreas Kling
2020-05-16LibGUI+WindowServer: Allow applications to set custom cursor bitmapsShannon Booth
2020-05-16FileManager+LibGUI+Userland: Switch clipboard to MIME typesSergey Bugaev
2020-05-15LibGUI: Fix build (LibGUI depends on Clipboard IPC classes)Andreas Kling
2020-05-14Clipboard: Move the system clipboard to a dedicated service process :^)Andreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-13LibGUI: Add AbstractTableView::move_selection(int steps)Andreas Kling
2020-05-13LibGUI: Add GUI::MessageBox::show_error() convenience functionAndreas Kling
2020-05-13LibGUI+WindowServer: Allow apps to use the "move" cursor :^)Andreas Kling