0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Jan 27, 2025 — Jan 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
wordsmith More... over 12 years ago
Don't imply this is distrbuted via quicklisp, but use quicklisp to load it so it's dependencies are pulled in. More... over 12 years ago
doc :) More... over 12 years ago
More doc improvement. More... over 12 years ago
Update the doc a little. More... over 12 years ago
Merge branch 'develop' More... over 12 years ago
Include some spring layout play. More... over 12 years ago
Introduce add-element, as shorthand. More... over 12 years ago
Add another widget, a data grid, using slickgrid. More... over 12 years ago
Fix insert pointer mechanism and convert all the examples so they use the default insertion pointer. Also eliminate all use of ID on elements. More... over 12 years ago
Hack around a compile order problem so this works on first run. More... over 12 years ago
Fix a serious error in ps-modules so that defvar-javascript works now, and allow code fragments to be scalars. More... over 12 years ago
ps module defining forms are now eval-when'd, so that's good. fix weirdness in the flot example. More... over 12 years ago
ws More... over 12 years ago
Large refactor. - Move some simple parenscript utilities into ps-modules - Introduce ps-modules, a way to define both 3rd party and out own modules - Revise a lot stuff to use the new ps-modules architecture. - Generate javascript files from ps-modules' javascript-code-modules, commit them. - the javascript-code-modules dw (for display window) is where we are now accumulating the functionality; this is in dw.lisp More... over 12 years ago
Use uoip:getenv rather than ccl:getenv. More... over 12 years ago
Use uoip:getenv rather than ccl:getenv. More... over 12 years ago
Introduce an interpolate macro in both lisp and parenscript. In the Lisp case it invokes the code inside of cl-interpol; this avoids the use of readmacro. I don't like readmacros. In Parnscript it calls the cl-interpol code to expand the interpolated string into Lisp code; it then walks that code to rewrite it into Parenscript. Needly to say this works only for a very limited subset of cl-interpol's functionality; but it's still quite useful. Also add optima to our ASDF. More... over 12 years ago
Add to the define-javascript-library/with-js-libraries scheme a way to avoid reloading libraries we have already go. This involves defining a predicate for each library that detects if it is present. More... over 12 years ago
Move the code for the d3js widget into examples. More... over 12 years ago
Add examples of a number of large javascript widgets: mapping, rich text editor, syntax highlighting. More... over 12 years ago
Add a psmacro which will load javascript libraries, and their dependencies prior to running the code in the body. More... over 12 years ago
+log4cl More... over 12 years ago
Cl-json maps lists into either an object or an array based on a heuristic. That doesn't work in some situations; so now I map those to hashtables first. More... over 12 years ago
opps, this needs serial t. More... over 12 years ago
Change page tile More... over 12 years ago
Fix a bug in the setting of *root*. More... over 12 years ago
lovz dat markup More... over 12 years ago
A few implementation details. More... over 12 years ago
wordsmith More... over 12 years ago