Changesets: DarkRadiant
master 15343862 2019-12-27 17:48:24 Details Diff |
Fix global key event filter interfering with treeview searches in wxGTK | ||
mod - radiant/eventmanager/GlobalKeyEventFilter.cpp | Diff File | ||
master bce0b313 2019-12-27 17:03:07 Details Diff |
Fix a crash in MediaBrowser in Linux due to a propagated wxDestroyEvent which caused the local _treeView member to be cleared for no reason. | ||
mod - radiant/ui/mediabrowser/MediaBrowser.cpp | Diff File | ||
master a16e73a9 2019-12-27 16:06:43 Details Diff |
Update German localisation | ||
mod - install/i18n/darkradiant.pot | Diff File | ||
mod - install/i18n/de/LC_MESSAGES/darkradiant.mo | Diff File | ||
mod - install/i18n/de/LC_MESSAGES/darkradiant.po | Diff File | ||
mod - tools/i18n/darkradiant.pot | Diff File | ||
master bcb2889c 2019-12-27 16:00:58 Details Diff |
Add "Find:" label to search popup. Fix a crash during shutdown due to an internal pointer in the wxMSW implementation not being cleared, so call Hide() before Destroy(). | ||
mod - libs/wxutil/TreeView.cpp | Diff File | ||
master a1f67407 2019-12-27 15:41:37 Details Diff |
Add next/prev button to the search popup in tree views. | ||
mod - libs/wxutil/TreeView.cpp | Diff File | ||
master 25083729 2019-12-27 11:59:58 Details Diff |
Resolving 0005078 by cleaning up the TreeView class. | ||
mod - libs/wxutil/TreeView.cpp | Diff File | ||
mod - libs/wxutil/TreeView.h | Diff File | ||
master eb6b1f0b 2019-12-27 11:56:19 Details Diff |
0005078 Automatically dismiss the search popup after a few seconds. Some refactoring. | ||
mod - libs/wxutil/TreeView.cpp | Diff File | ||
mod - libs/wxutil/TreeView.h | Diff File | ||
master e5894e5c 2019-12-27 11:41:22 Details Diff |
0005078 Re-implement the search popup window using wxPopupWindow and a custom Search class doing the logic | ||
mod - libs/wxutil/TreeView.cpp | Diff File | ||
mod - libs/wxutil/TreeView.h | Diff File | ||
master 84c59f9b 2019-12-26 07:26:28 Details Diff |
Fix Windows build. | ||
mod - radiant/modulesystem/ApplicationContextImpl.cpp | Diff File | ||
mod - radiant/xmlregistry/XMLRegistry.cpp | Diff File | ||
master 985bacf5 2019-12-24 13:38:29 Details Diff |
Xcode: Add some cpp source files to the main target | ||
mod - tools/xcode/DarkRadiant.xcodeproj/project.pbxproj | Diff File | ||
mod - tools/xcode/DarkRadiant.xcodeproj/xcshareddata/xcschemes/DarkRadiant.xcscheme | Diff File | ||
master d13b709c 2019-12-24 13:37:45 Details Diff |
Fix application context paths for mac build | ||
mod - radiant/modulesystem/ApplicationContextImpl.cpp | Diff File | ||
master 37814e48 2019-12-24 05:08:57 Details Diff |
Remove remnant Cursor.h/Cursor.cpp from wxutil library | ||
rm - libs/wxutil/Cursor.cpp | Diff File | ||
rm - libs/wxutil/Cursor.h | Diff File | ||
master a399aa6c 2019-12-24 04:52:12 Details Diff |
Xcode: Use C++14 feature set otherwise it won't recognise the brace initializer list | ||
mod - tools/xcode/base.xcconfig | Diff File | ||
master 3dd375ce 2019-12-24 04:24:02 Details Diff |
Xcode: Adjust paths of ddslib and picomodellib | ||
mod - tools/xcode/DarkRadiant.xcodeproj/project.pbxproj | Diff File | ||
master 3a8bcd83 2019-12-24 04:20:24 Details Diff |
Xcode: Migrate the rest of the module targets to the main binary | ||
mod - tools/xcode/DarkRadiant.xcodeproj/project.pbxproj | Diff File | ||
rm - tools/xcode/uimanager.xcconfig | Diff File | ||
master 189053b2 2019-12-24 04:06:12 Details Diff |
Xcode: Migrate more module targets to the main binary | ||
mod - tools/xcode/DarkRadiant.xcodeproj/project.pbxproj | Diff File | ||
rm - tools/xcode/model.xcconfig | Diff File | ||
rm - tools/xcode/particles.xcconfig | Diff File | ||
master e7a9b8e7 2019-12-19 10:28:56 Details Diff |
Fix compilation error, PYBIND11_VERSION_xxx macros may contain unquoted strings | ||
mod - plugins/script/PythonModule.cpp | Diff File | ||
master 2274edba 2019-12-19 09:38:39 Details Diff |
Update AX_CXX_COMPILE_STDXX macro | ||
mod - m4/ax_cxx_compile_stdcxx.m4 | Diff File | ||
master 4fe23ef6 2019-12-13 04:30:05 Details Diff |
Add missing vcruntime140_1.dll to the package | ||
mod - tools/innosetup/darkradiant.iss | Diff File | ||
mod - tools/innosetup/darkradiant.x64.iss | Diff File | ||
mod - tools/scripts/compile_release_package.ps1 | Diff File | ||
master fd946b76 2019-12-10 06:01:28 Details Diff |
Migrate more module targets to the main binary | ||
mod - tools/xcode/DarkRadiant.xcodeproj/project.pbxproj | Diff File | ||
rm - tools/xcode/image.xcconfig | Diff File | ||
rm - tools/xcode/md5model.xcconfig | Diff File | ||
master 404c542b 2019-12-10 04:53:13 Details Diff |
Migrate a few module targets to the main binary | ||
mod - tools/xcode/DarkRadiant.xcodeproj/project.pbxproj | Diff File | ||
master 09cb9996 2019-12-10 04:39:47 Details Diff |
Start adjusting the Xcode project to the new structure | ||
mod - tools/xcode/DarkRadiant.xcconfig | Diff File | ||
mod - tools/xcode/DarkRadiant.xcodeproj/project.pbxproj | Diff File | ||
rm - tools/xcode/archivezip.xcconfig | Diff File | ||
master 5cfed9e6 2019-12-09 05:17:39 Details Diff |
Fixed paths to VC redist DLLs in the packaging scripts | ||
mod - tools/scripts/compile_release_package.ps1 | Diff File | ||
master b4ba80d8 2019-12-09 04:49:37 Details Diff |
Bump version for the pre-release build | ||
mod - include/version.h | Diff File | ||
master 3d00eb04 2019-12-09 04:47:34 Details Diff |
Fix release build linker directories for wxWidgets | ||
mod - tools/msvc/properties/DarkRadiant Base Release Win32.props | Diff File | ||
mod - tools/msvc/properties/DarkRadiant Base Release x64.props | Diff File |