Commit Graph

39 Commits

Author SHA1 Message Date
A Cœur befeafbcfe
hook action in the xib (#4135) 2022-11-15 10:50:16 -06:00
Dmitry Serov 7e278c453a
[macOS] Optimise framework imports (#3323) 2022-06-28 19:15:52 -05:00
Dmitry Serov 54d1a02e92
Use properties instead of ivars (#2453) 2022-02-22 10:04:20 -06:00
Charles Kerr df1cca9b57
chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
Mike Gelfand db3d40d0ed Switch to clang-format for code formatting, include Mac client 2021-08-16 00:38:29 +03: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 25ee42d68d update the copyright years in the Mac code to 2011 2011-01-01 20:42:14 +00:00
Mitchell Livingston 1eaf271510 #2593 Add a Filter field to the Message Log window 2010-02-02 01:13:15 +00:00
Mitchell Livingston 1fec2fb2d0 happy new year! 2010-01-01 21:12:04 +00:00
Mitchell Livingston b739e72f0f on second thought, there's no need to store the index at all - it's just the number of messages we have 2009-12-10 04:49:57 +00:00
Mitchell Livingston 3d30bb32d5 reset the message index when clearing the log 2009-12-10 04:44:21 +00:00
Mitchell Livingston 94f110e314 add a lock to the message lock code 2009-11-28 21:01:27 +00:00
Mitchell Livingston b9ef88e898 #2624 Message Log's level filter should act as an actual filter, and all messages should be stored 2009-11-28 20:39:31 +00:00
Mitchell Livingston e4e0400f31 make the message count a static variable 2009-10-11 16:42:39 +00:00
Mitchell Livingston 1172f62803 trivial cleanup to the message window: set the pulldown's images in the xib, use NSInteger instead of int (same for unsigned), and don't bother storing the dot images as instance variables 2009-10-11 16:25:07 +00:00
Mitchell Livingston 055afd2d4d update the Mac code's copyright dates 2009-01-10 23:37:37 +00:00
Mitchell Livingston 99982b55a8 update some floats to CGFloats; append "f" to some float constants 2008-10-25 21:34:30 +00:00
Mitchell Livingston b6fca67fb1 improved sort by date in the message log 2008-04-15 19:57:56 +00:00
Mitchell Livingston 96432c8dbb use a single xib file for all Message window localizations, localizing just from the strings file 2008-03-15 20:17:19 +00:00
Mitchell Livingston f80bd47056 update copyright info for 2008 2008-01-02 16:55:05 +00:00
Mitchell Livingston db4954cc68 get rid of the Debug warning (it's not as relevant as it was back in the olden days) 2007-11-18 02:33:17 +00:00
Mitchell Livingston cbffc0589f allow messages to take multiple rows in message 2007-10-28 03:10:11 +00:00
Mitchell Livingston 844341faef this better work 2007-09-16 01:02:06 +00:00
Mitchell Livingston 1b11564e92 remove Growl 1.1... 2007-09-16 00:52:32 +00:00
Mitchell Livingston 7e376ee372 when removing messages from the message window, remove the oldest 2007-09-11 00:57:32 +00:00
Mitchell Livingston 13e09a0185 make Message Log sortable 2007-09-10 21:46:33 +00:00
Mitchell Livingston f2ead80e96 use images for error levels...it needs better images 2007-09-10 20:05:24 +00:00
Mitchell Livingston e5d73ecfda stage one of the updated message viewer 2007-09-10 18:39:54 +00:00
Mitchell Livingston 974c69215a update licenses to 2007 2007-04-03 02:22:25 +00:00
Mitchell Livingston 7297f8232c Display a warning when in debug mode. 2006-09-03 17:06:43 +00:00
Mitchell Livingston 5afda00ddc Limit message log to 1000 lines. 2006-08-24 01:55:09 +00:00
Mitchell Livingston 68a9a6ba85 Option to save log. 2006-08-22 23:00:53 +00:00
Mitchell Livingston bd45757225 different way to set font 2006-08-22 03:23:00 +00:00
Mitchell Livingston 85ddba7daf Work with new way of logging messages. 2006-08-22 02:35:01 +00:00
Mitchell Livingston 6d15738403 Empty (and display) buffer right away when changing message level, and update the log a little more often. 2006-08-22 01:08:44 +00:00
Mitchell Livingston 8ab5e78ec2 This should be a safer implementation of the message log. 2006-08-21 23:47:29 +00:00
Mitchell Livingston 4ecb698720 MessageWindowController in its proper place 2006-08-21 22:23:09 +00:00
Renamed from MessageWindowController.h (Browse further)