Soham Biswas

Results 11 issues of Soham Biswas

## Proposal: Improve Button2D to accept texts and also include a background. Also adds few quality of life changes like feedback when the button is clicked etc. This is also...

type:Enhancement
category: UI

Replaces boiler plate code in various UI elements to make them draggable. Solves #401 . Any new UI component can use `self.set_draggable_components` method from its `UI` super class to implement...

type:Enhancement
category: UI

Many UI components such as `Panel2D`, `ComboBox2D`, `TabUI` etc implement boiler plate code to make themselves draggable. It would be helpful and cleaner to have a separate common method, preferably...

category: UI

This PR will add a UI component to choose a file from the file system. The overall design will be similar to the following: ![File Dialog](https://user-images.githubusercontent.com/29832615/90689126-29562900-e28d-11ea-86db-179270886e9f.png)

type:New Feature
:rocket: :snake: GSOC 2020

**Is your feature request related to a problem? Please describe.** Implemention of `resize` method for ListBox2D. **Describe the solution you'd like** Executing `listbox.resize((width, height))` should resize the listbox accordingly. **Additional...

type:Enhancement
category: UI

The following issues are faced while rendering cylinders using `actor.cylinder`: * Unable to render a cylinder that is perpendicular to the XY plane. * Issues while rendering `wrecking ball simulation`...

type:Bug Fix

This Pull request deals with the separation of scrollbars from ListBox2D to make it a standalone UI component. This PR also continues the commit objects from PR #222 .

type:Enhancement
:rocket: :snake: GSOC 2020

## Description While running tests using `pytest -svv fury`, one of the tests specifically this one is failing. It's a fresh environment built using conda. Part of the output concerning...

state: needs check
type:Bug Fix

Solves #165 . Creates an action to create new pastes on pastebin.