Gol-D-Ace
03b5be75e4
Update translations from Crowdin
2019-09-17 23:21:00 +02:00
jp9000
d6b551c9d3
obs-text: Fix formatting
2019-08-15 21:38:23 -07:00
Jim
da6a3e3ce0
Merge pull request #1931 from exeldro/text_transform
...
obs-text: fix text transform on updated file
2019-08-15 21:19:12 -07:00
Jim
168ae0af8e
Merge pull request #1979 from cg2121/suffixes
...
UI, obs-plugins: Add spinbox suffixes where necessary
2019-07-21 21:45:30 -07:00
Richard Stanway
f775070c80
obs-text: Use array type for unique_ptr uint8_t[]
2019-07-21 21:14:03 +02:00
Clayton Groeneveld
3ea354b4e4
UI, obs-plugins: Add spinbox suffixes where necessary
2019-07-18 04:03:38 -05:00
Exeldro
d6fbbd5ead
obs-text: fix text transform on updated file
2019-06-25 07:02:41 +02:00
jp9000
f53df7da64
clang-format: Apply formatting
...
Code submissions have continually suffered from formatting
inconsistencies that constantly have to be addressed. Using
clang-format simplifies this by making code formatting more consistent,
and allows automation of the code formatting so that maintainers can
focus more on the code itself instead of code formatting.
2019-06-23 23:49:10 -07:00
Gol-D-Ace
973bc481ce
Update translations from Crowdin
2019-06-11 01:42:42 +02:00
Gol-D-Ace
e78ac5ebef
Update translations from Crowdin
2019-04-04 16:19:51 +02:00
jp9000
93cc09f078
obs-text, win-capture: Do not use premultiplied alpha
2019-03-07 08:14:34 -08:00
Exeldro
2800fd624b
obs-text: Add text transform property
...
Allows text to be transformed to all uppercase or lowercase letters
2019-03-03 19:10:58 +01:00
Colin Edwards
33e4de5be6
obs-text: Use custom draw flag
...
Fixes filters while preserving premult alpha
2019-02-20 19:02:44 -06:00
Gol-D-Ace
c3711bdd5e
Update translations from Crowdin
2019-02-20 22:26:07 +01:00
Christopher Serr
7c53483388
Use Premultiplied Alpha for Text and Game Capture ( #1578 )
...
The GDI+ based Text Source actually uses Premultiplied Alpha. The edges
of the fonts are therefore incorrectly blended, causing ugly artifacts
especially if bright text above a bright background is used. Here's an
image comparing the new text blending (left) to before (right):
![https://i.imgur.com/VhhkQcZ.png ](https://i.imgur.com/VhhkQcZ.png )
Additionally, the game capture has the same problem, so premultiplied
alpha is used there as well now.
2019-01-30 21:54:24 -06:00
Jim
af320a0838
Merge pull request #1480 from kkartaltepe/module-descriptions
...
Plugins: Add descriptions to modules
2018-09-16 15:34:28 -07:00
Kurt Kartaltepe
d86c8121ed
Plugins: Add descriptions to modules
2018-09-11 18:28:58 -07:00
Gol-D-Ace
a79aaa28ab
Update translations from Crowdin
2018-08-18 04:16:35 +02:00
Gol-D-Ace
88282c168c
Update translations from Crowdin
2018-03-15 09:00:28 +01:00
Gol-D-Ace
ae22886f67
Update translations from Crowdin
2018-01-22 04:55:52 +01:00
jp9000
7bd06e7f26
Update translations from Crowdin
2017-10-17 05:39:22 -07:00
Gol-D-Ace
8d8c2e5a22
Update translations from Crowdin
2017-08-10 16:07:40 +02:00
Skid-Inc
2b085da63a
obs-text: Fix file reader occasionally not updating
...
Delayed reading the text file till the update after the timestamp
changes, this should fix a minor issue where if the file updates twice
in one second, only the first change it displayed.
2017-06-27 11:14:26 +01:00
Gol-D-Ace
3d2cacd782
Update translations from Crowdin
2017-05-20 10:18:41 +02:00
Gol-D-Ace
dbf95bdc15
Update translations from Crowdin
2017-03-05 23:40:11 +01:00
Gol-D-Ace
a13c0a3c29
Update translations from Crowdin
2017-02-27 20:54:02 +01:00
sorayuki
a5c7cb52f1
obs-text: Fix issue drawing some chinese characters
...
Some Chinese fonts (for example "STHupo") won't render any characters in
the GDI+ text source.
Closes jp9000/obs-studio#800
2017-02-25 02:33:26 -08:00
Gol-D-Ace
6223ed6520
Update translations from Crowdin
2017-01-07 00:23:16 +01:00
Gol-D-Ace
69f0bc244a
Update translations from Crowdin
2016-12-23 20:46:47 +01:00
jp9000
c4580ac6ba
obs-text: Do not reset blend state
...
Similar to the parent commit, do not reset the blend state if the source
is not marked as a custom drawn source. Filters applied won't have the
correct blend state and the alpha edges of the text will be partially
black.
2016-12-21 15:31:13 -08:00
Gol-D-Ace
90e805ad9b
Update translations from CrowdIn
2016-11-16 00:32:47 +01:00
jp9000
ed85b22534
Update translations from CrowdIn
2016-11-03 13:32:52 -07:00
Michael Fabian Dirks
4bafe668ee
obs-text: Add gradient feature
...
Closes jp9000/obs-studio#636
2016-09-29 12:15:17 -07:00
jp9000
32378124af
obs-text: Change file update interval to 1 sec (from 2)
2016-09-28 02:01:30 -07:00
Gol-D-Ace
aadc7263c0
Update translations from Crowdin
2016-09-28 01:17:24 +02:00
jp9000
ff05574654
obs-text: Change default font size to 36
2016-09-22 20:57:43 -07:00
hwdro
a4cde72698
obs-text: Add bk color/opacity properties
2016-09-21 00:09:53 +03:00
jp9000
b2a85a2820
obs-text: Reload whenever file timestamp has changed
...
Rather than reload when the timestamp is greater than the previous
timestamp, reload whenever the timestamp has changed.
2016-09-16 19:47:24 -07:00
jp9000
31f106c1b5
obs-text: Fix typo
2016-09-15 05:20:59 -07:00
jp9000
1bbe152a55
obs-text: Fix call type for GDIObj helper class
...
The call type for the deleter function used with the GDIObj helper class
is __stdcall. Without it, it'll fail to build in 32bit properly.
2016-09-15 04:52:22 -07:00
jp9000
34eb4cd409
obs-text: Add GDI+ text source
2016-09-14 16:59:46 -07:00