diff --git a/Console2.sln b/Console2.sln index cfcbbd3a..4ef0743d 100644 --- a/Console2.sln +++ b/Console2.sln @@ -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 diff --git a/ConsoleHook/ConsoleHook.vcxproj b/ConsoleHook/ConsoleHook.vcxproj index 94300a11..102e69e3 100644 --- a/ConsoleHook/ConsoleHook.vcxproj +++ b/ConsoleHook/ConsoleHook.vcxproj @@ -217,7 +217,8 @@ false - copy "..\bin\$(Platform)\$(Configuration)\ConsoleHook.dll" "..\bin\x64\$(Configuration)\ConsoleHook32.dll" + if not exist "..\bin\x64\$(Configuration)" mkdir "..\bin\x64\$(Configuration)" +copy "..\bin\$(Platform)\$(Configuration)\ConsoleHook.dll" "..\bin\x64\$(Configuration)\ConsoleHook32.dll" @@ -246,7 +247,8 @@ false - copy "..\bin\$(Platform)\$(Configuration)\ConsoleHook.dll" "..\bin\x64\$(Configuration)\ConsoleHook32.dll" + if not exist "..\bin\x64\$(Configuration)" mkdir "..\bin\x64\$(Configuration)" +copy "..\bin\$(Platform)\$(Configuration)\ConsoleHook.dll" "..\bin\x64\$(Configuration)\ConsoleHook32.dll" @@ -331,7 +333,8 @@ true - copy "..\bin\$(Platform)\$(Configuration)\ConsoleHook.dll" "..\bin\x64\$(Configuration)\ConsoleHook32.dll" + if not exist "..\bin\x64\$(Configuration)" mkdir "..\bin\x64\$(Configuration)" +copy "..\bin\$(Platform)\$(Configuration)\ConsoleHook.dll" "..\bin\x64\$(Configuration)\ConsoleHook32.dll" @@ -385,7 +388,8 @@ true - copy "..\bin\$(Platform)\$(Configuration)\ConsoleHook.dll" "..\bin\x64\$(Configuration)\ConsoleHook32.dll" + if not exist "..\bin\x64\$(Configuration)" mkdir "..\bin\x64\$(Configuration)" +copy "..\bin\$(Platform)\$(Configuration)\ConsoleHook.dll" "..\bin\x64\$(Configuration)\ConsoleHook32.dll" ConsoleHook32 diff --git a/README.md b/README.md index 252bcb9e..744f824e 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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) @@ -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. diff --git a/help/html/copyright.html b/help/html/copyright.html index 995b1c77..dd682e39 100644 --- a/help/html/copyright.html +++ b/help/html/copyright.html @@ -10,7 +10,7 @@

Copyright

- ConsoleZ is Copyright (C) 2011-2013 Christophe Bucher + ConsoleZ is Copyright (C) 2011-2014 Christophe Bucher

Console is Copyright (C) 2001-2011 Marko Bozikovic diff --git a/help/html/menus.html b/help/html/menus.html index 37960a7c..b1f2d4a3 100644 --- a/help/html/menus.html +++ b/help/html/menus.html @@ -24,12 +24,44 @@

File


+

Close ALL Tabs BUT This

+

+ Closes all tabs but the currently active tab. +

+
+ +

Close ALL Tabs to the Left

+

+ Closes all tabs to the left of the currently active tab. +

+
+ +

Close ALL Tabs to the Right

+

+ Closes all tabs to the right of the currently active tab. +

+
+

Close View

Closes currently active view.


+

Detach View

+

+ Detaches currently active view. +

+
+ +

Attach Consoles

+

+ 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. +

+
+

Exit

Closes all tabs and exits ConsoleZ. @@ -44,6 +76,12 @@

Edit


+

Select All

+

+ Selects all the buffer. +

+
+

Clear selection

Clears current selection. @@ -80,6 +118,12 @@

Edit


+

Clone in new tab

+

+ Launches a new shell, with same settings as the current view, in a new tab. +

+
+

Settings...

Opens the settings dialog. @@ -106,6 +150,12 @@

View


+

Search Bar

+

+ Shows/hides the search bar. +

+
+

Status Bar

Shows/hides the status bar. diff --git a/help/html/settings.html b/help/html/settings.html index 89610771..ebdc0708 100644 --- a/help/html/settings.html +++ b/help/html/settings.html @@ -2,13 +2,13 @@ - Settings - Console + Settings -

Settings - Console

+

Settings

diff --git a/help/html/settings_appearance_styles.html b/help/html/settings_appearance_styles.html index 0869e078..8edaf4bb 100644 --- a/help/html/settings_appearance_styles.html +++ b/help/html/settings_appearance_styles.html @@ -28,6 +28,12 @@

Controls


+

Show search bar

+

+ Shows/hides search bar. +

+
+

Show status bar

Shows/hides status bar. @@ -103,6 +109,18 @@

Styles


+

Jumplist (Win7)

+

+ If checked, ConsoleZ will create Windows 7 jumplist (shortcut for every tab accessible by right-clicking the icon in the taskbar). +

+
+ +

Integrated IME

+

+ If checked, the Input Method Editor is integrated to the application (at the cursor position). +

+
+

Quake like

If checked, ConsoleZ use a quake console like effect when showing or hiding.
@@ -118,27 +136,23 @@

Styles


-

Jumplist (Win7)

-

- If checked, ConsoleZ will create Windows 7 jumplist (shortcut for every tab accessible by right-clicking the icon in the taskbar). -

-
- -

Integrated IME

+

Inside border

- If checked, the Input Method Editor is integrated to the application (at the cursor position). + Specifies ConsoleZ inside (client area) border.


-

Inside border

+

Selection

- Specifies ConsoleZ inside (client area) border. + Legacy theme: Sets the background color of the selection. The foreground color will be affected by this color.
+ Aero theme: Sets the transparent overlay color of the selection.


-

Selection color

+

Highlight

- Sets the background color of the selection. The foreground color will be affected by this color. + Legacy theme: Sets the background color of the highlighted text. The foreground color will be affected by this color.
+ Aero theme: Sets the transparent overlay color of the highlighted text.


diff --git a/help/html/settings_behavior.html b/help/html/settings_behavior.html index bf0b6ef9..ad9cd23d 100644 --- a/help/html/settings_behavior.html +++ b/help/html/settings_behavior.html @@ -131,7 +131,7 @@

Page scrolling


-

Close

+

Close/Detach

Allow closing the last tab/view

diff --git a/help/html/settings_tabs_background.html b/help/html/settings_tabs_background.html index 41669ea7..8885e7fb 100644 --- a/help/html/settings_tabs_background.html +++ b/help/html/settings_tabs_background.html @@ -55,7 +55,7 @@

Settings - Tabs (Background)

Extend across monitors

- If checked, background image will centered/stretched/tiled acroos + If checked, background image will centered/stretched/tiled across multiple monitors (if present)


diff --git a/help/images/settings.png b/help/images/settings.png index 490ef4c0..95eba0c1 100644 Binary files a/help/images/settings.png and b/help/images/settings.png differ diff --git a/help/images/settings_appearance.png b/help/images/settings_appearance.png index ad072351..c73b5cb4 100644 Binary files a/help/images/settings_appearance.png and b/help/images/settings_appearance.png differ diff --git a/help/images/settings_appearance_font.png b/help/images/settings_appearance_font.png index 073744d2..a9238d85 100644 Binary files a/help/images/settings_appearance_font.png and b/help/images/settings_appearance_font.png differ diff --git a/help/images/settings_appearance_fullscreen.png b/help/images/settings_appearance_fullscreen.png index 7734d43e..0bf17c84 100644 Binary files a/help/images/settings_appearance_fullscreen.png and b/help/images/settings_appearance_fullscreen.png differ diff --git a/help/images/settings_appearance_styles.png b/help/images/settings_appearance_styles.png index 069392f2..60f75933 100644 Binary files a/help/images/settings_appearance_styles.png and b/help/images/settings_appearance_styles.png differ diff --git a/help/images/settings_behavior.png b/help/images/settings_behavior.png index e3b69c4b..867b0798 100644 Binary files a/help/images/settings_behavior.png and b/help/images/settings_behavior.png differ diff --git a/help/images/settings_behavior_more.png b/help/images/settings_behavior_more.png index 8d341079..768a9000 100644 Binary files a/help/images/settings_behavior_more.png and b/help/images/settings_behavior_more.png differ diff --git a/help/images/settings_console.png b/help/images/settings_console.png index 5cfcb749..f6c23f80 100644 Binary files a/help/images/settings_console.png and b/help/images/settings_console.png differ diff --git a/help/images/settings_hotkeys.png b/help/images/settings_hotkeys.png index 181ca763..634d96f6 100644 Binary files a/help/images/settings_hotkeys.png and b/help/images/settings_hotkeys.png differ diff --git a/help/images/settings_mouse.png b/help/images/settings_mouse.png index e959e233..b76fdb6a 100644 Binary files a/help/images/settings_mouse.png and b/help/images/settings_mouse.png differ diff --git a/help/images/settings_tabs.png b/help/images/settings_tabs.png index 31cc4939..09bcde98 100644 Binary files a/help/images/settings_tabs.png and b/help/images/settings_tabs.png differ diff --git a/help/images/settings_tabs_background.png b/help/images/settings_tabs_background.png index b815bbb4..b49801f4 100644 Binary files a/help/images/settings_tabs_background.png and b/help/images/settings_tabs_background.png differ diff --git a/help/images/settings_tabs_colors.png b/help/images/settings_tabs_colors.png index 60c8f3ed..15a45b9b 100644 Binary files a/help/images/settings_tabs_colors.png and b/help/images/settings_tabs_colors.png differ diff --git a/help/images/settings_tabs_main.png b/help/images/settings_tabs_main.png index 1028f3cf..4bf0bf12 100644 Binary files a/help/images/settings_tabs_main.png and b/help/images/settings_tabs_main.png differ diff --git a/shared/version.h b/shared/version.h index 7d89fca0..f9e91464 100644 --- a/shared/version.h +++ b/shared/version.h @@ -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