77 Commits (b51e835bafa3d96fa6d7a66b37762c5605257529)

Author SHA1 Message Date
  reuk 5cf1a964fc
iOS: Add proper UITextInput implementation 2 years ago
  reuk 1c10e0c79b
Android: Fix problems with accessible text navigation 3 years ago
  reuk d4d9740037
Android: Fix problems with accessible text navigation 3 years ago
  reuk 140f8fedb1
TextEditor: Add option to dismiss the virtual keyboard on touches outside 3 years ago
  reuk 2fc7d12ae7 TextEditor: Add option to dismiss the virtual keyboard on touches outside 3 years ago
  Tom Poole 2ec861d99e Update licensing banners to JUCE 7 3 years ago
  Tom Poole dea3fe60e4 Update copyright banners 3 years ago
  ed 90eb878d16 Accessibility: Make createAccessibilityHandler() private in Component subclasses 3 years ago
  ed 3fd4f7a231 TextEditor: Take border size into account when calculating text bounds 4 years ago
  ed 361b29edb6 Offset TextEditor::getTextBounds() by viewport position 4 years ago
  ed 533f68219b Fixed some Doxygen issues 4 years ago
  ed ec990202b1 Accessibility: Added VoiceOver (macOS) and Narrator (Windows) accessibility screen reader support to juce_gui_basics 4 years ago
  ed 665fac678f TextEditor: Enable horizontal scrollbars for multi-line editors with word wrapping disabled 4 years ago
  ed 7c96f18663 TextEditor: Fixed a bug where the horizontal viewport scrollbar could be shown unnecessarily 4 years ago
  ed 508d6de04e Underline whitespace atoms in TextEditor when font is underlined 4 years ago
  ed 12bff68e34 Added vertical justification support to TextEditor 4 years ago
  ed 009d685179 Updated all license headers 4 years ago
  Tom Poole 894e7d2bd2 Updated all license headers 5 years ago
  Tom Poole 2d16374b14 Updated all license headers 5 years ago
  reuk 327f817b9b Copyrights: Update commercial/gpl headers to be gpl-only 5 years ago
  jules 9a06be6d61 Some minor cleanups 6 years ago
  ed c6502e2a83 Added a TextEditor::getTextToShowWhenEmpty() method 6 years ago
  ed a234721110 Added various clang-tidy modernize-* fixes 6 years ago
  jules cadac817c6 Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
  Tom Poole ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
  Lukasz Kozakiewicz c8b9bc79ba AlertWindow: ensure a native keyboard is hidden when alert window gets dismissed. 7 years ago
  ed cdbc28c18b Add documentation tags 7 years ago
  jules 80a7718286 Added some event lambda callbacks for TextEditor and simplified a bit more code using them 7 years ago
  jules a7e3339f86 Got rid of some very old legacy VC6 workaround typedefs 7 years ago
  jules d73f9bdd74 Fix to TextEditor caret positioning 7 years ago
  jules dd4230586f Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up 7 years ago
  jules d00a459480 Added method TextEditor::setJustification() 7 years ago
  jules 6290e95152 Whitespace 7 years ago
  jules c309a5b244 Avoided forcing TextEditor to be always opaque 7 years ago
  jules eda613c6db Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
  ed 919e3e36ec Added TextEditor::applyColourToAllText() method 8 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  jules d6bf2e8cf9 Added line spacing to TextEditor and methods to set/get the current line spacing 8 years ago
  hogliux 2da1bc5f41 Replace include guards with "#pragma once" 8 years ago
  tpoole 255dc1d1ba Fixed documentation typo 8 years ago
  hogliux 62ac568b77 Made sure that colours are updated when the look and feel of a TextEditor changes 8 years ago
  luigisambuy ed0c032a01 Added a styleChanged flag to enable setText() to take effect after setColor() 8 years ago
  jules fcf1683f48 Moved a method in LengthAndCharacterRestriction to be public. 9 years ago
  Joshua Gerrard 854e8af44a Documentation: changed insertText to insertTextAtCaret 9 years ago
  jules f8b5da8b1e Minor fixes + cleanups to TextEditor. 9 years ago
  jules 7edb1b5614 Cleaned up some caret code in TextEditor. 9 years ago
  hogliux c7b8e77031 Update copyright notice 9 years ago
  jules db4a0ffec5 Added method UndoManager::getCurrentTransactionName 10 years ago
  jules 395cf7ac46 Added a small comment to TextEditor 10 years ago
  jules ac8bc1a7b4 Added methods to Label and TextEditor to specify the type of virtual keyboard they require. 10 years ago