Ecosyste.ms: OpenCollective

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

github.com/coronalabs/framework-widget

Corona widget.* framework
https://github.com/coronalabs/framework-widget

- Fixed issue with tableView categories where they wouldn’t stick in the correct positions.

- Print statement improvement

5c592527fe35f679dc3477cdb3207894a4e3dd67 authored almost 12 years ago
- Fixed issue with tableView categories where they wouldn’t stick in the correct positions.

- Print statement improvement

f555a02f2c7d49bfce9c4ff599949bec9d8d1325 authored almost 12 years ago
- Added scaling override function for certain widgets (tableView, scrollView, pickerWheel )

4858b8ba62cd39a7f2e3801fda736a2e32d83106 authored almost 12 years ago
- Added scaling override function for certain widgets (tableView, scrollView, pickerWheel )

080631f1eca54a6ee83b6adc77694f9a7129e03c authored almost 12 years ago
- Fixed issue with unit_test's not working on device.

- TableView improvements & bug fixes.
- ScrollView improvements.

396e8b5e9874aba9a54e92504e4b16c129f81806 authored almost 12 years ago
- Fixed issue with unit_test's not working on device.

- TableView improvements & bug fixes.
- ScrollView improvements.

aea0fadc0a25b08624a1c01773ed8cbdbeb3b44b authored almost 12 years ago
- Cleanup

04d4795a4dfdcca80f2e23cca3cb370157e9f38c authored almost 12 years ago
- Cleanup

aa4a992aa322b79634aa9c2b245aa5e42d6f90a8 authored almost 12 years ago
- Fixed issue with pickerwheel top/bottom padding not returning the first/last row.

- Added ability for users to group radio buttons in a set. For widget.newSwitch(), this means tha...

d6e43e38c45772ee23a8786e0f9c88f81acd1303 authored almost 12 years ago
- Fixed issue with pickerwheel top/bottom padding not returning the first/last row.

- Added ability for users to group radio buttons in a set. For widget.newSwitch(), this means tha...

cb88b390b3dee7babccec7482e6da7f2a0b5e81a authored almost 12 years ago
- Fixed issue where creating a widget button without a label would throw an error

- Fixed issue where widget button “overFile” was required. Now falls back to defaultFile if it do...

280ae1aac0064f5fcceff6303f00385fc952723b authored about 12 years ago
- Fixed issue where creating a widget button without a label would throw an error

- Fixed issue where widget button “overFile” was required. Now falls back to defaultFile if it do...

8e7f1aeb9990ec5a106b8ae3c3e5a7c565bcf88b authored about 12 years ago
- Added internal method widget._getFrameIndex(), to grab a frame from our widget theme file but fall back safely if a theme wasn’t defined.

e9edf7add3b0daa09874c604e301963101eb2e9f authored about 12 years ago
- Added internal method widget._getFrameIndex(), to grab a frame from our widget theme file but fall back safely if a theme wasn’t defined.

d7b488dad758175ba265a3e3fde7af163fa94f55 authored about 12 years ago
- Fixed incorrect use of imageSheets on:

widget.pickerWheel
widget.progressView
widget.newSearchField
widget.newSlider
widget.newSpinner
w...

5d54632b8f963342fd91e9dd6fe7376953ef59cd authored about 12 years ago
- Fixed incorrect use of imageSheets on:

widget.pickerWheel
widget.progressView
widget.newSearchField
widget.newSlider
widget.newSpinner
w...

62d6cf924274924dfc867cd2344c1afcc81255b0 authored about 12 years ago
- Fixed incorrect use of parameters and overall code set up for imageSheets in widget.newButton().

- Added support for using single png image files to widget.newButton()
- Fixed issues with widget...

004a4320c21ab32445198f292f9098ca42b5cbdd authored about 12 years ago
- Fixed incorrect use of parameters and overall code set up for imageSheets in widget.newButton().

- Added support for using single png image files to widget.newButton()
- Fixed issues with widget...

15317b30ff3ee66d66d87e6cd0e77c8a9437af5c authored about 12 years ago
- Change to widget unit test main file.

82ce70e0521c646ae25a17b3bf7b69127b9b674c authored about 12 years ago
- Change to widget unit test main file.

137f1baa284d5adc6831fe131ec0a169f505b7ce authored about 12 years ago
- Increased transition speed of widget on/off switch transition.

- Fixed issue where Pickerwheel can't get index value when item is dragged below bottom/top limit...

5dd6e4a56ed71101724edc9a7b67468d05595c70 authored about 12 years ago
- Increased transition speed of widget on/off switch transition.

- Fixed issue where Pickerwheel can't get index value when item is dragged below bottom/top limit...

0fcc09e779e6c55c410540ef1a3dd410442805f5 authored about 12 years ago
1) Fixed incorrect bottom limit on pickerWheel columns

f0328012fe5aa1f3de8ca5aa50ab36e1b190468c authored about 12 years ago
1) Fixed incorrect bottom limit on pickerWheel columns

bf247647f24152b605099e29c645bdedefcf8318 authored about 12 years ago
- Eliminated tableView row flickering by ditching using display.newLine for row lines in favor of setting a stroke width and color to a display.newRect object.

- Added ability to create categories for tableViews. Todo - Need to make them “stick” to the top...

778e879785e5777324fa7b978fdf5cb8c2a8900a authored about 12 years ago
- Eliminated tableView row flickering by ditching using display.newLine for row lines in favor of setting a stroke width and color to a display.newRect object.

- Added ability to create categories for tableViews. Todo - Need to make them “stick” to the top...

9754dc09f053b5e372151dec2a8c0e690e6d3fff authored about 12 years ago
- Added method switch:setState() to widget.newSwitch. Used to set the state of a switch programmatically. The visual effect can either be instantaneous or animated.

- Fixed issue where widget switch (checkbox/radio) object was not getting assigned it’s view prop...

5839f729ebb8452aed0e26cd9c9a51580731dfa1 authored about 12 years ago
- Added method switch:setState() to widget.newSwitch. Used to set the state of a switch programmatically. The visual effect can either be instantaneous or animated.

- Fixed issue where widget switch (checkbox/radio) object was not getting assigned it’s view prop...

9084fd135c971081f2321f4fbe7a9f53c49d58da authored about 12 years ago
1) First commit of remake of widget.newPickerWheel.

2) Fixed casenum 20003 - "On-Off switch widget fails on double-taps if onRelease method removes t...

705e0c819735698a6549b7ff8c73b0a95d6d427a authored about 12 years ago
1) First commit of remake of widget.newPickerWheel.

2) Fixed casenum 20003 - "On-Off switch widget fails on double-taps if onRelease method removes t...

0185769bb50b866ca1b688484514b14271c31e45 authored about 12 years ago
1) Fixed bug where widget.newButton couldn't be pressed after being pressed once when not inserted into a scrollView.

2) Fixed bug where widget.newButton label alignment was not correct after changing it's label.

8732ea13c640e4487aaee74b723a263f3f4ae3f3 authored about 12 years ago
1) Fixed bug where widget.newButton couldn't be pressed after being pressed once when not inserted into a scrollView.

2) Fixed bug where widget.newButton label alignment was not correct after changing it's label.

4b8743482844124103dee1945cf4682cfeb69edf authored about 12 years ago
1) Finished widget.newTableView.

2) Improved widget.newScrollView. Can now have widget buttons inserted into it along with scrollV...

e2d332fe8de858ed02150c37f878f1c7d2e1f529 authored about 12 years ago
1) Finished widget.newTableView.

2) Improved widget.newScrollView. Can now have widget buttons inserted into it along with scrollV...

27c83eef7acf0fbd7f9cfd82b81c026cf7de16a4 authored about 12 years ago
1) Completed re-programming widget scrollView from scratch.

2) Added file widget_momentumScrolling.lua that controls momentum scrolling and scrolling in gene...

ef876e8b487fd4e284c4119439bc91f4b6c5dc8b authored about 12 years ago
1) Completed re-programming widget scrollView from scratch.

2) Added file widget_momentumScrolling.lua that controls momentum scrolling and scrolling in gene...

ff59302754e94d54db7780e6b4531b6c0ebb9366 authored about 12 years ago
1) Fixed issue where a stepper could not be decremented below it's initial value even if it's initial value was higher than it's minimum value.

2) Fixed issue where a button wouldn't re-align it's labels correctly when using the button:setL...

9f1e0402767a9548e685d0b1326f323b65594f36 authored about 12 years ago
1) Fixed issue where a stepper could not be decremented below it's initial value even if it's initial value was higher than it's minimum value.

2) Fixed issue where a button wouldn't re-align it's labels correctly when using the button:setL...

514bfa8b61043d7df5b5dc7d2a0f11d1d62faf2c authored about 12 years ago
1) Created bash script to generate a widget unit test for on device testing.

2) Removed silly automator files.
3) Added readme.markdown which lists instructions on building a...

9aa40331a760594f62f3ae0202833e994186f965 authored about 12 years ago
1) Created bash script to generate a widget unit test for on device testing.

2) Removed silly automator files.
3) Added readme.markdown which lists instructions on building a...

3ca0be42fecd526d3a93b38c55d5a4962113fe58 authored about 12 years ago
1) Completed re-make of widget.newSlider. It now supports the creation of both horizontal and vertical (new) sliders.

c483686b6c8c5d35be883985727dbf7a8703edeb authored about 12 years ago
1) Completed re-make of widget.newSlider. It now supports the creation of both horizontal and vertical (new) sliders.

45fb15d4e5dac565c4a393ff68207951c0e9ebe1 authored about 12 years ago
1) Completed re-programming of display.newEmbossedText()

2) Added slider resources

6371c139bd472fda48e6ed6a38bf91eb57da1469 authored about 12 years ago
1) Completed re-programming of display.newEmbossedText()

2) Added slider resources

d49ade680ca3bb2db82035dd08c2dcba185211d7 authored about 12 years ago
1) Added remake of widget.newSlider. - Todo: Need to implement 9 piece creation and also vertical slider support.

2) Added template of widget_embossedText. Todo: Need to redo this one still.

f572ea8a83b01884506ceffaccbaf95ba111b8b7 authored about 12 years ago
1) Added remake of widget.newSlider. - Todo: Need to implement 9 piece creation and also vertical slider support.

2) Added template of widget_embossedText. Todo: Need to redo this one still.

57f47bcc271cb2078e1ca80c4fb2037e67c740dd authored about 12 years ago
1) Added missing label color properties to widget.newTabBar. User can pass an default and over label color on a per tab basis. Defaults to the iOS standard grey/white if not passed.

--HG--
rename : widget_assets/graphics/TexturePacker/@2x/sliderHandle.png => widget_assets/graph...

3d42baf6ccaf5ef9a8bdbbbbe4e24903b70d3f5a authored about 12 years ago
1) Added missing label color properties to widget.newTabBar. User can pass an default and over label color on a per tab basis. Defaults to the iOS standard grey/white if not passed.

46f007e5070c9d5a03b0f14030aa505061d99272 authored about 12 years ago
1) Completed remade widget.newTabBar.

2) Fixed inconsistencies between each widgets set up, some used theme, others used themeOptions. ...

b28d333d0f53e74d5c45eb605b66ef72448fd7e9 authored about 12 years ago
1) Completed remade widget.newTabBar.

2) Fixed inconsistencies between each widgets set up, some used theme, others used themeOptions. ...

9ca099b8dbc1c9574d5094c3f366bda16f274246 authored about 12 years ago
1) Removed use of topLeft reference points from all *new* and *remade* widgets.

2) Optimized and simplified widget.lua and it's soft wrappers.
3) Cleaned up theme_ios.lua.
4) Va...

4180e44dfa9fdf38fa8fbfb9ad8a2c92a1244773 authored about 12 years ago
1) Removed use of topLeft reference points from all *new* and *remade* widgets.

2) Optimized and simplified widget.lua and it's soft wrappers.
3) Cleaned up theme_ios.lua.
4) Va...

25dfb0600d7a7df7ff84a803e5b9d2e42c54b7ce authored about 12 years ago
1) Fixes issue where the stepper's id couldn't be accessed via event.target.id

2) Adds three new events for the stepper.

event.value -- The current value of the stepper.
even...

3e9b3ec8ef58f98a368c32e7d66a8a668ff313e7 authored about 12 years ago
1) Fixes issue where the stepper's id couldn't be accessed via event.target.id

2) Adds three new events for the stepper.

event.value -- The current value of the stepper.
even...

94048ecbe501fda390dcc3feebc36c7467b95d28 authored about 12 years ago
1) Fixes bug where setting a middle segment to be the default segment would throw an error.

a4380ba1a523c9af605fe8c342595def2b8f62eb authored about 12 years ago
1) Fixes bug where setting a middle segment to be the default segment would throw an error.

0987be2227e27deb0a50a177cf7bc246d82ecd76 authored about 12 years ago
1) Minor change to widget switch for on/off positioning.

b23a9781f84ce30f1fcc213c0f1d57c2ca9840eb authored about 12 years ago
1) Minor change to widget switch for on/off positioning.

0074425f25b71ab8da22a3b1f7460349f6041866 authored about 12 years ago
1) Fixes casenums: 18538, 18537, 18503

2) Fixes issues where widgets would be created with a center reference point when setting left/to...

419837c4e33403cb64322bea57f0e7855652ead9 authored about 12 years ago
1) Fixes casenums: 18538, 18537, 18503

2) Fixes issues where widgets would be created with a center reference point when setting left/to...

52930e1fe1cd08f75cd2ba9286e33f20e88b8889 authored about 12 years ago
1) Fixed issue where search field's textfield wasn't being removed from the stage

d2f318fda91408bd3cc9be577f1ef73fef5fe219 authored about 12 years ago
1) Fixed issue where search field's textfield wasn't being removed from the stage

e639b982c4f8aa611cc0223016b02dce35688124 authored about 12 years ago
1) Fixed error with unit test for segmented control

f8b86d241c9a682e806a15bea554fd0e9b3d4d23 authored about 12 years ago
1) Fixed error with unit test for segmented control

16399fae89cf1c04cac8f90a8d7b9aaff621b19b authored about 12 years ago
1) Code cleanup

b80b207f4e93c95719fcec7c2fa5ceb172850031 authored about 12 years ago
1) Code cleanup

8d649b32881018c03f25362f2d9285eee2769d64 authored about 12 years ago
1) Fixed issue where segmentedControl labels were not being properly center aligned to the segment.

bfe9fcea396a9fd737d655a990cb0ec2ada09411 authored about 12 years ago
1) Fixed issue where segmentedControl labels were not being properly center aligned to the segment.

1ce19e944e79e7571912ec8d09fb3269ec7feba8 authored about 12 years ago
1) Added searchField graphics back into imageSheet (widget assets)

a6ea8cf664f9185138aca1d0fb959504484d7f83 authored about 12 years ago
1) Added searchField graphics back into imageSheet (widget assets)

ec8a551a865665c24fb685c5b570833f92b293f2 authored about 12 years ago
1) Fixes casenum: 18398 - PickerWheel runtime error when dragging a column before first or past last item.

2) Fixed positioning issues with widget_searchField's textField positioning on device & sim
3) Ad...

18a881e05e11aeee8d0aa23e3a957ad5dcc03efd authored about 12 years ago
1) Fixes casenum: 18398 - PickerWheel runtime error when dragging a column before first or past last item.

2) Fixed positioning issues with widget_searchField's textField positioning on device & sim
3) Ad...

9ab991e557d5543b1a5c8850b94f66016b1b9d4f authored about 12 years ago
1) Minor changes to widget_segmentedControl.

28a807f264a27262742cf511a5d60f1dfd3224ae authored about 12 years ago
1) Minor changes to widget_segmentedControl.

ad25779101ee76a8eabd88f6df79f825ca9e1558 authored about 12 years ago
1) Completed widget.newSegmentedControl

a78260ca07e41b18a971fbdb598e76ba5e7610bc authored about 12 years ago
1) Completed widget.newSegmentedControl

ea689cd2e6683da98668473ea6dbfbb4c68fbfaf authored about 12 years ago
1) Removed currently private widgets from imagesheet and theme files

--HG--
rename : widget_assets/graphics/TexturePacker/@2x/searchField_bar.png => widget_assets/gr...

9265956842f4b4241cd546bb2b33bc1de6ff72ed authored about 12 years ago
1) Removed currently private widgets from imagesheet and theme files

c2d92d73cc6352069d4e414d5e8829a7b682b854 authored about 12 years ago
1) Fixed issue with progressView's fill not filling the left/right edges equally to the top/bottom edges.

2) Fixed issue with searchField not dismissing the keyboard on a "submitted" phase.
3) First comm...

f80a0194fdd7229fdeefa12e111364b65e624ba7 authored about 12 years ago
1) Fixed issue with progressView's fill not filling the left/right edges equally to the top/bottom edges.

2) Fixed issue with searchField not dismissing the keyboard on a "submitted" phase.
3) First comm...

2132b80afc693e27b48a01a13ca361e0f5faaa61 authored about 12 years ago
Merge

1) Merged Danny branch into default (main) branch

cb750e6909e60acae97a98ac4d3ef9e6f686efc4 authored about 12 years ago
Merge

1) Merged Danny branch into default (main) branch

61868534c88c7d13825dc46cc28d95d54ad555aa authored about 12 years ago
1) Fixed issue where cancel button doesn't remove when the user has pressed the cancel button

2) Modified newProgressView

--HG--
branch : Danny Branch WIP

ab757965dc67b714cf4523bd84a2c35665b8ae52 authored about 12 years ago
1) Fixed issue where cancel button doesn't remove when the user has pressed the cancel button

2) Modified newProgressView

--HG--
branch : Danny Branch WIP

bf9e4124b952698ebd2662e36467cd6a66380c98 authored about 12 years ago
1) Removed unnecessary code from the top of unit tests (moved into main.lua)

2) Updated unit test listing.

--HG--
branch : Danny Branch WIP

cd1ca1a32e49c7351e314f1a27ae54558c855717 authored about 12 years ago
1) Removed unnecessary code from the top of unit tests (moved into main.lua)

2) Updated unit test listing.

--HG--
branch : Danny Branch WIP

b2bab23b42152615d92f8003d68de5b34db2b4e4 authored about 12 years ago
1) Completed widget.newProgressView and widget.newSegmentedControl.

2) Various minor code cleanups and minor code improvements.
3) Fixed imageSheet for iOS widgets f...

c9526021f02f5deeb48f11d26f8ccd70101bf9a6 authored about 12 years ago
1) Completed widget.newProgressView and widget.newSegmentedControl.

2) Various minor code cleanups and minor code improvements.
3) Fixed imageSheet for iOS widgets f...

f53af4a16d0e3a273b477dcedf7b30bc0482f32a authored about 12 years ago
1) Finalised widget.newSearchField.

2) Added widget assets (image resources, texture packer files) to this repo.

--HG--
branch : Dan...

65800c1bf986233620858f969cbb9758874159a3 authored about 12 years ago
1) Finalised widget.newSearchField.

2) Added widget assets (image resources, texture packer files) to this repo.

--HG--
branch : Dan...

d5bdbd1e26e33b35bdf64e14d3c2502efac9989e authored about 12 years ago
1) Large code cleanup

2) Added newProgressView (template)

--HG--
branch : Danny Branch WIP

8da75eab7b42b71b0d227b2c00718f6f38a76b74 authored about 12 years ago
1) Large code cleanup

2) Added newProgressView (template)

--HG--
branch : Danny Branch WIP

d54be5106d9f5af3c15338c54f061280a345dba0 authored about 12 years ago
1) Added assets for progressView widgets.

2) Added initial progressView (from template)

--HG--
branch : Danny Branch WIP

3b663c4cb0f73de94e2b6317df9053b3ac17b494 authored over 12 years ago
1) Added assets for progressView widgets.

2) Added initial progressView (from template)

--HG--
branch : Danny Branch WIP

4b2d592afb5235a5dd8b72d415da6734f6430f22 authored over 12 years ago
1) Fixes casenum: 18155 - Row Divider Lines in TableView have Vanished

--HG--
branch : Danny Branch WIP

4e2ed7f1f70eb4ab41e697ee5b9a5f61ff6fd768 authored over 12 years ago
1) Fixes casenum: 18155 - Row Divider Lines in TableView have Vanished

--HG--
branch : Danny Branch WIP

0f921ba249554b3dd845ff77518a50d98450feec authored over 12 years ago
1) Fixed typo in widget_stepper comment

2) Cleaned up widget_searchField for initial implementation/usage review

--HG--
branch : Danny B...

27847434389bcf128843d36660144689a81207e2 authored over 12 years ago
1) Fixed typo in widget_stepper comment

2) Cleaned up widget_searchField for initial implementation/usage review

--HG--
branch : Danny B...

4d1277cb7883b0b759db688a7db3a2c2f3032bec authored over 12 years ago
1) Finalised widget_stepper.

2) Changed spinner, stepper, switch to have more clearly defined variable names for frame index v...

af973ef9de9e6fceae578e388759e64eb698b512 authored over 12 years ago
1) Finalised widget_stepper.

2) Changed spinner, stepper, switch to have more clearly defined variable names for frame index v...

569379eed3970fce5cebc5961a16db2a9838701c authored over 12 years ago