aboutsummaryrefslogtreecommitdiffstats
path: root/src/video_thread.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-12fixtassaron1-11/+5
2017-08-12rv pointless optimization & remove circular imports (again...)tassaron3-22/+16
2017-08-12move previewWindow class into new filetassaron3-72/+88
2017-08-11why did I use a dict here?tassaron1-18/+17
2017-08-10Life comp shift buttons and Show Grid optiontassaron3-2/+105
2017-08-10fixed relative image scale bug & Life preset bugtassaron4-8/+49
2017-08-10using the builtin logging moduletassaron11-55/+206
2017-08-10added connected path shape to Lifetassaron2-29/+82
2017-08-10rm garbage filetassaron2-976/+1
2017-08-10more shapes and custom image option for Lifetassaron3-14/+1186
2017-08-09Conway's Game of Life componenttassaron4-0/+592
2017-08-08fixed incorrect outline for small-capstassaron1-3/+12
2017-08-08relative dropshadowtassaron1-1/+2
2017-08-08relative stroke px size & no Qt pen on stroketassaron2-3/+7
2017-08-07dropshadow option for Text componenttassaron2-2/+41
2017-08-06added stroke and font style options to Text componenttassaron5-253/+593
2017-08-03image scale needs to be relativetassaron1-1/+1
2017-08-03save presets as floats so project resolution is not relevanttassaron4-63/+127
2017-08-03max spinbox vals scale relatively & less errors when spamming res changetassaron5-28/+77
2017-08-03relativeWidgets might as well be a listtassaron8-131/+106
2017-08-03relative gradients & last good frame used for preview errorstassaron5-23/+29
2017-08-01fontsize is also relativetassaron1-0/+1
2017-08-01width/height fields should be relative tootassaron1-0/+2
2017-08-01x/y pixel values update to match output resolutiontassaron9-12/+68
2017-08-01component class now tracks colorwidgetstassaron8-170/+90