]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2022-01-02 Doug Colemanfuel/strange-syntax: Add underscore numbers
2022-01-02 Doug Colemanunix.process: define the posix_spawnattr_t and sigset_t...
2022-01-02 John Benediktssonmisc/vim: update vim syntax.
2022-01-02 John Benediktssonhelp.markup: adding $vocab-subsections which renders...
2022-01-02 John Benediktssonui.backend.cocoa.views: trap and print errors in drawRect.
2022-01-02 John Benediktssoncolors: change color class to a mixin.
2022-01-02 John Benediktssonsyntax: document underscore numbers.
2022-01-02 John Benediktssonui.render: use gl-clear.
2022-01-02 John BenediktssonRevert "ui.backend.cocoa: disable appearance changing...
2022-01-02 John Benediktssoncolors: need to have alpha>>.
2022-01-02 John Benediktssonui.backend.cocoa: disable appearance changing temporarily.
2022-01-01 John Benediktssonendian: adding endian docs.
2022-01-01 John Benediktssoncolors: merge colors.constants and colors.hex.
2022-01-01 John Benediktssoncolors.hex: better prettyprinting of HEXCOLOR: colors.
2022-01-01 John Benediktssonsplitting.extras: improve split-harvest.
2022-01-01 John Benediktssoncolors.constants: better prettyprinting of COLOR: syntax.
2022-01-01 John Benediktssonjamshred.player: use COLOR: constant.
2022-01-01 John Benediktssonui.theme.switching: adding concept of default-theme?.
2022-01-01 John Benediktssonaudio.wav: cleanup using.
2022-01-01 John Benediktssonui.theme.switching: fix help-path-style foreground.
2022-01-01 John Benediktssonui.theme: change dark mode backgrounds to match macos...
2022-01-01 John Benediktssonui.tools.completion: better ui.theme.
2022-01-01 John Benediktssonui.theme.switching: reset ui.gadgets.panes fonts.
2021-12-31 Doug Colemanvocabs.refresh.monitor: rename words to do what they say
2021-12-31 Doug Colemanvocabs.platforms: Add inverse platform sections
2021-12-31 John Benediktssonui: disable default-theme? for now.
2021-12-31 John Benediktssonui.backend.cocoa: change theme automatically if we...
2021-12-31 John Benediktssonui.theme: adding a theme-protocol.
2021-12-31 John Benediktssonui.theme.switching: track whether we've changed the...
2021-12-31 John Benediktssonui.backend.cocoa: set the light/dark theme on startup...
2021-12-31 John Benediktssonui.backend.cocoa.views: add light/dark mode switching.
2021-12-31 John Benediktssonvocabs.parser: change unuse-vocab to remove other forms.
2021-12-31 John Benediktssonui.tools.listener: change use-if-necessary to use add...
2021-12-31 John Benediktssonio.monitors.macosx: enable per-file monitoring.
2021-12-31 John Benediktssonio.monitors: improve tests.
2021-12-30 John Benediktssonui.tools.listener.completion: fix accept-completion...
2021-12-30 Doug Colemanui.tools.listener: Don't double print fixups
2021-12-30 Doug Colemancalendar: Rename internal word, add days-until
2021-12-30 Doug Colemancore: update using lists
2021-12-30 Doug Colemanfactor: Final rename of ranges words and fix up some...
2021-12-30 Doug Colemancore: Remove deprecated words in favor of fixups.
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 Doug Colemanui: trim even more using lists
2021-12-30 John Benediktssonhelp.handbook: fix link to endian.
2021-12-30 Doug Colemanui: trim using lists
2021-12-30 Doug Colemanbasis: fix bootstrap.
2021-12-30 Doug Colemandebugger: Add support for command line debugger.
2021-12-30 Doug Colemanfixups: add missing range renames, delete private word...
2021-12-30 Doug Colemanfixups: integrate with restarts
2021-12-30 Doug Colemanfixups: change message, handle errors
2021-12-30 John Benediktssonendian: fix help-lint.
2021-12-30 John Benediktssonpack: fix signature for signed-endian>.
2021-12-30 Doug Colemanfixups: Initial commit of a code migration feature.
2021-12-30 John Benediktssonendian: adding 1 byte versions.
2021-12-30 John Benediktssonendian: fix hints.
2021-12-30 John Benediktssonshapefiles: fix using.
2021-12-30 John Benediktssonchecksums.crc32: fix comment.
2021-12-30 John Benediktssonchecksums: fix ambiguity.
2021-12-30 John Benediktssonendian: replaces io.binary and io.binary.fast.
2021-12-30 Doug Colemanbuild.sh: Don't copy the factor.image to factor.image...
2021-12-30 Doug Colemanalien.c-types: Fix using list from bad commit
2021-12-30 Doug Colemanalien.c-types: Add s8/u8/s16/u16/s32/u32/s64/u64/isize...
2021-12-30 Doug Coleman99-bottles: i got 99 bottles from 99..1
2021-12-30 Doug Colemanranges: maybe last rename, remove experimental .. and...
2021-12-30 Doug Colemanmath.extras: more new range syntax
2021-12-30 Doug Colemanfactor: use new math.ranges syntax in tests and docs
2021-12-30 Doug Colemanraylib: position is point now
2021-12-30 John Benediktssonextra: a few more math.ranges syntax.
2021-12-30 John Benediktssonio.files: deprecate exists?.
2021-12-30 John Benediktssoncore/basis/extra: use new math.ranges syntax.
2021-12-30 Doug Colemanmath.primes.pollard-rho-brent: Use new ranges syntax...
2021-12-29 John Benediktssonmath.primes.brute-force: save previous factors algorithm.
2021-12-29 John Benediktssonmath.primes.factors: fully switch over to new hotness.
2021-12-29 Doug Colemanmath/primes/pollard-rho-brent: Add a famous example...
2021-12-29 Doug Colemanmath.primes: Check for prime before running pollard...
2021-12-29 Doug Colemanio.sockets.secure.openssl: Include weak SSL for compati...
2021-12-29 Doug Colemanmath.primes: Use Pollard-Rho-Brent `brent-factors`...
2021-12-29 Doug Colemanmath.primes.pollard-rho-brent: Add vocab for finding...
2021-12-29 Doug Colemanhttp: Add headers to hypothetically make things more...
2021-12-29 Doug Colemanio.sockets.secure.openssl: Use recommeneded and secure...
2021-12-29 Doug Colemanwebsites.factorcode: Add old release downloads
2021-12-28 Doug Colemanunix.types.linux: __u64 should be unsigned. fix typo
2021-12-28 John Benediktssoncore-text: draw backgrounds more accurately.
2021-12-28 John Benediktssonui.gadgets.editors: round to gl-scales.
2021-12-28 John Benediktssonopengl: adding some gl-scale math functions.
2021-12-28 John Benediktssonmisc/vim: update vim syntax.
2021-12-28 John Benediktssoncore-text: try to fix some retina issues on macos.
2021-12-28 John Benediktssonui.gadgets.tables: change default row-summary.
2021-12-28 John Benediktssonui.tools.listener.completion: improve completion for...
2021-12-28 John Benediktssonui.gadgets.tables: adding row-summary.
2021-12-28 John Benediktssonvocabs.files: only files that exist.
2021-12-27 Doug Colemanulid: Fix same-millisecond calculation
2021-12-27 Doug Colemanio.sockets.secure: We are not connected, so let it...
2021-12-27 John Benediktssonmath.ranges: deprecate the aliases.
2021-12-27 John Benediktssonio: deprecate the aliases.
2021-12-27 Doug Colemanio.sockets: fix docs for premature-close -> premature...
2021-12-27 Doug Colemanio.sockets: Check terminated slot before read/write...
2021-12-27 Doug Colemanio.sockets.secure.openssl: don't throw on normal disconnect
2021-12-27 Doug Colemanio.sockets.secure.openssl: If server disconnects us...
2021-12-27 Doug ColemanRevert "Revert "Revert "io.sockets.secure.openssl:...
next