]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-02-11 Slava PestovMerge branch 'master' into new_ui
2009-02-11 Doug Colemanclean up some image code
2009-02-11 Slava PestovMerge branch 'master' into new_ui
2009-02-11 Doug Colemanfix bitmap drawing
2009-02-11 Slava PestovWorking on ui.images; change draw-gadget to translate...
2009-02-11 Doug Colemanworking on images protocol
2009-02-10 Slava Pestovio.pathnames: Clarify normalize-path docs
2009-02-10 Doug Colemanno locals in bit-arrays
2009-02-10 Doug Colemanremove dead pathname
2009-02-10 Doug Colemanclean up <image>
2009-02-10 Doug Colemanfix tiff/bitmaps color order
2009-02-10 Slava PestovFix stack effect
2009-02-10 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-02-10 Doug Colemancase now throws the value it can't find
2009-02-10 Slava PestovMerge branch 'master' into new_ui
2009-02-10 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-02-10 Slava PestovFix bootstrap
2009-02-10 Slava PestovFix circularity
2009-02-10 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-02-10 Joe Groffset fortran abi in fortran-invoke macro
2009-02-10 Slava PestovMerge branch 'master' into new_ui
2009-02-10 Slava PestovUpdate some existing code to use initialize
2009-02-10 Joe Groffun-unportable the blas stuff
2009-02-10 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-02-10 Joe Groffsupport different fortran ABIs
2009-02-10 Joe Groffadd initialize word to namespaces. foo global [ [ bar...
2009-02-10 Doug Colemanspiff up id3 docs a bit, and fix help-lint
2009-02-10 Slava PestovClean up Core Text rendering code, and factor our basis...
2009-02-10 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-02-10 Daniel EhrenbergMaking basis/wrap not try to align the last line
2009-02-10 Slava PestovFix conflict
2009-02-10 Slava PestovFix ui.render.test
2009-02-10 Slava PestovFix ui.text.freetype to work across image save/reload
2009-02-10 Slava Pestovui.tools.listener: position the input field next to...
2009-02-10 Tim WawrzynczakMerge branch 'master' of git://factorcode.org/git/factor
2009-02-10 Tim WawrzynczakFixed authors.txt and id3-docs
2009-02-10 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-02-10 Joe Groffmark blas libs unportable till i sort out all the fortr...
2009-02-10 Doug Colemanundo load breakage
2009-02-10 Doug Colemanfactor out a load-tiff word
2009-02-10 Doug ColemanMerge git://github.com/inforichland/factor-id3 into...
2009-02-10 Tim WawrzynczakAdded extra/id3 vocab
2009-02-10 Doug Colemanupdate offscreen docs
2009-02-10 Doug Colemanupdate ui.offscreen and ui.render
2009-02-10 Doug Colemanfix screen capture
2009-02-10 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-02-10 Doug Colemanfix images tests
2009-02-10 Doug Colemanremove the grpahics vocab
2009-02-10 Doug Colemanrename graphics to images, add an <image> word to load...
2009-02-10 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-02-10 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-02-10 Slava PestovMerge branch 'master' into new_ui
2009-02-10 Doug ColemanFix copy-vm word on Unix
2009-02-10 Joe Groffupdate specialized-arrays docs
2009-02-10 Doug Colemanmake more taxes vocabs load by default
2009-02-10 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-02-10 Doug Colemanclean up tiff
2009-02-10 Joe Grofftypo in alien.fortran docs
2009-02-10 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-02-10 Joe Groffalien.fortran docs
2009-02-10 Doug Colemanloading some tiff files works!
2009-02-10 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-02-10 Daniel EhrenbergSlight cleanup in xml-rpc
2009-02-10 Slava PestovMerge branch 'master' into new_ui
2009-02-10 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-02-10 Slava PestovRemove nipd, 3nip, 4nip and tuckd from basis/shuffle
2009-02-10 Slava Pestoveffects: fix typo
2009-02-10 Slava Pestovui.text.freetype: update for ui.text API changes
2009-02-10 Slava Pestovui.tools.listener: fix tests
2009-02-09 Joe Groffrewrite shuffle( -- ) to avoid locals primitives
2009-02-09 Joe Groffunit tests for complex specialized-arrays
2009-02-09 Joe Groffget rid of underlying>>s, again
2009-02-09 Joe Groffremove unnecessary calls to underlying>> from math...
2009-02-09 Joe Groffkill math.blas.cblas
2009-02-09 Joe Groffconvert math.blas.matrices to use fortran calls
2009-02-09 Joe Groffoops, leftover ORDER arguments from converting from...
2009-02-09 Daniel EhrenbergFixing furnace test/docs
2009-02-09 Daniel EhrenbergFixing bug in render-hidden
2009-02-09 Joe GroffiXamax returns a 1-based array index. decrement that...
2009-02-09 Joe Groffmore typos
2009-02-09 Joe Groffanother typo
2009-02-09 Joe Groffgfortran returns float for REAL functions, not double...
2009-02-09 Slava Pestoveffects: fix bug reported by Joe where printing { f...
2009-02-09 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-02-09 Daniel EhrenbergMerge branch 'master' into no-elements
2009-02-09 Doug Colemanmake pack/unpack public
2009-02-09 Doug Colemanmore work on tiff files.
2009-02-09 Daniel EhrenbergMore docs for lazy lists, getting rid of lazy-map-with
2009-02-09 Joe Grofftypos
2009-02-09 Joe GroffC CONVERT VECTORS TO USE FORTRAN BLAS BINDINGS
2009-02-09 Joe Grofftweak specialized-arrays to box values returned by nth
2009-02-09 Daniel EhrenbergCleaning up strict list combinators
2009-02-09 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-02-09 Joe Groffspecialized arrays for complex types
2009-02-09 Joe Groffmy stuped, let me show u it
2009-02-09 Daniel EhrenbergFixing help-lint bugs
2009-02-09 Joe GroffMerge branch 'master' into fortran
2009-02-09 Joe Groffstart hacking on math.blas.vectors to switch to fortran
2009-02-09 Daniel EhrenbergDocs for lists, consolidating list functionality in...
2009-02-09 Joe Grofffortran ffi for blas
next