Age | Commit message (Expand) | Author |
2009-06-08 | java_utils.clj: added as-url multimethod | Stuart Sierra |
2009-06-06 | swing-utils: add action and menu(bar) builders from Meikel Brandmeyer, inspir... | scgilardi |
2009-06-06 | except: support exception classes that don't allow wrapping a cause | scgilardi |
2009-06-06 | sql.internal: use enhanced throwf from except | scgilardi |
2009-06-06 | except: allow throwf et al to wrap another exception (the cause) | scgilardi |
2009-06-06 | sql.test: use new with- indentation from Phil Hagelberg | scgilardi |
2009-06-05 | Expose xml-dispatch so it can be used directly with write and fix up | Tom Faulhaber |
2009-06-05 | duck_streams.clj: added methods to copy for String and byte[] | Stuart Sierra |
2009-06-05 | duck_streams.clj: added copy and to-byte-array | Stuart Sierra |
2009-06-05 | str_utils2.clj: removed extraneous as-pattern | Stuart Sierra |
2009-06-05 | str_utils2.clj: added missing docstrings | Stuart Sierra |
2009-06-05 | str_utils2.clj: fix some comments | Stuart Sierra |
2009-06-05 | str_utils2.clj: added codepoints and docodepoints | Stuart Sierra |
2009-06-05 | str_utils2.clj: corrected missing package name on IFn | Stuart Sierra |
2009-06-05 | swing-utils: add do-swing, do-swing-and-wait macros from Meikel Brandmeyer | scgilardi |
2009-06-04 | def: fix formatting for name-with-attributes, (with spaces for tab width of 8... | scgilardi |
2009-06-04 | def: add defnk from Meikel Brandmeyer, tabs->spaces for name-with-attributes | scgilardi |
2009-06-04 | str_utils2.clj: added arglist metadata to multimethods | Stuart Sierra |
2009-06-04 | str_utils2.clj: experimental new string library | Stuart Sierra |
2009-06-03 | clojure.contrib.core: add seqable? | scgilardi |
2009-06-03 | repl-utils: Add expression-info | Chouser |
2009-06-03 | command-line: default options didn't actually work. fixed. | Chouser |
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 | 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 |