summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-10-01 17:05:29 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-10-01 17:05:29 +0200
commit39f2c6a84cd715b11fb3ffa82a86abf2fb9bcd70 (patch)
treed6bc97f38d36892b14703c788cef782f13ee2a4d /ChangeLog
downloadkooldock-39f2c6a84cd715b11fb3ffa82a86abf2fb9bcd70.tar.gz
kooldock-39f2c6a84cd715b11fb3ffa82a86abf2fb9bcd70.zip
Initial import of kooldock 0.4.7
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog90
1 files changed, 90 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..8e1a1a4
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,90 @@
+23/09/2007: KoolDock 0.4.7
+ - Improved icon positioning.
+ - Added 'Show only minimized' option.
+ - Disabled systray support.
+ - Improved drawing engine.
+ - Added speed control (modifies kooldock's animation time to make it closest to desired speed).
+ - Reduced CPU wakeups, when kooldock is inactive (should be 4-8 per second)
+ - Reorganised tabs in setting window.
+ - Added 'Apply' button in options window, improved settings applying speed.
+ - Added simple KBFX support (necessary kicker applet).
+ - Added automatic background refresh (on minimize/maximize/restore/activate window).
+ - Added similar task grouping.
+ - Minor fixes and improvements.
+
+16/02/2007: KoolDock 0.4.6
+ - Added choice of amount of big icons.
+ - Added choise of edge on which kooldock has to appear.
+ - Added option allowing to don't scroll while mouse is on the same icon (centred on it).
+ - Added Italian translation.
+
+16/02/2007: KoolDock 0.4.5
+ - Icon positioning improvments.
+ - Some optimizations.
+
+11/02/2007: KoolDock 0.4.4
+ - Added scrolling when kooldock need more size than desktop width.
+ - One-colour-background box now fits to icons.
+ - Improved xinerama support.
+ - Some stablity fixes.
+ - Added zooming speed choice.
+ - Improved 'Show after' option.
+
+20/01/2007: KoolDock 0.4.3
+ - Adeed: 'Move left/right' buttons for launcher icons
+ - Some stability improvments
+ - Fixed: beryl shadowcasting to kooldock's window
+
+15/01/2007: KoolDock 0.4.2
+ - Fixed sizing and getting background bugs.
+ - Fixed: Closing when desktop was changed.
+ - Speed up desktop changing (when is full of windows).
+ - Faster background themes scalling.
+ - Added simple command line support (-o --options, -k --kill)
+ - Fixed bug associated with quick opening and closing windows.
+ - Added possibility of changing kooldock position on screen edge
+
+01/01/2007: KoolDock 0.4.1
+ - Fixed: 'Show hidden' option.
+
+31/12/2006: KoolDock 0.4
+ - Fixed: Half openinig when any menu is expanded.
+ - Fixed: Quick showing and hiding on kooldock's window edges.
+ - Fixed: Some minor fixes and optimizations.
+ - Fixed: Program don't compile on autoconf v2.60 or newer.
+
+11/08/2004: KoolDock 0.3
+ - Added: Translation support (i18n): Spanish (complete), Swedish (complete), Polish (not fully up to date).
+ - Added: Mouse Wheel over Dock now switches Desktop.
+ - Added: Launcher icons can now be sorted through Launcher List.
+ - Added: Move to Desktop/Go To Desktop (Taskbar/Nav. Bar).
+ - Added: New option to Nav. Bar: Task List.
+ - Added: Theme support for KoolDock Background (5 themes).
+ - Added: Run launcher as different user.
+ - Added: It is now possible to tell KoolDock to manage all windows or those in the present Desktop.
+ - Added: Active window icon is now highlighted.
+ - Improved: Xinerama Support (user configurable screen resolution).
+ - Updated: About dialog information.
+ - Patches: Text Shadow Patch (thanks to William Ekholm).
+ - Fixed: KMenu and mousemove event: sigsegv (thanks to Jared Grubb).
+ - Fixed: Minor fixes and Optimizations.
+ - Experimental: Systray Support (do not use it unless you want to help us with this).
+
+
+19/05/2004: KoolDock 0.2
+ - Fixed separator issue, now it is drawed only when necessary.
+ - Fixed configuration - separator issue (now it is not disabled).
+ - Fixed setupdialog and appdialog resizing.
+ - Xinerama support (in preferences).
+ - Navigation Menu + clock (available through KoolDock menu).
+ - Screenshot of minimized windows (only through KoolDock menu).
+ - Added "Hide on click" (Hide KoolDock after clicking on an icon).
+ - Added "Show after"; how long the mouse must be at bottom of the
+ screen before showing the dock.
+ - Added "Run from Terminal" and "Keep Terminal Open" in the add
+ launcher dialog (useful for console applications, e.g: top, vim).
+ - Rewrote "Ignore List"; now it is possible to grab windows names.
+ - Proper tooltips in the "Preference Dialog"
+ - Optimization to the background drawing rutine.
+ - Major code clean-up (still needs more).
+ - Minor fixes.