61 Commits (main)
 

Author SHA1 Message Date
Hammy d4bec1eee4 Remove all clipboard handling logic 3 years ago
Hammy be659cb525 Rename project to MyClipboardHistory 3 years ago
Hammy 201aca6d67 Add intellij_forms dependency & dependency plugins
This ensures that the Java swing application can be ran from the jar
without missing dependencies and UI code
3 years ago
Hammy f7a38da31e Update GUI & Auto-generate source code for GUI 3 years ago
sgoudham 0a271b6da7
Reformat Code 3 years ago
sgoudham 23d677beca
Delete redundant code 3 years ago
sgoudham f15d371604
Update MyClipboardContent.java to store old & new content 3 years ago
sgoudham f9e934d10c
Add event listeners to notify classes of clipboard events 3 years ago
sgoudham c559176c30
Update GUI to be more responsive 3 years ago
sgoudham 7e1c62de83
Use JSplitPane for showing text & images dynamically 3 years ago
sgoudham d7afe6b44f
Experiment with JSplitPane 3 years ago
sgoudham 6e6a69f299
Add empty constructor 3 years ago
sgoudham 41919be32a
Update imports 3 years ago
sgoudham 6a383c102b
Add listeners for different operating systems with different implementations 3 years ago
sgoudham 64f49484e8
Move model package 3 years ago
sgoudham 2615a53a02
Remove hello world comment 3 years ago
sgoudham ca69b56b6c
Add apache.commons.lang3 dependency 3 years ago
sgoudham 0cd9fa4d8a
Stub out README.md 3 years ago
sgoudham 5c8d99b0f4
Update GUI 3 years ago
sgoudham f621a2d156
Delete normal ClipboardListener.java 3 years ago
sgoudham 42a288d304
Merge With osx branch 3 years ago
sgoudham 1cebc941a4
Cleanup Code 3 years ago
sgoudham 36c53d91df
Override onCopyString() & onCopyImage() and display to GUI 3 years ago
sgoudham 2ec0743cf2
Separate events into String & Image 3 years ago
sgoudham dff0e39fc0
Update .gitignore 3 years ago
sgoudham bd57e1354a
Add Utility class 3 years ago
sgoudham 2cb1997d95
Add enum class for different DataFlavors 3 years ago
sgoudham 1ef16260c8
Add equals() & hashcode() methods 3 years ago
sgoudham 79dc6e7afb
Update GUI 3 years ago
Hammy 1abe1a91e8 Add padding 3 years ago
Hammy cedc234051 Use spaces for indentation 3 years ago
Hammy 6030348e5b Add getImage() method 3 years ago
Hammy d7e25f8f2d Override new methods and display Image 3 years ago
Hammy 9a7fd3eb1e Update GUI 3 years ago
Hammy bc2ebacbf8 Increase sleep time for image in regainOwnership(); 3 years ago
Hammy 751a3f592f Use separate events for String & Image 3 years ago
sgoudham 075459475f
Check updates to clipboard every 200ms 3 years ago
Hammy 1751661183 Add ClipboardEvent.java 3 years ago
Hammy 6c679c8ef2 Refactor ClipboardView to copy images and strings (wip) 3 years ago
Hammy 27841266ed Refactor listener class to copy images and strings (wip) 3 years ago
Hammy 208701479c Comment out class 3 years ago
Hammy 4b294542a8 Change class location 3 years ago
Hammy 20d7f48883 Call new ClipboardView class & set Windows Look and Feel 3 years ago
Hammy 4b3d7cfcc8 Delete redundant class 3 years ago
Hammy c43e424f2b Reformat TransferableImage.java
Add @NotNull annotation to Image to ensure that image can never be null,
this allows for a simpler if check within getTransferData()
3 years ago
Hammy 9ca4de4a86 Add annotations support 3 years ago
Hammy dceecf5a9a Add Clear & Remove Buttons 3 years ago
Hammy 89336c4034 Update GUI 3 years ago
Hammy e7c8315442 Start clipboard program with current clipboard contents copied 3 years ago
Hammy 412187e8db De-generify exception names 3 years ago