- juil. 04, 2013
-
-
Thomas Goyne a rédigé
-
Xabier Aramendi (Azpidatziak) a rédigé
- juil. 03, 2013
-
-
Thomas Goyne a rédigé
Poorly-written antivirus software briefly lock newly written files to scan them for viruses, which makes the rename from the temp file to actual file fail. Work around this by retrying the rename up to ten times. Closes #1618.
-
- juin 26, 2013
-
-
Thomas Goyne a rédigé
-
Thomas Goyne a rédigé
wxSpinCtrlDouble only updates its value when the spin button is clicked or it loses focus, and in some cases we want to read the value while it still has focus. Closes #1610.
-
Thomas Goyne a rédigé
-
Thomas Goyne a rédigé
-
Thomas Goyne a rédigé
-
Thomas Goyne a rédigé
-
Thomas Goyne a rédigé
-
Thomas Goyne a rédigé
-
- juin 23, 2013
-
-
Thomas Goyne a rédigé
Always store the actual zoom level, rather than sometimes the zoom level and sometimes the slider position. Updates #1597.
-
Thomas Goyne a rédigé
-
Thomas Goyne a rédigé
-
- mai 26, 2013
-
-
Thomas Goyne a rédigé
-
Thomas Goyne a rédigé
For some reason horizontal scroll comes pre-flipped.
-
Thomas Goyne a rédigé
The standard controls aren't particularly usable, but the OS X implementation of wxDVC doesn't actually support custom renderers and not very usable is mildly better than entirely nonfunctional.
-
Thomas De Rocker a rédigé
-
- avr. 22, 2013
-
-
Thomas Goyne a rédigé
-
- avr. 16, 2013
-
-
Thomas Goyne a rédigé
-
- mars 30, 2013
-
-
Thomas Goyne a rédigé
-
- mars 04, 2013
-
-
صفا الفليج a rédigé
-
صفا الفليج a rédigé
-
- fév. 13, 2013
-
-
Lasse Liehu a rédigé
-
Thomas Goyne a rédigé
'isComment ? "" : actor' results in actor decaying to a const char * in the local charset rather than converting "" to wxString, which breaks things when unicode is involved.
-
Thomas Goyne a rédigé
-
Thomas Goyne a rédigé
-
- déc. 17, 2012
-
-
Thomas Goyne a rédigé
Creating an indexer can fail for reasons other than the file not existing. This check is still not completely correct, since FFMS2 uses the wrong error codes in a bunch of places.
-
Thomas Goyne a rédigé
-
Thomas Goyne a rédigé
Move the generic lua check to after the checks for lua 5.1 and check for lua < 5.2. Closes #1559.
-
Thomas Goyne a rédigé
It would be nice if this didn't require adding it in five different places...
-
Thomas Goyne a rédigé
-
Thomas Goyne a rédigé
-
Thomas Goyne a rédigé
With wxWidgets trunk keydown events are no longer generated for Ctrl-C/X/V on Windows, which breaks the custom copy/paste handling.
-
Thomas Goyne a rédigé
-
- nov. 25, 2012
-
-
Thomas Goyne a rédigé
There were two checks for reads past the end rather than checks for before start and after end. Closes #1556.
-
Thomas Goyne a rédigé
Strings in Matroska files are all either UTF-8 or a UTF-8 subset, not whatever the current locale happens to be.
-
- nov. 14, 2012
-
-
Thomas Goyne a rédigé
-
- nov. 11, 2012
-
-
Thomas Goyne a rédigé
-