Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/Hexworks/zircon

Zircon is an extensible and user-friendly, multiplatform tile engine.
https://github.com/Hexworks/zircon

Add builders and builder DLS for new fragments. Fix builder permissions

e286b55a3415fec7fccc26aec137b6c243fa1439 authored over 3 years ago
Add improvements to the component builder dsl

76c8da692b5f888e70ec8aca4d2979037704adc2 authored over 3 years ago
Reformat code using new style guide

8143a56d9c82c07cb1a91dcb4cf355bd2afe45cc authored over 3 years ago
Add new variants of operations that return Maybe with orNull prefix and deprecate the Maybe ones (because of the impending Arrow upgrade)

f8d1dcee3a83d103420df7a35f0c905a0e909cd4 authored over 3 years ago
Repair moronic IDEA import removal

b00f65b36f3bb5588621a9ab3bfd7ae78ac0262f authored over 3 years ago
Merge pull request #387 from nanodeath/tiled-customizable-loader

Custom tileset loader support.

f84edbb9f586f2c79d609cf29587362ebf5d578c authored over 3 years ago
Custom tileset loader support.

Closes #386.

3a9bd6a01c6375e5bc98bc46ed899281771c3f08 authored over 3 years ago
Merge pull request #385 from nanodeath/upgrade-mockito

Upgrade Mockito and Mockito-Kotlin.

29346ebbb14b62022639af8a1954ab1d3a1e5fd4 authored over 3 years ago
Upgrade Mockito and Mockito-Kotlin.

* Upgrade test library versions.
* Replace initMocks with JUnit rules.
* Use strict stubs.
* Rep...

650f05600c69fe33fc8ba4efff566369e553f7e9 authored over 3 years ago
Update README.md

b253f9658bb3b3ac36c5267cb0c6563c1c8ecc76 authored over 3 years ago
Merge pull request #381 from nanodeath/custom-properties

Add custom property support to AppConfig.

bfd1b3fc1c60bf61216579e68b3e980b0fa8624e authored over 3 years ago
Add custom property support to AppConfig.

This enables plugin authors to easily set and retrieve configuration options
for the end develop...

d14ea5b52b4de2b348ec8433f54c444cc7fbb585 authored over 3 years ago
Merge pull request #373 from nanodeath/scrollable-controls

Vertical Scrollable List Fragment

adcda81a159d410ff959a35b484681b354f7b3e9 authored almost 4 years ago
Merge pull request #371 from nanodeath/box-title-alignment

Box title alignment support

8441af2619594e4d5aba57e869001ebaf9abf689 authored almost 4 years ago
Introduce VerticalScrollableList.

Closes #372.

d992f8adb6e140e10cbe58c28f296da3168d3497 authored almost 4 years ago
Introduce TestRenderer, a renderer for use in headless tests.

b4d9af77eaebe24a1c0672697599421c014bbfd6 authored almost 4 years ago
Introduce titleAlignment for box decorator, plus box tests.

Closes #331.

153c4f4756f1cdea11e3f7abcef0c103c0a01a00 authored almost 4 years ago
Merge pull request #379 from lesbiangunshow/zircon-dsl-components

create ComponentScope for dsl-safe component addition in panel and te…

4b6a650bd4735aa910c95c281ebde7e6177c2211 authored almost 4 years ago
Merge pull request #378 from Baret/table-fragment-update-on-changes

Table fragment updates on changes

c416ef4e3ea0d1db379d046df95eec35c8b1e3fa authored almost 4 years ago
Annotate ComponentScope with ZirconDsl

f372f474f6dc0ef94ed33641430dd3fc54cb3601 authored almost 4 years ago
create ComponentScope for dsl-safe component addition in panel and textbox dsl.

End of file line added to all files in dsl.component directory lacking it.

a1a9a0eef4309d14c552fbfeed5dfd500b1e8553 authored almost 4 years ago
Option to delete the selected row

92b7df4ac8f690ef92f3958ee70e747b38463719 authored almost 4 years ago
DefaultTable reloads when data changes

a3807942b5236347065a934186ef34167c94eb84 authored almost 4 years ago
Merge pull request #369 from nanodeath/master

Update headers to wrap on word, plus test extension functions

51c93ee2067a1a4c7301f1cc5970d200ce715abf authored almost 4 years ago
Merge pull request #368 from Baret/issue-185-table-fragment

New table fragment (#185)

581773ef4dd0dd7b308e7b574775fba7da3e85dc authored almost 4 years ago
Improved some docs

503f91a2da3f86fb7a6349301dc26ebaab56642c authored almost 4 years ago
added textColumnObservable

79379695795305cefd1a53ef9f49a2893fe0ba69 authored almost 4 years ago
Introduce characterTilesAsString test helper and validate current DefaultHeader output.

64a7a25d223b69087b151b71e3b4cd263f19d91d authored almost 4 years ago
Update DefaultHeaderTest.kt to make wrap issue apparent.

dd281fd3fa02a27e9c7b5cb98504ead2539b373e authored almost 4 years ago
Make header text wrap on word.

Closes #367.

e820c409ac0799de941c6038c2f7f5bd9228f15e authored almost 4 years ago
basic implementation of data as ObservableList

19518d0ce3883348a50724d1c38167239c96fee7 authored almost 4 years ago
Removed old table prototype

9870759f4178fe3377ad465b843c5fe34e682bb2 authored almost 4 years ago
Merge remote-tracking branch 'upstream/master' into issue-185-table-fragment

1233174f6d70b0b36b63d06493ac8e561ed3378a authored almost 4 years ago
Moved TableColumn to api package

because I feel like it defines the table API instead of being an internal implementation.
It is ...

28c98ed2a96a662e9b6e48deeb3f0901d3edb8d5 authored almost 4 years ago
Added @Beta to new classes

500e8cb89bb4e0b75fb9da8a1e95ce05f7f17158 authored almost 4 years ago
Merge pull request #377 from Loomie/master

Make GameArea Disposable (fixes #376)

11353e0bd2edfae8bf682e2171ad75210092ee00 authored almost 4 years ago
Merge pull request #363 from lesbiangunshow/builder-api-bugs

Builder api bugs

53c5e463ae7c72626d52dea1cb5db5aa830c2bda authored almost 4 years ago
Merge branch 'master' into builder-api-bugs

2d7d232dc846a88fcc021a3cf346d56cc4fe5035 authored almost 4 years ago
Tried to simplify the loop in dataPanel() and failed xD

af28c9e2a99fc14ad09ce3e82f6059478f95c1a0 authored almost 4 years ago
Use withRelativeHeight()

09ebb7c1f9bf336ab5ffc3e033ac6f41e6e1e167 authored almost 4 years ago
Improved readability in textColumn()

7b339d6f85bc436507deec1f65e1488778c44e82 authored almost 4 years ago
Renamed Columns to TableColumns

4eff1943db2854d16b1638fb0c86694c115dbc81 authored almost 4 years ago
Updated label bindings

2afd289577a46de80bbce13c6855df6bef94fc87 authored almost 4 years ago
Do not organize my imports! Dammit

ad84e675dd07a4d7f613b98749c20b8cc3c2ec45 authored almost 4 years ago
Got rid of String.format

95c621a90e8fb34441e2367d939519edc4c9cf12 authored almost 4 years ago
Update wage label on change

448c0308d06510c73058e3f40db2d72e32169a6f authored almost 4 years ago
Added text for height

cfece6d59bc5e912e46906e9aed899c7bdb632b7 authored almost 4 years ago
Removed textColumnFormatted()

1d363bc3511cf25645aabe9d23ac0e58cf6ab386 authored almost 4 years ago
Renamed gender to height

Not creative enough to find a good enum of people... ^^

a181f8bbf837eb75f5631e72f02ab7b155520781 authored almost 4 years ago
Added back JvmStatic import, formatting

894f3fa50fbaab2a597136faf1304e9a485516c6 authored almost 4 years ago
Merge remote-tracking branch 'upstream/master' into issue-185-table-fragment

ffafc2b4cb5b670a67317c05965111a043063400 authored almost 4 years ago
Make GameArea Disposable (fixes #376)

64a279c12e5c49d02326ffee76d7c8f67eac04b4 authored almost 4 years ago
Added doc for Columns.icon()

bca7c9d47c790871264118022875ccf27ae2b0e4 authored almost 4 years ago
Merge pull request #366 from lesbiangunshow/zircon-dsl-components

Implement Component Builder Dsl

6c8a084e59cc0acdb2f9b3977ce036a911c97b22 authored almost 4 years ago
check out component dsl from zircon-dsl branch, meaning:

- all builders in api/builder/component are annotated with @ZirconDsl
- dsl is implemented in api...

6354fc164eeba79c8dfc3c47bd63d1848333dc06 authored almost 4 years ago
hopefully the last of this lol

ac76ed2c2db57b7756d5675760e65e106e3f48e8 authored almost 4 years ago
Use correct WIDTH constant from DefaultCheckBoxRenderer

173505d5c7ac6bc12c97986a087e815f347278da authored almost 4 years ago
clean up CheckBoxBuilder code

9f2ba34490722bf73dceff730bd12e2b511413c3 authored almost 4 years ago
Address bug where DebugConfigBuilder methods were not properly setting variables, and another bug where CheckBoxBuilder's text constructor argument does not set initial contentSize

a877cfc06a5c0307dea199fcb535be473aa9db4f authored almost 4 years ago
Table uses databinding when cell value is observable

6bd5ae6528baf94352005da8fe728ea05a43cf0f authored almost 4 years ago
DefaultTable updates the selected row on click

84dfc3041f03aa12d728b8d2a157916605120e5a authored almost 4 years ago
Added panel to show the selected person

baf63fec28be215d0c303874801b36239901c9d6 authored almost 4 years ago
Added icon column

220f9f77f17e6fc7f25ba8a77517be2bd2cc8e87 authored almost 4 years ago
created formatted text column

86b8b86f5ac8e261a9e9a3b6c7ce21df75644f95 authored almost 4 years ago
Created TableBuilder and Columns

c2d891189b1bd5bf3155e44a229a8c72cccd0b32 authored almost 4 years ago
First visible example

0f99a741be10e9296547e6f071aed1d99b67be20 authored almost 4 years ago
Basic table implementation

54e166cace0a40c2deee54f7d115119c0f77bf7c authored almost 4 years ago
fix examples

8a50155cfadbdf58a002e88c83f3184a6b60c80d authored about 4 years ago
Generate docs and finalize release

64b1b6b20734ad7a128870cf3f53e112e0e9ddbe authored about 4 years ago
Add new Fragment prototypes

1533253e25337eb1364022921e4e48e748d3e1ec authored about 4 years ago
Add horizontal tab bar prototype

2ee5eb088ad5e242e7bb2a3e87345b65c899c0a6 authored about 4 years ago
Fixes #357 Add the option to add padding to a component

2ff759619dd53ffaf0097eaddcac4f14a65d066c authored about 4 years ago
Add the fix I forgot to commit

bc4b575ac47e0902075821ed9be03d08f5390ebd authored about 4 years ago
Fix formatting

8c68de397a5563fb6c5628a3240fb9b8099cd1b1 authored about 4 years ago
further simplify component builders

e0d83b0685c0bdc0d02ff1e70cc8ec91ee982fe5 authored about 4 years ago
Simplify component builders

6e9ffaec75bda7b16cf0e17f6249131edd60a5b4 authored about 4 years ago
Fixes #355 Add the option to keep the Component's properties when it is attached

de0373a1601733715522e82c3665eca2d5f64319 authored about 4 years ago
Fix formatting

011b0b847a6320b7a01f396af97b6e1633cef4cf authored about 4 years ago
Merge pull request #354 from kamildoleglo/master

Implement docs generation in "Kotlin as Java" format, extract Dokka version to properties

6a60a4dacfefe94355500d6fbca40b071d4ca9c6 authored about 4 years ago
Implement docs generation in "Kotlin as Java" format, extract Dokka version to properties

c01cf0645cb04f65fb55135cc37586893b34b8b5 authored about 4 years ago
Fix themes

bd36ec6ff8843ed5c27950901136611ffe3c0551 authored about 4 years ago
Add fun to some interfaces

8f4c5b4c49407bea18fcb8d08ade2f589c8783a2 authored about 4 years ago
progress

e315b28000cfbd93f581a362db85fadc7074f53b authored about 4 years ago
Add docs

868238c1b48276c2342f8609cf4fa04d478d3680 authored about 4 years ago
Add docs

5df713c13fbe5bbd026b7dbe8a6bbd548093d5af authored about 4 years ago
bump version

64a69a1d125206e7d400fddc5472010b49a1bc0c authored about 4 years ago
bump version

1653b88e758f213f50369c72bd203ab75da3ed8f authored about 4 years ago
Add kdocs

c58a1e42da18cd50d2b50ccba41c6e634b0546ce authored about 4 years ago
Fixes #316

749b1434577ec1df0e09c826b79d7114d7b51a12 authored about 4 years ago
Document AppConfig and related classes, and deprecate old code

f8503425d9d1556e8858a6f9458de113226afcd8 authored about 4 years ago
Fix rectangle factory test

3c189da12de9da58c5555b2db9dd73af7562b5bf authored about 4 years ago
Refactor pyramids to use filters

dbee0872f2adffc1eea2be27242133ac6da1ffb4 authored about 4 years ago
Add progress with GameArea filter example

c1286d6e1a5a999e5caec133c876553194d07d79 authored about 4 years ago
Fixes Add a function that will create a TileBuilder out of a Tile #348

bbf11e571175a1645f76926a38b09d3ee0d9646e authored about 4 years ago
Fixes #349: Craete a toBuilder function in Block

ff52d5dec8ef860e516b1449a7cfc8f9ba8e4bcb authored about 4 years ago
Update data binding example

b18603e1a0125d95422a1c221d72f87d2d0c65fa authored about 4 years ago
Fixes #341: Fix the rendering logic in GameArea

4f5e636d78098a0c8002accf30aa434f496722f5 authored about 4 years ago
Fix formatting

3caffd71982f30aa2da7b9b87b975bf05acae047 authored about 4 years ago
Fix libgdx error

5876c9f9c9e6bf339aa30e3b7234348c077bb820 authored about 4 years ago
Merge pull request #346 from Hexworks/document-color-interpolator

Document ColorInterpolator

e4f05b0c83cc73c83310c84c98ecf8e09be40296 authored about 4 years ago