]> gitweb.factorcode.org Git - factor.git/history - basis/images
scryfall: add more filter/reject words, better mtga parser
[factor.git] / basis / images /
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-05-07 Doug Colemangnome: rename gtk to gtk2, move most gir files to basis/gir
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2022-09-11 Doug Colemanbasis: use lint.vocabs tool to trim using lists
2022-01-24 John Benediktssonwindows.gdiplus: call GdiplusStartup and GdiplusShutdow...
2022-01-22 John Benediktssonlayouts: rename 32bit? and 64bit? to 32-bit? and 64...
2022-01-20 Doug Colemanfactor: trim more using lists.
2022-01-20 Doug Colemanfactor: trim using lists
2022-01-17 John Benediktssonclasses.struct: moving to new/boa instead of <struct...
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 Doug Colemanfactor: use new math.ranges syntax in tests and docs
2021-05-05 Doug Colemanimages.loader.cocoa: Fix images on older macOS.
2021-04-16 Doug Colemancocoa: Ask the OS for which image file extensions are...
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2020-03-10 John Benediktssonimages.loader: fix tests.
2020-03-10 Doug Colemanimages.loader: fix using and kick the tires
2020-03-10 Doug Colemanimages.loader: Disable saving a bmp on win32.
2020-03-07 Doug Colemanimages.loader: Windows can save bmp files.
2020-03-07 Doug Colemanimages.loader.gdiplus: Allow writing .bmp and do a...
2019-02-09 Doug Colemanbasis: Load images.{tiff,png} by default for FreeBSD...
2017-12-29 Doug Colemanimages.loader.gtk: Add with-destructors. Fixes #1893.
2017-09-11 Alexander IljinUpdate some copyright headers to follow the current...
2017-07-06 Björn Lindqvistbasic/, extra/: even more tags
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2016-11-30 John Benediktssonimages.loader.gtk: remove call to deprecated g_type_init.
2016-11-30 Björn Lindqvistalien.libraries: word>dlsym was a stupid idea that...
2016-11-30 Björn Lindqvistimages.loader.gtk: startup hook for type registration
2016-07-30 Alexander IljinAdd EOL at EOF for all authors.txt files for consistency
2016-03-31 John Benediktssonunicode: make this the API for all unicode things.
2015-10-25 Björn Lindqvistimages.loader.gdiplus: both BGRA and BGRX formats are...
2015-09-06 John Benediktssonimages.loader: use accessors in tests.
2015-09-06 Björn Lindqvistimages.loader.gdiplus: fix for the call to GdipBitmapLo...
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-07-15 John Benediktssonimages: adding an "each-pixel" that iterates over pixel...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-03 Doug Colemanfactor: Retrying on the unit tests. Also normalize...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2014-11-30 John Benediktssonimages.loader.gdiplus: use foo <c-direct-array> instead...
2014-10-25 John Benediktssonimages: cleanup using.
2014-10-10 Björn Lindqvistimages.loader.tests: restructure the tests because...
2014-10-10 Björn Lindqvistimages.loader.gtk: fix fall-through in case problem...
2014-10-09 Björn Lindqvistimages.loader.gdiplus: implementation of the image...
2014-10-09 Björn Lindqvistimages: move rowstride to the images vocab because...
2014-03-14 John Benediktssonimages.loader: simplify registrations.
2014-03-14 John Benediktssonimages: minor cleanup.
2014-03-14 John Benediktssonimages.loader: optionally register "non-system" image...
2014-03-14 Björn Lindqvistimages.loader: docs for save-graphic-image
2014-03-14 Björn Lindqvistimages.loader: support for saving images on the gtk...
2013-09-20 John Benediktssonimages.loader.cocoa: adding ability to save cocoa image...
2013-03-23 Doug Colemanbasis/extra: Update last usages of <sliced-groups>...
2013-03-23 Doug Colemangrouping: Remove <groups>, old <sliced-groups> is now...
2012-11-01 John Benediktssonimages: don't truncate in image-dim.
2012-11-01 John Benediktssonimages: adding "2x" images.
2012-08-25 Doug Colemanimages: gdiplus had a resource leak (file descriptor...
2011-11-03 Joe Groffimages.loader.gtk: typo
2011-11-03 Joe Groffremove BSD,solaris,etc. misc platform support code
2011-11-02 Doug ColemanRename images.gtk|gdiplus|cocoa to images.loader.*...
2011-09-26 John Benediktssonspecialized-arrays: performed some cleanup.
2011-09-25 John Benediktssonimages.cocoa: removing unused image loader code.
2011-09-25 John Benediktssonimages: only register with the images.loader on proper...
2011-09-09 Slava Pestovcore-graphics: set premultiplied-alpha? in make-bitmap...
2011-09-03 Joe Groffimages.cocoa: set premultiplied-alpha? on loaded images
2011-09-03 John BenediktssonMerge remote-tracking branch 'upstream/master'
2011-09-03 Slava Pestovimages.cocoa: fix it to work on OS X 10.5 by drawing...
2011-09-02 Slava Pestovimages.*: remove usage of io.streams.limited
2011-08-28 Joe GroffMerge remote-tracking branch 'github/merge-native-image...
2011-08-28 John BenediktssonMerge remote-tracking branch '8byte-jose/win32-unc...
2011-08-28 John BenediktssonMerge remote-tracking branch 'erg/master'
2011-08-28 John BenediktssonMerge remote-tracking branch 'factorcode/master'
2011-08-28 Joe Groffimages.tessel(l)ation: spelling
2011-08-28 Joe Groffimages: move pure Factor image format implementations...
2011-08-28 John BenediktssonMerge remote-tracking branch 'factorcode/master'
2011-08-28 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2011-08-27 Joe Groffimages.gdiplus, windows.gdiplus, windows.streams: updat...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-08-27 John BenediktssonMerge remote-tracking branch 'abeaumont/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-02-28 Slava PestovFix conflict
2011-01-29 Slava PestovMerge branch 'master' of git://github.com/mrjbq7/factor
2011-01-27 John Benediktssonimages.http: use the content type from the http respons...
2011-01-16 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2010-11-26 John BenediktssonMerge branches 'master' and 'cleanup' into cleanup
2010-11-13 Philip SearleAdd palette and odd-sized PNG unit tests. Fix loading...
2010-11-13 Philip SearleFix support for interlaced 1/2/4/8/16-bit greyscale...
2010-11-13 Philip SearleCorrect greyscale PNG scaling factor. Non-interlaced...
2010-10-01 Doug ColemanFix compile error in images.jpeg
2010-09-26 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-09-20 Doug ColemanMove <rgb-image> to images.testing, add randomize-image...
2010-09-20 Doug ColemanMake a couple utility words in images vocabulary
2010-08-01 Philipp BrüschweilerMerge remote branch 'origin/native-image-loader' into...
2010-07-31 Joe GroffMerge remote branch 'Blei/Native-image-loader' into...
next