Changeset 184
- Timestamp:
- Aug 21, 2020, 10:16:48 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 22 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/docs/History ¶
r175 r184 1 1 Newest at the top 2 3 V 2.9.2 4 5 - Fixed regression of a disappearing icon issue with grouping. 6 - Fixed cascade and tile to do exactly the same thing that happens when they 7 are called from the Window List Ticket 74 8 - Add and get working the mnemonic for all menu items Ticket 74 9 - Change font on the default xCenter menu to the system default Ticket 76 2 10 3 11 V 2.9.1 -
TabularUnified trunk/docs/Readme ¶
r171 r184 1 lSwitcher for OS/2, Version 2.9 1.01 lSwitcher for OS/2, Version 2.92.0 2 2 _________________________________________________ 3 3 4 Copyright (C) 2010-20 19Netlabs lSwitcher group4 Copyright (C) 2010-2020 Netlabs lSwitcher group 5 5 Copyright (C) 1997-2009 Andrei Los 6 6 -
TabularUnified trunk/docs/lswitch.ipf ¶
r171 r184 1204 1204 x=left y=bottom width=100% height=100%.Copyright 1205 1205 1206 &lsw. Version 2.9 1.01207 1208 :p.Copyright &bx0012. 2010-20 19Netlabs &lsw. Team1206 &lsw. Version 2.92.0 1207 1208 :p.Copyright &bx0012. 2010-2020 Netlabs &lsw. Team 1209 1209 .br 1210 1210 Copyright &bx0012. 1997-2009 Andrei Los -
TabularUnified trunk/docs/lswitch_es.ipf ¶
r171 r184 1189 1189 x=left y=bottom width=100% height=100%.Copyright 1190 1190 1191 &lsw. Versi¢n 2.9 1.01192 1193 :p.Copyright ž 2010-20 19Equipo &lsw. Netlabs1191 &lsw. Versi¢n 2.92.0 1192 1193 :p.Copyright ž 2010-2020 Equipo &lsw. Netlabs 1194 1194 .br 1195 1195 Copyright ž 1997-2009 Andrei Los -
TabularUnified trunk/h/lswitch.h ¶
r171 r184 84 84 85 85 #define VERSIONMAJOR 2 86 #define VERSIONMINOR 9 186 #define VERSIONMINOR 92 87 87 #define REVISION 1 88 88 -
TabularUnified trunk/hook/makefile ¶
r175 r184 13 13 LSWMINOR = $(%LSWMINOR) 14 14 !else 15 LSWMINOR = 9 115 LSWMINOR = 92 16 16 !endif 17 17 !ifdef %LSWREVISION -
TabularUnified trunk/makefile ¶
r175 r184 13 13 LSWMINOR = $(%LSWMINOR) 14 14 !else 15 LSWMINOR = 9 115 LSWMINOR = 92 16 16 !endif 17 17 !ifdef %LSWREVISION -
TabularUnified trunk/resource/makefile ¶
r175 r184 17 17 LSWMINOR = $(%LSWMINOR) 18 18 !else 19 LSWMINOR = 9 119 LSWMINOR = 92 20 20 !endif 21 21 !ifdef %LSWREVISION -
TabularUnified trunk/resource/makefile.cz ¶
r175 r184 17 17 LSWMINOR = $(%LSWMINOR) 18 18 !else 19 LSWMINOR = 9 119 LSWMINOR = 921 20 20 !endif 21 21 !ifdef %LSWREVISION -
TabularUnified trunk/resource/makefile.de ¶
r175 r184 17 17 LSWMINOR = $(%LSWMINOR) 18 18 !else 19 LSWMINOR = 9 119 LSWMINOR = 92 20 20 !endif 21 21 !ifdef %LSWREVISION -
TabularUnified trunk/resource/makefile.en ¶
r175 r184 17 17 LSWMINOR = $(%LSWMINOR) 18 18 !else 19 LSWMINOR = 9 119 LSWMINOR = 92 20 20 !endif 21 21 !ifdef %LSWREVISION -
TabularUnified trunk/resource/makefile.es ¶
r175 r184 17 17 LSWMINOR = $(%LSWMINOR) 18 18 !else 19 LSWMINOR = 9 119 LSWMINOR = 92 20 20 !endif 21 21 !ifdef %LSWREVISION -
TabularUnified trunk/resource/makefile.ru ¶
r175 r184 17 17 LSWMINOR = $(%LSWMINOR) 18 18 !else 19 LSWMINOR = 9 119 LSWMINOR = 92 20 20 !endif 21 21 !ifdef %LSWREVISION -
TabularUnified trunk/resource/prmdlgcz.dlg ¶
r181 r184 188 188 DIALOG "", DLG_ABOUT, 1, 1, 220, 116, NOT FS_DLGBORDER | WS_VISIBLE 189 189 BEGIN 190 CTEXT "lSwitcher V 2.9 1 23 October 2019", 170, 10, 78, 200, 8190 CTEXT "lSwitcher V 2.92 20 August 2020", 170, 10, 78, 200, 8 191 191 CTEXT "Copyright (c) 1997-2009 Andrei Los,", 171, 10, 70, 200, 8 192 192 CTEXT "Copyright (c) 2010-2020 Netlabs lSwitcher Team", 172, 10, 62, 200, 8 -
TabularUnified trunk/resource/prmdlgde.dlg ¶
r181 r184 187 187 DIALOG "", DLG_ABOUT, 1, 1, 220, 116, NOT FS_DLGBORDER | WS_VISIBLE 188 188 BEGIN 189 CTEXT "lSwitcher V 2.9 1 23 October 2019", 170, 10, 78, 200, 8189 CTEXT "lSwitcher V 2.92 20 August 2020", 170, 10, 78, 200, 8 190 190 CTEXT "Copyright (c) 1997-2009 Andrei Los,", 171, 10, 70, 200, 8 191 191 CTEXT "Copyright (c) 2010-2020 Netlabs lSwitcher Team", 172, 10, 62, 200, 8 -
TabularUnified trunk/resource/prmdlgen.dlg ¶
r181 r184 192 192 DIALOG "", DLG_ABOUT, 1, 1, 220, 116, NOT FS_DLGBORDER | WS_VISIBLE 193 193 BEGIN 194 CTEXT "lSwitcher V 2.9 1 23 October 2019", 170, 10, 78, 200, 8194 CTEXT "lSwitcher V 2.92 20 August 2020", 170, 10, 78, 200, 8 195 195 CTEXT "Copyright (c) 1997-2009 Andrei Los,", 171, 10, 70, 200, 8 196 196 CTEXT "Copyright (c) 2010-2020 Netlabs lSwitcher Team", 172, 10, 62, 200, 8 -
TabularUnified trunk/resource/prmdlges.dlg ¶
r181 r184 187 187 DIALOG "", DLG_ABOUT, 1, 1, 220, 116, NOT FS_DLGBORDER | WS_VISIBLE 188 188 BEGIN 189 CTEXT "lSwitcher V 2.9 1 23 Octubre 2019", 170, 10, 78, 200, 8189 CTEXT "lSwitcher V 2.92 20 August 2020", 170, 10, 78, 200, 8 190 190 CTEXT "Copyright ž 1997-2009 Andrei Los,", 171, 10, 70, 200, 8 191 191 CTEXT "Copyright ž 2010-2020 Equipo lSwitcher Netlabs", 172, 10, 62, 200, 8 -
TabularUnified trunk/resource/prmdlgru.dlg ¶
r181 r184 188 188 DIALOG "", DLG_ABOUT, 1, 1, 220, 116, NOT FS_DLGBORDER | WS_VISIBLE 189 189 BEGIN 190 CTEXT "lSwitcher V 2.9 1 23 October 2019", 170, 10, 78, 200, 8190 CTEXT "lSwitcher V 2.92 20 August 2020", 170, 10, 78, 200, 8 191 191 CTEXT "Copyright (c) 1997-2009 Andrei Los,", 171, 10, 70, 200, 8 192 192 CTEXT "Copyright (c) 2010-2020 Netlabs lSwitcher Team", 172, 10, 62, 200, 8 -
TabularUnified trunk/setlsw.cmd ¶
r175 r184 1 1 2 2 SET LSWMAJOR=2 3 SET LSWMINOR=9 13 SET LSWMINOR=92 4 4 SET LSWREVISION=0 5 5 SET LSWFIXLEVEL=0 -
TabularUnified trunk/warpin/lswitcher.wis ¶
r164 r184 32 32 KILLPROCESS="lswhook.dll" 33 33 34 >This package contains the OS/2 lSwitcher Hook 35 utility. 34 >This package contains the lSwitcher hook utility. 36 35 37 36 This must be installed in order for lSwitcher to … … 142 141 <NEXTBUTTON TARGET=4>~Next</NEXTBUTTON> 143 142 <TEXT>A note of warning about installing if previous versions are installed. 144 You should uninstall a ll previous versions of lSwitcher before installing 2.90</TEXT>143 You should uninstall any pre 2.90 versions of lSwitcher before installing this package.</TEXT> 145 144 <README FORMAT=HTML> 146 145 <P>Why uninstall: … … 150 149 <LI>An old Taskbar Icon may still be present and might fail or exhibit strange behavior. 151 150 <LI>Versions prior to 2.80 were installed manually. 152 <LI>The structure of this WPI package has changed and will not overwrite/remove all old files.151 <LI>The structure of this WPI package changed in version 2.90 and will not overwrite/remove files from pre 2.90 installs. 153 152 </OL> 154 153 155 <P>If you plan on removing language DLL(s) separately:154 <P>If you plan on removing language DLL(s) manually: 156 155 <OL> 157 156 <LI>Open the Properties notebook (Taskbar or Widget). … … 159 158 <LI>Change Language to the language you desire, and save settings. 160 159 <LI>Close the Properties notebook. 161 <LI>Delete additionallanguage DLL(s) as desired.160 <LI>Delete unused language DLL(s) as desired. 162 161 </OL> 163 162 </README> -
TabularUnified trunk/warpin/lswitcherhobbes.txt ¶
r76 r184 2 2 =============================================== 3 3 4 Archive Filename: lswitcher-2- 80.wpi5 Short Description: lswitcher 2.80 is aOS/2 task switcher4 Archive Filename: lswitcher-2-92-0.-0wpi 5 Short Description: lswitcher is an OS/2 task switcher 6 6 Long Description: The package contains a stand alone version 7 7 and a xcenter widget … … 23 23 Additional requirements: 24 24 25 Replaces: lsw *.zip25 Replaces: lswitcher-2-91-0-0.zip -
TabularUnified trunk/widget/makefile ¶
r175 r184 13 13 LSWMINOR = $(%LSWMINOR) 14 14 !else 15 LSWMINOR = 9 115 LSWMINOR = 92 16 16 !endif 17 17 !ifdef %LSWREVISION
Note:
See TracChangeset
for help on using the changeset viewer.