You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/Changelog-0.95.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,16 +25,16 @@
25
25
- "Hide" menu item: treat Workspace application specially - set focus to main menu before windows hiding, do not hide main menu, do not change focus to other app after windows hiding.
26
26
- Implemented "Hide Others" menu item.
27
27
- Implemented Cut/Copy/Paste operations for files and directories.
28
-
- Don't create launching icon if WM name is empty; change WM icon only of supplied path is not empty.
29
28
- Fixes to keyboard layout changes and app icon badge display. Don't show keyboard layout badge on appicon if single keyboard layout was configured.
30
29
- Continued fixing of focus problems - it still happens occassionally.
31
30
- Don't set focus to GNUstep and Withdrawn (dockapp) windows. GNUstep sets focus by itself, dockapp windows is not intended to be focused by design (fixes focus flickering of Workspace during startup if dockapp is autolaunched).
32
31
- Improved applications termination handling.
33
32
- "Launching appicons": implementation was moved into WM: made appicons list part of WScreen structure; use wSlideWindow() for flying icon animation for more smooth animation.
34
-
- NSWorkspace delegate functionality completely implemented, tested and fixed.
33
+
- Don't create launching icon if WM name is empty; change WM icon only of supplied path is not empty.
34
+
- NSWorkspace delegate functionality completely implemented and tested.
35
35
- Show alert panel for incorrectly created application wrappers.
36
36
- Implemented -extendPowerOffBy: method even though it was neither working on NeXT nor on Apple platforms.
37
-
- Track for applications and services appearing/removal - update caches.
37
+
- Track for applications and services installation/removal - update caches, no need to logout/login.
0 commit comments