2006-12-17 Yen-Ju Chen * Initial support for keeping application in dock. * Avoid crash if command is not found. * Fix firefox because it is under special directory. * Put etoile_system, EtoileMenuServer and AZBackground in blacklist. * Make sure icon is properly retained. * Avoid AZDock window through blacklist. * Fix bug of launching GNUstep application. [NSWorkspace launchApplication:] does not always work. 2006-12-16 Yen-Ju Chen * Avoid gnustep windows other than regular window, main menu and doc. * AZDock: Remove as much memory as possible. 2006-11-02 Yen-Ju Chen * Link to CollectionKit. 2006-10-21 Yen-Ju Chen * Split AZDockApp into AZXWindowApp and AZGNUstepApp. 2006-10-20 Yen-Ju Chen * Properly handle workspaces if it starts before window manager. * Fix adding directories but not .app into recent applications. 2006-10-18 Yen-Ju Chen * Move workspace switcher into its own submenu. * Implement recent applications. 2006-09-24 Yen-Ju Chen * Terminate GNUstep application through NSConnection. 2006-09-23 Yen-Ju Chen * Start to implement show and quit in contextual menu. * Obtain command. 2006-09-19 Yen-Ju Chen * Works better. 2006-09-10 Yen-Ju Chen * AZWorkspaceView: make it a subclass of AZDockView. launch GSWorkspaceApplication or xterm with left click. contextual menu as workspace switcher. * AZDock: centralize atoms declaration. check change of workspace. 2006-09-05 Yen-Ju Chen * Make icon diplay even when application icon is suppressed. * In case the icon image is not available from NSWorkspace. 2006-09-04 Yen-Ju Chen * AZDock.m: User defaults: DockPosition = 0 (right side) 1 (left side) 2 (bottom side) 2006-09-03 Yen-Ju Chen * Initial import. * Make it looks nicer.