Change Set Date Downloads Comment
42576
by Jaykul
Sep 8 at
6:05 AM
88 WixProject Upgrade
42262
by Jaykul
Sep 4 at
5:28 AM
15 Fix error message when the user has no profile (we were dot-sourcing air). Inserted a call to New-Paragraph instead, so we could resolve the prompt and "ready" states.
Clean up PoshHost a bit, using my current naming conventions
Fix $Host.Version numbering inconsistency by reading the number from the executing assembly.
34656
by Jaykul
Jul 22 at
6:15 AM
79 Fix profile running so it doesn't show up in the history.
30329
by Jaykul
Mar 26 at
2:23 AM
217 Still fixing appearances and bugs.
29926
by Jaykul
Mar 13 at
4: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
6:00 AM
10
29833
by Jaykul
Mar 9 at
12:32 AM
26 Better implementation of non-aero chrome
29811
by Jaykul
Mar 7 at
6:15 AM
14 Some tweaks to the non-aero look to make it less ugleh
28833
by Jaykul
Feb 11 at
1:57 PM
46 Changes to support PoshWpf being a separate project.
28443
by Jaykul
Feb 4 at
6:12 PM
49 Added Export-BootsImage
28427
by Jaykul
Feb 4 at
6:06 AM
34 PowerBoots 0.1 Release
28330
by Jaykul
Feb 2 at
2:16 PM
38 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
7:51 PM
29 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
5:50 AM
41 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 30 at
12:46 AM
36 ditching the whole BootsWindows variable, in favor of just using the static Instance
28221
by Jaykul
Jan 29 at
5:46 AM
35 REALLY working New-Boots and Invoke-BootsWindow
http://screencast.com/t/8bT6kkaewp
28188
by Jaykul
Jan 28 at
9:08 PM
33 version 1-izing
28107
by Jaykul
Jan 28 at
6:11 AM
36 Tweaks to the v1 fixes so they should work as designed on v2 and fallback on v1 ... hopefully.
28106
by Jaykul
Jan 28 at
6:04 AM
37 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
10:28 PM
43 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
4:49 AM
59
27809
by Jaykul
Jan 18 at
6:06 AM
36 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
6:19 AM
91 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
3:13 AM
54 A working version of "PoshWPF" (aka PowerBoots)
27333
by Jaykul
Jan 2 at
5:10 AM
53


1-25 of 218Change 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 | Advertise With Us | Version 2009.10.27.15987