summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/gui/BrowserCaret.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split GUI code to separate module (#242)Gravatar Runemoro2020-06-031-28/+0
| | | | | | | * Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>
* Follow Fabric guidelinesGravatar Thog2017-03-081-8/+9
|
* Drop unix case style and implement hashCode when equals is overridedGravatar Thog2017-03-071-1/+0
| | | | Also update Guava to version 21
* Allow for selecting and copying text (Fix #22)Gravatar Thog2016-09-131-8/+1
|
* Revert "Removed unused methods"Gravatar asiekierka2016-08-171-1/+1
| | | | This reverts commit 1742190f784d0d62e7cc869eebafdfe1927e448f.
* ReformatGravatar lclc982016-07-041-2/+0
|
* Removed unused methodsGravatar lclc982016-07-021-1/+1
|
* Reformatting codeGravatar lclc982016-07-021-3/+2
|
* Json format (#2)Gravatar lclc982016-06-301-0/+38
* Added new format * Fixed bug * Updated Version