Aegisub/aegisub/libaegisub/common
Thomas Goyne 07da6f6f1b Split json::Number into json::Double and json::Integer
Trying to decide whether an option should be an int or double after
discarding the differences between "1.0" and "1" simply isn't possible,
and even if an option was initialized correctly, if it was changed to a
round number it could get written as an int and break later.

Also convert cajun to tabs because three spaces to indent is terrible.

Originally committed to SVN as r6018.
2011-12-22 21:12:25 +00:00
..
cajun Split json::Number into json::Double and json::Integer 2011-12-22 21:12:25 +00:00
charset.cpp Replace some const strings with const references to strings 2011-11-04 19:42:21 +00:00
charset_conv.cpp Remove bogus (and pointless) initialization in the glibc iconv-backed converter 2011-11-08 03:44:46 +00:00
charset_ucd.cpp Add a cast to make x64 build on windows happy. 2011-01-09 02:49:49 +00:00
charset_ucd.h Remove universalchardet headers from the precompiled header. For some reason this was causing issues with compliation on FreeBSD, rather than investigate why I removed it since it's used by exactly 1 file (charset_ucd.cpp). If it's going to cause one problem now it may cause another later that we may not notice. 2010-12-08 14:32:30 +00:00
hotkey.cpp Make the MRU tests significantly less worthless 2011-12-22 21:10:50 +00:00
json.cpp Make the MRU tests significantly less worthless 2011-12-22 21:10:50 +00:00
keyframe.cpp Don't load the FPS from Aegisub keyframes. The format breaks vfr and setting the fps should be done with timecode files. 2011-11-20 17:35:00 +00:00
log.cpp Make the MRU tests significantly less worthless 2011-12-22 21:10:50 +00:00
mru.cpp Fix off-by-one error in MRU::GetEntry 2011-12-22 21:11:01 +00:00
option.cpp Split json::Number into json::Double and json::Integer 2011-12-22 21:12:25 +00:00
option_visit.cpp Split json::Number into json::Double and json::Integer 2011-12-22 21:12:25 +00:00
option_visit.h Split json::Number into json::Double and json::Integer 2011-12-22 21:12:25 +00:00
path.cpp Return const references from OptionValue::GetList* rather than taking an output parameter. Eliminates some copies of lists and makes the calling code less awkward. 2011-11-04 19:42:31 +00:00
progress.cpp Add missing headers and change StdioProgressSink() to use std::cout and friends. 2011-02-07 00:46:49 +00:00
util.cpp Clean up libaegisub includes 2011-07-26 22:25:21 +00:00
validator.cpp Clean up libaegisub includes 2011-07-26 22:25:21 +00:00
vfr.cpp Fix compilation with clang (but not linking because wxAny is currently broken with it) 2011-11-07 06:18:34 +00:00