Age | Commit message (Expand) | Author |
2009-06-03 | build.xml: removed old compile line for test-is.test-fixtures | Stuart Sierra |
2009-06-03 | swing-utils: return the newly created listeners, patch from Roland Sadowski | scgilardi |
2009-06-02 | Moved tests for test_is.clj into test-contrib | Stuart Sierra |
2009-06-02 | fnmap.clj: added new library; maps with custom implementations | Stuart Sierra |
2009-06-02 | miglayout: update doc string to note that the containuer must now be a JCompo... | scgilardi |
2009-06-02 | repl_utils: add run*, run to execute namespaces | scgilardi |
2009-05-31 | miglayout/example: use invokeLater, refine handle-key | scgilardi |
2009-05-31 | miglayout.example: fix typo | scgilardi |
2009-05-31 | miglayout.example: cleanup | scgilardi |
2009-05-31 | miglayout/example: remove button. Use keystrokes instead | scgilardi |
2009-05-31 | swing-utils: add-key-typed-listener | scgilardi |
2009-05-31 | ClojureCLR: major update, part2 | David Miller |
2009-05-31 | ClojureCLR: major update | David Miller |
2009-05-31 | miglayout/example: DISPOSE_ON_CLOSE | scgilardi |
2009-05-31 | miglayout.example: cleanup | scgilardi |
2009-05-31 | miglayout/example clearer formatting on miglayout call | scgilardi |
2009-05-31 | build.xml, load-all: add swing-utils | scgilardi |
2009-05-31 | miglayout: add support for retrieving components by id | scgilardi |
2009-05-31 | add miglayout.example | scgilardi |
2009-05-31 | add swing-utils | scgilardi |
2009-05-30 | contrib.core: add new-by-name | scgilardi |
2009-05-29 | miglayout: refactoring for clarity | scgilardi |
2009-05-29 | test_is.clj: fixed documentation examples for "testing" macro | Stuart Sierra |
2009-05-29 | load-all: remove auto-agent, uncomment miglayout | scgilardi |
2009-05-27 | test-clojure: added compilation.clj, macros.clj, metadata.clj; | Frantisek Sodomka |
2009-05-25 | auto_agent.clj: deleted because it doesn't work | Stuart Sierra |
2009-05-25 | macro-utils: new macro deftemplate | Konrad Hinsen |
2009-05-24 | clojure.contrib.core: add dissoc-in | scgilardi |
2009-05-20 | Delete comment which duplicates ns doc | Tom Faulhaber |
2009-05-19 | accumulators: bug fix in combine | Konrad Hinsen |
2009-05-18 | test-clojure: test-utils: all-are; data-structures: rewritten tests using all... | Frantisek Sodomka |
2009-05-14 | Correct a typo in the doc | Tom Faulhaber |
2009-05-14 | Add links to new wiki entries | Tom Faulhaber |
2009-05-14 | test-clojure: other-functions: identity | Frantisek Sodomka |
2009-05-14 | test-clojure: control: cond | Frantisek Sodomka |
2009-05-14 | test-clojure: common helper functions in test-utils; control: do | Frantisek Sodomka |
2009-05-14 | json/read.clj: read-json now takes a string or a reader | Stuart Sierra |
2009-05-14 | jsov/read.clj: doc string | Stuart Sierra |
2009-05-14 | json/read.clj: added *json-keyword-keys* to get keywords in maps | Stuart Sierra |
2009-05-14 | json/write.clj: use StringBuilder when escaping strings for faster output | Stuart Sierra |
2009-05-14 | json/write.clj: added type hints to avoid reflection | Stuart Sierra |
2009-05-14 | json/read.clj: added type hints to avoid reflection | Stuart Sierra |
2009-05-14 | Created new examples of how to use pretty print dispatch functions | Tom Faulhaber |
2009-05-14 | json/write.clj: doc strings | Stuart Sierra |
2009-05-14 | json/write.clj: escape characters in symbol names just like strings | Stuart Sierra |
2009-05-13 | miglayout: change dependency on miglayout jar from compile time to run time, ... | scgilardi |
2009-05-13 | duck_streams.clj: added functions to open writers for appending | Stuart Sierra |
2009-05-12 | json/read.clj: doc string | Stuart Sierra |
2009-05-12 | json/write.clj: throw Exception if map key is nil | Stuart Sierra |
2009-05-12 | json/write.clj: fixed bug with nils in sequences | Stuart Sierra |