├── Flipper.widget └── Contents │ ├── Images │ ├── Thumbs.db │ ├── about.png │ ├── rot13.png │ ├── casedown.png │ ├── caseflip.png │ ├── caserev.png │ ├── caseup.png │ ├── maximize.png │ ├── minimize.png │ ├── reformat.png │ ├── background.png │ ├── casechange.png │ └── background-big.png │ └── Flipper.kon └── LICENSE /Flipper.widget/Contents/Images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloopletech/flipper/master/Flipper.widget/Contents/Images/Thumbs.db -------------------------------------------------------------------------------- /Flipper.widget/Contents/Images/about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloopletech/flipper/master/Flipper.widget/Contents/Images/about.png -------------------------------------------------------------------------------- /Flipper.widget/Contents/Images/rot13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloopletech/flipper/master/Flipper.widget/Contents/Images/rot13.png -------------------------------------------------------------------------------- /Flipper.widget/Contents/Images/casedown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloopletech/flipper/master/Flipper.widget/Contents/Images/casedown.png -------------------------------------------------------------------------------- /Flipper.widget/Contents/Images/caseflip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloopletech/flipper/master/Flipper.widget/Contents/Images/caseflip.png -------------------------------------------------------------------------------- /Flipper.widget/Contents/Images/caserev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloopletech/flipper/master/Flipper.widget/Contents/Images/caserev.png -------------------------------------------------------------------------------- /Flipper.widget/Contents/Images/caseup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloopletech/flipper/master/Flipper.widget/Contents/Images/caseup.png -------------------------------------------------------------------------------- /Flipper.widget/Contents/Images/maximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloopletech/flipper/master/Flipper.widget/Contents/Images/maximize.png -------------------------------------------------------------------------------- /Flipper.widget/Contents/Images/minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloopletech/flipper/master/Flipper.widget/Contents/Images/minimize.png -------------------------------------------------------------------------------- /Flipper.widget/Contents/Images/reformat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloopletech/flipper/master/Flipper.widget/Contents/Images/reformat.png -------------------------------------------------------------------------------- /Flipper.widget/Contents/Images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloopletech/flipper/master/Flipper.widget/Contents/Images/background.png -------------------------------------------------------------------------------- /Flipper.widget/Contents/Images/casechange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloopletech/flipper/master/Flipper.widget/Contents/Images/casechange.png -------------------------------------------------------------------------------- /Flipper.widget/Contents/Images/background-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bloopletech/flipper/master/Flipper.widget/Contents/Images/background-big.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2006-2009 Brenton Fletcher (http://i.bloople.net i@bloople.net) 2 | 3 | Permission is hereby granted, free of charge, to any person 4 | obtaining a copy of this software and associated documentation 5 | files (the "Software"), to deal in the Software without 6 | restriction, including without limitation the rights to use, 7 | copy, modify, merge, publish, distribute, sublicense, and/or sell 8 | copies of the Software, and to permit persons to whom the 9 | Software is furnished to do so, subject to the following 10 | conditions: 11 | 12 | The above copyright notice and this permission notice shall be 13 | included in all copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 16 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 17 | OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 18 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 19 | HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 20 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 22 | OTHER DEALINGS IN THE SOFTWARE. 23 | -------------------------------------------------------------------------------- /Flipper.widget/Contents/Flipper.kon: -------------------------------------------------------------------------------- 1 | 2 | 3 | off 4 | 5 | 6 | Images/about.png 7 | 8 | 9 | 10 | 11 | mainWindow 12 | 220 13 | 120 14 | true 15 | 16 | 17 | background 18 | 0 19 | 0 20 | 0 21 | 22 | 23 | 24 | 25 | caseup 26 | 5 27 | 5 28 | 0 29 | rectangle 30 | 31 | 34 | 35 | Change case to all `UPPERCASE` 36 | 37 | 38 | 39 | casedown 40 | 30 41 | 5 42 | 0 43 | rectangle 44 | 45 | 48 | 49 | Change case to all `lowercase` 50 | 51 | 52 | 53 | casechange 54 | 55 55 | 5 56 | 0 57 | rectangle 58 | 59 | 62 | 63 | Change case to `Sentence case. Example of.` 64 | 65 | 66 | 67 | caseflip 68 | 80 69 | 5 70 | 0 71 | rectangle 72 | 73 | 76 | 77 | Invert case. ex: `Hello World` to `hELLO wORLD`. 78 | 79 | 80 | 81 | caserev 82 | 105 83 | 5 84 | 0 85 | rectangle 86 | 87 | 90 | 91 | Reverse text. ex: `Hello World` to `dlroW olleH`. 92 | 93 | 94 | 95 | rot13 96 | 130 97 | 5 98 | 0 99 | rectangle 100 | 0 101 | 102 | 105 | 106 | Perform a ROT-13 operation. ex: `Hello Word` to `Uryyb Jbeq`. 107 | 108 | 109 | 110 | reformat 111 | 155 112 | 5 113 | 0 114 | rectangle 115 | 0 116 | 117 | 120 | 121 | Reformat the text, removing `smart quotes` and joining all the lines of text together. 122 | 123 | 124 | 125 | wordcount 126 | 25 words 127 | #FFFFFF 128 | 12 129 | 130 130 | 19 131 | 60 132 | left 133 | 134 | 0 135 | 136 | 137 | 138 | sizer 139 | 195 140 | 5 141 | 0 142 | rectangle 143 | 144 | 148 | 149 | Make this widget bigger. 150 | 151 | 152 | 191 | 192 | 193 | 194 | focusTimer 195 | 0.05 196 | 197 | 201 | 202 | 203 | 204 | 205 | 512 | 513 | --------------------------------------------------------------------------------