Commit Graph

35 Commits

Author SHA1 Message Date
Mike Gelfand db3d40d0ed Switch to clang-format for code formatting, include Mac client 2021-08-16 00:38:29 +03:00
Dmitry Serov af3a4d4557
Modern Objective-C syntax (#509)
* Update enabled complier warnings

* Convert to Modern Objective-C syntax using Xcode's tool

* Convert to modern objc syntax manually, fix some PR issues

* Remove unnecessary parentheses

* Use property syntax for all custom properties

* Use property syntax for all system properties

* Fix erroneously autoreleased values

* Revert VDKQueue to old objc syntax

Co-authored-by: Mike Gelfand <mikedld@users.noreply.github.com>
Co-authored-by: Mitch Livingston <livings124@mac.com>
2021-08-07 10:27:56 +03:00
Dmitry Serov 40a7b8879c NSArray subscripting 2017-07-08 16:16:01 +07:00
Dmitry Serov b743b64262 NSArray init literals 2017-07-08 15:23:05 +07:00
Mike Gelfand 4160743738 Convert tabs to spaces, remove trailing whitespace (Mac client) 2017-01-24 20:53:16 +03:00
Mike Gelfand 2248d3670f Get rid of $Id$ SVN keywords in source files 2016-09-02 23:10:15 +03:00
Mitchell Livingston 8ca8c76799 bump Mac copyright to 2012 2012-01-14 17:12:04 +00:00
Mitchell Livingston 0808bdd2fe We now require Mac OS X 10.6 or later. Make that change and all the nice little adjustments that go with it. 2011-10-06 00:30:40 +00:00
Mitchell Livingston 3e7521963d remove the custom alternating row code in the tracker table, since it isn't futureproof 2011-06-13 22:32:55 +00:00
Mitchell Livingston f42b339d95 finish adding NSMutableArrayAdditions, which snuck in the last commit, and another explicit cast 2011-05-23 01:00:32 +00:00
Mitchell Livingston 25ee42d68d update the copyright years in the Mac code to 2011 2011-01-01 20:42:14 +00:00
Mitchell Livingston 94517feeeb #2860 Display trackers for all selected torrents in the inspector 2010-02-05 02:51:42 +00:00
Mitchell Livingston a641d038af create file lists lazily 2010-01-02 02:50:22 +00:00
Mitchell Livingston 1fec2fb2d0 happy new year! 2010-01-01 21:12:04 +00:00
Mitchell Livingston d6ad9238be random trivial adjustments 2009-10-03 14:10:52 +00:00
Mitchell Livingston 0796b7d977 allowing pasting into the tracker table on 10.5 2009-10-01 02:24:58 +00:00
Mitchell Livingston ecea999554 #2470 Pasting an address (or list of addresses) into the tracker list should add those trackers 2009-10-01 01:15:37 +00:00
Mitchell Livingston edefc9a10a getting closer to re-adding "add tracker" functionality 2009-09-29 03:02:44 +00:00
Mitchell Livingston 8296112fae #2458 Tracker pane - copy addresses 2009-09-28 23:18:26 +00:00
Mitchell Livingston c7c102e39f #2428 fix a crash in TorrentTableView when drawing alternative rows 2009-09-19 23:44:57 +00:00
Mitchell Livingston b3a05faeb9 fix some flickering with the table row color drawing 2009-09-17 11:53:56 +00:00
Mitchell Livingston 9c886b5d3e remove unnecessary alloca 2009-09-17 04:52:17 +00:00
Mitchell Livingston d72a583163 same for torrent table, and fix a code placement issue 2009-09-17 04:36:09 +00:00
Mitchell Livingston feb714f655 use NSRectFillList() to fill the tracker table's alternating row 2009-09-17 04:29:07 +00:00
Mitchell Livingston 055afd2d4d update the Mac code's copyright dates 2009-01-10 23:37:37 +00:00
Mitchell Livingston 00ab31b454 don't append "http" to addresses in the proxy address field 2008-11-09 12:12:29 +00:00
Mitchell Livingston 239fc6610b trivial changes to table grid color drawing and other areas 2008-11-08 22:13:00 +00:00
Mitchell Livingston 201302d7c5 trivial code changes 2008-11-01 14:26:51 +00:00
Mitchell Livingston 7392fd2d62 one less special case for Tiger (trivial change) 2008-10-25 02:34:43 +00:00
Mitchell Livingston 2c0a39d7c6 more changes in counter scope 2008-10-12 22:17:27 +00:00
Mitchell Livingston 9b4c88ee27 attempt to make the tracker table and buttons a bit nicer on Tiger 2008-06-03 15:27:03 +00:00
Mitchell Livingston 88d357539e (mac) initial support for adding and removing trackers 2008-06-02 17:26:02 +00:00
Mitchell Livingston e03444fe86 even more efficiency when drawing custom row colors 2008-05-23 20:36:19 +00:00
Mitchell Livingston 793d5bc2b6 don't draw the white rows - this is already performed before hand 2008-05-23 20:18:14 +00:00
Mitchell Livingston 03292f0bd8 missed these files in the last commit 2008-05-23 19:32:35 +00:00