]> gitweb.factorcode.org Git - factor.git/history - basis
add xdg-state-dir
[factor.git] / basis /
2022-01-09 Rudi Grinbergadd xdg-state-dir
2022-01-09 Rudi Grinbergadd PATCH http method
2022-01-09 John Benediktssonwords: use remove-word-prop instead of f set-word-prop.
2022-01-09 John Benediktssonunix.scheduler.macosx: fix stack effect for help-lint
2022-01-09 Cat Stevensunix.scheduler: small new vocab to get Unix scheduler...
2022-01-09 John Benediktssonvocabs.cache: reset all-authors and all-tags also.
2022-01-09 Doug Colemanvocabs.cache: Reset the all-disk-vocabs-recursive memoi...
2022-01-08 John Benediktssonui.tools.listener.completion: fix color for vocab compl...
2022-01-08 Doug Colemanwindows.errors: remove one more unused error function
2022-01-08 Doug Colemanwindows.erros: Remove some unused error handling words.
2022-01-06 John Benediktssonui.gadgets.scrollers: use relayout-1 in scroll>* methods
2022-01-05 John BenediktssonRevert "html.templates: remove the stream-copy version...
2022-01-05 John Benediktssonhtml.templates: remove the stream-copy version of call...
2022-01-05 John Benediktssonhtml.templates: call-template* should not dispose the...
2022-01-05 Doug Colemanio.sockets.secure.openssl: fix when SSL_read returns 0.
2022-01-04 John Benediktssonui.backend.cocoa.views: leave prepareOpenGL for now
2022-01-04 John Benediktssonui.backend.cocoa.views: fix retina in deploy images
2022-01-04 John Benediktssonfixups: add init-namespaces.
2022-01-04 John Benediktssonnamespaces: rename init-namespaces to init-namestack
2022-01-04 John Benediktssonui.backend.cocoa.views: clear cached-lines in windowDid...
2022-01-03 John Benediktssonui.gadgets.borders: round border-pref-dim
2022-01-03 John Benediktssonbasis/extra: use remove in a few places
2022-01-03 John Benediktssoncore-text: remove retina? flag in favor of gl-scale...
2022-01-03 Alexander Ilinio.launcher-docs: fix example code to match its description
2022-01-03 John Benediktssonbasis/extra: removing unnecessary IN: statements.
2022-01-03 John Benediktssoncalendar: adding days-since.
2022-01-03 John Benediktssonui.tools.traceback: fix use of error-in-pprint.
2022-01-03 John Benediktssonprettyprint.sections: better pprint-error.
2022-01-03 John Benediktssonprettyprint: change how we trap pprint errors.
2022-01-03 Doug Colemancommand-line: Clear errors for rc files before running.
2022-01-03 Doug Colemanui.tools: make alt-f4 only close one window at a time.
2022-01-03 John Benediktssontools.completion: fix help-lint warning.
2022-01-03 John Benediktssonui.tools.listener: no-delay on completion tooltip.
2022-01-03 John Benediktssontools.completion: slightly faster.
2022-01-02 John Benediktssonsplitting.monotonic: slightly faster.
2022-01-02 John Benediktssontools.completion: adding some test cases for complete...
2022-01-02 John Benediktssontools.completion: make P"~/" complete properly.
2022-01-02 John Benediktssonui.tools.listener.completion: make accept-completion...
2022-01-02 John Benediktssonui.tools.listener: need to check vocab and manifest...
2022-01-02 John Benediktssonui.tools.listener.completion: sigh.
2022-01-02 John Benediktssonui.backend.cocoa: disable theme switching temporarily.
2022-01-02 John Benediktssonui.tools.listener.completion: fix completion for P".
2022-01-02 John Benediktssonui.theme: remove delegate protocol for now.
2022-01-02 John Benediktssonlistener: fix call effect names for error-hook.
2022-01-02 Doug Colemanunix.types.linux: fix using
2022-01-02 Doug Colemanunix: Fix sigset_t for linux/macos.
2022-01-02 Doug Colemanunix.process: define the posix_spawnattr_t and sigset_t...
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 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 Benediktssoncolors.constants: better prettyprinting of COLOR: syntax.
2022-01-01 John Benediktssonui.theme.switching: adding concept of default-theme?.
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 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 Colemanfactor: Final rename of ranges words and fix up some...
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 Benediktssonchecksums: fix ambiguity.
2021-12-30 John Benediktssonendian: replaces io.binary and io.binary.fast.
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 Colemanranges: maybe last rename, remove experimental .. and...
2021-12-30 Doug Colemanfactor: use new math.ranges syntax in tests and docs
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...
next