Skip to content

Commit

Permalink
version 1.11.0.14175
Browse files Browse the repository at this point in the history
  • Loading branch information
cbucher committed Jun 23, 2014
1 parent 685045b commit 0d06f79
Show file tree
Hide file tree
Showing 24 changed files with 101 additions and 31 deletions.
4 changes: 0 additions & 4 deletions Console2.sln
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,12 @@ Global
{8A25E8AF-CC4A-4145-B878-3D99271562D4}.Release|x64.ActiveCfg = Release|Win32
{8A25E8AF-CC4A-4145-B878-3D99271562D4}.Release|x64.Build.0 = Release|Win32
{10FD8ABB-2ACC-4EE3-8915-CD0DE3E7809D}.Debug aero|Win32.ActiveCfg = Debug|Win32
{10FD8ABB-2ACC-4EE3-8915-CD0DE3E7809D}.Debug aero|Win32.Build.0 = Debug|Win32
{10FD8ABB-2ACC-4EE3-8915-CD0DE3E7809D}.Debug aero|x64.ActiveCfg = Debug|Win32
{10FD8ABB-2ACC-4EE3-8915-CD0DE3E7809D}.Debug|Win32.ActiveCfg = Debug|Win32
{10FD8ABB-2ACC-4EE3-8915-CD0DE3E7809D}.Debug|Win32.Build.0 = Debug|Win32
{10FD8ABB-2ACC-4EE3-8915-CD0DE3E7809D}.Debug|x64.ActiveCfg = Debug|Win32
{10FD8ABB-2ACC-4EE3-8915-CD0DE3E7809D}.Release aero|Win32.ActiveCfg = Release|Win32
{10FD8ABB-2ACC-4EE3-8915-CD0DE3E7809D}.Release aero|Win32.Build.0 = Release|Win32
{10FD8ABB-2ACC-4EE3-8915-CD0DE3E7809D}.Release aero|x64.ActiveCfg = Release|Win32
{10FD8ABB-2ACC-4EE3-8915-CD0DE3E7809D}.Release|Win32.ActiveCfg = Release|Win32
{10FD8ABB-2ACC-4EE3-8915-CD0DE3E7809D}.Release|Win32.Build.0 = Release|Win32
{10FD8ABB-2ACC-4EE3-8915-CD0DE3E7809D}.Release|x64.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
Expand Down
12 changes: 8 additions & 4 deletions ConsoleHook/ConsoleHook.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@
<SetChecksum>false</SetChecksum>
</Link>
<PostBuildEvent>
<Command>copy "..\bin\$(Platform)\$(Configuration)\ConsoleHook.dll" "..\bin\x64\$(Configuration)\ConsoleHook32.dll"</Command>
<Command>if not exist "..\bin\x64\$(Configuration)" mkdir "..\bin\x64\$(Configuration)"
copy "..\bin\$(Platform)\$(Configuration)\ConsoleHook.dll" "..\bin\x64\$(Configuration)\ConsoleHook32.dll"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug aero|Win32'">
Expand Down Expand Up @@ -246,7 +247,8 @@
<SetChecksum>false</SetChecksum>
</Link>
<PostBuildEvent>
<Command>copy "..\bin\$(Platform)\$(Configuration)\ConsoleHook.dll" "..\bin\x64\$(Configuration)\ConsoleHook32.dll"</Command>
<Command>if not exist "..\bin\x64\$(Configuration)" mkdir "..\bin\x64\$(Configuration)"
copy "..\bin\$(Platform)\$(Configuration)\ConsoleHook.dll" "..\bin\x64\$(Configuration)\ConsoleHook32.dll"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Expand Down Expand Up @@ -331,7 +333,8 @@
<SetChecksum>true</SetChecksum>
</Link>
<PostBuildEvent>
<Command>copy "..\bin\$(Platform)\$(Configuration)\ConsoleHook.dll" "..\bin\x64\$(Configuration)\ConsoleHook32.dll"</Command>
<Command>if not exist "..\bin\x64\$(Configuration)" mkdir "..\bin\x64\$(Configuration)"
copy "..\bin\$(Platform)\$(Configuration)\ConsoleHook.dll" "..\bin\x64\$(Configuration)\ConsoleHook32.dll"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand Down Expand Up @@ -385,7 +388,8 @@
<SetChecksum>true</SetChecksum>
</Link>
<PostBuildEvent>
<Command>copy "..\bin\$(Platform)\$(Configuration)\ConsoleHook.dll" "..\bin\x64\$(Configuration)\ConsoleHook32.dll"</Command>
<Command>if not exist "..\bin\x64\$(Configuration)" mkdir "..\bin\x64\$(Configuration)"
copy "..\bin\$(Platform)\$(Configuration)\ConsoleHook.dll" "..\bin\x64\$(Configuration)\ConsoleHook32.dll"</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>ConsoleHook32</Message>
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@ Changelog
+ added
* fixed

Changes in 1.11.0 (experimental) (01 May 2014)
Changes in 1.11.0 (23 Jun 2014)

! Window columns limit is now 300.
! buffer columns limit is now 9999.
! Word selection is no longer limited to the window.
! Minimize to systray when taskbar button is unchecked and systray icon is checked.
! Changing docking position in settings no longer require restart.
! Redesign the tabbar (flat style).
! Allow starting a new selection when current selection is not cleared.
+ Attach consoles.
+ Detach view.
+ Add horizontal bar cursor.
Expand All @@ -43,8 +45,12 @@ Changes in 1.11.0 (experimental) (01 May 2014)
+ Support external commands (syntax uses title formatting).
+ Support credential providers (allowing integration of additional authentication mechanisms
such as biometrics and smart cards).
+ New docking poitions: top middle, bottom middle, left middle and right middle.
+ New docking positions: top middle, bottom middle, left middle and right middle.
+ Quake like animation time is settable.
+ Add search bar.
+ Allow disabling RTF in settings.
* Fix aero toolbar drawing.
* Docking no longer affects maximized application.

Changes in 1.10.0 (30 Mar 2014)

Expand Down Expand Up @@ -73,7 +79,7 @@ Changes in 1.09.1 (17 Dec 2013)
Changes in 1.09.0 (01 Dec 2013)

! Title options are more consistent.
! Activate Console (global) hotkey minimizes the application if active.
! Activate ConsoleZ (global) hotkey minimizes the application if active.
! Quake like: activates the previous application when hiding.
! Buffer rows limit increased to 32766.
! Can configure the number of spaces used to detect an end of line.
Expand Down
2 changes: 1 addition & 1 deletion help/html/copyright.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<h1>Copyright</h1>
<p>
ConsoleZ is Copyright (C) 2011-2013 Christophe Bucher
ConsoleZ is Copyright (C) 2011-2014 Christophe Bucher
</p>
<p>
Console is Copyright (C) 2001-2011 Marko Bozikovic
Expand Down
50 changes: 50 additions & 0 deletions help/html/menus.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,44 @@ <h2>File</h2>
</p>
<br/>

<p class="block-row-name">Close ALL Tabs BUT This</p>
<p class="block-row-description">
Closes all tabs but the currently active tab.
</p>
<br/>

<p class="block-row-name">Close ALL Tabs to the Left</p>
<p class="block-row-description">
Closes all tabs to the left of the currently active tab.
</p>
<br/>

<p class="block-row-name">Close ALL Tabs to the Right</p>
<p class="block-row-description">
Closes all tabs to the right of the currently active tab.
</p>
<br/>

<p class="block-row-name">Close View</p>
<p class="block-row-description">
Closes currently active view.
</p>
<br/>

<p class="block-row-name">Detach View</p>
<p class="block-row-description">
Detaches currently active view.
</p>
<br/>

<p class="block-row-name">Attach Consoles</p>
<p class="block-row-description">
Attaches consoles to ConsoleZ. Each console is added in a new tab.
Only consoles that are not attached to an instance of ConsoleZ are selected.
ConsoleZ must have rights to hook console application.
</p>
<br/>

<p class="block-row-name">Exit</p>
<p class="block-row-description">
Closes all tabs and exits ConsoleZ.
Expand All @@ -44,6 +76,12 @@ <h2>Edit</h2>
</p>
<br/>

<p class="block-row-name">Select All</p>
<p class="block-row-description">
Selects all the buffer.
</p>
<br/>

<p class="block-row-name">Clear selection</p>
<p class="block-row-description">
Clears current selection.
Expand Down Expand Up @@ -80,6 +118,12 @@ <h2>Edit</h2>
</p>
<br/>

<p class="block-row-name">Clone in new tab</p>
<p class="block-row-description">
Launches a new shell, with same settings as the current view, in a new tab.
</p>
<br/>

<p class="block-row-name">Settings...</p>
<p class="block-row-description">
Opens the settings dialog.
Expand All @@ -106,6 +150,12 @@ <h2>View</h2>
</p>
<br/>

<p class="block-row-name">Search Bar</p>
<p class="block-row-description">
Shows/hides the search bar.
</p>
<br/>

<p class="block-row-name">Status Bar</p>
<p class="block-row-description">
Shows/hides the status bar.
Expand Down
4 changes: 2 additions & 2 deletions help/html/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

<head>
<title>Settings - Console</title>
<title>Settings</title>
<meta http-equiv="content-type" content='text/html; charset=utf-8' />
<link rel="stylesheet" type="text/css" href="../styles/help.css" />
</head>

<body>
<h1>Settings - Console</h1>
<h1>Settings</h1>

<p>
<img src="../images/settings.png" />
Expand Down
38 changes: 26 additions & 12 deletions help/html/settings_appearance_styles.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ <h2>Controls</h2>
</p>
<br />

<p class="block-row-name">Show search bar</p>
<p class="block-row-description">
Shows/hides search bar.
</p>
<br />

<p class="block-row-name">Show status bar</p>
<p class="block-row-description">
Shows/hides status bar.
Expand Down Expand Up @@ -103,6 +109,18 @@ <h2>Styles</h2>
</p>
<br />

<p class="block-row-name">Jumplist (Win7)</p>
<p class="block-row-description">
If checked, ConsoleZ will create Windows 7 jumplist (shortcut for every tab accessible by right-clicking the icon in the taskbar).
</p>
<br />

<p class="block-row-name">Integrated IME</p>
<p class="block-row-description">
If checked, the Input Method Editor is integrated to the application (at the cursor position).
</p>
<br />

<p class="block-row-name">Quake like</p>
<p class="block-row-description">
If checked, ConsoleZ use a quake console like effect when showing or hiding.<br />
Expand All @@ -118,27 +136,23 @@ <h2>Styles</h2>
</p>
<br />

<p class="block-row-name">Jumplist (Win7)</p>
<p class="block-row-description">
If checked, ConsoleZ will create Windows 7 jumplist (shortcut for every tab accessible by right-clicking the icon in the taskbar).
</p>
<br />

<p class="block-row-name">Integrated IME</p>
<p class="block-row-name">Inside border</p>
<p class="block-row-description">
If checked, the Input Method Editor is integrated to the application (at the cursor position).
Specifies ConsoleZ inside (client area) border.
</p>
<br />

<p class="block-row-name">Inside border</p>
<p class="block-row-name">Selection</p>
<p class="block-row-description">
Specifies ConsoleZ inside (client area) border.
<i>Legacy theme:</i> Sets the background color of the selection. The foreground color will be affected by this color.<br />
<i>Aero theme:</i> Sets the transparent overlay color of the selection.
</p>
<br />

<p class="block-row-name">Selection color</p>
<p class="block-row-name">Highlight</p>
<p class="block-row-description">
Sets the background color of the selection. The foreground color will be affected by this color.
<i>Legacy theme:</i> Sets the background color of the highlighted text. The foreground color will be affected by this color.<br />
<i>Aero theme:</i> Sets the transparent overlay color of the highlighted text.
</p>
<br />

Expand Down
2 changes: 1 addition & 1 deletion help/html/settings_behavior.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h2>Page scrolling</h2>
</p>
<br />

<h2>Close</h2>
<h2>Close/Detach</h2>

<p class="block-row-name">Allow closing the last tab/view</p>
<p class="block-row-description">
Expand Down
2 changes: 1 addition & 1 deletion help/html/settings_tabs_background.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h1>Settings - Tabs (Background)</h1>

<p class="block-row-name">Extend across monitors</p>
<p class="block-row-description">
If checked, background image will centered/stretched/tiled acroos
If checked, background image will centered/stretched/tiled across
multiple monitors (if present)
</p>
<br />
Expand Down
Binary file modified help/images/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/settings_appearance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/settings_appearance_font.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/settings_appearance_fullscreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/settings_appearance_styles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/settings_behavior.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/settings_behavior_more.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/settings_console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/settings_hotkeys.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/settings_mouse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/settings_tabs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/settings_tabs_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/settings_tabs_colors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified help/images/settings_tabs_main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions shared/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 11
#define VERSION_BUILD 0
#define VERSION_BUILD2 14121
#define VERSION_BUILD2 14175
#define VERSION_FILE "1.11.0"
#define VERSION_PRODUCT "1, 11, 0, 14121"
#define VERSION_PRODUCT "1, 11, 0, 14175"
#define VERSION_COPYRIGHT "Copyright (C) 2011-2014 Bucher Christophe"

#ifndef _WIN32

VERSION = 1.11.0.14121
VERSION = 1.11.0.14175

#endif

0 comments on commit 0d06f79

Please sign in to comment.