Change Set Date Downloads Comment
30329
by Jaykul
Mar 26 at
1:23 AM
160 Still fixing appearances and bugs.
29926
by Jaykul
Mar 13 at
3:54 AM
28 Fixing up the XP look, and moved the window buttons into the ChromelessWindow ... and even fixed the up-arrow history navigation (yay ScrollLock)
29897
by Jaykul
Mar 12 at
5:00 AM
8
29833
by Jaykul
Mar 8 at
11:32 PM
19 Better implementation of non-aero chrome
29811
by Jaykul
Mar 7 at
5:15 AM
12 Some tweaks to the non-aero look to make it less ugleh
28833
by Jaykul
Feb 11 at
12:57 PM
46 Changes to support PoshWpf being a separate project.
28443
by Jaykul
Feb 4 at
5:12 PM
45 Added Export-BootsImage
28427
by Jaykul
Feb 4 at
5:06 AM
27 PowerBoots 0.1 Release
28330
by Jaykul
Feb 2 at
1:16 PM
35 Now passing the window to the scriptblock for New-BootsWindow
Loading "default.xaml" from "XamlTemplates" location in module folder.
Tweak to make Invoke-BootsWindow and Get-BootsWindow dispatch the title comparison
28316
by Jaykul
Feb 1 at
6:51 PM
23 Refactored the IWpfOptions into PoshWpf so it's easier for other hosts to implement them, and to remove the dependency of PoshWpf on Huddled.Controls ...
Moved cmdlets around, and did some general restructuring of the project
Altered the default DataTemplates.xaml to load from the dll directory, instead of the Wordpress profile directory.
28259
by Jaykul
Jan 30 at
4:50 AM
33 Tons of code cleanup at the urging fo FxCop -- also tons of ignoring warnings (ugh)
Added BootsTemplate noun with support for adding and removing template.xaml files ... hawt! Try this: New-Boots { ls *.png }
28252
by Jaykul
Jan 29 at
11:46 PM
34 ditching the whole BootsWindows variable, in favor of just using the static Instance
28221
by Jaykul
Jan 29 at
4:46 AM
30 REALLY working New-Boots and Invoke-BootsWindow
http://screencast.com/t/8bT6kkaewp
28188
by Jaykul
Jan 28 at
8:08 PM
30 version 1-izing
28107
by Jaykul
Jan 28 at
5:11 AM
31 Tweaks to the v1 fixes so they should work as designed on v2 and fallback on v1 ... hopefully.
28106
by Jaykul
Jan 28 at
5:04 AM
33 Added Get-BootsWindow and Invoke-BootsWindow (this needs a better name)... allows you do do stuff like this:

$w = New-BootsThread { "one","two","three" | button -width 100 -on_click { $this.tag++} | stackpanel }

# and then, later on ... after you've been using the window, and your console ...
Invoke-BootsWindow $w {
## A stupid-long path to the actual buttons ....
(Get-BootsWindow $w).Content.Items[0].Children.GetEnumerator() |
%{ Write-Host $_.Content, $_.Tag } # write out how many times each button was clicked
}
28083
by Jaykul
Jan 27 at
9:28 PM
37 fix for running PoshConsole in v1
fix for using Out-WPF in PowerShell.exe v1
fix for using New-BootsThread in PowerShell.exe v1
27821
by Jaykul
Jan 19 at
3:49 AM
55
27809
by Jaykul
Jan 18 at
5:06 AM
34 touched assembly names, and updated the installer to handle that
added poshwpf to the installer
added New-BootsThread to PoshWPF -- it takes a scriptblock (which can be PowerBoots or not) to generate the WPF content (in a new thread which it creates to host the UI). Still needs some polish.
27363
by Jaykul
Jan 3 at
5:19 AM
83 Added GridPanel, Image, and Label ...
Added a new base for FrameworkElement commands (eg: images and such)
Fixed the base so it reuses the window until it (finally) gets an Out-WPF command, which releases the actual window object.
27354
by Jaykul
Jan 3 at
2:13 AM
50 A working version of "PoshWPF" (aka PowerBoots)
27333
by Jaykul
Jan 2 at
4:10 AM
48
27315
by Jaykul
Dec 31 2008 at
4:59 AM
41 Fixed TabComplete:
1) bug that caused it to not show up at all because the new console control inserts a \r\n
2) bug that made the menu loose focus because we were overzealous about setting focus to the _commandContainer
STILL TODO:
1) enhance by allowing tab-completion mid-line
27246
by mkulicke
Dec 28 2008 at
7:28 PM
22 Fixed a couple of issues:
- Shortcut selection is now feature-based, without a custom dialog
- the inclusion of a file named "null" is now removed. That was just a bloody misconfiguration from my side.
- fixed an error with PowerShell installation identification with PowerShell v2
- Installation is now PowerShell v2 only
27061
by Jaykul
Dec 19 2008 at
5:05 AM
40 Refactoring Out-WPF into a new library (NOT COMPLETE!)


1-25 of 215Change Sets < Previous 1 2 3 4 5 6 7 8 9 Next >
Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Version 2009.6.1.15196