Commit graph

31 commits

Author SHA1 Message Date
manongjohn
b5f28f1ecd Update tahoma2d links to new path 2021-02-11 12:02:54 -05:00
Jeremy Bullock
c0f52612f5
Version 1.1 (#309)
* Version 1.1

* Oops
2020-10-07 08:35:41 -06:00
Jeremy Bullock
ca5c0c9fe1 Review Changes 2020-10-03 09:45:41 -06:00
Jeremy Bullock
d0f1813309 Rename to Tahoma2D 2020-10-02 00:20:33 -06:00
artisteacher
dc620b1380
Ask to use microphone on macOS (#228)
On later versions of macOS, permission needs to be granted by the user in order for Tahoma to access the microphone. This has no impact on the crash from recording audio.

https://developer.apple.com/documentation/avfoundation/cameras_and_media_capture/requesting_authorization_for_media_capture_on_macos
2020-09-26 21:23:45 -06:00
Jeremy Bullock
f4838badc0 1.0.1 2020-09-03 22:46:57 -06:00
Jeremy Bullock
81f0c1ff89 Fix key icons 2020-09-03 22:09:45 -06:00
Jeremy Bullock
1d8faddcc0
Tahoma Branding (#6) 2020-05-22 22:20:51 -06:00
Artisteacher
27825369e7 update mac stop motion 2020-04-12 10:43:17 -04:00
shun-iwasawa
01f8f11ea9 v1.4.0 2020-01-12 02:13:48 +09:00
J.P. Turcotte
117df77743
Update macOS Info.plist to include missing strings
Closes #288.
Untested; might have unwanted effects.
2019-09-24 11:24:29 -04:00
shun-iwasawa
f39ea05cac Remove Version Numbers from File Names (#2410)
* remove version numbers from file names

* update plist and systemvar for osx

* modify appveyor script
2018-12-28 11:15:09 +09:00
raineszm
05d44ef3be Set CFBundleIdentifier in Info.plist (#2074)
close #2053
2018-06-15 19:08:37 +09:00
shun-iwasawa
e2bc0c20a8
update info.plist to v1.2.0 (#1673) 2017-12-11 16:17:12 +09:00
Jeremy Bullock
5ffb5db40c Updated Mac Build Instructions (#1301)
* Added LFS to build instructions for mac
* added lzo instruction
* added libmypaint instruction
2017-08-24 18:06:59 +09:00
shun-iwasawa
a01b86fee7 set info.plist for retina display 2017-04-20 12:47:24 +09:00
Campbell Barton
ac30fbadc3 Fix/Workaround for #866 (#899)
Resolves linking issue on Linux
2017-04-12 19:20:55 +09:00
Campbell Barton
6560c86ab4 CMake: correct own error in FindSuperLU 2017-02-21 16:16:12 +11:00
Campbell Barton
cead1bb2ca CMake: add WITH_SYSTEM_SUPERLU option
Fixes crash on Linux (reported multiple times): see #1021
2017-02-10 09:54:10 +11:00
Campbell Barton
6c644bebb2 CMake: add WITH_SYSTEM_LZO option
Allows to easily switch between using thirdparty libs.
2017-02-03 19:40:49 +11:00
Campbell Barton
326eaa5b78 CMake: use STATUS for messages, spaces indentation 2016-07-09 10:44:05 +10:00
Campbell Barton
8d53343985 CMake: Conditionally add warnings when supported (#598)
This adds utility functions to conditionally add compiler flags,

allowing warnings from newer compiler versions to be used without
causing a lot of noise for users of older compilers.
2016-07-08 16:23:32 +09:00
Campbell Barton
78b2e3a02b CMake: search for the .so file first
The pre-compiled .a file for OSX caused linking error on Linux.
2016-06-30 19:24:04 +10:00
Campbell Barton
bbd0f1b769 Search for dynamically linked superlu 2016-06-30 18:03:11 +10:00
Campbell Barton
bb2501c991 CMake: Include liblzo2.so in FindLZO 2016-06-30 13:15:56 +10:00
Campbell Barton
7aaaec233a CMake: find module formatting
Split find_path, find_library across multiple lines
makes it easier to read and diff against.
2016-06-30 11:09:11 +10:00
Campbell Barton
bf80fb1686 CMake: typo fix 2016-04-18 04:43:41 +10:00
roentgen
3047bb2598 we always have thirdparty/lzo/driver. osx build never uses thirdpary/lzo/lzo-2.09 (was removed) 2016-03-25 18:42:18 +09:00
fukasawa
9c02f65f6e added custom module for cmake 2016-03-24 02:27:13 +09:00
fukasawa
e60969f67f moved to libpng and libtiff to thirdparty 2016-03-24 00:50:22 +09:00
roentgen
3969d9617b added local macros for thirdpary libraries.
(WIP) fixed tiio_tif does not be compilable with libtiff4-package (it needs libtiff4's source code).
2016-03-22 04:26:56 +09:00