almost lured myself into another null pointer trap, fixed |
|
More...
|
over 11 years ago
|
fixed potential null pointer bug |
|
More...
|
over 11 years ago
|
add a RAII wx connect wrapper |
|
More...
|
over 11 years ago
|
initialize dataChanged variables in SettingsData base class |
|
More...
|
over 11 years ago
|
make SettingsData a subclass of wxEvtHandler and add a callback for the language combo box |
|
More...
|
over 11 years ago
|
add settings data for general page, query available languages |
|
More...
|
over 11 years ago
|
fixed a lexer bug with detecting alphanumeric character text (not happy about it though) |
|
More...
|
over 11 years ago
|
rename locale file to use sub-language tags only when actually necessary |
|
More...
|
over 11 years ago
|
updated settings form again with new callbacks |
|
More...
|
over 11 years ago
|
added some more config file functions for going through each section |
|
More...
|
over 11 years ago
|
Merge branch 'master' of https://github.com/jp9000/obs-studio |
|
More...
|
over 11 years ago
|
removed os_gettime_ms, added os_file_exists |
|
More...
|
over 11 years ago
|
fix min_adjust usage in calc_torque |
|
More...
|
over 11 years ago
|
add GetDataFilePath implementation for osx |
|
More...
|
over 11 years ago
|
added new settings management base class, updated main settings form, added to build files |
|
More...
|
over 11 years ago
|
fix a typo in the main program automake file |
|
More...
|
over 11 years ago
|
update formbuilder file |
|
More...
|
over 11 years ago
|
change a few names for some of the control callbacks |
|
More...
|
over 11 years ago
|
add settings window subclass files |
|
More...
|
over 11 years ago
|
added more button callbacks |
|
More...
|
over 11 years ago
|
added more text for settings window |
|
More...
|
over 11 years ago
|
Added preliminary settings window form |
|
More...
|
over 11 years ago
|
compile osx test with -fobjc-arc |
|
More...
|
over 11 years ago
|
Merge pull request #7 from MattMcNam/master |
|
More...
|
over 11 years ago
|
Merge pull request #8 from Ceropean/master |
|
More...
|
over 11 years ago
|
fixed build for *nix platform |
|
More...
|
over 11 years ago
|
added functions to platform-nix.c |
|
More...
|
over 11 years ago
|
Updated CMakeLists with new effect file locations, added cmake & xcode build folders to gitignore |
|
More...
|
over 11 years ago
|
make text lookup use a simple linked lists rather than an unnecessary array of pointers |
|
More...
|
over 11 years ago
|
should only check for ending quote character in locale data if it began with a quote |
|
More...
|
over 11 years ago
|