diff options
| author | TheUltimateHacker <[email protected]> | 2015-05-27 20:39:48 -0400 |
|---|---|---|
| committer | TheUltimateHacker <[email protected]> | 2015-05-27 20:39:48 -0400 |
| commit | 6c5f8c6381166edf0824aed78a1c3f05b0c562d1 (patch) | |
| tree | 360c016b59560bd9da72144fdd605897a8f11374 /shiftos_next/obj | |
| parent | af7679661260c7c9b02e8e746a10f2db42afe70b (diff) | |
| download | shiftos-next-6c5f8c6381166edf0824aed78a1c3f05b0c562d1.tar.gz shiftos-next-6c5f8c6381166edf0824aed78a1c3f05b0c562d1.tar.bz2 shiftos-next-6c5f8c6381166edf0824aed78a1c3f05b0c562d1.zip | |
Draggable Windows in the BWM
We're one step closer to the full Basic Window Manager implementation.
I've created a UserControl called "TitleBar" for the BWM. This
UserControl contains the window handling code for draggable windows, as
well as a design-time settable AppName property that allows you to
change the application display name (what text is shown on the
titlebar).
Shiftorium upgrades to unlock Draggable Windows will be added soon, but
I have to clean the beast.
Diffstat (limited to 'shiftos_next/obj')
| -rw-r--r-- | shiftos_next/obj/Debug/DesignTimeResolveAssemblyReferences.cache | bin | 1008 -> 9167 bytes | |||
| -rw-r--r-- | shiftos_next/obj/Debug/shiftos_next.Titlebar.resources | bin | 0 -> 180 bytes | |||
| -rw-r--r-- | shiftos_next/obj/Debug/shiftos_next.exe | bin | 2279424 -> 2280448 bytes | |||
| -rw-r--r-- | shiftos_next/obj/Debug/shiftos_next.pdb | bin | 187904 -> 194048 bytes | |||
| -rw-r--r-- | shiftos_next/obj/Debug/shiftos_next.vbproj.FileListAbsolute.txt | 1 | ||||
| -rw-r--r-- | shiftos_next/obj/Debug/shiftos_next.vbproj.GenerateResource.Cache | bin | 1772 -> 1851 bytes |
6 files changed, 1 insertions, 0 deletions
diff --git a/shiftos_next/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/shiftos_next/obj/Debug/DesignTimeResolveAssemblyReferences.cache Binary files differindex 701763f..ee2f7a0 100644 --- a/shiftos_next/obj/Debug/DesignTimeResolveAssemblyReferences.cache +++ b/shiftos_next/obj/Debug/DesignTimeResolveAssemblyReferences.cache diff --git a/shiftos_next/obj/Debug/shiftos_next.Titlebar.resources b/shiftos_next/obj/Debug/shiftos_next.Titlebar.resources Binary files differnew file mode 100644 index 0000000..6c05a97 --- /dev/null +++ b/shiftos_next/obj/Debug/shiftos_next.Titlebar.resources diff --git a/shiftos_next/obj/Debug/shiftos_next.exe b/shiftos_next/obj/Debug/shiftos_next.exe Binary files differindex 752a092..bc00aab 100644 --- a/shiftos_next/obj/Debug/shiftos_next.exe +++ b/shiftos_next/obj/Debug/shiftos_next.exe diff --git a/shiftos_next/obj/Debug/shiftos_next.pdb b/shiftos_next/obj/Debug/shiftos_next.pdb Binary files differindex 8afd423..7ee40d3 100644 --- a/shiftos_next/obj/Debug/shiftos_next.pdb +++ b/shiftos_next/obj/Debug/shiftos_next.pdb diff --git a/shiftos_next/obj/Debug/shiftos_next.vbproj.FileListAbsolute.txt b/shiftos_next/obj/Debug/shiftos_next.vbproj.FileListAbsolute.txt index 23ad026..59066c9 100644 --- a/shiftos_next/obj/Debug/shiftos_next.vbproj.FileListAbsolute.txt +++ b/shiftos_next/obj/Debug/shiftos_next.vbproj.FileListAbsolute.txt @@ -43,3 +43,4 @@ C:\Users\Michael\Documents\GitHub\shiftos-next\shiftos_next\obj\Debug\shiftos_ne C:\Users\Michael\Documents\GitHub\shiftos-next\shiftos_next\bin\Debug\shiftos_next.exe C:\Users\Michael\Documents\GitHub\shiftos-next\shiftos_next\bin\Debug\shiftos_next.pdb C:\Users\Michael\Documents\GitHub\shiftos-next\shiftos_next\bin\Debug\shiftos_next.xml +C:\Users\Michael\Documents\GitHub\shiftos-next\shiftos_next\obj\Debug\shiftos_next.Titlebar.resources diff --git a/shiftos_next/obj/Debug/shiftos_next.vbproj.GenerateResource.Cache b/shiftos_next/obj/Debug/shiftos_next.vbproj.GenerateResource.Cache Binary files differindex 523e144..4a8c593 100644 --- a/shiftos_next/obj/Debug/shiftos_next.vbproj.GenerateResource.Cache +++ b/shiftos_next/obj/Debug/shiftos_next.vbproj.GenerateResource.Cache |
