Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
12ec043
port starchart.py
yell0wfl4sh Jun 16, 2018
16b2045
update setup.py
yell0wfl4sh Jun 16, 2018
be13a96
make window work
yell0wfl4sh Jun 22, 2018
effcada
add pep8 fixes
yell0wfl4sh Jun 22, 2018
c48093d
add idea in .gitignore
yell0wfl4sh Jun 22, 2018
7ff5763
add fills and strokes
yell0wfl4sh Jun 22, 2018
d1a1681
update arc
yell0wfl4sh Jun 22, 2018
8686f0e
fill color
yell0wfl4sh Jun 22, 2018
8e2f0b7
fix starsize and many more
yell0wfl4sh Jun 22, 2018
c7934d9
remove comments
yell0wfl4sh Jun 22, 2018
c38f876
change to ToggleButtonTool
yell0wfl4sh Jun 22, 2018
eeacdb3
remove elipse code
yell0wfl4sh Jun 26, 2018
d99c7c7
fix logged errors
yell0wfl4sh Jul 22, 2018
c804ea0
fix cross width and color
yell0wfl4sh Jul 22, 2018
3dbb047
make grey objects grey again
yell0wfl4sh Jul 22, 2018
080b0e2
Merge branch 'gtk3' of https://github.com/yashagrawal3/starchart
Saumya-Mishra9129 Jul 19, 2020
f33aee6
Run 2to3
Saumya-Mishra9129 Jul 19, 2020
757aa3e
Remove Unnecessary backslash in expression
Saumya-Mishra9129 Jul 19, 2020
0449425
change exec to sugar-activity3
Saumya-Mishra9129 Jul 19, 2020
36ff536
change shebang to python3
Saumya-Mishra9129 Jul 19, 2020
bf4201f
fix draw event called at the time of pressing stop
Saumya-Mishra9129 Jul 19, 2020
39e3bcf
Remove support for old toolbox
Saumya-Mishra9129 Jul 21, 2020
1525a24
Fix documentation link in Gtk.Label
Saumya-Mishra9129 Jul 21, 2020
7954ff8
Remove some global variables : use with-in class variables
Saumya-Mishra9129 Jul 23, 2020
f4933fe
Set max_participants to 1
chimosky Feb 18, 2021
509b217
Remove redundant try-except clause
chimosky Nov 15, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*~
locale
dist
.idea
Loading