Ecosyste.ms: OpenCollective

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

Solar2D

Creating Solar2D (ex Corona SDK) Game Engine
Collective - Host: opensource - https://opencollective.com/solar2d - Website: https://solar2d.com/ - Code: https://github.com/coronalabs

* Fixed a nasty memory leak that occurred if you were to call "removeSelf" on the button's view property instead of the button object itself.

github.com/coronalabs/framework-widget - 8ee88924be5177d4242fc4f10d5630b0c0f64b4d authored about 13 years ago
* Fixed issue where the 'offset' parameter with widget.newButton() was not being honored.

github.com/coronalabs/framework-widget - def9a5074be644e1e68a20bb355c0822515e556e authored about 13 years ago
* Fixed issue where the 'offset' parameter with widget.newButton() was not being honored.

github.com/coronalabs/framework-widget - 9ef552ec8ad5773502be247dbd43e418e352c76e authored about 13 years ago
* Fixed faulty warning that showed when using the labelColor parameter with widget.newButton().

github.com/coronalabs/framework-widget - cb973e2e51859f150ee79fd8308d5a9a7b9eb802 authored about 13 years ago
* Fixed faulty warning that showed when using the labelColor parameter with widget.newButton().

github.com/coronalabs/framework-widget - 3f33218d2345dfc37de4ddcc5c5a264fb3379c3a authored about 13 years ago
* Fixed bug where newButton would not work if a width/height parameter was not set.

github.com/coronalabs/framework-widget - a87213d836d88d31e545edee9eec20ff131ef5a9 authored about 13 years ago
* Fixed bug where newButton would not work if a width/height parameter was not set.

github.com/coronalabs/framework-widget - feb13ba837dfb2314dbf31e80035b3f83c005b64 authored about 13 years ago
* Fixed some major issues with tableViews and pickerWheels that occurred only if widget was re-positioned from their original location.

* Fixed issue where not setting a lineColor would affect a row's alpha when the row was rendered....

github.com/coronalabs/framework-widget - dff4a78b24b530e3622348c0b45ddbaa73d5f942 authored about 13 years ago
* Fixed some major issues with tableViews and pickerWheels that occurred only if widget was re-positioned from their original location.

* Fixed issue where not setting a lineColor would affect a row's alpha when the row was rendered....

github.com/coronalabs/framework-widget - d0e8a02328d242ec77cc5326e327c3570b56d2e6 authored about 13 years ago
Add svn:ignore for jsoncpp/source

git-svn-id: http://src.chromium.org/svn/trunk/src/third_party/jsoncpp@106942 4ff67af0-8c30-449e-...

github.com/coronalabs/external-metalangle-jsoncpp - 6afbf9c12dbaa104dfd71dd6dd7b23d2efa4560f authored about 13 years ago
* Added theme files

* Fixed another scrollView bug

github.com/coronalabs/framework-widget - aefa5787a719c0193672f3c9d66a6b02b25b3778 authored about 13 years ago
* Added theme files

* Fixed another scrollView bug

github.com/coronalabs/framework-widget - b9efafa94d31038111b2d69a9d84ddca17da9760 authored about 13 years ago
* Removed labelOffset parameter (was not being used) (line 146)

* Added a friction parameter so users can specify (as with tableview) (line 1142)
* Fixed bug whe...

github.com/coronalabs/framework-widget - 49e690f97d6d358a95fad4ae9fa78572b6da0752 authored about 13 years ago
* Removed labelOffset parameter (was not being used) (line 146)

* Added a friction parameter so users can specify (as with tableview) (line 1142)
* Fixed bug whe...

github.com/coronalabs/framework-widget - c0a5d9fed8762a43f67121f683780d7b1add4b06 authored about 13 years ago
Add jsoncpp in DEPS and the gyp file to build jsoncpp in chromium.

The jsoncpp is needed by libjingle as part of the webrtc effort. This patch probably not be the ...

github.com/coronalabs/external-metalangle-jsoncpp - f031106597eff3d255512336eb20fd57be25e718 authored about 13 years ago
* Changed API to match current API.

* Redirected unsupported parameters to supported ones, and added warning statements.

github.com/coronalabs/framework-widget - 506ce54409d0a0c03fdd8b299c543eecd3468cf2 authored about 13 years ago
* Changed API to match current API.

* Redirected unsupported parameters to supported ones, and added warning statements.

github.com/coronalabs/framework-widget - b52e52cd1cc515f9d954abba44be2a0be355a598 authored about 13 years ago
Move newRetinaText and newEmbossedText to core. Added copyright

Reviewed by: Jon

github.com/coronalabs/framework-widget - 57d6a0606fca927200a317a4f65457ac7682f1fb authored over 13 years ago
Move newRetinaText and newEmbossedText to core. Added copyright

Reviewed by: Jon

github.com/coronalabs/framework-widget - 60e1bb5efb3ecdd7c1564f1fc887b8968202b174 authored over 13 years ago
* Added test project files that I previously marked as ignored before (mistakenly).

github.com/coronalabs/framework-widget - 36be0f2607c034ab316786661d0ac3d5de5a1b99 authored over 13 years ago
* Added test project files that I previously marked as ignored before (mistakenly).

github.com/coronalabs/framework-widget - 872211278dbb6e7a75300918b9314bd92c22f003 authored over 13 years ago
* Reworked widget library to fix bugs and be more efficient and flexible overall.

* Reduced code from 6468 lines to only 2403 total lines.

github.com/coronalabs/framework-widget - df137a490e1e8c87cf1d3e04f3e8fa71ebf7b424 authored over 13 years ago
* Reworked widget library to fix bugs and be more efficient and flexible overall.

* Reduced code from 6468 lines to only 2403 total lines.

github.com/coronalabs/framework-widget - c3d4aa6cdb512780183f0c3246d1fafa00d8d344 authored over 13 years ago
* Started to add in ability to specify image for categories. Still needs work.

github.com/coronalabs/framework-widget - 1520c58d98601834f3ae5552320a94187fbb26d2 authored over 13 years ago
* Started to add in ability to specify image for categories. Still needs work.

github.com/coronalabs/framework-widget - ecc4de87815730c8db4b48e741a2f41f4f21378f authored over 13 years ago
* Fixed bug in widget.newButton() where emboss property was not being honored.

github.com/coronalabs/framework-widget - a7d74fea6904255fb1b4468bd81689953caf18a2 authored over 13 years ago
* Fixed bug in widget.newButton() where emboss property was not being honored.

github.com/coronalabs/framework-widget - 3c64c6163e273def2ca19eff6feed8a409738833 authored over 13 years ago
* Removed the module() function and modified entire widget.lua module to support removal of deprecated module() function.

* Moved all samplecode in repo to testbed directory.

--HG--
rename : Icon-72.png => testbed/Ico...

github.com/coronalabs/framework-widget - 9ad1dc4c801ba1b1eb2689a05cc861218edf7914 authored over 13 years ago
* Removed the module() function and modified entire widget.lua module to support removal of deprecated module() function.

* Moved all samplecode in repo to testbed directory.

github.com/coronalabs/framework-widget - d4ec232d7b31a131d684e016323a4eeae0ac8ef2 authored over 13 years ago
*Changed widget.lua version to 0.1.9 (Beta)

*Sub-classed the removeSelf() function for buttonGroup to fix issue where object table was not f...

github.com/coronalabs/framework-widget - adbadcd5c38c8c1996680af98338c636988eefca authored over 13 years ago
*Changed widget.lua version to 0.1.9 (Beta)

*Sub-classed the removeSelf() function for buttonGroup to fix issue where object table was not f...

github.com/coronalabs/framework-widget - 8c9a479bc4bd4fe5acc948c661bea31229f35135 authored over 13 years ago
changed require "widgetnew" to require "widget" to complete migration from local to server repo.

github.com/coronalabs/framework-widget - 0297d2b29db5b67299ac2b3e87df768c31ac3028 authored over 13 years ago
changed require "widgetnew" to require "widget" to complete migration from local to server repo.

github.com/coronalabs/framework-widget - d5472bb5f3a0d6e3da4140d4ddbf620fe9ba202a authored over 13 years ago
initialize repository

github.com/coronalabs/framework-widget - 735cd15628937128c07fedda6489fd85cbfeedba authored over 13 years ago
initialize repository

github.com/coronalabs/framework-widget - cc6126e27cd40ee1e348717556ec9d8335b6256c authored over 13 years ago
Made JSON_USE_EXCEPTION's value in config.h a default that can be overridden.

This allows users to override it with their compiler invocation. For example:

g++ -D JSON_U...

github.com/coronalabs/external-metalangle-jsoncpp-source - 7c507d7ebacb7bf2a08a783cfdafea67a1770bb0 authored over 13 years ago
bug#2407932: strpbrk() could fail for NULL pointer.

github.com/coronalabs/external-metalangle-jsoncpp-source - 3b3540d9ef6d0bbb29da98748db7384b21a8182b authored over 13 years ago
bug#3306345: minor typo in Path::resolve() -- missing bang.

github.com/coronalabs/external-metalangle-jsoncpp-source - 9d317c3794ddb9cba20a978a68ef7da6429a0f45 authored over 13 years ago
(bug#3314841) Fixed JSON_IS_AMALGAMATION. Using os.path for OSX filename compatibility.

github.com/coronalabs/external-metalangle-jsoncpp-source - 03288e8eb6eb131b67f79054aa48fed067a807fb authored over 13 years ago
More missing constructor initializers found by Coverity.

github.com/coronalabs/external-metalangle-jsoncpp-source - c9f91dd92975953e80335f1ea966aa425c2f5edb authored over 13 years ago
Another simple addition for constructor initialization, PathArgument.

github.com/coronalabs/external-metalangle-jsoncpp-source - 2ba3bc32528d13c7c03f6e09134bbb52244c61c7 authored over 13 years ago
Simple changes to Reader initialization, from Chromium folks. (I do not think this was submitted as a bug.)

github.com/coronalabs/external-metalangle-jsoncpp-source - ac5df77bbce1d8710ba40ec24adae8fb460f7de6 authored over 13 years ago
Switched CRLF to LF in repo, and added svn:eol-style native. I might have missed a few files though. Just committing what I have so far.

github.com/coronalabs/external-metalangle-jsoncpp-source - dc0f736f59f85f33f351fbe266dd13861708a7f4 authored over 13 years ago
Just testing whether I can still commit changes. I cannot tell my access-level from the sf project page.

github.com/coronalabs/external-metalangle-jsoncpp-source - 139da63aefa140338b33fb525e246af28f6fc986 authored over 13 years ago
Fixed unit tests execution on MSVC 6 by removing usage of std::numeric_limits. It was returning 0 value in some max cases. Fixed Value::asFloat() to use integerToDouble().

github.com/coronalabs/external-metalangle-jsoncpp-source - d496e044b106dd2fd3f6d6fb9ddf6ae48637a525 authored over 13 years ago
Fixed compilation issues with MSVC 6: replace usage of ostringstream with valueToString to support 64 bits integer and high precision floating point conversion to string. Replace usage of ULL and LL literal with UInt64(expr) and Int64(expr). Introduced helper function uint64ToDouble() to work-around missing conversion. Unit tests do not pass yet.

github.com/coronalabs/external-metalangle-jsoncpp-source - f587e6a420c467a69b7f977875052077aef2913b authored over 13 years ago
Fixed MSVS 2003, 2005 and 2008 tests execution by normalizing floating-point string representation using helper normalizeFloatingPointStr().

github.com/coronalabs/external-metalangle-jsoncpp-source - f0b24e705f941e5eebc421839481046fe7920fb2 authored over 13 years ago
Fixed unit test failure on IBM AIX xlC by hard-coding the maxUInt64AsDouble as double constant instead of relying on double(Value::maxUInt64) which produces an incorrect value.

github.com/coronalabs/external-metalangle-jsoncpp-source - e807a7640e51ed5a832761d16c8f3053f6b096b8 authored over 13 years ago
- Fixed unit test compilation on MSVS 2003, 2005 and 2008.

- Worked-around unit test failure with MSVS* by "forcing" all floating-point numbers to be loaded...

github.com/coronalabs/external-metalangle-jsoncpp-source - d3cd9a7fc551bc9ee53919c8fbf79b8a1c9983a7 authored over 13 years ago
Fixed some test bugs that show up when 64-bit mode is disabled.

github.com/coronalabs/external-metalangle-jsoncpp-source - a2fb7fb918f5b1ba40ac59f9eb4d2737cda94e5e authored over 13 years ago
Added a few test cases that Google is using internally for patches made

in the past.

github.com/coronalabs/external-metalangle-jsoncpp-source - 4b819c2309fd562f12fb0281d7353e25068b554b authored over 13 years ago
Another round of attempting to fix VC++ errors...

github.com/coronalabs/external-metalangle-jsoncpp-source - c649badb950b2f9e958b7fdaa9a63ca574eb0874 authored over 13 years ago
Got rid of some unreachable code.

github.com/coronalabs/external-metalangle-jsoncpp-source - 6ffff91c543f05687aa4755ae99f33f0f032f06b authored over 13 years ago
Fixed a double -> float compilation warning/error.

github.com/coronalabs/external-metalangle-jsoncpp-source - acdefb0869c43a77e26802a3dc6de061ac3dc9db authored over 13 years ago
Reworked the type conversion system again, so that:A

* isFoo methods determine exact representability.
* asFoo methods cause casting when safe.
...

github.com/coronalabs/external-metalangle-jsoncpp-source - c025697ea540a76ed45eabea46b436ae931a223a authored over 13 years ago
Made the unit test's output more readable, adding to jsontest's

capabilities (and simplifying its implementation) in the process.

github.com/coronalabs/external-metalangle-jsoncpp-source - b0ec41c3e3b24ac59f24de07ed15247637b40af3 authored over 13 years ago
Made jsontest work with 64-bit integers, and fixed an error.

github.com/coronalabs/external-metalangle-jsoncpp-source - 2a2b5cf3ad8e014e323264d983a39821be861a52 authored over 13 years ago
Removed some out of date TODOs.

github.com/coronalabs/external-metalangle-jsoncpp-source - b6620e28013304bdf05498ac5ef792b649dd6838 authored over 13 years ago
Fixed test failures with 64-bit support disabled.

github.com/coronalabs/external-metalangle-jsoncpp-source - ccde848fd1a4a2773031db826c82469c32437708 authored over 13 years ago
Fixed a 'comparison between signed and unsigned' error.

github.com/coronalabs/external-metalangle-jsoncpp-source - e082248001979342894a5cca5beea4d80720812a authored over 13 years ago
Added line breaks to make error messages easier to read.

github.com/coronalabs/external-metalangle-jsoncpp-source - 7b5edd98595fa7c9f7c5e40c218b76f202eda864 authored over 13 years ago
Fixed a compilation warning/error.

github.com/coronalabs/external-metalangle-jsoncpp-source - e91a68cb9e6dd7f567f1eaf063351179c64ae1c5 authored over 13 years ago
Gave a more consistent behavior to the Value::isFoo methods. See

NEWS.txt for more details.

github.com/coronalabs/external-metalangle-jsoncpp-source - 1b138e8544d87f8bc4b35214be9f2bdcf78d1f36 authored over 13 years ago
Fixed bugs in asInt64 and asUInt64.

github.com/coronalabs/external-metalangle-jsoncpp-source - 4f081b50e6d786c187d71ccaa97d45c3b69b18eb authored over 13 years ago
Added tests for default numeric values.

github.com/coronalabs/external-metalangle-jsoncpp-source - 3c9fdeb859ec18e0f2774c9d542dd0d23b904067 authored over 13 years ago
Gave tests more general names in preparation for making them much more

comprehensive.

github.com/coronalabs/external-metalangle-jsoncpp-source - 078e0d7c37ae5e86af07b1aeffd8b4843e3b7451 authored over 13 years ago
Added tests for 64-bit integers.

github.com/coronalabs/external-metalangle-jsoncpp-source - 22eede44c116df47caa097d17c12e6ca564810fd authored over 13 years ago
Greatly fleshed out numeric type tests.

github.com/coronalabs/external-metalangle-jsoncpp-source - d9ec234fc290056c30d607d6df23f27a0336a15a authored over 13 years ago
Renamed test cases to make more sense with the upcoming new behavior of

isFoo methods.

github.com/coronalabs/external-metalangle-jsoncpp-source - 96408a30e13357abc15fc52575da104e0682b7b2 authored over 13 years ago
Fixed a "comparison between signed and unsigned" warning/error.

github.com/coronalabs/external-metalangle-jsoncpp-source - f40c880585e4af3d2529ed210de798f50807696d authored over 13 years ago
Added a .gitignore file, for ease of use with git-svn.

github.com/coronalabs/external-metalangle-jsoncpp-source - 39ba2dbea967926c8bf29395e5bca4af8d757134 authored over 13 years ago
Fixed a parsing bug in decodeNumber, updating the failing test cases to be

correct in the process. (The test cases incorrectly used exact integers instead
of scientific not...

github.com/coronalabs/external-metalangle-jsoncpp-source - ae9ffb544303f42e14c21224b9d37c3b870a7097 authored over 13 years ago
Added some test cases that catch a parsing bug.

github.com/coronalabs/external-metalangle-jsoncpp-source - e656c5fa2d7160f217785cffe0e2f49f69443bc3 authored over 13 years ago
Fixed a bunch of compilation errors when JSON_HAS_INT64 is set.

github.com/coronalabs/external-metalangle-jsoncpp-source - f1053e7acb81373ddd470c313fd1c17867c14f8b authored over 13 years ago
Centralized assertion macros and made them obey JSON_USE_EXCEPTION.

github.com/coronalabs/external-metalangle-jsoncpp-source - e3d0eca9f44a747d6a030b26944782501333ebd9 authored over 13 years ago
Updated a cast to use a more appropriate type.

github.com/coronalabs/external-metalangle-jsoncpp-source - 785ba2675d597880a99210b3aa5bce9c8b194b8c authored over 13 years ago
Fixed constructor initializer list order warnings/errors.

github.com/coronalabs/external-metalangle-jsoncpp-source - 3b556ec633d709b95c83a1ec53ea80409d84c394 authored over 13 years ago
Fixed a hard to debug crash on OS X related to sscanf format strings.

See here for more info:
http://developer.apple.com/library/mac/#DOCUMENTATION/DeveloperTools...

github.com/coronalabs/external-metalangle-jsoncpp-source - 73911f2e333c124662d82cf92155aefb76f8ccf0 authored over 13 years ago
Fixed typo: amalga*ma*te. Replaced macro JSON_IS_AMALGATED with JSON_IS_AMALGAMATION

github.com/coronalabs/external-metalangle-jsoncpp-source - eadc478e5084501235176d6bbe1c41195bee98ac authored over 13 years ago
Value::compare() is now const and has an actual implementation with unit tests.

github.com/coronalabs/external-metalangle-jsoncpp-source - 1837a1c50860e77045d0b8ed103c039c208022be authored over 13 years ago
- Added unit tests for comparison operators (except compare())

- Fixed Value::operator <= implementation (had the semantic of operator >=). Found when addigin u...

github.com/coronalabs/external-metalangle-jsoncpp-source - fb17080142ed3baad8eef187f514a6fd7ceb759f authored over 13 years ago
- Bug #3200841: removed "warning C4127: conditional expression is constant" concerning infinite loop by replacing while (true) with for (;;). Added new JSON_FAIL macro. Commented unused parameters.

github.com/coronalabs/external-metalangle-jsoncpp-source - e0e1fd37cda0bccf9c1086fd6a4dff4f9b389e6a authored over 13 years ago
Bug #3200841: removed "warning C4127: conditional expression is constant" concerning infinite loop by replacing while (true) with for (;;).

github.com/coronalabs/external-metalangle-jsoncpp-source - d0a9f3d98d3e642d6df166c7515078237d2950b1 authored over 13 years ago