This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
98aaa2b87f1c4e71c08540a4723a81045c816912
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
SourceControl
/
Private
History
Michael Trepka
f26a552270
Added an option to create Slate window without a close button and used it for Source Control Login window, replacing a custom title bar it was using that didn't look well on Mac
...
[CL 2521044 by Michael Trepka in Main branch]
2015-04-22 10:27:12 -04:00
..
Tests
Separate automated system tests from project-specific tests
2015-04-16 12:40:47 -04:00
DefaultSourceControlProvider.cpp
Added the ability to commit file deletions from the editor.
2015-02-16 05:11:32 -05:00
DefaultSourceControlProvider.h
Added the ability to commit file deletions from the editor.
2015-02-16 05:11:32 -05:00
ScopedSourceControlProgress.cpp
…
SourceControlHelpers.cpp
Removed redundant function parameters
2015-04-20 09:35:49 -04:00
SourceControlModule.cpp
Added an option to create Slate window without a close button and used it for Source Control Login window, replacing a custom title bar it was using that didn't look well on Mac
2015-04-22 10:27:12 -04:00
SourceControlModule.h
Removed call to FindModules from FSourceControlModule
2015-03-27 07:55:23 -04:00
SourceControlPrivatePCH.h
…
SourceControlSettings.cpp
Fixed behavior on FString::ParseIntoArray (muliple delimiters overload) functionality to support optionally culling empty strings. Greatly simplified implementation logic. Output parameter now properly named and taken by reference.
2015-03-02 15:51:37 -05:00
SourceControlSettings.h
…
SSourceControlLogin.cpp
Added an option to create Slate window without a close button and used it for Source Control Login window, replacing a custom title bar it was using that didn't look well on Mac
2015-04-22 10:27:12 -04:00
SSourceControlLogin.h
…
SSourceControlPicker.cpp
Removed call to FindModules from FSourceControlModule
2015-03-27 07:55:23 -04:00
SSourceControlPicker.h
…