13
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Removed unused init.js - Each JS file now setup declared classes - added *.deploy.js files - use new jtalk.js to load Jtalk More... over 13 years ago
Merge remote branch 'upstream/master' More... over 13 years ago
Added advanced optimization -A to jtalkc, does not work yet due to Jtalk producing bad js code? More... over 13 years ago
Small fix to use new keyword messaging convention for calling js methods. More... over 13 years ago
- new Canvas tags - Widget>>update and Widget>>render removed - Removed root inst var in Widget - Fixed inst var compiling - Fixed Behavior >> allInstanceVariableNames - Added Smalltalk>>removeClass: - Added temps to MethodContext>>inspectOn: - Added JQuery class>>documentReady: - Added String>>asUppercase and #asLowercase More... over 13 years ago
Fixed nodejs benchfib to use new js escape syntax. More... over 13 years ago
New working version of a first demo of Jtalk and Enyo running in WebOS 3.0.2. Works in emulator. More... over 13 years ago
Trivial first Enyo app written in Jtalk, works in SDK 3.0.2. More... over 13 years ago
Minimal debugger (yeahh) More... over 13 years ago
Faster classes tree More... over 13 years ago
Improved the class browser More... over 13 years ago
- Better error handling taking advantage of message sends - MethodContext & thisContext are now working (temps still missing) - unhandled errors now log a stacktrace - Rendering widgets do not add an extra surrounding div anymore More... over 13 years ago
Merge pull request #10 from gokr/master More... over 13 years ago
- Fixed a bug with inherited methods - Improved the class browser with an universal search input - added result numbers to the references browser More... over 13 years ago
Trivial fixes to LICENSE file. More... over 13 years ago
Merge remote branch 'upstream/master' More... over 13 years ago
Oops, forgot nodecompile.js fix for prefixing. More... over 13 years ago
Finally a Makefile that seems to work. More... over 13 years ago
Added prefixing and made sure default is not -K. More... over 13 years ago
Fixed methods linking for IE More... over 13 years ago
Merge branch 'master' of github.com:NicolasPetton/jtalk More... over 13 years ago
New syntax for verbatim JavaScript: <js here> More... over 13 years ago
First shot at Makefile for making all js files from st files using jtalkc compiler script. More... over 13 years ago
Oops, forgot to also commit change to nodecompile.js More... over 13 years ago
Added -g flag for debugMode compiling to jtalkc and documented the fact that only linking can be done if no .st files are listed. More... over 13 years ago
Merge remote branch 'upstream/master' More... over 13 years ago
Added -J as Jtalk IDE target to jtalkc and made jtalkc smarter when resolving files. More... over 13 years ago
Merge pull request #8 from gokr/master More... over 13 years ago
Removed automatic call main in Main from N,D targets and added a webOS target. More... over 13 years ago
Several improvements to jtalkc and some fixes in nodejs Makefiles and README. More... over 13 years ago