aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add an option to display binary data as hex, while displaying it in blue to ↵Stuart Connolly2014-01-1412-11682/+1125
| | | | distinguish from string data of similar content.
* Fix header visibility.Stuart Connolly2014-01-141-2/+2
|
* Add constants for all MySQL data types.Stuart Connolly2014-01-144-0/+159
|
* Tidy up.Stuart Connolly2014-01-141-4/+2
|
* Fix IB warning for non-existent class.Stuart Connolly2014-01-131-24/+8
|
* Tidy up.Stuart Connolly2014-01-131-7/+7
|
* Tidy up.Stuart Connolly2014-01-131-0/+2
|
* Tidy up.Stuart Connolly2014-01-131-5/+6
|
* Stop spamming the console.Stuart Connolly2014-01-132-13/+20
|
* Trigger build.Stuart Connolly2014-01-121-0/+1
|
* Add analyze target to Makefile.Stuart Connolly2014-01-121-2/+3
|
* Remove settings that are the same as the defaults.Stuart Connolly2014-01-121-3/+0
|
* Fix file permissions.Stuart Connolly2014-01-121-0/+0
|
* Fix architectures.Stuart Connolly2013-12-022-0/+6
|
* Re-add config that is actually required on the build machines.Stuart Connolly2013-12-021-0/+3
|
* More tidy up.Stuart Connolly2013-12-021-2/+6
|
* Tidy up change to test git integration.Stuart Connolly2013-12-021-2/+0
|
* Remove further Subversion reference.Stuart Connolly2013-12-021-2/+2
|
* Remove Subversion comment.Stuart Connolly2013-12-021-1/+1
|
* Remove use of deprecated methods.Stuart Connolly2013-12-011-41/+26
|
* Remove use of deprecated methods.Stuart Connolly2013-12-011-112/+79
|
* Suppress compiler warning by addind unhandled enumerations.Stuart Connolly2013-12-011-2/+14
|
* Remove use of deprecated methods.Stuart Connolly2013-11-304-9/+9
|
* Formatting.Stuart Connolly2013-11-301-6/+3
|
* Fix warning.Stuart Connolly2013-11-301-3/+10
|
* Remove unnecessary config that's generating a warning.Stuart Connolly2013-11-301-3/+0
|
* Silence warning.Stuart Connolly2013-11-301-1/+1
|
* Remove more use of deprecated methods.Stuart Connolly2013-11-271-74/+65
|
* Remove use of deprecated save panel method.Stuart Connolly2013-11-272-40/+33
|
* Architecture setting changes.Stuart Connolly2013-11-271-3/+4
|
* Actually set the deployment target this time.Stuart Connolly2013-11-271-0/+3
|
* Set deployment target to 10.6 so we don't get unnecessary deprecation warnings.Stuart Connolly2013-11-273-0/+9
|
* Remove use of intermediate var.Stuart Connolly2013-11-271-4/+2
|
* Remove use of deprecated Keychain function.Stuart Connolly2013-11-272-69/+33
|
* Code signing improvements.Stuart Connolly2013-11-261-29/+23
|
* Fix code signing.Stuart Connolly2013-11-261-11/+64
|
* Fix build script.Stuart Connolly2013-11-261-1/+1
|
* Apply recommended project settings.Stuart Connolly2013-11-261-4/+10
|
* Enable combine HIDPI images option.Stuart Connolly2013-11-261-0/+3
|
* Fixes for previous commit.Stuart Connolly2013-11-241-6/+6
|
* Fix deprecation warnings.Stuart Connolly2013-11-241-55/+52
|
* Fix warning.Stuart Connolly2013-11-241-2/+2
|
* Apply recommended project settings.Stuart Connolly2013-11-172-8/+23
|
* Ignore user specific Xcode settings.Stuart Connolly2013-11-171-0/+1
|
* Merge pull request #1853 from bamse16/masterMarius Ursache2013-11-115-104/+68
|\ | | | | beginSheetForDirectory: updates for OSX 10.6+ SDK
| * Updated Change Export Directory panel sheet to 10.6+ SDKMarius Ursache2013-11-111-18/+8
| |
| * Updated Save Server Variables List panel sheet to 10.6+ SDKMarius Ursache2013-11-111-20/+15
| |
| * Updated Save Process List panel sheet to 10.6+ SDKMarius Ursache2013-11-111-31/+26
| |
| * Updated Save Create Syntax panel sheet to 10.6+ SDKMarius Ursache2013-11-111-22/+12
| |
| * Updated ConsoleLog panel sheet to 10.6 codeMarius Ursache2013-11-111-13/+7
|/