summaryrefslogtreecommitdiffstats
path: root/macosx/HBOutputPanelController.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-1/+1
* MacGui: changed the Preview Window and Picture Panel behaviour to avoid the h...ritsuka2015-04-071-16/+2
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-5/+5
* MacGui: add a preference to toggle the log cleanup. Use NSURL directly where ...ritsuka2015-02-211-20/+7
* MacGui: refactor the stderr/stdout redirect code to be more modular.ritsuka2015-02-201-129/+31
* MacGui: do not make the output panel textview scroll to the bottom if the win...ritsuka2015-02-181-5/+8
* MacGui: refactored some duplicated code.ritsuka2015-01-111-61/+52
* MacGui: fix a leak of the output log file path string.ritsuka2015-01-101-7/+21
* MacGui: use the inline find bar in the activity window.ritsuka2015-01-071-0/+6
* MacGui: fix a bunch of regressions (various crash when in some textfields, en...ritsuka2014-12-301-2/+2
* MacGui: fixed a warning in HBOutputRedirect and removed an unused ivar.ritsuka2014-10-311-0/+3
* MacGui: moved two methods used by the whole app to HBUtilities.m:ritsuka2014-07-161-10/+4
* MacGui: Raise the TextStorageUpperSizeLimit and TextStorageLowerSizeLimit x 3...dynaflash2010-01-131-2/+2
* MacGui: Replace deprecated -createDirectoryAtPath:attributes: with -createDir...dynaflash2009-09-161-2/+6
* MacGui: Change the format for individual activity log file names.dynaflash2009-06-261-1/+1
* MacGui: Fix activity log headers to show correct version when clearing the wi...dynaflash2009-06-021-3/+3
* MacGui: Report the svn version and arch in the session activity log and the i...dynaflash2009-03-031-1/+1
* MacGui: Picture Filters separate hud inspector initial implementationdynaflash2009-01-261-0/+7
* MacGui: correct month output in the names of the individual encode logsdynaflash2008-12-041-1/+1
* MacGui: Add the svn and build number to the individual encode log headersdynaflash2008-11-151-1/+4
* MacGui: Acivity Logs for individual encodes initial implementationdynaflash2008-10-301-2/+79
* MacGUI: Make HBOutputPanelWindowController an NSWindowController subclass. Pa...ritsuka2008-05-131-34/+33
* MacGui: Write version info the the activity log and activity windowdynaflash2008-03-171-2/+13
* MacGui: Activity Logdynaflash2007-11-161-2/+10
* MacGui: Move app support directory check to -init in controller.mmdynaflash2007-11-151-12/+2
* MacGui: Activity Window Logging Initial Implementationdynaflash2007-11-141-7/+85
* MacGui: Increase the Activity Window text storage to double its current capac...dynaflash2007-08-231-2/+8
* MacGui: hot scrolling action for the Debug Output logging window. Thanks for ...jbrjake2007-07-241-0/+2
* Debug output window is now opened automatically if it was visible when HB was...cleaner2007-06-061-0/+8
* Typo fix and test of commit rights.cleaner2007-06-051-1/+1
* MacGui: Add stdout to the Debug Inspector windowdynaflash2007-06-041-1/+4
* MacGui: Debug Window to read libhb output like cli in inspector windowdynaflash2007-05-211-0/+95