Commit Graph

11 Commits (master)

Author SHA1 Message Date
jp9000 01364ebdb2 Update resource files to 0.651 2015-03-24 23:06:18 -07:00
Richard Stanway 270c63a24f Set PE checksum in release builds 2015-03-14 17:06:16 +01:00
Eric Bataille 0116e54931 Update Scene Switcher Layout
Removed the long header strings above the title/scene choosers, they most
likely would not fit in all translations. As a result of this, the scenes
column can be compressed down, leaving more room for window titles.
Obsolete strings removed from en.txt.

Contains two fixes by HomeWorld: A tooltip when hovering over too long
titles in the list control, and the placeholder text over the window
title/scene combo boxes.
2015-03-05 21:50:52 +01:00
HomeWorld bd52a3c1c1 Scene Switcher: Arrange UI elements 2015-03-05 01:48:25 +02:00
Richard Stanway ad1488ea61 Use SendMessageTimeout instead of MsgWaitForMultipleObjects
Pumping the main message loop via calls to MsgWaitForMultipleObjects leads to re-entrancy problems and race conditions such as the following https://gist.github.com/notr1ch/d5045a39507aa08136ba
2015-03-04 21:20:15 +01:00
Richard Stanway f5cd330678 Fix incorrect null pointer check 2015-03-04 21:20:15 +01:00
Eric Bataille 9f9d4ebb33 Changed wildcard character from % to *. 2015-03-04 21:20:15 +01:00
Eric Bataille 91ae0b173b scenesw: Fix no matching window title bug.
Fixed a bug where changing the scene to switch to would empty the window title if no actual window was selected.
2015-03-04 21:20:14 +01:00
Eric Bataille 09aa6f4c79 Removed the "Match exact window name" option.
Wildcards can do the same now.
2015-03-04 21:20:14 +01:00
Eric Bataille 414028e867 SceneSwitcher.cpp: Wild-card matching of windows.
For now only a starting and leading % are recognized which turn of exact matching of the start and the end of the title respectively.

SceneSwitcher::ApplyConfig: Ensure the string length is properly stored. This is now required by this wildcard matching.
2015-03-04 21:20:14 +01:00
Eric Bataille 9a9639a2f4 Added the project scenesw: The OBS Scene Switcher.
Includes changes to rundir:
- Copying the dll file.
- English locale.

Includes scenesw in the installer.
2015-03-04 21:20:14 +01:00