Logs
Revision: 50
Author: ss
Date: 2010-02-25T20:25:36.141981Z
Changes:* few minor updates to the codeFiles Modified: (10)/Languages/en/en.xml
/ScriptInfo.xml
/WindowHandlers/ConvertImage_handler.js
/WindowHandlers/ScreenshotViewer_handler.js
/enumeration_functions.js
/functions.js
/preferences.js
/screenshot_sender.js
/timer.js
/variables.js
Revision: 49
Author: ss
Date: 2010-02-25T15:50:10.957590Z
Changes:Update by matty rev 49
* made more headway on overlay text
* found bug in registry.js
* added type variables (ex: TYPE_UNDEFINED, TYPE_STRING etc.) all files using typeof have been updated to reflect the new changes
* found double spaces in "if" statements and after, fixed these
* updated ScriptInfo.xmlFiles Modified: (17)/Classes/__overlaytext.js
/ScriptInfo.xml
/WindowHandlers/ContactNotification_handler.js
/WindowHandlers/PrefLanguageDownload_handler.js
/WindowHandlers/ScreenshotViewer_handler.js
/WindowHandlers/WindowSelect_handler.js
/___debug.js
/enumeration_functions.js
/ftp.js
/functions.js
/interface.js
/overlay.js
/preferences.js
/registry.js
/screenshot_sender.js
/ss_events.js
/variables.js
Revision: 48
Author: ss
Date: 2009-12-22T15:18:37.757858Z
Changes:* Yes: even more code improvements!
- Got rid of as much with() blocks as possible, using variables to store working object in now
- Doubled spaces after single-line if-statements removed
- Using the return value of LstView_AddItem() as index instead of bugging the engine with LstView_GetCount() calls
- Where possible, using faster loops such as reverse while or for-loops with cached length
* Sort of fixed ContactSelector_handler.js, still a to-do though
* Added double-click event to ScreenshotViewer to view screenshot
* Added FtpTestSettings strings to language XML: server, login, port.
(May still change when revising the GUI)Files Modified: (31)/Classes/___api.js
/Classes/__action_hook.js
/Classes/__font.js
/Classes/__gdip.js
/Classes/__global_hotkey.js
/Classes/__hotkey.js
/Classes/__listview.js
/Classes/__menu.js
/Classes/__overlaytext.js
/Classes/__script_menu.js
/Classes/__session_images.js
/Languages/en/en.xml
/ScriptInfo.xml
/WindowHandlers/ContactNotification_handler.js
/WindowHandlers/ContactSelector_handler.js
/WindowHandlers/PrefAdvanced_handler.js
/WindowHandlers/PrefFTP_handler.js
/WindowHandlers/PrefHotkeys_handler.js
/WindowHandlers/PrefOverlay_handler.js
/WindowHandlers/Preferences_handler.js
/WindowHandlers/Preview_handler.js
/WindowHandlers/ScreenshotViewer_handler.js
/___debug.js
/base64.js
/ftp.js
/functions.js
/language.js
/overlay.js
/ss_events.js
/timer.js
/variables.js
Revision: 47
Author: ss
Date: 2009-12-02T19:39:56.764716Z
Changes:* Fixed preview windows not opening
* Fixed /sssmonitor not recognized (typo)
* Clipboard operations are now fail-proof: clipboard will be closed even when an exception pops up during the operation
* Replaced all "if(" with "if (" to follow the code layout guidelines
* Removed ColHandle from WindowSelect.xml - using list view item data from Plus! instead
* Code improvements in enumeration_functions.js
* Lots of other fixes...Files Modified: (47)/Classes/__action_hook.js
/Classes/__font.js
/Classes/__gdip.js
/Classes/__global_hotkey.js
/Classes/__hotkey.js
/Classes/__listview.js
/Classes/__menu.js
/Classes/__overlaytext.js
/Classes/__script_menu.js
/Classes/__session_images.js
/Languages/en/WindowSelect.xml
/ScriptInfo.xml
/WindowHandlers/About_handler.js
/WindowHandlers/ContactNotification_handler.js
/WindowHandlers/ContactSelector_handler.js
/WindowHandlers/ConvertImage_handler.js
/WindowHandlers/HotkeySubclass_handler.js
/WindowHandlers/MonitorSelect_handler.js
/WindowHandlers/PrefAdvanced_handler.js
/WindowHandlers/PrefGeneral_handler.js
/WindowHandlers/PrefHotkeys_handler.js
/WindowHandlers/PrefLanguage_handler.js
/WindowHandlers/PrefOverlay_handler.js
/WindowHandlers/Preferences_handler.js
/WindowHandlers/Preview_handler.js
/WindowHandlers/RecentImages_handler.js
/WindowHandlers/ScreenshotViewer_handler.js
/WindowHandlers/SelectArea_handler.js
/WindowHandlers/UserCounter_handler.js
/WindowHandlers/WindowSelect_handler.js
/___debug.js
/base64.js
/commands.js
/enumeration_functions.js
/ftp.js
/functions.js
/interface.js
/language.js
/menu.js
/overlay.js
/preferences.js
/registry.js
/screenshot_sender.js
/ss_events.js
/timer.js
/update.js
/variables.js
Revision: 46
Author: ss
Date: 2009-11-25T19:36:40.150120Z
Changes:* i dont remember what all was updated. some functions were updated and what not.Files Modified: (23)/Classes/__global_hotkey.js
/Classes/__hotkey.js
/Classes/__session_images.js
/ScriptInfo.xml
/WindowHandlers/ContactSelector_handler.js
/WindowHandlers/ConvertImage_handler.js
/WindowHandlers/PrefAdvanced_handler.js
/WindowHandlers/PrefHotkeys_handler.js
/WindowHandlers/PrefLanguageDownload_handler.js
/WindowHandlers/Preferences_handler.js
/WindowHandlers/Preview_handler.js
/WindowHandlers/ScreenshotViewer_handler.js
/commands.js
/enumeration_functions.js
/ftp.js
/functions.js
/interface.js
/language.js
/menu.js
/overlay.js
/screenshot_sender.js
/timer.js
/update.js