Commit graph

147 commits

Author SHA1 Message Date
Deniz Türkoglu
92508e0b9e Add 'Merge all' functionality
Add a new menu item to merge all the clips in the list, in the
order they were copied, adding a new line for each item that
was merged.
2013-10-25 20:31:37 +02:00
Deniz Türkoglu
159e07a79d Ignore empty string
When a string is empty, we currently create an entry for it, check
the validity of string and early return if it doesn't contain any
data.
2013-10-25 20:29:05 +02:00
Mark Jerde
62f351278d Bug fix for Issue 36 - "Preferences not saving". Defect originated in revision 8 of Jumpcut, which added use of NSUserDefaults without a call to NSUserDefaults's synchronize function on exit. NSUserDefaults documentation states that synchronize is automatically invoked at periodic intervals but not automatically at exit and thus was unreliable without an explicit call. The problem was masked by a call to synchronize whenever a clipping was added if save is enabled. 2013-07-19 15:02:29 -05:00
Ed L
0f32b35e00 Changed bezel hotkeys so that "Enter" pastes and "Return" just changes the stack position 2012-11-22 13:15:21 -05:00
Gennadiy Potapov
f246170b3a Merge pull request #21 from justone/pasted_item_to_top
move pasted item to top of stack
2012-08-11 23:18:11 -07:00
Nate Jones
d221961cc5 move pasted item to top of stack 2012-08-11 21:27:28 -07:00
Gennadiy Potapov
00737bb66c Merge pull request #18 from brool/master
Fix Flycut for Emacs 24
2012-06-25 19:15:23 -07:00
Tim
b3f012cd60 fix problem with Emacs 24 event loop 2012-06-11 22:55:45 -04:00
Gennadiy Potapov
08e86a0cb4 Merge pull request #17 from sherief/master
Flycut now doesn't trigger a switch to the discrete GPU on 2011 MBPs and later.
2012-05-07 19:39:02 -07:00
Sherief Farouk
13116f23cc Added NSSupportsAutomaticGraphicsSwitching key to Info.plist
This change stops Flycut from switching to the discrete GPU on 2011
MacBook Pros and later - this helps extend battery life since Flycut is
intended to be running in the background most (if not all) of the time.
2012-05-06 19:38:51 -04:00
Gennadiy Potapov
eab2b408a0 added MIT license text 2011-12-09 15:49:33 +08:00
Gennadiy Potapov
612237d0bd Update readme.md 2011-11-26 00:11:04 +08:00
Gennadiy Potapov
aff495d0d9 Update readme.md 2011-11-25 01:46:16 +08:00
Gennadiy Potapov
c3d0d5265f Update readme.md 2011-11-25 01:45:56 +08:00
Gennadiy Potapov
f4f86615b8 Update readme.md 2011-11-25 01:38:54 +08:00
Gennadiy Potapov
232f1cf1ef Merget with dropbox-sync 2011-11-24 23:13:48 +08:00
Gennadiy Potapov
7cbb5f75b6 Merge branch 'dropbox-sync' 2011-11-24 22:58:24 +08:00
Gennadiy Potapov
521a950eaa Merge pull request #8 from rmondello/master 2011-11-24 06:54:53 -08:00
Richard Mondello
6306e6a6d0 New: Ability to delete clippings from the bezel with the delete key. Improved: Consolidated the logic for updating the bezel's content. 2011-11-21 02:44:58 -05:00
Richard Mondello
c268fa20ab New: Use j and k to move up and down the stack in the bezel. Thanks, vi. 2011-11-20 02:03:40 -05:00
Richard Mondello
1ca77a2661 Merge. 2011-11-20 01:56:43 -05:00
Richard Mondello
70132d5cf3 New: Bezel accepts cmd+, to open the application preferences. 2011-11-20 01:55:24 -05:00
Richard Mondello
419c05d468 New: Bezel accepts cmd+, to open the application preferences. 2011-11-20 01:48:21 -05:00
Gennadiy Potapov
12824a0a67 Added animation option to preferences 2011-10-12 17:35:36 +08:00
Gennadiy Potapov
053fce69b0 Added support for skipping password fields. Added support for removing duplicates. Experements with animation 2011-10-10 18:21:43 +08:00
Gennadiy Potapov
e5fae90231 Added some changes from: https://github.com/snark/jumpcut/ 2011-10-06 17:54:55 +08:00
Gennadiy Potapov
b80224d294 Changed button to checkbox + some UI fixes 2011-09-30 17:11:24 +08:00
Gennadiy Potapov
bcf8907709 Added DBUserDefaults for dropbox settings 2011-09-29 18:34:24 +08:00
Gennadiy Potapov
54d2ea3cee Added DBUserDefaults for dropbox settings 2011-09-29 18:33:58 +08:00
Gennadiy Potapov
d513687d72 Changed C Dialect to c99 2011-09-29 16:19:32 +08:00
Gennadiy Potapov
1cf6aa0dc6 Storing clips in the same file as settings 2011-09-29 16:18:18 +08:00
Ali Rizvi
5e0fc08cbf Fixing the Auto Spelling Checking Attribute Warning 2011-09-29 14:20:59 +08:00
Ali Rizvi
198a2af5eb Refactor: Got rid of all Analyzer warning except for "View is clipping its contents" 2011-09-29 14:20:35 +08:00
Ali Rizvi
2ecdb49a27 Getting rid of warning in NIB by removing the Auto Spell Check attribute on About page. 2011-09-29 14:20:18 +08:00
Ali Rizvi
c277d12f42 Refactoring more NSEnumerator to NSFastEnumeration and minor cleanup for readability 2011-09-29 14:18:38 +08:00
Ali Rizvi
7efaff666c Removing the requirement to code sign so that product would compile and run 2011-09-29 14:13:10 +08:00
Ali Rizvi
f9ccf71c29 using the new NSFastEnumeration instead NSEnumerator 2011-09-29 14:11:16 +08:00
Gennadiy Potapov
be39346e82 Edited readme.md via GitHub 2011-09-20 14:46:51 +08:00
Gennadiy Potapov
1de75fac69 Added the ability to change bezel window in app settings 2011-08-11 00:09:01 +08:00
Gennadiy Potapov
f66eabc253 Code clean up. Bezel size will be relative to screen resolution 2011-08-04 01:07:02 +08:00
Gennadiy Potapov
3ef88cab38 Warning removing, code clean up before refactoring 2011-08-02 01:02:41 +08:00
Gennadiy Potapov
83807238e0 Warnings fix 2011-08-01 21:43:33 +08:00
Gennadiy Potapov
c2d0a22e50 removed useless files from git cache 2011-08-01 21:25:57 +08:00
Gennadiy Potapov
e962ab38ad .gitignore changes 2011-08-01 21:23:07 +08:00
Gennadiy Potapov
57d08dfbe8 readme added 2011-06-10 00:42:04 +08:00
Gennadiy Potapov
b3571cfdef sync with version in Mac AppStore 2011-06-10 00:30:07 +08:00
Gennadiy Potapov
3acdf50ad1 Initial commit 2011-03-20 15:16:13 +08:00