Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* don't declare strings as Objects
* use array literal notation
* reduce activity in loops
* reduce implied global variables
|
|
|
|
|
|
|
|
|
|
* fix logical operators
* use strict comparisons
* add missing '()' invoking constructor
|
|
* correct indentation and whitespaces
* add missing braces
* add missing semicolons for consistency
* remove unneeded semicolons
* remove unused variables
|
|
|
|
|
|
* correct indentation and whitespaces
* add missing braces
* add missing semicolons for consistency
* remove unneeded semicolons
|
|
|
|
- eliminated few confusing globals (including unnecessary mutex)
- implemeted proper way to avoid collisions in some places
|
|
- moving ui related code to separated file, split definition and implementation of ui
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- lost its last message event handler;
- options load-on-the-fly optimization;
- memory leak fixed;
|
|
|
|
|
|
|
|
|
|
|
|
62202ed10617927d5429bc59898e12a366abe744)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|